summaryrefslogtreecommitdiff
path: root/src/game/GameView.cpp
AgeCommit message (Collapse)AuthorFilesLines
2012-08-04Better exiting from windows (Escape and Enter) and 'q' for exit, fixes #35 ↵Simon Robertshaw1-0/+21
and #60
2012-08-04Rectangle snapping.Savely Skresanov1-2/+7
2012-08-04Add date to Preview View, fixes issue #64Simon Robertshaw1-8/+9
2012-08-04Build fixes for FreeBSDntoskrnl1-1/+1
2012-08-03Add shortcuts for things like gravity, air and air reset, issues #85 and #57Simon Robertshaw1-0/+15
2012-08-03Hide cursor when selecting/pasting stamps, fixes iseeu #56Simon Robertshaw1-1/+1
2012-08-03QuickOptions!! #46Simon Robertshaw1-0/+53
2012-07-30Ensure CTRL, SHIFT and ALT states are reset when Window falls into backgroundSimon Robertshaw1-0/+7
2012-07-30Faster brush adjusting with [ and ], use alt to change to 1 pixelSimon Robertshaw1-2/+20
2012-07-29Number type for text fields, addresses some of issue #39Simon Robertshaw1-0/+8
2012-07-29HUD toggle, addresses "h should toggle the HUD" in issue #23Simon Robertshaw1-20/+27
2012-07-29Textboxes for decoration, addresses "No text boxes in deco editor to ↵Simon Robertshaw1-15/+83
directly edit the values" in issue #23
2012-07-28Resize brush X and Y axis seperately using Shift and Control, Addresses ↵Simon Robertshaw1-14/+37
issue #27
2012-07-28Draw brush using renderer, fixes issue #25Simon Robertshaw1-4/+4
2012-07-27Local file browser + some more interesting things like Progress bar UI componentSimon Robertshaw1-3/+40
2012-07-24Correct alignment of elements in TextPromptSimon Robertshaw1-1/+1
2012-07-24Adjust icon positionsSimon Robertshaw1-11/+22
2012-07-24HUD improvementsSimon Robertshaw1-6/+24
2012-07-22Sign tool iconSimon Robertshaw1-2/+8
2012-07-22Strealine icon and Erase iconSimon Robertshaw1-1/+1
2012-07-21Icons for menu itemsSimon Robertshaw1-0/+5
2012-07-19Element search triggered by 'e' keySimon Robertshaw1-0/+3
2012-07-19GOL loads gol colours for useSimon Robertshaw1-1/+1
2012-07-19Use two functions for renderer drawing instead of several, fix alignment ↵Simon Robertshaw1-8/+2
with Zoom Window border
2012-07-18Add descriptions to toolbuttons, add Tooltips to Button, ToolTip event for ↵Simon Robertshaw1-2/+14
Windows
2012-07-18Info tip for changing display modesSimon Robertshaw1-1/+27
2012-07-18Renderer Presets and default graphics functionSimon Robertshaw1-0/+58
2012-07-17Varying update notificationsSimon Robertshaw1-4/+6
2012-07-06Move graphics into seperate folderSimon Robertshaw1-1/+1
2012-07-03Make update notification a little better - correct colour. Correct multiline ↵Simon Robertshaw1-1/+6
label for Confirm prompt
2012-07-03Add missing RenderFill function for brushesSimon Robertshaw1-0/+4
2012-07-03Line snapping in gameview - hold altSimon Robertshaw1-6/+51
2012-06-24Element searchSimon Robertshaw1-5/+21
2012-06-23Option to use OpenGL JUST for the interfaceSimon Robertshaw1-1/+1
2012-06-23Scrollbar appearance and code changesBryan Hoyle1-7/+8
2012-06-23Scrollbar addedBryan Hoyle1-1/+20
2012-06-22Prevent tool buttons being drawn off the edge of the window when scrollableSimon Robertshaw1-3/+9
2012-06-22Menu scrollingSimon Robertshaw1-1/+41
2012-06-20OpenGL canvas for Windows, Notifications for main Game, Update checker in ↵Simon Robertshaw1-0/+52
Client (+ other client triggered events)
2012-06-11Correct overlapping rectangles with translucent stamp selectionSimon Robertshaw1-2/+2
2012-06-10Change stamp storage to a list, insert new stamps at the begining, 'l' loads ↵Simon Robertshaw1-0/+5
the first stamp or the previously used stamp, 'k' shows the stamp browser
2012-06-09Unify stamp and clipboard placement code, GameSave translation and ↵Simon Robertshaw1-34/+52
transoformation working (not particularly well)
2012-06-08Load save data when showing the save previewSimon Robertshaw1-9/+11
2012-06-05Use a different method for decoding saves with uncompressed object in memory ↵Simon Robertshaw1-2/+2
for stamps and clipboard, also allows for transformation (rotation), missing failure states and code for loading it into a Simulation
2012-05-23Fix slight issues when clicking on menu section buttons and missing ↵Simon Robertshaw1-0/+4
isMouseInside in MouseEnter action for buttons
2012-05-23Use mouse hover callback for menu buttonsSimon Robertshaw1-1/+1
2012-05-17Warp display with newer shader, Render options works in OpenGLSimon Robertshaw1-2/+2
2012-05-15Move style into ComponentSimon Robertshaw1-8/+13
2012-05-13Click function for tools that aren't continuous. Debug helper for UI ↵Simon Robertshaw1-0/+1
components (Ctrl+Shift D when DEBUG is defined), fix add sign window logic
2012-04-22Correct quirks with drawrect and fillrect, change UI components accordingly, ↵Simon Robertshaw1-21/+21
shorten save name in save button