| Age | Commit message (Expand) | Author | Files | Lines |
| 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 |
| 2012-12-15 | Element population histogram debug info display - has to be enabled by adding... | Simon Robertshaw | 2 | -0/+10 |
| 2012-12-14 | Prevent saves from being loaded twice by the Save browser | Simon Robertshaw | 1 | -0/+1 |
| 2012-12-09 | New Conversation notifications | Simon Robertshaw | 2 | -0/+18 |
| 2012-12-09 | Use NotifyAuthUserChanged for GameController login, this will help users beco... | Simon Robertshaw | 3 | -15/+9 |
| 2012-12-06 | fix compiling warnings / error | jacob1 | 1 | -1/+1 |
| 2012-11-26 | Right clicking on reload button will show save preview. | Simon Robertshaw | 3 | -0/+14 |
| 2012-11-18 | Allow resizing of custom brushes | Simon Robertshaw | 1 | -11/+51 |
| 2012-11-18 | Custom brushes loaded from "Brushes" folder, format is a simple RAW 8bit grey... | Simon Robertshaw | 3 | -1/+78 |
| 2012-11-17 | fix link signs ignoring the zoom window, allow right clicking link signs to u... | jacob1 | 1 | -2/+5 |
| 2012-11-16 | fix pause state being reset every time you clear the sim | jacob1 | 1 | -3/+1 |
| 2012-11-16 | save pause state in stamps, load pause state from local saves and stamps corr... | jacob1 | 2 | -2/+8 |
| 2012-11-12 | More edge cases | mniip | 1 | -1/+2 |
| 2012-11-12 | Better rectangle tool render function, no crappy pixels in edge cases anymore | mniip | 1 | -3/+7 |
| 2012-10-29 | Don't use SDL defines in platform independant code | Simon Robertshaw | 1 | -1/+1 |
| 2012-10-26 | Ctrl + G gravity grid toggle | jacob1 | 6 | -4/+29 |
| 2012-10-26 | Save local saves as current name option (overwrites them automatically). Fix ... | jacob1 | 6 | -24/+44 |
| 2012-10-26 | ability to reload and resave local saves without retyping name | jacob1 | 4 | -3/+59 |
| 2012-10-26 | limit the number of signs that can be placed | jacob1 | 1 | -1/+2 |
| 2012-10-05 | show # of parts, [GRID X], PIPE/PPIP with X, and molten X (with debug on) in HUD | jacob1 | 1 | -5/+23 |
| 2012-10-05 | holding both Ctrl and Shift still enables 10x stength | jacob1 | 1 | -5/+2 |
| 2012-10-05 | Console Show quickoption | jacob1 | 5 | -5/+27 |
| 2012-10-05 | info tip on deco/ngrav/aheat changed | jacob1 | 4 | -6/+28 |
| 2012-10-05 | {t:15100|text} to open a forum thread (will try to add more shortcuts later) | jacob1 | 2 | -4/+13 |
| 2012-10-05 | Ensure save is stored in memory for reload when using Save as current name, c... | Simon Robertshaw | 1 | -2/+1 |
| 2012-10-01 | Don't highlight menus when the mouse button is down. | Simon Robertshaw | 1 | -1/+2 |
| 2012-10-01 | Allow pausing when using stamp placement/selection | Simon Robertshaw | 1 | -1/+2 |
| 2012-09-30 | Activate deco tools when using deco menu | Simon Robertshaw | 2 | -14/+40 |
| 2012-09-30 | Delete notification before removing from vector | Simon Robertshaw | 1 | -1/+1 |
| 2012-09-30 | Pass points by value for drawing tools | Simon Robertshaw | 4 | -13/+13 |
| 2012-09-30 | Better hanling of edgeMode and "New Sim" button | Simon Robertshaw | 3 | -5/+37 |
| 2012-09-29 | remove 'Z' quickoption | jacob1 | 2 | -19/+0 |
| 2012-09-29 | Fix crash loading null stamp after pasting (http://powdertoy.co.uk/Discussion... | Simon Robertshaw | 1 | -5/+8 |
| 2012-09-26 | Always focus text box for property tool | Simon Robertshaw | 1 | -0/+11 |
| 2012-09-26 | make PROP interface a little easier to use (first part of tpt issue 78) | jacob1 | 1 | -0/+11 |
| 2012-09-26 | render preset buttons in render options interface, also shift + 1 life view s... | jacob1 | 4 | -62/+7 |