summaryrefslogtreecommitdiff
path: root/src/preview
AgeCommit message (Collapse)AuthorFilesLines
2013-02-25fix even more memory leaksjacob12-4/+21
2013-02-10fix crash if save data can't be loadedjacob11-1/+2
2013-01-23fix crash when pressing enter to open a save, and not logged in. Fix CRAY ↵jacob11-1/+1
description
2013-01-18move clipboard functions out of misc.cpp without creating errorsjacob11-1/+1
2013-01-13change some free/malloc's back to delete/new'sjacob11-2/+2
2012-12-16fix comments being deleted when hitting enter and opening a save or getting ↵jacob14-6/+17
an error when commenting
2012-12-15make the comment box always multiline. Fixing pasting large amounts of text ↵jacob11-2/+1
into it.
2012-12-14a working scrollbar in the save preview. Also, fix the bug where you ↵jacob12-4/+3
couldn't go back up a page when there weren't enough comments to fill a page
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