summaryrefslogtreecommitdiff
path: root/src/dialogues/ConfirmPrompt.cpp
AgeCommit message (Collapse)AuthorFilesLines
2013-03-22Move all GUI source files into gui/Simon Robertshaw1-152/+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-13Show version info in update prompt. Fixes #177Simon Robertshaw1-1/+1
2012-08-18Blocking Confirm/Error/Input prompts (EngineProcess creates a new event loop ↵Simon Robertshaw1-1/+80
which can be broken out of with Engine::Break())
2012-08-10Installation with Ctrl+I, fixes #77Simon Robertshaw1-1/+1
2012-08-04Better exiting from windows (Escape and Enter) and 'q' for exit, fixes #35 ↵Simon Robertshaw1-0/+2
and #60
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 Robertshaw1-2/+3
2012-06-20Make Confirm dialogue less uglySimon Robertshaw1-9/+15
2012-05-15Move style into ComponentSimon Robertshaw1-6/+10
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-0/+67