summaryrefslogtreecommitdiff
path: root/src/misc_gui.cpp
AgeCommit message (Collapse)Author
2009-11-28(svn r18324) -Codechange: there's no need for a default size when the window ↵rubidium
isn't resizable
2009-11-28(svn r18323) -Fix [FS#3330]: credits were drawn on the border of the windowrubidium
2009-11-28(svn r18322) -Codechange: remove the WDP duplication; no need to tell the ↵rubidium
same twice.
2009-11-28(svn r18318) -Codechange: add an enum value for manual window placementrubidium
2009-11-28(svn r18311) -Codechange: no need to hardcode locations of some 'random' windowsrubidium
2009-11-24(svn r18280) -Codechange: remove widget indices that are not needed for ↵rubidium
custom drawing/handling input
2009-11-24(svn r18277) -Codechange: remove unneeded widget indices for close, resize ↵rubidium
and sticky boxes and for window captions
2009-11-24(svn r18274) -Codechange: remove the unused WDF flagsrubidium
2009-11-22(svn r18230) -Codechange: Allow fill stepsize to be set from ↵alberth
Window::UpdateWidgetSize().
2009-11-22(svn r18229) -Codechange: Make fill_x, fill_y a number instead of a bool.alberth
2009-11-21(svn r18208) -Fix [FS#3321]: in some cases the size of the land information ↵rubidium
window wasn't properly calculated
2009-11-19(svn r18195) -Codechange: move the child padding calculation/handling to ↵rubidium
WWT_FRAME -Fix (r18168): crash when switching languages when a non-standard font height is used
2009-11-18(svn r18171) -Change: always align the about to the left; it is not ↵rubidium
translated and as such it's never a RTL text.
2009-11-17(svn r18152) -Codechange: remove the 'minimum window size' from the ↵rubidium
WindowDesc; it's determined from the (nested) widgets
2009-11-17(svn r18135) -Codechange: File list text overflowed its container.peter1138
2009-11-16(svn r18126) -Codechange: remove duplicate (since r18119) scrollbar ↵rubidium
capacity/matrix initialisation
2009-11-15(svn r18111) -Change: One more developer added to the history of OpenTTD.alberth
2009-11-15(svn r18104) -Codechange: Let the query popup window's text entry field ↵peter1138
expand if necessary (e.g. with long window title).
2009-11-15(svn r18099) -Codechange: scale the edit boxes to the fontsizerubidium
2009-11-15(svn r18092) -Codechange: remove support for the unnested widgetsrubidium
2009-11-15(svn r18086) -Codechange: remove 'widget' from WindowDescrubidium
2009-11-07(svn r17997) -Codechange: Introduce functions for querying top and bottom of ↵alberth
the main view.
2009-11-05(svn r17976) -Codechange: Move CargoClass to cargotype.h and clean up ↵frosch
including of newgrf_cargo.h
2009-11-03(svn r17967) -Codechange: Specify that the buttons of the query string ↵alberth
window should be equal in size.
2009-11-03(svn r17966) -Fix (r17965): The Default button should be disabled in some ↵alberth
cases rather than the Ok button.
2009-11-03(svn r17965) -Codechange: query string window uses pure nested widgets.alberth
2009-11-02(svn r17945) -Fix (r17940): Absence of main toolbar and/or status bar should ↵alberth
not be fatal.
2009-11-01(svn r17940) -Codechange: Use real y position of the main toolbar and status ↵alberth
bar instead of hardcoded sizes for tooltip and for error message windows.
2009-11-01(svn r17935) -Fix (r17933): Compensate for being inside a class.alberth
2009-11-01(svn r17933) -Codechange: Move position calculation of error message window ↵alberth
into the class.
2009-11-01(svn r17932) -Fix: Don't let the tooltip go under the status bar.alberth
2009-11-01(svn r17931) -Codechange: Error message window uses pure nested widgets.alberth
2009-10-31(svn r17928) -Codechange: ShowErrorMessage() now takes the summary string ↵alberth
before the details string. Gentlemen, swap your string parameters.
2009-10-31(svn r17927) -Codechange: Rename error message string variables.alberth
2009-10-31(svn r17924) -Codechange: Replace y array with two area rectangles in the ↵alberth
error message window.
2009-10-31(svn r17921) -Documentation: Add doxygen comments in the ErrmsgWindow struct.alberth
2009-10-31(svn r17919) -Codechange (r17849): Remove the outermost NWID_LAYERED and ↵alberth
NWID_VERTICAL containers from the load and save nested widget parts, since they do nothing.
2009-10-31(svn r17918) -Codechange: Move tooltip size calculation into the tooltip ↵alberth
window class.
2009-10-31(svn r17917) -Codechange: Move tooltip initial position calculation into the ↵alberth
tooltip window class.
2009-10-31(svn r17916) -Codechange: Make tooltips window use pure nested widgets.alberth
2009-10-31(svn r17914) -Codechange: Use some constants in the size calculation, and ↵alberth
pass the size as a combined value to the tooltip window.
2009-10-31(svn r17913) -Documentation: Add doxygen comments to the tooltip window class.alberth
2009-10-24(svn r17853) -Codechange: remove the 'delta' parameter from OnResize; it was ↵rubidium
used in ways that aren't always wanted, causing bugs and the like. Also with nested widgets most reasons for handling OnResize have gone.
2009-10-23(svn r17849) -Codechange: make the saveload windows nestedrubidium
2009-10-17(svn r17786) -Fix [FS#3265]: graphical glitches (matrices/scrollbars with ↵rubidium
wrong 'size') upon reiniting windows
2009-10-13(svn r17771) -Codechange: use the 'StringID' function instead of the 'const ↵rubidium
char *' function + custom code to resolve the 'const char *' from the 'StringID'
2009-10-04(svn r17708) -Feature [FS#2053]: [OSX] Implement clipboard support for OS X.michi_cc
2009-10-04(svn r17693) -Cleanup: remove some unneeded includesrubidium
2009-10-02(svn r17681) -Fix [FS#3248] (r17668): crash when the caption of the query ↵rubidium
window used parameters
2009-09-30(svn r17674) -Codechange: replace SetDirty + OnInvalidateData with ↵rubidium
InvalidateData (which does the same). Also call InvalidateData in a few cases where that was actually meant.