summaryrefslogtreecommitdiff
path: root/src/interface
AgeCommit message (Collapse)AuthorFilesLines
2013-03-22Move all GUI source files into gui/Simon Robertshaw42-6315/+0
2013-03-15fix scrollbar not showing in scrollpanels if your mouse starts out already ↵jacob11-0/+1
ontop of one
2013-03-15Use VideoBuffer in place of thumbnailSimon Robertshaw1-1/+0
2013-03-14Move requestbroker into new folder, make request process function a method ↵Simon Robertshaw4-4/+4
of Request
2013-03-12MergeSimon Robertshaw1-1/+1
2013-03-12Make thumbnailbroker more general purpose, image requests for requestbroker, ↵Simon Robertshaw4-23/+35
avatars in previewview
2013-03-12delete ancient changelog.txtjacob11-1/+1
2013-03-10AvatarButton/holder, rename ThumbnailBroker for more general purposesSimon Robertshaw3-5/+166
2013-03-06remove auto generated comments from all files, fix some missing tabs, remove ↵jacob112-107/+20
unused variables from config.h
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
A character may be deleted to insert a new line, but when copying something like a url, the missing one is copied back in. I couldn't get inserting a newline between letters to work right
2012-12-14a working scrollbar in the save preview. Also, fix the bug where you ↵jacob12-5/+64
couldn't go back up a page when there weren't enough comments to fill a page
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
...  when displaying save buttons that have zero votes.
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
Conflicts: src/cat/TPTScriptInterface.cpp
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 ↵Simon Robertshaw1-1/+2
the line width)
2012-09-29lock icon on unpublished savesjacob11-0/+5
2012-09-26render preset buttons in render options interface, also shift + 1 life view ↵jacob11-1/+1
shortcut modify it if you don't like how it looks, but it turned out better than I expected
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 ↵jacob12-4/+24
tooltips coming next)
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 ↵Simon Robertshaw1-0/+2
reason.
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 ↵jacob11-2/+7
your saves even with mouse over thumbnail this covers up the corner all the time, so i'm not sure if I should go back to the old way
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
Fixes second part of issue 179
2012-09-14Fixes invalid text pasting, Adds API to VM, allow program loading in Lua and ↵Simon Robertshaw1-0/+15
assigning to update function
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
This removes some inlines when using visual studio to compile, uisng TPT_NO_INLINE. It also fixes many other problems visual studio has with the code