| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-08-18 | More robust EngineProcess (still doesn't fix lua bug) | Simon Robertshaw | 2 | -1/+7 |
| 2012-08-18 | Blocking Confirm/Error/Input prompts (EngineProcess creates a new event loop ... | Simon Robertshaw | 2 | -1/+10 |
| 2012-08-17 | Fix crash when creating null terminator in updateRichText (writing out of bou... | Simon Robertshaw | 1 | -1/+1 |
| 2012-08-17 | Ensure input text is null terminated when parsing RichText | Simon Robertshaw | 1 | -1/+2 |
| 2012-08-17 | Red error, ensure residual actiondata is not read for RichLabel | Simon Robertshaw | 1 | -82/+92 |
| 2012-08-17 | Some more safety for RichText parser | Simon Robertshaw | 1 | -0/+4 |
| 2012-08-17 | RichText label (used for MOTD), fixes #123 | Simon Robertshaw | 2 | -0/+222 |
| 2012-08-14 | Better text selection colour invert, fixes #107 | Simon Robertshaw | 2 | -4/+28 |
| 2012-08-14 | Whoops, close DropDown windows before disposing | Simon Robertshaw | 1 | -0/+1 |
| 2012-08-14 | Varying borders for button, exit dropdown menu with Esc or outside click, fix... | Simon Robertshaw | 6 | -14/+57 |
| 2012-08-14 | Only call button actions if the mouse is released inside the button. Fixes #96 | Simon Robertshaw | 2 | -2/+3 |
| 2012-08-14 | Fix crash when using search (std::remove doesn't seem to work as I expected),... | Simon Robertshaw | 2 | -70/+35 |
| 2012-08-13 | Fix bug where thumbnails would not always show in the search | Simon Robertshaw | 1 | -1/+4 |
| 2012-08-12 | Use forward declarations more to avoid excessive includes | Simon Robertshaw | 3 | -1/+3 |
| 2012-08-12 | Fix spinner drawing | Simon Robertshaw | 2 | -3/+13 |
| 2012-08-12 | Remove more unused files | Simon Robertshaw | 2 | -68/+0 |
| 2012-08-12 | Remove old unused textarea | Simon Robertshaw | 2 | -113/+0 |
| 2012-08-10 | Fix issue where buttons will cause heap corruption if they are removed from i... | Simon Robertshaw | 1 | -2/+1 |
| 2012-08-10 | Use Left modifier keys | Simon Robertshaw | 1 | -3/+17 |
| 2012-08-09 | Ensure keyrepeat is disabled at component creation | Simon Robertshaw | 1 | -1/+2 |
| 2012-08-08 | Fullscreen and scale setting from sim options | Simon Robertshaw | 2 | -1/+10 |
| 2012-08-07 | Actual intro text | Simon Robertshaw | 1 | -0/+2 |
| 2012-08-06 | Fix TPTScript 'set' function | Simon Robertshaw | 4 | -11/+29 |
| 2012-08-05 | Ctrl+A select all | Simon Robertshaw | 2 | -0/+13 |
| 2012-08-05 | Key repeat for text boxes | Simon Robertshaw | 2 | -1/+33 |
| 2012-08-04 | Tags, fixes #55 | Simon Robertshaw | 3 | -16/+34 |
| 2012-08-04 | Better exiting from windows (Escape and Enter) and 'q' for exit, fixes #35 an... | Simon Robertshaw | 1 | -1/+1 |
| 2012-08-04 | Stickman keys working, fixes first half of issue #50 | Simon Robertshaw | 1 | -0/+5 |
| 2012-08-04 | Fire OnMouseEnter events for components that are added under the mouse cursor... | Simon Robertshaw | 1 | -0/+4 |
| 2012-08-04 | Build fixes for FreeBSD | ntoskrnl | 1 | -37/+0 |
| 2012-08-03 | Old TPT console commands with "!" prefix | Simon Robertshaw | 1 | -0/+2 |
| 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 |