summaryrefslogtreecommitdiff
path: root/src/misc_gui.cpp
AgeCommit message (Expand)Author
2011-01-15(svn r21803) -Cleanup: Remove unnecessary semicolons.terkhen
2011-01-04(svn r21711) -Change: Display the minimal height of the tile in the LandInfo ...frosch
2010-12-21(svn r21589) -Codechange: Move PlaceLandBlockInfo() to the right file, introd...alberth
2010-12-21(svn r21555) -Fix [FS#4321]: strings for the query window weren't properly te...rubidium
2010-12-12(svn r21477) -Fix [FS#4300]: tooltips were removed when their related window ...rubidium
2010-12-11(svn r21472) -Fix [FS#4298] (r21459-ish): make sure the query window is only ...rubidium
2010-12-05(svn r21407) -Codechange: prepare the text buffer code for limiting on number...rubidium
2010-12-05(svn r21406) -Codechange: rename some textbuf related names to make them a bi...rubidium
2010-11-26(svn r21331) -Codechange: Make drawing the widgets default behaviour in OnPai...alberth
2010-11-19(svn r21255) -Fix (r179): main menu error messages wouldn't show when you had...rubidium
2010-10-16(svn r20940) -Fix (r20928): switch to the normal alphabet where 'b' comes bef...yexo
2010-10-15(svn r20928) -Update: we have a new developeryexo
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