summaryrefslogtreecommitdiff
path: root/src/story_gui.cpp
AgeCommit message (Collapse)Author
2014-12-18(svn r27086) -Codechange: Simplify opening of windows by always returning a ↵alberth
valid window pointer.
2014-10-15(svn r27020) -Cleanup: some coding style consistency improvements (mostly ↵rubidium
spaces)
2014-04-23(svn r26482) -Codechange: add an include that allows us to undefine/redefine ↵rubidium
"unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values
2014-02-06(svn r26307) -Add: [nogo] Allow GS to hide story page datezuu
2013-11-24(svn r26086) -Codechange: use AutoDeleteSmallVector instead std::list for ↵rubidium
dropdowns
2013-11-22(svn r26048) -Fix: use delete instead of free when allocated by newrubidium
2013-11-19(svn r26040) -Fix: return 0 from unreached part of function to silence some ↵fonsinchen
compilers
2013-10-28(svn r25920) -Fix: Story page content was clipped incorrectly and was drawn ↵frosch
past the bottom end.
2013-10-13(svn r25864) -Fix: Use the actual sprite dimensions for sizing the dropdown ↵frosch
arrow of dropdown widgets.
2013-09-14(svn r25771) -Fix (r25344): If story book content changed height due a ↵zuu
string parameter changing length, the scrollbar was not updated
2013-09-13(svn r25769) -Fix (r25344): Drawing of broken goal references was brokenzuu
2013-09-13(svn r25768) -Fix [FS#5617] (r25344): Story Book text elements that use font ↵zuu
size modifiers (eg {BIG_FONT}) caused problem with content height calculation. Solution: switch to pixel based content height instead of computing all heights as multiples of line heights.
2013-09-13(svn r25766) -Codechange: Use FONT_HEIGHT_NORMAL instead of checking the ↵zuu
height of a dummy string in Story gui
2013-09-12(svn r25759) -Fix (r25369): Set the owner flag of the goal and story windowszuu
2013-07-21(svn r25624) -Fix (r25620, r25623): Silence warningszuu
2013-06-09(svn r25387) -Fix: "typos" in @file filenamerubidium
2013-06-09(svn r25381) -Fix: Silent story book compiler warningszuu
2013-06-09(svn r25380) -Fix (r25344): Vertically center images of page elements in the ↵zuu
available vertical space
2013-06-09(svn r25372) -Add: Allow opening a goal list window specific to a companyzuu
2013-06-09(svn r25369) -Add: allow opening a story window specific to a companyzuu
2013-06-09(svn r25352) -Feature: GameScript API for selecting a story page to viewzuu
2013-06-09(svn r25344) -Feature: GUI for viewing story pageszuu