summaryrefslogtreecommitdiff
path: root/src/interface
AgeCommit message (Collapse)AuthorFilesLines
2012-07-29Textboxes for decoration, addresses "No text boxes in deco editor to ↵Simon Robertshaw1-3/+3
directly edit the values" in issue #23
2012-07-29Fix crash on Component::IsFocused if the component has been detached from ↵Simon Robertshaw1-1/+3
the Window
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 ↵Simon Robertshaw2-3/+5
Save preview comments display
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
for users
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 ↵Simon Robertshaw3-3/+11
Windows
2012-07-18Working comment submissionSimon Robertshaw2-0/+7
2012-07-17Improve spacing of multiline labels, multiline cursor for Textbox, ↵Simon Robertshaw3-13/+13
autoresizing textbox for PreviewView comments
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 ↵Simon Robertshaw2-1/+6
Client (+ other client triggered events)
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
(stamps and local saves). Rename Stamps browser to LocalBrowser, ready for sharing code with the local save browser
2012-06-05Use a different method for decoding saves with uncompressed object in memory ↵Simon Robertshaw1-1/+2
for stamps and clipboard, also allows for transformation (rotation), missing failure states and code for loading it into a Simulation
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
Also remove OS X specific project files and update Makefile to ensure the Element class generator only runs when necessary
2012-05-23Moar button appearanceSimon Robertshaw4-4/+6
2012-05-23Fix slight issues when clicking on menu section buttons and missing ↵Simon Robertshaw1-0/+2
isMouseInside in MouseEnter action for buttons
2012-05-23Extra callback for just mouse hoverSimon Robertshaw2-1/+5
2012-05-22Better icon alignment, improve appearance of previewSimon Robertshaw1-2/+2
2012-05-15Username, password icons for Login windowSimon Robertshaw2-6/+21
2012-05-15Move style into ComponentSimon Robertshaw13-257/+292
2012-05-14Improve appearance of some dialogues, style defaultsSimon Robertshaw2-10/+17
2012-05-13Text alignment for dropdown, make sign UI niceSimon Robertshaw2-4/+47
2012-05-13Correct air include path for OptionsModel, correct Window debugmode logic, ↵Simon Robertshaw3-2/+14
justifications for sign
2012-05-13DropDown UI componentSimon Robertshaw3-13/+129
2012-05-13Click function for tools that aren't continuous. Debug helper for UI ↵Simon Robertshaw3-1/+118
components (Ctrl+Shift D when DEBUG is defined), fix add sign window logic
2012-05-07A bit of refactoring (elements)Simon Robertshaw1-1/+1