summaryrefslogtreecommitdiff
path: root/src/OpenGLGraphics.cpp
AgeCommit message (Collapse)AuthorFilesLines
2012-06-26Fix potential crash where strings fed into any of the text functions have a ↵Simon Robertshaw1-0/+16
trailing '\b'/'\x08'
2012-06-25Fix Line scaling for OpenGL inetrgsdfkjdslkfjsSimon Robertshaw1-8/+13
2012-06-25Resizable window when using OpenGL interfaceSimon Robertshaw1-13/+17
2012-06-23Option to use OpenGL JUST for the interfaceSimon Robertshaw1-1/+1
2012-05-30Separate SDL from graphics codeSimon Robertshaw1-47/+22
Also remove OS X specific project files and update Makefile to ensure the Element class generator only runs when necessary
2012-04-22Correct quirks with drawrect and fillrect, change UI components accordingly, ↵Simon Robertshaw1-7/+9
shorten save name in save button
2012-04-21Clean out graphics, add openGL graphics in seperate file, change brush to ↵Simon Robertshaw1-0/+399
use unsigned char rather than boolean for bitmap/outline