| Age | Commit message (Expand) | Author | Files | Lines |
| 2013-03-22 | Move all GUI source files into gui/ | Simon Robertshaw | 42 | -6315/+0 |
| 2013-03-15 | fix scrollbar not showing in scrollpanels if your mouse starts out already on... | jacob1 | 1 | -0/+1 |
| 2013-03-15 | Use VideoBuffer in place of thumbnail | Simon Robertshaw | 1 | -1/+0 |
| 2013-03-14 | Move requestbroker into new folder, make request process function a method of... | Simon Robertshaw | 4 | -4/+4 |
| 2013-03-12 | Merge | Simon Robertshaw | 1 | -1/+1 |
| 2013-03-12 | Make thumbnailbroker more general purpose, image requests for requestbroker, ... | Simon Robertshaw | 4 | -23/+35 |
| 2013-03-12 | delete ancient changelog.txt | jacob1 | 1 | -1/+1 |
| 2013-03-10 | AvatarButton/holder, rename ThumbnailBroker for more general purposes | Simon Robertshaw | 3 | -5/+166 |
| 2013-03-06 | remove auto generated comments from all files, fix some missing tabs, remove ... | jacob1 | 12 | -107/+20 |
| 2013-03-04 | fix being able to toggle disabled buttons (fixes save browser issue with this) | jacob1 | 1 | -0/+2 |
| 2013-02-25 | fix a few more memory errors | jacob1 | 1 | -5/+5 |
| 2013-02-25 | fix even more memory leaks | jacob1 | 1 | -0/+2 |
| 2013-02-11 | fix modifiers from lua, fix right ctrl | jacob1 | 1 | -1/+1 |
| 2013-01-18 | move clipboard functions out of misc.cpp without creating errors | jacob1 | 4 | -9/+9 |
| 2013-01-10 | defocus components removed from scrollpanels, to prevent crashes | jacob1 | 1 | -0/+2 |
| 2013-01-07 | local save deletion and renaming with the right click context menu | jacob1 | 2 | -20/+34 |
| 2012-12-15 | make sure long amounts of text without spaces doesn't run over out of bounds | jacob1 | 2 | -21/+23 |
| 2012-12-14 | a working scrollbar in the save preview. Also, fix the bug where you couldn't... | jacob1 | 2 | -5/+64 |
| 2012-11-26 | Right clicking on reload button will show save preview. | Simon Robertshaw | 2 | -13/+35 |
| 2012-11-15 | Fix divide-by-zero error | Simon Robertshaw | 1 | -9/+17 |
| 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 |