| Age | Commit message (Expand) | Author | Files | Lines |
| 2013-03-22 | Move all GUI source files into gui/ | Simon Robertshaw | 25 | -7055/+0 |
| 2013-03-16 | APIRequest, Aync methods for client, Profile edit/viewer (WIP) | Simon Robertshaw | 1 | -2/+10 |
| 2013-03-16 | add a button to show the save uploading rules inside the save upload dialog | jacob1 | 1 | -2/+2 |
| 2013-03-15 | Use VideoBuffer in place of thumbnail | Simon Robertshaw | 2 | -15/+15 |
| 2013-03-11 | fix stamp thumbnails not showing until you move the mouse, add a few new[]'s ... | jacob1 | 1 | -20/+19 |
| 2013-03-09 | a few more memory leak fixes | jacob1 | 3 | -13/+22 |
| 2013-03-06 | remove auto generated comments from all files, fix some missing tabs, remove ... | jacob1 | 9 | -67/+4 |
| 2013-03-04 | fix being able to toggle disabled buttons (fixes save browser issue with this) | jacob1 | 1 | -1/+1 |
| 2013-03-04 | by date turns white like my own does when selected | jacob1 | 2 | -195/+195 |
| 2013-02-25 | fix a few more memory errors | jacob1 | 1 | -0/+4 |
| 2013-02-25 | you never saw that ... | jacob1 | 1 | -1/+1 |
| 2013-02-25 | fix even more memory leaks | jacob1 | 3 | -1/+9 |
| 2013-02-24 | fix 4 MB memory leak on every save | jacob1 | 1 | -0/+4 |
| 2013-02-24 | fix crash when hovering the mouse over invalid wall types | jacob1 | 1 | -1/+1 |
| 2013-02-10 | fix some more brush bugs, remove alt-sample brush | jacob1 | 1 | -3/+9 |
| 2013-02-09 | fix deco sample tool with 1 px brush, fix deco sample also sampling HUD/other... | jacob1 | 2 | -1/+2 |
| 2013-02-09 | flood fill / sample brush shape, fix rectangle snapping | jacob1 | 2 | -4/+7 |
| 2013-02-09 | fix tpt.selectedl not updating with sample brush, always put photons[] on top... | jacob1 | 4 | -8/+16 |
| 2013-02-08 | fix sign box size, sign width with {t} and {p}, and zoom box size | jacob1 | 2 | -40/+29 |
| 2013-02-08 | one more small thing: show gravity in debug mode hud even when it's a small v... | jacob1 | 1 | -1/+1 |
| 2013-02-08 | minor fixes to color picker / small speed improvement | jacob1 | 1 | -2/+0 |
| 2013-01-26 | Fix brush not being visible when using CTRL to change the size | jacob1 | 1 | -1/+1 |
| 2013-01-19 | Revert "move version info to version.h, no longer needs full recompile on ver... | Simon Robertshaw | 1 | -1/+0 |
| 2013-01-15 | move version info to version.h, no longer needs full recompile on version change | jacob1 | 1 | -0/+1 |
| 2013-01-15 | allow removing zoom tool when shift drawing lines | jacob1 | 1 | -2/+3 |
| 2013-01-15 | probably fix compiling error | jacob1 | 1 | -1/+3 |
| 2013-01-14 | deco menu needs to be clicked to enter, press 'b' to get out of deco editor too | jacob1 | 4 | -14/+33 |
| 2013-01-12 | Merge pull request #114 from mniip/deco | jacob1 | 3 | -13/+22 |
| 2013-01-11 | moving gameModel was a bad idea, so i just made an alias function | mniip | 3 | -6/+12 |
| 2013-01-11 | 'B' opens deco editor | mniip | 2 | -10/+13 |
| 2013-01-10 | don't allow streamline floodfill | jacob1 | 1 | -1/+2 |
| 2013-01-09 | readd tpt.hud and tpt.set_console commands | jacob1 | 4 | -1/+23 |
| 2013-01-08 | change tpt.fillrect dimentions to old tpt ones, move brush list generating ou... | jacob1 | 1 | -25/+24 |
| 2013-01-08 | fix tpt.selectedl/r/a, but it returns the string identifier now instead of an id | jacob1 | 1 | -0/+6 |
| 2013-01-07 | fix many more uninitialized variables | jacob1 | 1 | -1/+2 |
| 2013-01-06 | draw cursor outline when shift drawing lines | jacob1 | 1 | -1/+1 |
| 2013-01-06 | allow right click to close notifications too | jacob1 | 2 | -4/+7 |
| 2013-01-04 | faster ellipse brush resizing that doesn't lag/freeze | jacob1 | 1 | -8/+26 |
| 2013-01-04 | fix Ctrl+x being one pixel off, better xor_rect from tpt, delete test.c | jacob1 | 1 | -3/+3 |
| 2013-01-03 | change that will probably fix custom menus not showing | jacob1 | 1 | -1/+1 |
| 2012-12-19 | change max to 200, 500 was a bit large | jacob1 | 1 | -4/+4 |
| 2012-12-19 | allow a slightly larger brush size | jacob1 | 1 | -8/+8 |
| 2012-12-18 | selecting a stamp moves it to the front of the list again (unless you hold ctrl) | jacob1 | 1 | -0/+2 |
| 2012-12-18 | initialize variables in air.cpp and simulation.cpp | jacob1 | 1 | -0/+1 |
| 2012-12-18 | fix WARP being invisible, make it visible in heat display mode though | jacob1 | 1 | -1/+9 |
| 2012-12-16 | fix colors slightly from last commit | jacob1 | 1 | -2/+6 |
| 2012-12-16 | fix upvote buttons still having colored background after clearing the save, m... | jacob1 | 1 | -6/+17 |
| 2012-12-15 | save stamps on 1 pixel grid (works exactly like in tpt now), delete signs wit... | jacob1 | 1 | -12/+9 |
| 2012-12-15 | Prompt for install on first startup | Simon Robertshaw | 1 | -1/+6 |
| 2012-12-15 | Make installation success message a little friendlier | Simon Robertshaw | 1 | -1/+1 |