summaryrefslogtreecommitdiff
path: root/src/dialogues/TextPrompt.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-03-22Move all GUI source files into gui/Simon Robertshaw1-114/+0
2013-03-06remove auto generated comments from all files, fix some missing tabs, remove ...jacob11-7/+0
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)jacob11-1/+1
2012-09-15Better reporting dialogueSimon Robertshaw1-4/+11
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 Robertshaw1-2/+26
2012-08-04Better exiting from windows (Escape and Enter) and 'q' for exit, fixes #35 an...Simon Robertshaw1-0/+2
2012-07-24Correct alignment of elements in TextPromptSimon Robertshaw1-14/+29
2012-05-15Move style into ComponentSimon Robertshaw1-7/+7
2012-05-12Stupid gitSimon Robertshaw1-1/+2
2012-04-13Okay instead of Continue for text input dialogueSimon Robertshaw1-1/+1
2012-04-13Text input dialogueSimon Robertshaw1-0/+70