Commit Graph

192 Commits (96d098e120d7a2ed006417ee7ee2eb83345d23e3)

Author SHA1 Message Date
rubidium 982b8ee5fc (svn r17693) -Cleanup: remove some unneeded includes 15 years ago
rubidium 0855ae61de (svn r17674) -Codechange: replace SetDirty + OnInvalidateData with InvalidateData (which does the same). Also call InvalidateData in a few cases where that was actually meant. 15 years ago
rubidium 66227cfb88 (svn r17659) -Codechange: remove the last custom drawing from the signal GUI 15 years ago
rubidium 3649e86c15 (svn r17658) -Codechange: remove custom drawing of the signal density in the signal GUI
-Codechange: move the state updates from OnPaint
15 years ago
rubidium 244c17e4eb (svn r17657) -Fix [FS#3242]: some semaphore signals fell outside of the signal GUI. Now the signals are properly centered which should make that problem go away 15 years ago
rubidium 2e5596025c (svn r17579) -Fix: remove doxygen docs for removed parameters, or change @param to @tparam if necessary 15 years ago
alberth d54028fde8 (svn r17572) -Codechange: Use the Window::GetWidget() function to access nested widgets through the nested_array. 15 years ago
rubidium c2c0f4403e (svn r17534) -Codechange: unify the naming of callback masks/flags 15 years ago
frosch 0e36260337 (svn r17532) -Codechange: Rename several Invalidate functions to SetDirty for more consistency and distinguishability. 15 years ago
frosch 263952f557 (svn r17525) -Cleanup: Remove SetWindowDirty(), it is completely covered by other functions already. 15 years ago
rubidium 08d9873001 (svn r17471) -Change: when removing a station or waypoint keep the rail unless Ctrl is pressed. This makes the behaviour consistent between the two. 15 years ago
rubidium 1f3f5a8a83 (svn r17372) -Codechange: make the settings, rail and sign GUIs use the scrollbar wrappers 15 years ago
rubidium 252304b569 (svn r17304) -Codechange: move (more) drawing code out of the rail depot picker's OnPaint. 15 years ago
rubidium d4a98be94a (svn r17271) -Fix: SetFill sometimes used 1/0 when it should be using true/false 15 years ago
rubidium 290d8a99c3 (svn r17251) -Fix [FS#3141]: other tunnel end not shown if building rail tunnels and the first railtype is not available yet 15 years ago
rubidium 99d46e0ad7 (svn r17248) -Fix: add GPL license notice where appropriate 15 years ago
rubidium d61be2637e (svn r17075) -Codechange: rename ~750 strings to be more uniform with their relatives 15 years ago
rubidium 5bb7b8ad35 (svn r17062) -Change: unify the naming of some 125 strings 15 years ago
yexo e54bed415d (svn r17059) -Codechange: Rename a few strings to reflect their usage 15 years ago
alberth 99a28e2239 (svn r17018) -Fix [FS#1833]: Take width of station type names into account in station builder window. 15 years ago
alberth db73234ba1 (svn r17008) -Fix [FS#3061]: Resize matrix in station build window vertically according to font height. 15 years ago
rubidium 5fa2b6ed8a (svn r17002) -Change: also support distant join for waypoints 15 years ago
rubidium d31e84b68c (svn r17000) -Change: allow overbuilding/extending waypoints 15 years ago
rubidium 1ab2d22318 (svn r16993) -Change: make the rail waypoint builder draggable 15 years ago
rubidium 0b5a564bac (svn r16991) -Change: make 'remove waypoint' draggable 15 years ago
rubidium b3f3ba36db (svn r16990) -Codechange: unify some (command) naming w.r.t. stations/waypoints. 15 years ago
rubidium 3321f45246 (svn r16965) -Codechange: use tile area instead of sets of variables for the station joiner code. 15 years ago
alberth 42714792dc (svn r16953) -Codechange: Use SetStringParameters() for simple parameterized strings. 15 years ago
rubidium 00a9b2fd3d (svn r16938) -Codechange: introduce helper function to tell whether a tile is either a rail station or rail waypoint tile 15 years ago
alberth 36ebb4fe58 (svn r16937) -Codechange: Make the station build window look good when resized. 15 years ago
alberth 8c29d9ee54 (svn r16936) -Fix [FS#3053]: Rail station build window with NewGRFs could crash due to uninitialized string parameter. 15 years ago
rubidium 4874578e79 (svn r16930) -Codechange: more StringID name unification and grouping 15 years ago
rubidium c252e18421 (svn r16917) -Codechange: fix some GCC 4.5 'case X is not in enum Y' warnings 15 years ago
alberth 60f38af7e0 (svn r16913) -Codechange: Signal, train depot, and waypoint windows switched to using nested widget tree. 15 years ago
rubidium 6435dc89fe (svn r16912) -Codechange: split waypoint.h in waypoint_base.h and waypoint_func.h 15 years ago
alberth 2399f91f62 (svn r16906) -Fix (r12939): Child windows of build toolbars were placed inconsistently. 15 years ago
alberth c306a8e409 (svn r16898) -Codechange: Station build window uses nested widget tree. 15 years ago
alberth ac78b5b3d0 (svn r16882) -Codechange: Introduce a line_height variable in the station picker window. 15 years ago
alberth 49db447cb9 (svn r16879) -Codechange: Use coordinates of widgets for custom rendering. 15 years ago
alberth d35d5fc9bc (svn r16878) -Codechange: Let WWT_LABEL widgets do the drawing rather than OnPaint. 15 years ago
rubidium fec1178abb (svn r16870) -Codechange: unmagicify road stop/waypoint picker drawing 15 years ago
alberth 70472e2d98 (svn r16856) -Fix: Allow the rail toobar window to align vertically for larger sprites. 15 years ago
alberth 613d091375 (svn r16844) -Doc (r13182): Remove documentation of removed window event handling function. 15 years ago
yexo bd8f92d3ff (svn r16789) -Codechange: unify the drawing of the Accepts/Supplies cargo lists in the station build windows. 15 years ago
alberth df377f3ec6 (svn r16749) -Codechange: Rail toolbar uses nested widget tree only. 15 years ago
smatz 00cd25b7a2 (svn r16496) -Codechange: remove one useless dynamic_cast<> 15 years ago
peter1138 5a3c73729d (svn r16363) -Fix: The previously selected newgrf station type was still remembered after switching to a different game without newstations enabled, preventing stations from being built. 15 years ago
smatz 0c10daa243 (svn r16327) -Codechange: replace IsValidPoolItemID(index) by PoolItem::IsValidID(index) 15 years ago
alberth 3f58521baa (svn r16225) -Codechange: Added nested widgets to all rail_gui windows (except the build depot window). 15 years ago
alberth 72b00e606f (svn r16224) -Codechange: Move BuildRailStationWidgets and BuildRailWaypointWidgets enums out of their Window structs, extend horizontal scrollbar by 1 pixel. 15 years ago