| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-10-29 | More emtpy key defines | Simon Robertshaw | 1 | -0/+2 |
| 2012-10-29 | Empty key defines for no sdl | Simon Robertshaw | 1 | -0/+5 |
| 2012-10-26 | some testing with DEBUG mode, add some stuff | jacob1 | 1 | -0/+41 |
| 2012-10-26 | bring back the old vote bars | jacob1 | 2 | -24/+23 |
| 2012-10-05 | Fast quit option (disable to make "X" act like in tpt) | jacob1 | 2 | -2/+8 |
| 2012-10-05 | Fix textbox key repeat issue | Simon Robertshaw | 1 | -0/+5 |
| 2012-10-01 | Don't highlight menus when the mouse button is down. | Simon Robertshaw | 2 | -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-30 | Fix word wrapping issue (words moved onto new lines were not being added to t... | Simon Robertshaw | 1 | -1/+2 |
| 2012-09-29 | lock icon on unpublished saves | jacob1 | 1 | -0/+5 |
| 2012-09-26 | render preset buttons in render options interface, also shift + 1 life view s... | jacob1 | 1 | -1/+1 |
| 2012-09-25 | Icon adjustments | jacob1 | 1 | -2/+2 |
| 2012-09-25 | Icons and tooltips for everything in renderview. (Empty space not filled yet) | jacob1 | 1 | -3/+3 |
| 2012-09-25 | some improvements to the render options interface and checkboxes (icons and t... | jacob1 | 2 | -4/+24 |
| 2012-09-25 | Make number boxes easier to use, plus limit deco editor numbers to 255 | jacob1 | 1 | -4/+0 |
| 2012-09-25 | MacOS X targets for Scons, Fix some inlines for clang | Simon Robertshaw | 1 | -0/+1 |
| 2012-09-21 | Testing new vm/language WIP | Simon Robertshaw | 1 | -0/+30 |
| 2012-09-17 | Checkbox, Slider and ProgressBar components for ui API | Simon Robertshaw | 6 | -8/+47 |
| 2012-09-16 | Prevent UI thread lockup when drawing hideously large progress bars for no re... | Simon Robertshaw | 1 | -0/+2 |
| 2012-09-16 | Right click menu to go to history and user info for save buttons | Simon Robertshaw | 6 | -42/+126 |
| 2012-09-16 | Fix minor highlighting bug in the save browser, votes counter is drawn on you... | jacob1 | 1 | -2/+7 |
| 2012-09-16 | fix some errors in visual studio | jacob1 | 1 | -1/+1 |
| 2012-09-16 | Show number of votes and the history button on your own saves | jacob1 | 2 | -2/+60 |
| 2012-09-16 | fix possible crashes with save buttons and uninitialized renderer variables | jacob1 | 1 | -2/+1 |
| 2012-09-14 | Fixes invalid text pasting, Adds API to VM, allow program loading in Lua and ... | Simon Robertshaw | 1 | -0/+15 |
| 2012-09-13 | Save history and new multiline formatter | Simon Robertshaw | 2 | -15/+48 |
| 2012-09-13 | Show version info in update prompt. Fixes #177 | Simon Robertshaw | 2 | -1/+13 |
| 2012-09-13 | Mouse move on exiting Window. Fixes 181 | Simon Robertshaw | 1 | -0/+13 |
| 2012-09-06 | Visual studio compatibility | jacob1 | 4 | -8/+8 |
| 2012-09-05 | Prevent setting double scale on smaller screens. Fixes #166 | Simon Robertshaw | 3 | -1/+16 |
| 2012-08-31 | Some Lua interface API stuff | Simon Robertshaw | 1 | -0/+1 |
| 2012-08-27 | Ensure previewview comment box resizing is triggered. | Simon Robertshaw | 2 | -0/+9 |
| 2012-08-25 | Save ID copying for preview | Simon Robertshaw | 2 | -4/+10 |
| 2012-08-25 | Correct size for textbox limits, fixes #8 | Simon Robertshaw | 1 | -1/+3 |
| 2012-08-21 | Add missing files from e54eeae | Simon Robertshaw | 1 | -1/+4 |
| 2012-08-21 | Move tick time into engine, fixes #139 | Simon Robertshaw | 1 | -0/+3 |
| 2012-08-20 | Limit on text width in textboxes | Simon Robertshaw | 1 | -2/+5 |
| 2012-08-20 | Correct position of context menus in scrolling panels, fixes #135 | Simon Robertshaw | 1 | -1/+1 |
| 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 |