summaryrefslogtreecommitdiff
path: root/src/interface
AgeCommit message (Expand)AuthorFilesLines
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
2012-07-29Textboxes for decoration, addresses "No text boxes in deco editor to directly...Simon Robertshaw1-3/+3
2012-07-29Fix crash on Component::IsFocused if the component has been detached from the...Simon Robertshaw1-1/+3
2012-07-29Filebrowser search, cleaner filenamesSimon Robertshaw1-1/+1
2012-07-28Implement search for DirectoryListSimon Robertshaw2-1/+3
2012-07-28Corrections to GameSave to prevent conflicts in the Expanded state, improve S...Simon Robertshaw2-3/+5
2012-07-28Move cursor to the end of the insertion after pasing in a TextboxSimon Robertshaw1-0/+1
2012-07-27Local file browser + some more interesting things like Progress bar UI componentSimon Robertshaw8-12/+115
2012-07-26Scroll PanelSimon Robertshaw5-51/+271
2012-07-25Better appearance for dropdown and context menusSimon Robertshaw2-4/+4
2012-07-25Correct cursor position in TextboxSimon Robertshaw1-1/+1
2012-07-24Copy, cut and paste for TextboxesSimon Robertshaw8-18/+358
2012-07-24Remove bounds check for text selection, makes text selection a little easier ...Simon Robertshaw1-10/+7
2012-07-24Inverted icon stateSimon Robertshaw1-1/+13
2012-07-24Adjust icon positionsSimon Robertshaw1-1/+1
2012-07-24HUD improvementsSimon Robertshaw2-0/+3
2012-07-21Icons for menu itemsSimon Robertshaw2-1/+31
2012-07-20Prevent the multiline update for labels from going out of boundsSimon Robertshaw1-27/+38
2012-07-19Fix icon drawing in text boxesSimon Robertshaw1-0/+2
2012-07-18Add descriptions to toolbuttons, add Tooltips to Button, ToolTip event for Wi...Simon Robertshaw3-3/+11
2012-07-18Working comment submissionSimon Robertshaw2-0/+7
2012-07-17Improve spacing of multiline labels, multiline cursor for Textbox, autoresizi...Simon Robertshaw3-13/+13
2012-07-17Add comment box to save preview - doesn't work yetSimon Robertshaw2-2/+9
2012-07-06Move graphics into seperate folderSimon Robertshaw6-6/+6
2012-06-26Textbox now inherits from Label - gets all the fancy text selection featuresSimon Robertshaw4-8/+312
2012-06-26Release selection when the label component loses focusSimon Robertshaw2-0/+12
2012-06-26Replace textblock with new multiline label - with text selection!!!!111!!!one!!Simon Robertshaw6-134/+194
2012-06-25Sign tool can now edit existing signsSimon Robertshaw1-1/+1