summaryrefslogtreecommitdiff
path: root/src/interface
AgeCommit message (Expand)AuthorFilesLines
2012-09-05Prevent setting double scale on smaller screens. Fixes #166Simon Robertshaw3-1/+16
2012-08-31Some Lua interface API stuffSimon Robertshaw1-0/+1
2012-08-27Ensure previewview comment box resizing is triggered.Simon Robertshaw2-0/+9
2012-08-25Save ID copying for previewSimon Robertshaw2-4/+10
2012-08-25Correct size for textbox limits, fixes #8Simon Robertshaw1-1/+3
2012-08-21Add missing files from e54eeaeSimon Robertshaw1-1/+4
2012-08-21Move tick time into engine, fixes #139Simon Robertshaw1-0/+3
2012-08-20Limit on text width in textboxesSimon Robertshaw1-2/+5
2012-08-20Correct position of context menus in scrolling panels, fixes #135Simon Robertshaw1-1/+1
2012-08-18More robust EngineProcess (still doesn't fix lua bug)Simon Robertshaw2-1/+7
2012-08-18Blocking Confirm/Error/Input prompts (EngineProcess creates a new event loop ...Simon Robertshaw2-1/+10
2012-08-17Fix crash when creating null terminator in updateRichText (writing out of bou...Simon Robertshaw1-1/+1
2012-08-17Ensure input text is null terminated when parsing RichTextSimon Robertshaw1-1/+2
2012-08-17Red error, ensure residual actiondata is not read for RichLabelSimon Robertshaw1-82/+92
2012-08-17Some more safety for RichText parserSimon Robertshaw1-0/+4
2012-08-17RichText label (used for MOTD), fixes #123Simon Robertshaw2-0/+222
2012-08-14Better text selection colour invert, fixes #107Simon Robertshaw2-4/+28
2012-08-14Whoops, close DropDown windows before disposingSimon Robertshaw1-0/+1
2012-08-14Varying borders for button, exit dropdown menu with Esc or outside click, fix...Simon Robertshaw6-14/+57
2012-08-14Only call button actions if the mouse is released inside the button. Fixes #96Simon Robertshaw2-2/+3
2012-08-14Fix crash when using search (std::remove doesn't seem to work as I expected),...Simon Robertshaw2-70/+35
2012-08-13Fix bug where thumbnails would not always show in the searchSimon Robertshaw1-1/+4
2012-08-12Use forward declarations more to avoid excessive includesSimon Robertshaw3-1/+3
2012-08-12Fix spinner drawingSimon Robertshaw2-3/+13
2012-08-12Remove more unused filesSimon Robertshaw2-68/+0
2012-08-12Remove old unused textareaSimon Robertshaw2-113/+0
2012-08-10Fix issue where buttons will cause heap corruption if they are removed from i...Simon Robertshaw1-2/+1
2012-08-10Use Left modifier keysSimon Robertshaw1-3/+17
2012-08-09Ensure keyrepeat is disabled at component creationSimon Robertshaw1-1/+2
2012-08-08Fullscreen and scale setting from sim optionsSimon Robertshaw2-1/+10
2012-08-07Actual intro textSimon Robertshaw1-0/+2
2012-08-06Fix TPTScript 'set' functionSimon Robertshaw4-11/+29
2012-08-05Ctrl+A select allSimon Robertshaw2-0/+13
2012-08-05Key repeat for text boxesSimon Robertshaw2-1/+33
2012-08-04Tags, fixes #55Simon Robertshaw3-16/+34
2012-08-04Better exiting from windows (Escape and Enter) and 'q' for exit, fixes #35 an...Simon Robertshaw1-1/+1
2012-08-04Stickman keys working, fixes first half of issue #50Simon Robertshaw1-0/+5
2012-08-04Fire OnMouseEnter events for components that are added under the mouse cursor...Simon Robertshaw1-0/+4
2012-08-04Build fixes for FreeBSDntoskrnl1-37/+0
2012-08-03Old TPT console commands with "!" prefixSimon Robertshaw1-0/+2
2012-08-03Fix text selection issue in #65Simon Robertshaw1-2/+11
2012-08-03Fix context menu position #65Simon Robertshaw3-1/+14
2012-08-03Nicer defaults for Window closing, Implement these with Sign tool, issue #51....Simon Robertshaw2-1/+40
2012-08-01Local Saving, Server Saving rewriteSimon Robertshaw1-1/+1
2012-08-01Prevent newlines being inserted into the begining of a multiline label/textboxSimon Robertshaw1-2/+5
2012-07-31ThumbnailBroker for background retrieval and renderingSimon Robertshaw2-6/+45
2012-07-30Ensure CTRL, SHIFT and ALT states are reset when Window falls into backgroundSimon Robertshaw3-0/+22
2012-07-29Neaten a little bit of codeSimon Robertshaw1-5/+5
2012-07-29Improvements to textbox, prevent selection loss on non modifying keypressesSimon Robertshaw1-3/+9
2012-07-29Number type for text fields, addresses some of issue #39Simon Robertshaw2-19/+81