summaryrefslogtreecommitdiff
path: root/src/dialogues/ErrorMessage.cpp
AgeCommit message (Collapse)AuthorFilesLines
2013-03-22Move all GUI source files into gui/Simon Robertshaw1-78/+0
2013-03-06remove auto generated comments from all files, fix some missing tabs, remove ↵jacob11-7/+0
unused variables from config.h
2012-09-25Fix black border around dialogs being off (I think I got all of them)jacob11-1/+1
2012-09-05Prevent setting double scale on smaller screens. Fixes #166Simon Robertshaw1-2/+6
2012-08-18Blocking Confirm/Error/Input prompts (EngineProcess creates a new event loop ↵Simon Robertshaw1-3/+23
which can be broken out of with Engine::Break())
2012-08-04Better exiting from windows (Escape and Enter) and 'q' for exit, fixes #35 ↵Simon Robertshaw1-0/+3
and #60
2012-06-21Stage 1 of update process completedSimon Robertshaw1-1/+2
2012-05-23Better element positioning in ErrorMessageSimon Robertshaw1-5/+5
2012-05-15Move style into ComponentSimon Robertshaw1-4/+7
2012-04-09Fix issue where unborn children were slaughtered when removing a component ↵Simon Robertshaw1-1/+1
from an event
2012-04-06Confirmation Dialogue, Save selection and multi-deleteSimon Robertshaw1-1/+5
2012-01-29Background retrieval of save info and save list.Simon Robertshaw1-0/+50