summaryrefslogtreecommitdiff
path: root/src/misc_gui.cpp
AgeCommit message (Expand)Author
2010-09-01(svn r20716) -Feature: add airport class and airport name to the land info toolyexo
2010-08-26(svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some...rubidium
2010-08-22(svn r20596) -Fix [FS#4066]: crash when the tooltip is wider than the window isrubidium
2010-08-19(svn r20552) -Fix: Never show tooltips when the mouse cursor is outside the w...terkhen
2010-08-16(svn r20514) -Fix: Draw error messages in white by default, they may not have...frosch
2010-08-01(svn r20289) -Codechange: Unify fall through coding style.terkhen
2010-08-01(svn r20286) -Codechange: Unify end of doxygen comments.frosch
2010-08-01(svn r20283) -Codechange: Unify start of doygen comments.frosch
2010-08-01(svn r20281) -Codechange: unify case scope closure + break coding stylerubidium
2010-07-29(svn r20239) -Doc: Give a common name to all fall throughs (FALL THROUGH).terkhen
2010-07-25(svn r20220) -Fix [FS#3974]: strip non-printable characters before showing it...rubidium
2010-07-15(svn r20159) -Change: clarify use of OpenTTD directories and don't use the "T...rubidium
2010-07-11(svn r20119) -Add: Tooltips can be removed if the user stops hovering the mouse.terkhen
2010-07-02(svn r20043) -Codechange: Introduce vertical alignment for DrawStringMultiLin...alberth
2010-06-03(svn r19917) -Codechange: Split save/load GUI to separate file.frosch
2010-05-30(svn r19904) -Codechange: Make EventState usable outside Window context.alberth
2010-05-13(svn r19814) -Codechange: give some more unnamed enums a name, in case they c...rubidium
2010-04-24(svn r19709) -Feature: NewGRF debugging/inspecting of (primarily) enabled cal...rubidium
2010-03-16(svn r19434) -Add: Add rail speed limit to land area information window.peter1138
2010-03-16(svn r19432) -Fix [FS#3696] (r19357): crash when the error message 'owned by ...yexo
2010-03-06(svn r19358) -Fix [FS#3663]: Close error messages about missing ownership whe...frosch
2010-03-06(svn r19357) -Codechange: Add 'face' member to ErrmsgWindow to simplify stuff.frosch
2010-02-24(svn r19225) -Feature: show warnings and errors in console as well, not only ...smatz
2010-02-24(svn r19224) -Codechange: change parameters passed to ShowErrorMessage() a bitsmatz
2010-02-22(svn r19199) -Codechange: add a 'name'-property to airport tilesyexo
2010-02-04(svn r19007) -Prepare: 1.0.0-beta4rubidium
2010-02-03(svn r18998) -Update: the creditsrubidium
2010-01-30(svn r18966) -Codechange: Remove Window::OnDoubleClick() in favour of a param...frosch
2010-01-23(svn r18899) -Fix: the default button was enabled even when the ENABLE_DEFAUL...rubidium
2010-01-18(svn r18866) -Codechange: remove the CmdFailed(ret)/CmdSucceeded(ret) wrapper...rubidium
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