summaryrefslogtreecommitdiff
path: root/src/interface
AgeCommit message (Expand)AuthorFilesLines
2013-03-04fix being able to toggle disabled buttons (fixes save browser issue with this)jacob11-0/+2
2013-02-25fix a few more memory errorsjacob11-5/+5
2013-02-25fix even more memory leaksjacob11-0/+2
2013-02-11fix modifiers from lua, fix right ctrljacob11-1/+1
2013-01-18move clipboard functions out of misc.cpp without creating errorsjacob14-9/+9
2013-01-10defocus components removed from scrollpanels, to prevent crashesjacob11-0/+2
2013-01-07local save deletion and renaming with the right click context menujacob12-20/+34
2012-12-15make sure long amounts of text without spaces doesn't run over out of boundsjacob12-21/+23
2012-12-14a working scrollbar in the save preview. Also, fix the bug where you couldn't...jacob12-5/+64
2012-11-26Right clicking on reload button will show save preview.Simon Robertshaw2-13/+35
2012-11-15Fix divide-by-zero errorSimon Robertshaw1-9/+17
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