summaryrefslogtreecommitdiff
path: root/src/misc_gui.cpp
AgeCommit message (Expand)Author
2010-01-15(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if...rubidium
2010-01-10(svn r18769) -Codechange: replace MiniLZO with the real library. If you're us...rubidium
2010-01-05(svn r18731) -Codechange: move the DrawStationCoverage stuff from misc_gui.cp...rubidium
2009-12-28(svn r18652) -Fix: glitches due to having the wrong bounding boxes for the fa...rubidium
2009-12-25(svn r18636) -Codechange: make TextEffect::duration a value in ticks instead ...smatz
2009-12-22(svn r18606) -Codechange: Introduce several forms of zero-size stacked displa...alberth
2009-12-20(svn r18580) -Codechange: Use widget information only for setting scrollbar c...alberth
2009-12-19(svn r18538) -Codechange: Split DrawStationCoverageText into a calculation pa...alberth
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