summaryrefslogtreecommitdiff
path: root/src/interface
AgeCommit message (Expand)AuthorFilesLines
2012-10-29More emtpy key definesSimon Robertshaw1-0/+2
2012-10-29Empty key defines for no sdlSimon Robertshaw1-0/+5
2012-10-26some testing with DEBUG mode, add some stuffjacob11-0/+41
2012-10-26bring back the old vote barsjacob12-24/+23
2012-10-05Fast quit option (disable to make "X" act like in tpt)jacob12-2/+8
2012-10-05Fix textbox key repeat issueSimon Robertshaw1-0/+5
2012-10-01Don't highlight menus when the mouse button is down.Simon Robertshaw2-0/+5
2012-10-01Limit save description lengthSimon Robertshaw1-5/+13
2012-10-01Impose limit when pasting into textboxesSimon Robertshaw1-0/+23
2012-09-30Fix word wrapping issue (words moved onto new lines were not being added to t...Simon Robertshaw1-1/+2
2012-09-29lock icon on unpublished savesjacob11-0/+5
2012-09-26render preset buttons in render options interface, also shift + 1 life view s...jacob11-1/+1
2012-09-25Icon adjustmentsjacob11-2/+2
2012-09-25Icons and tooltips for everything in renderview. (Empty space not filled yet)jacob11-3/+3
2012-09-25some improvements to the render options interface and checkboxes (icons and t...jacob12-4/+24
2012-09-25Make number boxes easier to use, plus limit deco editor numbers to 255jacob11-4/+0
2012-09-25MacOS X targets for Scons, Fix some inlines for clangSimon Robertshaw1-0/+1
2012-09-21Testing new vm/language WIPSimon Robertshaw1-0/+30
2012-09-17Checkbox, Slider and ProgressBar components for ui APISimon Robertshaw6-8/+47
2012-09-16Prevent UI thread lockup when drawing hideously large progress bars for no re...Simon Robertshaw1-0/+2
2012-09-16Right click menu to go to history and user info for save buttonsSimon Robertshaw6-42/+126
2012-09-16Fix minor highlighting bug in the save browser, votes counter is drawn on you...jacob11-2/+7
2012-09-16fix some errors in visual studiojacob11-1/+1
2012-09-16Show number of votes and the history button on your own savesjacob12-2/+60
2012-09-16fix possible crashes with save buttons and uninitialized renderer variablesjacob11-2/+1
2012-09-14Fixes invalid text pasting, Adds API to VM, allow program loading in Lua and ...Simon Robertshaw1-0/+15
2012-09-13Save history and new multiline formatterSimon Robertshaw2-15/+48
2012-09-13Show version info in update prompt. Fixes #177Simon Robertshaw2-1/+13
2012-09-13Mouse move on exiting Window. Fixes 181Simon Robertshaw1-0/+13
2012-09-06Visual studio compatibilityjacob14-8/+8
2012-09-05Prevent setting double scale on smaller screens. Fixes #166Simon Robertshaw3-1/+16
2012-08-31Some Lua interface API stuffSimon Robertshaw1-0/+1
2012-08-27Ensure previewview comment box resizing is triggered.Simon Robertshaw2-0/+9
2012-08-25Save ID copying for previewSimon Robertshaw2-4/+10
2012-08-25Correct size for textbox limits, fixes #8Simon Robertshaw1-1/+3
2012-08-21Add missing files from e54eeaeSimon Robertshaw1-1/+4
2012-08-21Move tick time into engine, fixes #139Simon Robertshaw1-0/+3
2012-08-20Limit on text width in textboxesSimon Robertshaw1-2/+5
2012-08-20Correct position of context menus in scrolling panels, fixes #135Simon Robertshaw1-1/+1
2012-08-18More robust EngineProcess (still doesn't fix lua bug)Simon Robertshaw2-1/+7
2012-08-18Blocking Confirm/Error/Input prompts (EngineProcess creates a new event loop ...Simon Robertshaw2-1/+10
2012-08-17Fix crash when creating null terminator in updateRichText (writing out of bou...Simon Robertshaw1-1/+1
2012-08-17Ensure input text is null terminated when parsing RichTextSimon Robertshaw1-1/+2
2012-08-17Red error, ensure residual actiondata is not read for RichLabelSimon Robertshaw1-82/+92
2012-08-17Some more safety for RichText parserSimon Robertshaw1-0/+4
2012-08-17RichText label (used for MOTD), fixes #123Simon Robertshaw2-0/+222
2012-08-14Better text selection colour invert, fixes #107Simon Robertshaw2-4/+28
2012-08-14Whoops, close DropDown windows before disposingSimon Robertshaw1-0/+1
2012-08-14Varying borders for button, exit dropdown menu with Esc or outside click, fix...Simon Robertshaw6-14/+57
2012-08-14Only call button actions if the mouse is released inside the button. Fixes #96Simon Robertshaw2-2/+3