summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2012-06-26Fix potential crash where strings fed into any of the text functions have a t...Simon Robertshaw3-0/+55
2012-06-25Ammend to previous commit - the issue was not with smaller saves, but the acc...Simon Robertshaw1-0/+3
2012-06-25SaveRenderer working on OpenGL - doesn't seem to work with small saves thoughSimon Robertshaw2-20/+68
2012-06-25Restore previously bound FBO in renderer functionsSimon Robertshaw1-7/+17
2012-06-25Increase comments per page to 10,000Simon Robertshaw1-0/+1
2012-06-25Increase comments per page to 20Simon Robertshaw1-2/+2
2012-06-25Fix Line scaling for OpenGL inetrgsdfkjdslkfjsSimon Robertshaw2-8/+15
2012-06-25Resizable window when using OpenGL interfaceSimon Robertshaw4-21/+51
2012-06-25Sign tool can now edit existing signsSimon Robertshaw7-61/+126
2012-06-25Create FFT plan on demand instead of at startup on the main threadSimon Robertshaw2-14/+15
2012-06-24Element searchSimon Robertshaw7-77/+394
2012-06-23Option to use OpenGL JUST for the interfaceSimon Robertshaw11-473/+542
2012-06-23Scrollbar appearance and code changesBryan Hoyle1-7/+8
2012-06-23Scrollbar addedBryan Hoyle2-1/+21
2012-06-22Prevent tool buttons being drawn off the edge of the window when scrollableSimon Robertshaw1-3/+9
2012-06-22Menu scrollingSimon Robertshaw2-1/+43
2012-06-22Merge branch 'master' of github.com:FacialTurd/PowderToyppSimon Robertshaw1-1/+1
2012-06-22Success/Failure return from Asyn Task, Prompt to visit website upon update fa...Simon Robertshaw11-78/+168
2012-06-22Merge branch 'master' of github.com:FacialTurd/PowderToyppBryan Hoyle9-13/+135
2012-06-22Fixed invalid pointer castBryan Hoyle1-1/+1
2012-06-22Remove debug code from onDrawSimon Robertshaw1-5/+0
2012-06-22Multiple pages of commentsSimon Robertshaw9-13/+140
2012-06-22Scrollable commentsSimon Robertshaw3-26/+131
2012-06-22Stage 2 of autoupdate workingSimon Robertshaw2-9/+11
2012-06-22Client now provides methods for reading and saving preferences - less powerfu...Simon Robertshaw4-45/+248
2012-06-21Stage 1 of update process completedSimon Robertshaw14-60/+457
2012-06-21Merge branch 'master' of github.com:FacialTurd/PowderToyppSimon Robertshaw5-21/+16
2012-06-21Make status updates on tasks safe - add intermediate progress bar for TaskWindowSimon Robertshaw4-19/+64
2012-06-20fixes to code and a option for opengl building for releaseBryan Hoyle1-9/+1
2012-06-20MergingBryan Hoyle1-1/+13
2012-06-20SaveRenderer returns a placeholder thumbnail in case of OpenGLSimon Robertshaw1-1/+14