| Age | Commit message (Expand) | Author | Files | Lines |
| 2013-03-03 | fix crash when drawing particles in invalid coordinates (using console) | jacob1 | 1 | -8/+3 |
| 2013-02-25 | fix even more memory leaks | jacob1 | 1 | -4/+15 |
| 2013-01-23 | fix crash when pressing enter to open a save, and not logged in. Fix CRAY des... | jacob1 | 1 | -1/+1 |
| 2013-01-18 | move clipboard functions out of misc.cpp without creating errors | jacob1 | 1 | -1/+1 |
| 2013-01-13 | change some free/malloc's back to delete/new's | jacob1 | 1 | -2/+2 |
| 2012-12-16 | fix comments being deleted when hitting enter and opening a save or getting a... | jacob1 | 1 | -3/+10 |
| 2012-12-15 | make the comment box always multiline. Fixing pasting large amounts of text i... | jacob1 | 1 | -2/+1 |
| 2012-12-14 | a working scrollbar in the save preview. Also, fix the bug where you couldn't... | jacob1 | 1 | -3/+3 |
| 2012-10-05 | don't render fire on stamps (reduces lag) | jacob1 | 1 | -1/+1 |
| 2012-10-01 | Collapse comment box after sending comment | Simon Robertshaw | 1 | -0/+2 |
| 2012-09-15 | Better reporting dialogue | Simon Robertshaw | 1 | -1/+1 |
| 2012-09-06 | Some improvements to the appearence of the save browser and preview | jacob1 | 1 | -17/+17 |
| 2012-09-05 | Allow mass unfavouring, unfavouring from the preview view. Fixes #149 | Simon Robertshaw | 1 | -2/+13 |
| 2012-09-03 | Improve save preview layout | Simon Robertshaw | 1 | -7/+10 |
| 2012-09-03 | Views in save Preview and use old vote bars. Fixes #171 | Simon Robertshaw | 1 | -13/+35 |
| 2012-08-27 | Ensure previewview comment box resizing is triggered. | Simon Robertshaw | 1 | -4/+9 |
| 2012-08-27 | Enable decorations in renderer for local save items, disable for server save ... | Simon Robertshaw | 1 | -1/+1 |
| 2012-08-25 | Save ID copying for preview | Simon Robertshaw | 1 | -0/+30 |
| 2012-08-20 | Limit on text width in textboxes | Simon Robertshaw | 1 | -1/+1 |
| 2012-08-18 | Blocking Confirm/Error/Input prompts (EngineProcess creates a new event loop ... | Simon Robertshaw | 1 | -1/+1 |
| 2012-08-04 | Better exiting from windows (Escape and Enter) and 'q' for exit, fixes #35 an... | Simon Robertshaw | 1 | -3/+3 |
| 2012-08-04 | Add date to Preview View, fixes issue #64 | Simon Robertshaw | 1 | -1/+2 |
| 2012-08-03 | Move rect border drawing for previewview to draw over fav+report buttons, fix... | Simon Robertshaw | 1 | -8/+8 |
| 2012-07-28 | Corrections to GameSave to prevent conflicts in the Expanded state, improve S... | Simon Robertshaw | 1 | -14/+14 |
| 2012-07-26 | Scroll Panel | Simon Robertshaw | 1 | -135/+54 |
| 2012-07-25 | Disable fav and report buttons if not logged in | Simon Robertshaw | 1 | -1/+4 |
| 2012-07-19 | Correct comment page sizing | Simon Robertshaw | 1 | -0/+1 |
| 2012-07-19 | Correct divider position in save Preview | Simon Robertshaw | 1 | -1/+1 |
| 2012-07-18 | Working comment submission | Simon Robertshaw | 1 | -0/+29 |
| 2012-07-17 | Fancy animation for textbox autosize | Simon Robertshaw | 1 | -4/+51 |
| 2012-07-17 | Improve spacing of multiline labels, multiline cursor for Textbox, autoresizi... | Simon Robertshaw | 1 | -4/+39 |
| 2012-07-17 | Add comment box to save preview - doesn't work yet | Simon Robertshaw | 1 | -6/+53 |
| 2012-06-26 | Replace textblock with new multiline label - with text selection!!!!111!!!one!! | Simon Robertshaw | 1 | -10/+14 |
| 2012-06-22 | Remove debug code from onDraw | Simon Robertshaw | 1 | -5/+0 |
| 2012-06-22 | Multiple pages of comments | Simon Robertshaw | 1 | -7/+42 |
| 2012-06-22 | Scrollable comments | Simon Robertshaw | 1 | -25/+111 |
| 2012-06-09 | Preview: Wait for save to load before opening, Simulation: Correct block coor... | Simon Robertshaw | 1 | -11/+24 |
| 2012-06-08 | Load save data when showing the save preview | Simon Robertshaw | 1 | -3/+25 |
| 2012-06-07 | Rename Save class to SaveInfo, introduce SaveFile for hanlding of local data ... | Simon Robertshaw | 1 | -1/+1 |
| 2012-05-31 | Move more SDL dependancies out of program, OpenGLCanvas for JNI and JNI methods. | Simon Robertshaw | 1 | -1/+1 |
| 2012-05-22 | Better icon alignment, improve appearance of preview | Simon Robertshaw | 1 | -12/+24 |
| 2012-05-15 | Move style into Component | Simon Robertshaw | 1 | -9/+9 |
| 2012-04-22 | Correct quirks with drawrect and fillrect, change UI components accordingly, ... | Simon Robertshaw | 1 | -4/+4 |
| 2012-04-14 | Graphics:: Extra icons for Report and Favourite. Client:: Get favourite stat... | Simon Robertshaw | 1 | -1/+52 |
| 2012-02-11 | Comments on save preview and some minor changes for vote bars | Simon Robertshaw | 1 | -7/+57 |
| 2012-02-01 | Console UI, open in browser button, tab and enter shortcut for Login UI, various | Simon Robertshaw | 1 | -1/+17 |
| 2012-01-29 | Vote view in save preview, better handling of controller destruction | Simon Robertshaw | 1 | -2/+20 |
| 2012-01-29 | Background retrieval of save info and save list. | Simon Robertshaw | 1 | -0/+5 |
| 2012-01-27 | Stop freeing memory twice, also clear signs correctly | Simon Robertshaw | 1 | -4/+7 |
| 2012-01-27 | Icon management, fix element menu order, fix renderer crash | Simon Robertshaw | 1 | -0/+4 |