| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-08-03 | Fix text selection issue in #65 | Simon Robertshaw | 1 | -2/+11 |
| 2012-08-03 | Fix context menu position #65 | Simon Robertshaw | 3 | -1/+14 |
| 2012-08-03 | Nicer defaults for Window closing, Implement these with Sign tool, issue #51.... | Simon Robertshaw | 2 | -1/+40 |
| 2012-08-01 | Local Saving, Server Saving rewrite | Simon Robertshaw | 1 | -1/+1 |
| 2012-08-01 | Prevent newlines being inserted into the begining of a multiline label/textbox | Simon Robertshaw | 1 | -2/+5 |
| 2012-07-31 | ThumbnailBroker for background retrieval and rendering | Simon Robertshaw | 2 | -6/+45 |
| 2012-07-30 | Ensure CTRL, SHIFT and ALT states are reset when Window falls into background | Simon Robertshaw | 3 | -0/+22 |
| 2012-07-29 | Neaten a little bit of code | Simon Robertshaw | 1 | -5/+5 |
| 2012-07-29 | Improvements to textbox, prevent selection loss on non modifying keypresses | Simon Robertshaw | 1 | -3/+9 |
| 2012-07-29 | Number type for text fields, addresses some of issue #39 | Simon Robertshaw | 2 | -19/+81 |
| 2012-07-29 | Textboxes for decoration, addresses "No text boxes in deco editor to directly... | Simon Robertshaw | 1 | -3/+3 |
| 2012-07-29 | Fix crash on Component::IsFocused if the component has been detached from the... | Simon Robertshaw | 1 | -1/+3 |
| 2012-07-29 | Filebrowser search, cleaner filenames | Simon Robertshaw | 1 | -1/+1 |
| 2012-07-28 | Implement search for DirectoryList | Simon Robertshaw | 2 | -1/+3 |
| 2012-07-28 | Corrections to GameSave to prevent conflicts in the Expanded state, improve S... | Simon Robertshaw | 2 | -3/+5 |
| 2012-07-28 | Move cursor to the end of the insertion after pasing in a Textbox | Simon Robertshaw | 1 | -0/+1 |
| 2012-07-27 | Local file browser + some more interesting things like Progress bar UI component | Simon Robertshaw | 8 | -12/+115 |
| 2012-07-26 | Scroll Panel | Simon Robertshaw | 5 | -51/+271 |
| 2012-07-25 | Better appearance for dropdown and context menus | Simon Robertshaw | 2 | -4/+4 |
| 2012-07-25 | Correct cursor position in Textbox | Simon Robertshaw | 1 | -1/+1 |
| 2012-07-24 | Copy, cut and paste for Textboxes | Simon Robertshaw | 8 | -18/+358 |
| 2012-07-24 | Remove bounds check for text selection, makes text selection a little easier ... | Simon Robertshaw | 1 | -10/+7 |
| 2012-07-24 | Inverted icon state | Simon Robertshaw | 1 | -1/+13 |
| 2012-07-24 | Adjust icon positions | Simon Robertshaw | 1 | -1/+1 |
| 2012-07-24 | HUD improvements | Simon Robertshaw | 2 | -0/+3 |
| 2012-07-21 | Icons for menu items | Simon Robertshaw | 2 | -1/+31 |
| 2012-07-20 | Prevent the multiline update for labels from going out of bounds | Simon Robertshaw | 1 | -27/+38 |
| 2012-07-19 | Fix icon drawing in text boxes | Simon Robertshaw | 1 | -0/+2 |
| 2012-07-18 | Add descriptions to toolbuttons, add Tooltips to Button, ToolTip event for Wi... | Simon Robertshaw | 3 | -3/+11 |
| 2012-07-18 | Working comment submission | Simon Robertshaw | 2 | -0/+7 |
| 2012-07-17 | Improve spacing of multiline labels, multiline cursor for Textbox, autoresizi... | Simon Robertshaw | 3 | -13/+13 |
| 2012-07-17 | Add comment box to save preview - doesn't work yet | Simon Robertshaw | 2 | -2/+9 |
| 2012-07-06 | Move graphics into seperate folder | Simon Robertshaw | 6 | -6/+6 |
| 2012-06-26 | Textbox now inherits from Label - gets all the fancy text selection features | Simon Robertshaw | 4 | -8/+312 |
| 2012-06-26 | Release selection when the label component loses focus | Simon Robertshaw | 2 | -0/+12 |
| 2012-06-26 | Replace textblock with new multiline label - with text selection!!!!111!!!one!! | Simon Robertshaw | 6 | -134/+194 |
| 2012-06-25 | Sign tool can now edit existing signs | Simon Robertshaw | 1 | -1/+1 |
| 2012-06-23 | Option to use OpenGL JUST for the interface | Simon Robertshaw | 2 | -3/+3 |
| 2012-06-20 | Make Confirm dialogue less ugly | Simon Robertshaw | 1 | -0/+1 |
| 2012-06-20 | Merge branch 'master' of github.com:FacialTurd/PowderToypp | Simon Robertshaw | 2 | -5/+6 |
| 2012-06-20 | OpenGL canvas for Windows, Notifications for main Game, Update checker in Cli... | Simon Robertshaw | 2 | -1/+6 |
| 2012-06-18 | Use C++ allocation/freeing for text masking and multiline processing | Simon Robertshaw | 2 | -5/+6 |
| 2012-06-12 | Use a heap allocation when hiding password text | Simon Robertshaw | 1 | -2/+3 |
| 2012-06-07 | Rename Save class to SaveInfo, introduce SaveFile for hanlding of local data ... | Simon Robertshaw | 2 | -14/+79 |
| 2012-06-05 | Use a different method for decoding saves with uncompressed object in memory ... | Simon Robertshaw | 1 | -1/+2 |
| 2012-06-02 | Add missing header includer for C libraries. | Simon Robertshaw | 1 | -2/+2 |
| 2012-05-31 | Move more SDL dependancies out of program, OpenGLCanvas for JNI and JNI methods. | Simon Robertshaw | 3 | -2/+32 |
| 2012-05-30 | Separate SDL from graphics code | Simon Robertshaw | 1 | -1/+1 |
| 2012-05-23 | Moar button appearance | Simon Robertshaw | 4 | -4/+6 |
| 2012-05-23 | Fix slight issues when clicking on menu section buttons and missing isMouseIn... | Simon Robertshaw | 1 | -0/+2 |