summaryrefslogtreecommitdiff
path: root/src/preview/PreviewView.cpp
AgeCommit message (Collapse)AuthorFilesLines
2013-03-03fix crash when drawing particles in invalid coordinates (using console)jacob11-8/+3
2013-02-25fix even more memory leaksjacob11-4/+15
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 ↵jacob11-3/+10
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 ↵jacob11-3/+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-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 Robertshaw1-2/+13
2012-09-03Improve save preview layoutSimon Robertshaw1-7/+10
2012-09-03Views in save Preview and use old vote bars. Fixes #171Simon Robertshaw1-13/+35
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 Robertshaw1-0/+30
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-04Better exiting from windows (Escape and Enter) and 'q' for exit, fixes #35 ↵Simon Robertshaw1-3/+3
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 Robertshaw1-135/+54
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 Robertshaw1-0/+29
2012-07-17Fancy animation for textbox autosizeSimon Robertshaw1-4/+51
2012-07-17Improve spacing of multiline labels, multiline cursor for Textbox, ↵Simon Robertshaw1-4/+39
autoresizing textbox for PreviewView comments
2012-07-17Add comment box to save preview - doesn't work yetSimon Robertshaw1-6/+53
2012-06-26Replace textblock with new multiline label - with text selection!!!!111!!!one!!Simon Robertshaw1-10/+14
2012-06-22Remove debug code from onDrawSimon Robertshaw1-5/+0
2012-06-22Multiple pages of commentsSimon Robertshaw1-7/+42
2012-06-22Scrollable commentsSimon Robertshaw1-25/+111
2012-06-09Preview: Wait for save to load before opening, Simulation: Correct block ↵Simon Robertshaw1-11/+24
coords when reading wall data, replace existing particles when placing stamps on top, Game: Clear the simulation when loading a save
2012-06-08Load save data when showing the save previewSimon Robertshaw1-3/+25
2012-06-07Rename Save class to SaveInfo, introduce SaveFile for hanlding of local data ↵Simon Robertshaw1-1/+1
(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 Robertshaw1-1/+1
2012-05-22Better icon alignment, improve appearance of previewSimon Robertshaw1-12/+24
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 Robertshaw1-1/+52
status in GetSave, FavouriteSave, ReportSave, Preview:: Failure state when loading save
2012-02-11Comments on save preview and some minor changes for vote barsSimon Robertshaw1-7/+57
2012-02-01Console UI, open in browser button, tab and enter shortcut for Login UI, variousSimon Robertshaw1-1/+17
2012-01-29Vote view in save preview, better handling of controller destructionSimon Robertshaw1-2/+20
2012-01-29Background retrieval of save info and save list.Simon Robertshaw1-0/+5
2012-01-27Stop freeing memory twice, also clear signs correctlySimon Robertshaw1-4/+7
2012-01-27Icon management, fix element menu order, fix renderer crashSimon Robertshaw1-0/+4