summaryrefslogtreecommitdiff
path: root/src/login
AgeCommit message (Expand)AuthorFilesLines
2013-03-22Move all GUI source files into gui/Simon Robertshaw6-352/+0
2013-03-06remove auto generated comments from all files, fix some missing tabs, remove ...jacob16-45/+0
2013-03-04fix pressing esc in login prompt logging you out, fix possible sign bug crashjacob12-2/+7
2012-08-12Use forward declarations more to avoid excessive includesSimon Robertshaw2-3/+12
2012-08-04Better exiting from windows (Escape and Enter) and 'q' for exit, fixes #35 an...Simon Robertshaw1-5/+2
2012-07-25Placeholder text for username and password in login, Focus username at startSimon Robertshaw1-2/+3
2012-07-17Add comment box to save preview - doesn't work yetSimon Robertshaw1-0/+5
2012-06-18Controllers should free their callbacks and viewsSimon Robertshaw1-0/+1
2012-05-23Correct position of title in LoginViewSimon Robertshaw1-1/+1
2012-05-15Username, password icons for Login windowSimon Robertshaw1-7/+11
2012-05-15Move style into ComponentSimon Robertshaw2-13/+53
2012-02-01Console UI, open in browser button, tab and enter shortcut for Login UI, variousSimon Robertshaw2-0/+19
2012-01-29Vote view in save preview, better handling of controller destructionSimon Robertshaw1-2/+4
2012-01-25Better way of managing ControllersSimon Robertshaw2-1/+5
2012-01-25Fix some memory leaksSimon Robertshaw1-1/+0
2012-01-25Login working, segfaults sometimesSimon Robertshaw4-5/+27
2012-01-25Login window close on successSimon Robertshaw1-0/+4
2012-01-25Login complete (minus brokenness)Simon Robertshaw1-11/+2
2012-01-24Fix textboxSimon Robertshaw4-1/+26
2012-01-24VariousSimon Robertshaw6-0/+269