| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-08-04 | Better exiting from windows (Escape and Enter) and 'q' for exit, fixes #35 an... | Simon Robertshaw | 1 | -0/+21 |
| 2012-08-04 | Rectangle snapping. | Savely Skresanov | 1 | -2/+7 |
| 2012-08-04 | Add date to Preview View, fixes issue #64 | Simon Robertshaw | 1 | -8/+9 |
| 2012-08-04 | Build fixes for FreeBSD | ntoskrnl | 1 | -1/+1 |
| 2012-08-03 | Add shortcuts for things like gravity, air and air reset, issues #85 and #57 | Simon Robertshaw | 1 | -0/+15 |
| 2012-08-03 | Hide cursor when selecting/pasting stamps, fixes iseeu #56 | Simon Robertshaw | 1 | -1/+1 |
| 2012-08-03 | QuickOptions!! #46 | Simon Robertshaw | 1 | -0/+53 |
| 2012-07-30 | Ensure CTRL, SHIFT and ALT states are reset when Window falls into background | Simon Robertshaw | 1 | -0/+7 |
| 2012-07-30 | Faster brush adjusting with [ and ], use alt to change to 1 pixel | Simon Robertshaw | 1 | -2/+20 |
| 2012-07-29 | Number type for text fields, addresses some of issue #39 | Simon Robertshaw | 1 | -0/+8 |
| 2012-07-29 | HUD toggle, addresses "h should toggle the HUD" in issue #23 | Simon Robertshaw | 1 | -20/+27 |
| 2012-07-29 | Textboxes for decoration, addresses "No text boxes in deco editor to directly... | Simon Robertshaw | 1 | -15/+83 |
| 2012-07-28 | Resize brush X and Y axis seperately using Shift and Control, Addresses issue... | Simon Robertshaw | 1 | -14/+37 |
| 2012-07-28 | Draw brush using renderer, fixes issue #25 | Simon Robertshaw | 1 | -4/+4 |
| 2012-07-27 | Local file browser + some more interesting things like Progress bar UI component | Simon Robertshaw | 1 | -3/+40 |
| 2012-07-24 | Correct alignment of elements in TextPrompt | Simon Robertshaw | 1 | -1/+1 |
| 2012-07-24 | Adjust icon positions | Simon Robertshaw | 1 | -11/+22 |
| 2012-07-24 | HUD improvements | Simon Robertshaw | 1 | -6/+24 |
| 2012-07-22 | Sign tool icon | Simon Robertshaw | 1 | -2/+8 |
| 2012-07-22 | Strealine icon and Erase icon | Simon Robertshaw | 1 | -1/+1 |
| 2012-07-21 | Icons for menu items | Simon Robertshaw | 1 | -0/+5 |
| 2012-07-19 | Element search triggered by 'e' key | Simon Robertshaw | 1 | -0/+3 |
| 2012-07-19 | GOL loads gol colours for use | Simon Robertshaw | 1 | -1/+1 |
| 2012-07-19 | Use two functions for renderer drawing instead of several, fix alignment with... | Simon Robertshaw | 1 | -8/+2 |
| 2012-07-18 | Add descriptions to toolbuttons, add Tooltips to Button, ToolTip event for Wi... | Simon Robertshaw | 1 | -2/+14 |
| 2012-07-18 | Info tip for changing display modes | Simon Robertshaw | 1 | -1/+27 |
| 2012-07-18 | Renderer Presets and default graphics function | Simon Robertshaw | 1 | -0/+58 |
| 2012-07-17 | Varying update notifications | Simon Robertshaw | 1 | -4/+6 |
| 2012-07-06 | Move graphics into seperate folder | Simon Robertshaw | 1 | -1/+1 |
| 2012-07-03 | Make update notification a little better - correct colour. Correct multiline ... | Simon Robertshaw | 1 | -1/+6 |
| 2012-07-03 | Add missing RenderFill function for brushes | Simon Robertshaw | 1 | -0/+4 |
| 2012-07-03 | Line snapping in gameview - hold alt | Simon Robertshaw | 1 | -6/+51 |
| 2012-06-24 | Element search | Simon Robertshaw | 1 | -5/+21 |
| 2012-06-23 | Option to use OpenGL JUST for the interface | Simon Robertshaw | 1 | -1/+1 |
| 2012-06-23 | Scrollbar appearance and code changes | Bryan Hoyle | 1 | -7/+8 |
| 2012-06-23 | Scrollbar added | Bryan Hoyle | 1 | -1/+20 |
| 2012-06-22 | Prevent tool buttons being drawn off the edge of the window when scrollable | Simon Robertshaw | 1 | -3/+9 |
| 2012-06-22 | Menu scrolling | Simon Robertshaw | 1 | -1/+41 |
| 2012-06-20 | OpenGL canvas for Windows, Notifications for main Game, Update checker in Cli... | Simon Robertshaw | 1 | -0/+52 |
| 2012-06-11 | Correct overlapping rectangles with translucent stamp selection | Simon Robertshaw | 1 | -2/+2 |
| 2012-06-10 | Change stamp storage to a list, insert new stamps at the begining, 'l' loads ... | Simon Robertshaw | 1 | -0/+5 |
| 2012-06-09 | Unify stamp and clipboard placement code, GameSave translation and transoform... | Simon Robertshaw | 1 | -34/+52 |
| 2012-06-08 | Load save data when showing the save preview | Simon Robertshaw | 1 | -9/+11 |
| 2012-06-05 | Use a different method for decoding saves with uncompressed object in memory ... | Simon Robertshaw | 1 | -2/+2 |
| 2012-05-23 | Fix slight issues when clicking on menu section buttons and missing isMouseIn... | Simon Robertshaw | 1 | -0/+4 |
| 2012-05-23 | Use mouse hover callback for menu buttons | Simon Robertshaw | 1 | -1/+1 |
| 2012-05-17 | Warp display with newer shader, Render options works in OpenGL | Simon Robertshaw | 1 | -2/+2 |
| 2012-05-15 | Move style into Component | Simon Robertshaw | 1 | -8/+13 |
| 2012-05-13 | Click function for tools that aren't continuous. Debug helper for UI componen... | Simon Robertshaw | 1 | -0/+1 |
| 2012-04-22 | Correct quirks with drawrect and fillrect, change UI components accordingly, ... | Simon Robertshaw | 1 | -21/+21 |