summaryrefslogtreecommitdiff
path: root/src/misc_gui.cpp
AgeCommit message (Collapse)Author
2009-08-30(svn r17324) -Codechange: Land info window uses nested widget treeYexo
2009-08-29(svn r17311) -Change: rename STR_WHITE_STRINGN to STR_WHITE_STRINGyexo
2009-08-29(svn r17310) -Codechange: about window uses nested widget treeyexo
2009-08-29(svn r17309) -Fix: not all non-ASCII characters were entered with escapes in ↵smatz
the About window
2009-08-28(svn r17299) -Fix: the tooltip could get truncated under some circumstances ↵rubidium
due to its custom string height determination
2009-08-23(svn r17271) -Fix: SetFill sometimes used 1/0 when it should be using true/falserubidium
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-08-21(svn r17247) -Change: move '3rd party' MD5 implementation also to the ↵rubidium
3rdparty directory.
2009-08-18(svn r17216) -Update: MiniLZO from 1.08 to 2.03.rubidium
2009-08-18(svn r17210) -Update: credits to reflect the (current) truth a bit betterrubidium
2009-08-05(svn r17075) -Codechange: rename ~750 strings to be more uniform with their ↵rubidium
relatives
2009-08-04(svn r17062) -Change: unify the naming of some 125 stringsrubidium
2009-07-20(svn r16886) -Codechange: unify naming of some string IDs related to string ↵rubidium
codes and group them logically
2009-07-16(svn r16849) -Codechange: replace GetCargo() by CargoSpec::Get()smatz
2009-07-10(svn r16789) -Codechange: unify the drawing of the Accepts/Supplies cargo ↵yexo
lists in the station build windows.
2009-06-27(svn r16678) -Codechange: Turn CargoArray into a class, so one does not have ↵frosch
to deal with sizeof() wrt. typedef-ed arrays.
2009-06-27(svn r16677) -Codechange: Dimension width and height are unsigned.alberth
2009-06-27(svn r16676) -Codechange: Rename AcceptedCargo to CargoArray and its ↵frosch
instances to more meaningful names.
2009-06-25(svn r16659) -Codechange: rename GetAcceptedCargo() to AddAcceptedCargo() ↵smatz
and change its behaviour accordingly -Codechange: remove dummy GetAcceptedCargo_*() handlers
2009-06-04(svn r16516) -Codechange: Added click and drag handling for nested widgets.alberth
2009-05-31(svn r16489) -Fix [FS#2937] (r16258): Do not resize a widget twice (erikjanp)alberth
2009-05-30(svn r16463) -Cleanup: Code style fixes.alberth
2009-05-24(svn r16414) -Change: Make it harder to ignore/close important error ↵frosch
messages. Esp. do not close them automatically after some time.
2009-05-22(svn r16378) -Codechange: replace OldPool with simpler Pool. Compilation ↵smatz
time, binary size and run time (with asserts disabled) should be improved
2009-05-19(svn r16359) -Codechange: don't abuse company 0 when determining 'cost to ↵smatz
clear land' in the LandInfoWindow
2009-05-17(svn r16327) -Codechange: replace IsValidPoolItemID(index) by ↵smatz
PoolItem::IsValidID(index)
2009-05-16(svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index)smatz
2009-05-09(svn r16259) -Codechange: Added nested widgets to the load and save dialogue ↵alberth
windows.
2009-05-09(svn r16258) -Codechange: Remove panel with negative height and some small ↵alberth
adjustments in the load/save dialogue windows.
2009-05-09(svn r16257) -Codechange: Added empty widgets in load dialogue to move the ↵alberth
resize box to the right place in the array.
2009-05-09(svn r16256) -Codechange: Moved load/save dialogue widget numbers outside ↵alberth
the window struct.
2009-05-06(svn r16242) -Codechange: rework pausingrubidium
-Fix [FS#2864]: autopause and manual pausing conflict with eachother -Fix: new game + pause on new game + autopause make the game not unpause on the first join
2009-05-04(svn r16227) -Codechange: Added nested widgets for error windows, tooltip ↵alberth
window, and dropdown window.
2009-04-29(svn r16183) -Fix [FS#2872]: wrong string alignment for error messages with facerubidium
2009-04-29(svn r16182) -Fix: hardcoded (old sized) MAX_COMPANIES constantrubidium
2009-04-26(svn r16160) -Codechange: remove the need for explicit TC_FROMSTRING for ↵rubidium
DrawString.
2009-04-26(svn r16156) -Codechange: make the parameters of DrawStringMultiline the ↵rubidium
same as for DrawString (except the addition of the bottom parameter)
2009-04-21(svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had ↵rubidium
this ID' from 'some' strings and replace the string name with something more sensible.
2009-04-19(svn r16088) -Codechange: merge HighLightStyle and ViewportHighlightMode as ↵rubidium
they are basically the same thing
2009-04-11(svn r16033) -Codechange: Added nested widgets to about window, land-info ↵alberth
window, and both query windows.
2009-04-11(svn r16032) -Codechange: Completing widget numbers of query windows.alberth
2009-04-10(svn r16024) -Codechange: harden string copying on places where it's possiblerubidium
2009-03-31(svn r15907) -Fix (r15841): some strings in save/load dialog were drawn with ↵glx
a 2 pixel offset
2009-03-29(svn r15885) -Codechange: Removed new_size parameter of Window::OnResize() ↵alberth
callback
2009-03-25(svn r15843) -Codechange: with RTL the caret would always be drawn at the ↵rubidium
end of the textbox.
2009-03-25(svn r15841) -Fix: the saveload window could draw directory partly outside ↵rubidium
the window
2009-03-22(svn r15808) -Codechange: use the new DrawString API in a number of GUIsrubidium
2009-03-22(svn r15803) -Codechange: use the new text drawing API for multicenterrubidium
-Fix (r15800): off-by-one w.r.t. offsets
2009-03-22(svn r15801) -Fix (r15797): The new DrawStringMultiLine() now returns the ↵peter1138
new y position instead of the height, so we don't need to add it on.
2009-03-21(svn r15797) -Codechange: make users of the old DrawStringMultiLine use the ↵rubidium
new one.