summaryrefslogtreecommitdiff
path: root/src/preview
AgeCommit message (Collapse)AuthorFilesLines
2012-10-05don't render fire on stamps (reduces lag)jacob11-1/+1
2012-10-01Collapse comment box after sending commentSimon Robertshaw1-0/+2
2012-09-15Better reporting dialogueSimon Robertshaw1-1/+1
2012-09-13Save history and new multiline formatterSimon Robertshaw2-0/+26
2012-09-06Visual studio compatibilityjacob11-1/+1
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-09-06Some improvements to the appearence of the save browser and previewjacob11-17/+17
Make huge labels not so huge, fix color of some buttons
2012-09-05Allow mass unfavouring, unfavouring from the preview view. Fixes #149Simon Robertshaw3-4/+21
2012-09-03Improve save preview layoutSimon Robertshaw1-7/+10
2012-09-03Views in save Preview and use old vote bars. Fixes #171Simon Robertshaw2-13/+36
2012-08-27Ensure previewview comment box resizing is triggered.Simon Robertshaw1-4/+9
2012-08-27Enable decorations in renderer for local save items, disable for server save ↵Simon Robertshaw1-1/+1
previews.
2012-08-25Save ID copying for previewSimon Robertshaw4-7/+36
2012-08-20Limit on text width in textboxesSimon Robertshaw1-1/+1
2012-08-18Blocking Confirm/Error/Input prompts (EngineProcess creates a new event loop ↵Simon Robertshaw1-1/+1
which can be broken out of with Engine::Break())
2012-08-15Missing part of fix for save comments page numberSimon Robertshaw1-0/+1
2012-08-14Ensure comments page count is loaded correctly, fixes #117Simon Robertshaw1-1/+3
2012-08-12Use forward declarations more to avoid excessive includesSimon Robertshaw1-0/+1
2012-08-10Save Open signs workingSimon Robertshaw1-1/+1
2012-08-06Started work on save as current nameSimon Robertshaw1-0/+1
2012-08-04Better exiting from windows (Escape and Enter) and 'q' for exit, fixes #35 ↵Simon Robertshaw2-4/+4
and #60
2012-08-04Add date to Preview View, fixes issue #64Simon Robertshaw1-1/+2
2012-08-03Move rect border drawing for previewview to draw over fav+report buttons, ↵Simon Robertshaw1-8/+8
fix issue #64
2012-07-28Corrections to GameSave to prevent conflicts in the Expanded state, improve ↵Simon Robertshaw1-14/+14
Save preview comments display
2012-07-26Scroll PanelSimon Robertshaw2-142/+61
2012-07-25Disable fav and report buttons if not logged inSimon Robertshaw1-1/+4
2012-07-19Correct comment page sizingSimon Robertshaw1-0/+1
2012-07-19Correct divider position in save PreviewSimon Robertshaw1-1/+1
2012-07-18Working comment submissionSimon Robertshaw4-0/+52
2012-07-17Fancy animation for textbox autosizeSimon Robertshaw2-4/+55
2012-07-17Improve spacing of multiline labels, multiline cursor for Textbox, ↵Simon Robertshaw2-4/+41
autoresizing textbox for PreviewView comments
2012-07-17Add comment box to save preview - doesn't work yetSimon Robertshaw6-9/+125
2012-06-26Replace textblock with new multiline label - with text selection!!!!111!!!one!!Simon Robertshaw2-12/+15
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-22Remove debug code from onDrawSimon Robertshaw1-5/+0
2012-06-22Multiple pages of commentsSimon Robertshaw6-9/+133
2012-06-22Scrollable commentsSimon Robertshaw3-26/+131
2012-06-18Controllers should free their callbacks and viewsSimon Robertshaw1-0/+3
2012-06-09Preview: Wait for save to load before opening, Simulation: Correct block ↵Simon Robertshaw3-11/+30
coords when reading wall data, replace existing particles when placing stamps on top, Game: Clear the simulation when loading a save
2012-06-08Close the preview dialogue when the model throws an exceptionSimon Robertshaw1-0/+1
2012-06-08Load save data when showing the save previewSimon Robertshaw4-55/+80
2012-06-07Rename Save class to SaveInfo, introduce SaveFile for hanlding of local data ↵Simon Robertshaw5-9/+9
(stamps and local saves). Rename Stamps browser to LocalBrowser, ready for sharing code with the local save browser
2012-05-31Move more SDL dependancies out of program, OpenGLCanvas for JNI and JNI methods.Simon Robertshaw4-7/+7
2012-05-22Better icon alignment, improve appearance of previewSimon Robertshaw2-12/+25
2012-05-15Move style into ComponentSimon Robertshaw1-9/+9
2012-04-22Correct quirks with drawrect and fillrect, change UI components accordingly, ↵Simon Robertshaw1-4/+4
shorten save name in save button
2012-04-14Graphics:: Extra icons for Report and Favourite. Client:: Get favourite ↵Simon Robertshaw7-3/+126
status in GetSave, FavouriteSave, ReportSave, Preview:: Failure state when loading save
2012-02-11Comments on save preview and some minor changes for vote barsSimon Robertshaw5-10/+178
2012-02-01Console UI, open in browser button, tab and enter shortcut for Login UI, variousSimon Robertshaw4-1/+30
2012-01-29Vote view in save preview, better handling of controller destructionSimon Robertshaw4-3/+28