| Age | Commit message (Expand) | Author | Files | Lines |
| 2013-03-22 | Move all GUI source files into gui/ | Simon Robertshaw | 1 | -707/+0 |
| 2013-01-18 | move clipboard functions out of misc.cpp without creating errors | jacob1 | 1 | -4/+4 |
| 2012-12-15 | make sure long amounts of text without spaces doesn't run over out of bounds | jacob1 | 1 | -1/+1 |
| 2012-10-05 | Fix textbox key repeat issue | Simon Robertshaw | 1 | -0/+5 |
| 2012-10-01 | Limit save description length | Simon Robertshaw | 1 | -5/+13 |
| 2012-10-01 | Impose limit when pasting into textboxes | Simon Robertshaw | 1 | -0/+23 |
| 2012-09-25 | Make number boxes easier to use, plus limit deco editor numbers to 255 | jacob1 | 1 | -4/+0 |
| 2012-09-14 | Fixes invalid text pasting, Adds API to VM, allow program loading in Lua and ... | Simon Robertshaw | 1 | -0/+15 |
| 2012-08-25 | Save ID copying for preview | Simon Robertshaw | 1 | -4/+9 |
| 2012-08-25 | Correct size for textbox limits, fixes #8 | Simon Robertshaw | 1 | -1/+3 |
| 2012-08-20 | Limit on text width in textboxes | Simon Robertshaw | 1 | -2/+5 |
| 2012-08-09 | Ensure keyrepeat is disabled at component creation | Simon Robertshaw | 1 | -1/+2 |
| 2012-08-06 | Fix TPTScript 'set' function | Simon Robertshaw | 1 | -5/+0 |
| 2012-08-05 | Ctrl+A select all | Simon Robertshaw | 1 | -0/+12 |
| 2012-08-05 | Key repeat for text boxes | Simon Robertshaw | 1 | -1/+27 |
| 2012-08-03 | Old TPT console commands with "!" prefix | Simon Robertshaw | 1 | -0/+2 |
| 2012-08-01 | Local Saving, Server Saving rewrite | Simon Robertshaw | 1 | -1/+1 |
| 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 | 1 | -8/+58 |
| 2012-07-28 | Implement search for DirectoryList | Simon Robertshaw | 1 | -1/+2 |
| 2012-07-28 | Move cursor to the end of the insertion after pasing in a Textbox | Simon Robertshaw | 1 | -0/+1 |
| 2012-07-25 | Correct cursor position in Textbox | Simon Robertshaw | 1 | -1/+1 |
| 2012-07-24 | Copy, cut and paste for Textboxes | Simon Robertshaw | 1 | -8/+155 |
| 2012-07-19 | Fix icon drawing in text boxes | Simon Robertshaw | 1 | -0/+2 |
| 2012-07-18 | Working comment submission | Simon Robertshaw | 1 | -0/+5 |
| 2012-07-17 | Improve spacing of multiline labels, multiline cursor for Textbox, autoresizi... | Simon Robertshaw | 1 | -11/+11 |
| 2012-07-17 | Add comment box to save preview - doesn't work yet | Simon Robertshaw | 1 | -1/+7 |
| 2012-06-26 | Textbox now inherits from Label - gets all the fancy text selection features | Simon Robertshaw | 1 | -1/+229 |
| 2012-06-18 | Use C++ allocation/freeing for text masking and multiline processing | Simon Robertshaw | 1 | -2/+2 |
| 2012-06-12 | Use a heap allocation when hiding password text | Simon Robertshaw | 1 | -2/+3 |
| 2012-05-15 | Username, password icons for Login window | Simon Robertshaw | 1 | -5/+19 |
| 2012-05-15 | Move style into Component | Simon Robertshaw | 1 | -45/+8 |
| 2012-04-14 | Remove other references to Global.h | Simon Robertshaw | 1 | -1/+0 |
| 2012-02-05 | Started intrepreter for tpt script and various things for console | Simon Robertshaw | 1 | -12/+12 |
| 2012-02-01 | Console UI, open in browser button, tab and enter shortcut for Login UI, various | Simon Robertshaw | 1 | -12/+20 |
| 2012-01-31 | Load user information from preferences, fps display for testing | Simon Robertshaw | 1 | -14/+17 |
| 2012-01-30 | ASCII for key events, save and Textarea (no caret, yet) | Simon Robertshaw | 1 | -41/+13 |
| 2012-01-24 | Fix textbox | Simon Robertshaw | 1 | -0/+2 |
| 2012-01-24 | Various | Simon Robertshaw | 1 | -4/+17 |
| 2012-01-21 | Fix thumbnail crash, turns out SaveButton was storing a Thumbnail pointer, no... | Simon Robertshaw | 1 | -1/+2 |
| 2012-01-20 | More stuff, need to fix memory leak | Simon Robertshaw | 1 | -0/+192 |