summaryrefslogtreecommitdiff
path: root/src/misc_gui.cpp
AgeCommit message (Collapse)Author
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
<town>' was shown
2010-03-06(svn r19358) -Fix [FS#3663]: Close error messages about missing ownership ↵frosch
when the company closes or is taken over. (parts by Alberth).
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
in a message box
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 ↵frosch
parameter for OnClick().
2010-01-23(svn r18899) -Fix: the default button was enabled even when the ↵rubidium
ENABLE_DEFAULT flag wasn't set
2010-01-18(svn r18866) -Codechange: remove the CmdFailed(ret)/CmdSucceeded(ret) ↵rubidium
wrapper functions
2010-01-15(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, ↵rubidium
if a header require a header make it include that header
2010-01-10(svn r18769) -Codechange: replace MiniLZO with the real library. If you're ↵rubidium
using MSVC update openttd-useful, otherwise make sure you've got liblzo2 and it's development files installed.
2010-01-05(svn r18731) -Codechange: move the DrawStationCoverage stuff from ↵rubidium
misc_gui.cpp to station_gui.cpp
2009-12-28(svn r18652) -Fix: glitches due to having the wrong bounding boxes for the ↵rubidium
face widgets
2009-12-25(svn r18636) -Codechange: make TextEffect::duration a value in ticks instead ↵smatz
of ticks * 8
2009-12-22(svn r18606) -Codechange: Introduce several forms of zero-size stacked ↵alberth
display planes.
2009-12-20(svn r18580) -Codechange: Use widget information only for setting scrollbar ↵alberth
capacity.
2009-12-19(svn r18538) -Codechange: Split DrawStationCoverageText into a calculation ↵alberth
part and a drawing part.
2009-11-28(svn r18324) -Codechange: there's no need for a default size when the window ↵rubidium
isn't resizable
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 ↵rubidium
same twice.
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 ↵rubidium
custom drawing/handling input
2009-11-24(svn r18277) -Codechange: remove unneeded widget indices for close, resize ↵rubidium
and sticky boxes and for window captions
2009-11-24(svn r18274) -Codechange: remove the unused WDF flagsrubidium
2009-11-22(svn r18230) -Codechange: Allow fill stepsize to be set from ↵alberth
Window::UpdateWidgetSize().
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 ↵rubidium
window wasn't properly calculated
2009-11-19(svn r18195) -Codechange: move the child padding calculation/handling to ↵rubidium
WWT_FRAME -Fix (r18168): crash when switching languages when a non-standard font height is used
2009-11-18(svn r18171) -Change: always align the about to the left; it is not ↵rubidium
translated and as such it's never a RTL text.
2009-11-17(svn r18152) -Codechange: remove the 'minimum window size' from the ↵rubidium
WindowDesc; it's determined from the (nested) widgets
2009-11-17(svn r18135) -Codechange: File list text overflowed its container.peter1138
2009-11-16(svn r18126) -Codechange: remove duplicate (since r18119) scrollbar ↵rubidium
capacity/matrix initialisation
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 ↵peter1138
expand if necessary (e.g. with long window title).
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
the main view.
2009-11-05(svn r17976) -Codechange: Move CargoClass to cargotype.h and clean up ↵frosch
including of newgrf_cargo.h
2009-11-03(svn r17967) -Codechange: Specify that the buttons of the query string ↵alberth
window should be equal in size.
2009-11-03(svn r17966) -Fix (r17965): The Default button should be disabled in some ↵alberth
cases rather than the Ok button.
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
not be fatal.
2009-11-01(svn r17940) -Codechange: Use real y position of the main toolbar and status ↵alberth
bar instead of hardcoded sizes for tooltip and for error message windows.
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 ↵alberth
into the class.