summaryrefslogtreecommitdiff
path: root/src/interface/Slider.cpp
AgeCommit message (Collapse)AuthorFilesLines
2013-03-22Move all GUI source files into gui/Simon Robertshaw1-141/+0
2013-03-06remove auto generated comments from all files, fix some missing tabs, remove ↵jacob11-8/+0
unused variables from config.h
2012-09-17Checkbox, Slider and ProgressBar components for ui APISimon Robertshaw1-4/+19
2012-09-06Visual studio compatibilityjacob11-3/+3
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
2012-07-29Textboxes for decoration, addresses "No text boxes in deco editor to ↵Simon Robertshaw1-3/+3
directly edit the values" in issue #23
2012-06-25Sign tool can now edit existing signsSimon Robertshaw1-1/+1
2012-06-23Option to use OpenGL JUST for the interfaceSimon Robertshaw1-1/+1
2012-04-21Clean out graphics, add openGL graphics in seperate file, change brush to ↵Simon Robertshaw1-2/+10
use unsigned char rather than boolean for bitmap/outline
2012-03-05More fancy Sliders for deco colourSimon Robertshaw1-3/+22
2012-03-04Slider and decoration colour changerSimon Robertshaw1-0/+107