summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-07-25Placeholder text for username and password in login, Focus username at startSimon Robertshaw1-2/+3
2012-07-25Correct cursor position in TextboxSimon Robertshaw1-1/+1
2012-07-25\x0E resets text colour to one previously set by \bSimon Robertshaw2-0/+6
2012-07-24Copy, cut and paste for TextboxesSimon Robertshaw8-18/+358
2012-07-24Remove bounds check for text selection, makes text selection a little easier ...Simon Robertshaw1-10/+7
2012-07-24Correct alignment of elements in TextPromptSimon Robertshaw2-15/+30
2012-07-24Fix deco smudge toolSimon Robertshaw1-8/+9
2012-07-24Inverted icon stateSimon Robertshaw3-26/+113
2012-07-24Adjust icon positionsSimon Robertshaw4-37/+48
2012-07-24HUD improvementsSimon Robertshaw7-13/+72
2012-07-24Integer values for prefs, Default decoration colour, clear decorationSimon Robertshaw7-34/+176
2012-07-22Changes to sconscript to allow building with specific version numberSimon Robertshaw1-2/+11
2012-07-22Snapshot checkingSimon Robertshaw5-12/+28
2012-07-22Sign tool iconSimon Robertshaw2-3/+20
2012-07-22Strealine icon and Erase iconSimon Robertshaw3-2/+42
2012-07-21Icons for menu itemsSimon Robertshaw14-36/+231
2012-07-21Prevent race condition when reloading local stamps, fix task so "after()" get...Simon Robertshaw4-10/+24
2012-07-20Remove AMD detection from CPU checkSimon Robertshaw1-2/+2
2012-07-20Use exceptions instead of goto to corrup state. Fix Fan wall loading with PSV...Simon Robertshaw1-33/+97
2012-07-20Prevent the multiline update for labels from going out of boundsSimon Robertshaw1-27/+38
2012-07-20Ensure GameSave internal pointers are NULL at the startSimon Robertshaw1-4/+26
2012-07-19Fix icon drawing in text boxesSimon Robertshaw1-0/+2
2012-07-19Correct comment page sizingSimon Robertshaw1-0/+1
2012-07-19Element search triggered by 'e' keySimon Robertshaw1-0/+3
2012-07-19Correct divider position in save PreviewSimon Robertshaw1-1/+1
2012-07-19Correct text colour on element buttonsSimon Robertshaw1-1/+1
2012-07-19Special ligh placementSimon Robertshaw3-4/+37
2012-07-19GOL loads gol colours for useSimon Robertshaw2-2/+21
2012-07-19Use two functions for renderer drawing instead of several, fix alignment with...Simon Robertshaw5-26/+54
2012-07-18Add descriptions to toolbuttons, add Tooltips to Button, ToolTip event for Wi...Simon Robertshaw11-34/+61
2012-07-18Info tip for changing display modesSimon Robertshaw5-1/+84
2012-07-18Renderer Presets and default graphics functionSimon Robertshaw109-103/+204
2012-07-18Working comment submissionSimon Robertshaw8-0/+122
2012-07-17Fancy animation for textbox autosizeSimon Robertshaw2-4/+55
2012-07-17Improve spacing of multiline labels, multiline cursor for Textbox, autoresizi...Simon Robertshaw5-17/+54
2012-07-17Add comment box to save preview - doesn't work yetSimon Robertshaw12-11/+163
2012-07-17Varying update notificationsSimon Robertshaw2-5/+18
2012-07-08Use sdl-configSimon Robertshaw1-3/+3
2012-07-06Parsing commandline argumentsSimon Robertshaw1-2/+66
2012-07-06Move array terminator for sign saving into if statementSimon Robertshaw1-1/+1
2012-07-06Move graphics into seperate folderSimon Robertshaw33-100/+114
2012-07-04Fix incorrect assignment for video buffer in rendererSimon Robertshaw1-1/+1
2012-07-03Make update notification a little better - correct colour. Correct multiline ...Simon Robertshaw5-3/+16
2012-07-03Add missing RenderFill function for brushesSimon Robertshaw2-0/+8
2012-07-03Line snapping in gameview - hold altSimon Robertshaw2-6/+54
2012-07-03Remove unused old console classSimon Robertshaw2-105/+0
2012-07-03Fix errors due to typos in Renderer (VIDXRES = VIDXRES) and RasterGraphics (M...Simon Robertshaw2-2/+6
2012-06-26Textbox now inherits from Label - gets all the fancy text selection featuresSimon Robertshaw4-8/+312
2012-06-26Release selection when the label component loses focusSimon Robertshaw2-0/+12
2012-06-26Replace textblock with new multiline label - with text selection!!!!111!!!one!!Simon Robertshaw11-150/+279