summaryrefslogtreecommitdiff
path: root/src/misc_gui.cpp
AgeCommit message (Expand)Author
2009-11-28(svn r18324) -Codechange: there's no need for a default size when the window ...rubidium
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 sam...rubidium
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 custo...rubidium
2009-11-24(svn r18277) -Codechange: remove unneeded widget indices for close, resize an...rubidium
2009-11-24(svn r18274) -Codechange: remove the unused WDF flagsrubidium
2009-11-22(svn r18230) -Codechange: Allow fill stepsize to be set from Window::UpdateWi...alberth
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 w...rubidium
2009-11-19(svn r18195) -Codechange: move the child padding calculation/handling to WWT_...rubidium
2009-11-18(svn r18171) -Change: always align the about to the left; it is not translate...rubidium
2009-11-17(svn r18152) -Codechange: remove the 'minimum window size' from the WindowDes...rubidium
2009-11-17(svn r18135) -Codechange: File list text overflowed its container.peter1138
2009-11-16(svn r18126) -Codechange: remove duplicate (since r18119) scrollbar capacity/...rubidium
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 expan...peter1138
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
2009-11-05(svn r17976) -Codechange: Move CargoClass to cargotype.h and clean up includi...frosch
2009-11-03(svn r17967) -Codechange: Specify that the buttons of the query string window...alberth
2009-11-03(svn r17966) -Fix (r17965): The Default button should be disabled in some cas...alberth
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
2009-11-01(svn r17940) -Codechange: Use real y position of the main toolbar and status ...alberth
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 i...alberth
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 bef...alberth
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 err...alberth
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 NWID...alberth
2009-10-31(svn r17918) -Codechange: Move tooltip size calculation into the tooltip wind...alberth
2009-10-31(svn r17917) -Codechange: Move tooltip initial position calculation into the ...alberth
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 pas...alberth
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
2009-10-23(svn r17849) -Codechange: make the saveload windows nestedrubidium
2009-10-17(svn r17786) -Fix [FS#3265]: graphical glitches (matrices/scrollbars with wro...rubidium
2009-10-13(svn r17771) -Codechange: use the 'StringID' function instead of the 'const c...rubidium
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 win...rubidium
2009-09-30(svn r17674) -Codechange: replace SetDirty + OnInvalidateData with Invalidate...rubidium