summaryrefslogtreecommitdiff
path: root/src/dialogues
AgeCommit message (Collapse)AuthorFilesLines
2013-03-22Move all GUI source files into gui/Simon Robertshaw9-521/+0
2013-03-16add a button to show the save uploading rules inside the save upload dialogjacob12-7/+30
2013-03-06remove auto generated comments from all files, fix some missing tabs, remove ↵jacob18-56/+0
unused variables from config.h
2012-09-26make PROP interface a little easier to use (first part of tpt issue 78)jacob11-0/+1
2012-09-25Fix black border around dialogs being off (I think I got all of them)jacob14-4/+4
2012-09-21Testing new vm/language WIPSimon Robertshaw1-0/+11
2012-09-15Better reporting dialogueSimon Robertshaw1-4/+11
2012-09-13Show version info in update prompt. Fixes #177Simon Robertshaw1-1/+1
2012-09-05Prevent setting double scale on smaller screens. Fixes #166Simon Robertshaw1-2/+6
2012-08-18More robust EngineProcess (still doesn't fix lua bug)Simon Robertshaw1-0/+1
2012-08-18Blocking Confirm/Error/Input prompts (EngineProcess creates a new event loop ↵Simon Robertshaw6-12/+148
which can be broken out of with Engine::Break())
2012-08-10Installation with Ctrl+I, fixes #77Simon Robertshaw3-1/+82
2012-08-04Better exiting from windows (Escape and Enter) and 'q' for exit, fixes #35 ↵Simon Robertshaw3-0/+7
and #60
2012-07-24Correct alignment of elements in TextPromptSimon Robertshaw1-14/+29
2012-07-22Snapshot checkingSimon Robertshaw1-1/+1
2012-07-03Make update notification a little better - correct colour. Correct multiline ↵Simon Robertshaw1-0/+1
label for Confirm prompt
2012-06-26Replace textblock with new multiline label - with text selection!!!!111!!!one!!Simon Robertshaw1-4/+3
2012-06-22Success/Failure return from Asyn Task, Prompt to visit website upon update ↵Simon Robertshaw1-1/+1
failure
2012-06-21Stage 1 of update process completedSimon Robertshaw2-3/+5
2012-06-20Make Confirm dialogue less uglySimon Robertshaw1-9/+15
2012-05-23Better element positioning in ErrorMessageSimon Robertshaw1-5/+5
2012-05-15Move style into ComponentSimon Robertshaw3-17/+24
2012-05-12Stupid gitSimon Robertshaw1-1/+2
2012-04-14Graphics:: Extra icons for Report and Favourite. Client:: Get favourite ↵Simon Robertshaw1-1/+0
status in GetSave, FavouriteSave, ReportSave, Preview:: Failure state when loading save
2012-04-13Okay instead of Continue for text input dialogueSimon Robertshaw1-1/+1
2012-04-13Text input dialogueSimon Robertshaw2-0/+105
2012-04-09Fix issue where unborn children were slaughtered when removing a component ↵Simon Robertshaw2-2/+2
from an event
2012-04-06Confirmation Dialogue, Save selection and multi-deleteSimon Robertshaw3-1/+102
2012-01-29Background retrieval of save info and save list.Simon Robertshaw2-0/+70