summaryrefslogtreecommitdiff
path: root/src/interface/Window.cpp
AgeCommit message (Collapse)AuthorFilesLines
2012-08-12Use forward declarations more to avoid excessive includesSimon Robertshaw1-0/+1
2012-08-04Better exiting from windows (Escape and Enter) and 'q' for exit, fixes #35 ↵Simon Robertshaw1-1/+1
and #60
2012-08-04Fire OnMouseEnter events for components that are added under the mouse ↵Simon Robertshaw1-0/+4
cursor, fixes issue #37
2012-08-03Nicer defaults for Window closing, Implement these with Sign tool, issue ↵Simon Robertshaw1-1/+27
#51. Also set centre as default
2012-07-30Ensure CTRL, SHIFT and ALT states are reset when Window falls into backgroundSimon Robertshaw1-0/+12
2012-05-13Correct air include path for OptionsModel, correct Window debugmode logic, ↵Simon Robertshaw1-1/+2
justifications for sign
2012-05-13DropDown UI componentSimon Robertshaw1-0/+1
2012-05-13Click function for tools that aren't continuous. Debug helper for UI ↵Simon Robertshaw1-0/+114
components (Ctrl+Shift D when DEBUG is defined), fix add sign window logic
2012-04-19No interaction with non-visible components"Simon Robertshaw1-9/+9
2012-04-09Fix issue where unborn children were slaughtered when removing a component ↵Simon Robertshaw1-12/+55
from an event
2012-01-30ASCII for key events, save and Textarea (no caret, yet)Simon Robertshaw1-6/+6
2012-01-23Better element buttons, Save preview WIPSimon Robertshaw1-10/+18
2012-01-20Fix some uninitialised variablesSimon Robertshaw1-1/+2
2012-01-17Some minor changesSimon Robertshaw1-0/+291
2012-01-14Various things, also IEF UISimon Robertshaw1-23/+0
2012-01-08InitialSimon Robertshaw1-0/+23