summaryrefslogtreecommitdiff
path: root/src/interface
AgeCommit message (Expand)AuthorFilesLines
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
2012-06-23Option to use OpenGL JUST for the interfaceSimon Robertshaw2-3/+3
2012-06-20Make Confirm dialogue less uglySimon Robertshaw1-0/+1
2012-06-20Merge branch 'master' of github.com:FacialTurd/PowderToyppSimon Robertshaw2-5/+6
2012-06-20OpenGL canvas for Windows, Notifications for main Game, Update checker in Cli...Simon Robertshaw2-1/+6
2012-06-18Use C++ allocation/freeing for text masking and multiline processingSimon Robertshaw2-5/+6
2012-06-12Use a heap allocation when hiding password textSimon Robertshaw1-2/+3
2012-06-07Rename Save class to SaveInfo, introduce SaveFile for hanlding of local data ...Simon Robertshaw2-14/+79
2012-06-05Use a different method for decoding saves with uncompressed object in memory ...Simon Robertshaw1-1/+2
2012-06-02Add missing header includer for C libraries.Simon Robertshaw1-2/+2
2012-05-31Move more SDL dependancies out of program, OpenGLCanvas for JNI and JNI methods.Simon Robertshaw3-2/+32
2012-05-30Separate SDL from graphics codeSimon Robertshaw1-1/+1
2012-05-23Moar button appearanceSimon Robertshaw4-4/+6
2012-05-23Fix slight issues when clicking on menu section buttons and missing isMouseIn...Simon Robertshaw1-0/+2