Commit Graph

323 Commits (6607dfdc683ac5dcf0ba0669f9eb72ea950c1ec9)

Author SHA1 Message Date
alberth e967f04123 (svn r18606) -Codechange: Introduce several forms of zero-size stacked display planes. 15 years ago
alberth f20e477a02 (svn r18580) -Codechange: Use widget information only for setting scrollbar capacity. 15 years ago
alberth 7ef35286fd (svn r18538) -Codechange: Split DrawStationCoverageText into a calculation part and a drawing part. 15 years ago
rubidium 21f2acfd01 (svn r18324) -Codechange: there's no need for a default size when the window isn't resizable 15 years ago
rubidium d2535d70ee (svn r18323) -Fix [FS#3330]: credits were drawn on the border of the window 15 years ago
rubidium 45eb0be570 (svn r18322) -Codechange: remove the WDP duplication; no need to tell the same twice. 15 years ago
rubidium fedb593293 (svn r18318) -Codechange: add an enum value for manual window placement 15 years ago
rubidium 74b737f958 (svn r18311) -Codechange: no need to hardcode locations of some 'random' windows 15 years ago
rubidium ab417c6c06 (svn r18280) -Codechange: remove widget indices that are not needed for custom drawing/handling input 15 years ago
rubidium 50359b2d08 (svn r18277) -Codechange: remove unneeded widget indices for close, resize and sticky boxes and for window captions 15 years ago
rubidium f8b79068e6 (svn r18274) -Codechange: remove the unused WDF flags 15 years ago
alberth 5bee09c924 (svn r18230) -Codechange: Allow fill stepsize to be set from Window::UpdateWidgetSize(). 15 years ago
alberth 18b33fde83 (svn r18229) -Codechange: Make fill_x, fill_y a number instead of a bool. 15 years ago
rubidium 092ed60342 (svn r18208) -Fix [FS#3321]: in some cases the size of the land information window wasn't properly calculated 15 years ago
rubidium bea622be02 (svn r18195) -Codechange: move the child padding calculation/handling to WWT_FRAME
-Fix (r18168): crash when switching languages when a non-standard font height is used
15 years ago
rubidium 8bc7f13999 (svn r18171) -Change: always align the about to the left; it is not translated and as such it's never a RTL text. 15 years ago
rubidium 8e11cd3a42 (svn r18152) -Codechange: remove the 'minimum window size' from the WindowDesc; it's determined from the (nested) widgets 15 years ago
peter1138 d6b3756d63 (svn r18135) -Codechange: File list text overflowed its container. 15 years ago
rubidium a13fd6ddce (svn r18126) -Codechange: remove duplicate (since r18119) scrollbar capacity/matrix initialisation 15 years ago
alberth c025be2807 (svn r18111) -Change: One more developer added to the history of OpenTTD. 15 years ago
peter1138 b303690103 (svn r18104) -Codechange: Let the query popup window's text entry field expand if necessary (e.g. with long window title). 15 years ago
rubidium bb5a43e609 (svn r18099) -Codechange: scale the edit boxes to the fontsize 15 years ago
rubidium 1f6f15a126 (svn r18092) -Codechange: remove support for the unnested widgets 15 years ago
rubidium b01251092e (svn r18086) -Codechange: remove 'widget' from WindowDesc 15 years ago
alberth c7ca4691c4 (svn r17997) -Codechange: Introduce functions for querying top and bottom of the main view. 15 years ago
frosch 3cb949a17d (svn r17976) -Codechange: Move CargoClass to cargotype.h and clean up including of newgrf_cargo.h 15 years ago
alberth 171fa9d16b (svn r17967) -Codechange: Specify that the buttons of the query string window should be equal in size. 15 years ago
alberth 95990e6d10 (svn r17966) -Fix (r17965): The Default button should be disabled in some cases rather than the Ok button. 15 years ago
alberth cc0906a49c (svn r17965) -Codechange: query string window uses pure nested widgets. 15 years ago
alberth e22b5ed872 (svn r17945) -Fix (r17940): Absence of main toolbar and/or status bar should not be fatal. 15 years ago
alberth 06f7a2fc76 (svn r17940) -Codechange: Use real y position of the main toolbar and status bar instead of hardcoded sizes for tooltip and for error message windows. 15 years ago
alberth 869370dd2a (svn r17935) -Fix (r17933): Compensate for being inside a class. 15 years ago
alberth b4f8ea259a (svn r17933) -Codechange: Move position calculation of error message window into the class. 15 years ago
alberth 74a9be4f59 (svn r17932) -Fix: Don't let the tooltip go under the status bar. 15 years ago
alberth 57cdbcb418 (svn r17931) -Codechange: Error message window uses pure nested widgets. 15 years ago
alberth 5a97b64d73 (svn r17928) -Codechange: ShowErrorMessage() now takes the summary string before the details string.
Gentlemen, swap your string parameters.
15 years ago
alberth 173c6ae977 (svn r17927) -Codechange: Rename error message string variables. 15 years ago
alberth ae3c6b0935 (svn r17924) -Codechange: Replace y array with two area rectangles in the error message window. 15 years ago
alberth 9059383676 (svn r17921) -Documentation: Add doxygen comments in the ErrmsgWindow struct. 15 years ago
alberth 8e6f96e322 (svn r17919) -Codechange (r17849): Remove the outermost NWID_LAYERED and NWID_VERTICAL containers from the load and save nested widget parts, since they do nothing. 15 years ago
alberth 9deb0eb32b (svn r17918) -Codechange: Move tooltip size calculation into the tooltip window class. 15 years ago
alberth e6c50f7e7d (svn r17917) -Codechange: Move tooltip initial position calculation into the tooltip window class. 15 years ago
alberth 141be7b048 (svn r17916) -Codechange: Make tooltips window use pure nested widgets. 15 years ago
alberth 256adf9c8a (svn r17914) -Codechange: Use some constants in the size calculation, and pass the size as a combined value to the tooltip window. 15 years ago
alberth d57223144d (svn r17913) -Documentation: Add doxygen comments to the tooltip window class. 15 years ago
rubidium c1365b3cc1 (svn r17853) -Codechange: remove the 'delta' parameter from OnResize; it was used in ways that aren't always wanted, causing bugs and the like. Also with nested widgets most reasons for handling OnResize have gone. 15 years ago
rubidium 343586484b (svn r17849) -Codechange: make the saveload windows nested 15 years ago
rubidium b72898c8a3 (svn r17786) -Fix [FS#3265]: graphical glitches (matrices/scrollbars with wrong 'size') upon reiniting windows 15 years ago
rubidium abbfdb1396 (svn r17771) -Codechange: use the 'StringID' function instead of the 'const char *' function + custom code to resolve the 'const char *' from the 'StringID' 15 years ago
michi_cc d6da4f24ad (svn r17708) -Feature [FS#2053]: [OSX] Implement clipboard support for OS X. 15 years ago