summaryrefslogtreecommitdiff
path: root/src/game/GameView.cpp
AgeCommit message (Expand)AuthorFilesLines
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 with...Simon Robertshaw1-8/+2
2012-07-18Add descriptions to toolbuttons, add Tooltips to Button, ToolTip event for Wi...Simon Robertshaw1-2/+14
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
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 Cli...Simon Robertshaw1-0/+52
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
2012-06-09Unify stamp and clipboard placement code, GameSave translation and transoform...Simon Robertshaw1-34/+52
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
2012-05-23Fix slight issues when clicking on menu section buttons and missing isMouseIn...Simon Robertshaw1-0/+4
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 componen...Simon Robertshaw1-0/+1
2012-04-22Correct quirks with drawrect and fillrect, change UI components accordingly, ...Simon Robertshaw1-21/+21
2012-04-21Clean out graphics, add openGL graphics in seperate file, change brush to use...Simon Robertshaw1-3/+3
2012-04-20OpenGL renderingSimon Robertshaw1-1/+3
2012-04-16Newtonian gravity workingSimon Robertshaw1-0/+1
2012-04-15Simulation optionsSimon Robertshaw1-1/+1
2012-04-09Add missing GOL dataSimon Robertshaw1-1/+4
2012-04-07Element sampling HUD thingy (No very good with MVC)Simon Robertshaw1-3/+25
2012-04-05Modifier keys for Lua, Air display, correct render mode savingSimon Robertshaw1-0/+1
2012-04-04Change brush size with [ and ] keys, change order of drawing for Lua, Fix pri...Simon Robertshaw1-5/+23
2012-04-04CommandInterface, Mouse, Keyboard and Tick events, on screen log, print redir...Simon Robertshaw1-0/+58
2012-04-03Search and stamps scolling with mouse wheel, Esc to exitSimon Robertshaw1-0/+4
2012-04-03Use a single instance of a background simulation for thumbnail renderingSimon Robertshaw1-2/+3
2012-04-03Super, megaheavyweight thumbnail rendererSimon Robertshaw1-2/+2
2012-04-02Stamps browser, placement + clipboard sampling and placement - No clipboard o...Simon Robertshaw1-26/+119
2012-03-28Exception when loading invalid saveSimon Robertshaw1-2/+3
2012-03-28Clipboard and Stamp from selection (no way to paste/place yet)Simon Robertshaw1-4/+96