summaryrefslogtreecommitdiff
path: root/src/rail_gui.cpp
AgeCommit message (Collapse)Author
2011-12-16(svn r23529) -Codechange: make all widget enum values unique and make them ↵truebrain
include the files they need to compile
2011-12-15(svn r23528) -Codechange: move widget enums to widgets/NNN_type.htruebrain
2011-11-26(svn r23338) -Feature [FS#4841]: diagonal dragging the rail conversion tool ↵rubidium
when pressing CTRL
2011-11-26(svn r23330) -Fix [FS#4853] (r23316): alignment of signals in the signals ↵rubidium
menu was incorrect
2011-11-08(svn r23147) -Change: [NewGRF v8] Unify the return values of boolean ↵frosch
callbacks, and check the results for validity.
2011-08-04(svn r22714) -Fix: If there's no point in opening the rail toolbar, don't ↵planetmaker
open it for people who use hotkeys either rather than only for those using GUI elements
2011-05-14(svn r22459) -Doc: Typo fixes and doxygen markup improvements.alberth
2011-05-06(svn r22429) -Add: some constants for specific palette colours used in the GUI.frosch
2011-05-04(svn r22421) -Fix: Replace various references to Windows palette greyscale ↵frosch
indices with the DOS palette indices.
2011-03-13(svn r22241) -Codechange: Add additional to-be-used parameter to ↵frosch
OnInvalidateData().
2011-02-22(svn r22128) -Fix [FS#4530]: Build-station-window showed wrong selection ↵frosch
when reopening. (Regiovogel)
2011-02-07(svn r22018) -Cleanup: remove some (now) unneeded includes of functions.hrubidium
2011-01-20(svn r21867) -Codechange: move creating the rail type dropdown to a more ↵rubidium
general location
2011-01-15(svn r21803) -Cleanup: Remove unnecessary semicolons.terkhen
2011-01-09(svn r21761) -Add: Wheel-scrolling in the new build station GUI.frosch
2011-01-09(svn r21759) -Codechange: Increase the initial horizontal size of the ↵alberth
stationpicker slightly.
2011-01-09(svn r21758) -Add: Allow vertical resizing of the stationpicker window.alberth
2011-01-09(svn r21757) -Codechange: Use a list instead of a dropdown for selecting the ↵alberth
station classes.
2011-01-09(svn r21756) -Add: Display name of the selected station type in the station ↵alberth
picker window.
2011-01-09(svn r21755) -Feature: Display newgrf station sprites during station picking.alberth
2011-01-09(svn r21753) -Codechange: Use a widget for the coverage text, and re-init ↵alberth
instead of resize to adapt for height changes.
2011-01-09(svn r21752) -Doc: document the stationpicker widgets and variables.alberth
2011-01-09(svn r21751) -Fix: Re-initialize the stationpicker data when newgrf classes ↵alberth
have disappeared.
2010-12-24(svn r21628) -Codechange: Remove local variables that just point to global _thd.alberth
2010-12-24(svn r21627) -Codechange: Remove _place_proc global variable.alberth
2010-12-24(svn r21621) -Codechange: Only consider tile highlighting mode bits in tile ↵alberth
selection functions.
2010-12-24(svn r21618) -Fix: Use correct 3 bit mask for directions.alberth
2010-12-23(svn r21609) -Fix (r21545,r21552,r21580,r21586): Restore diagonal clearing ↵alberth
of areas.
2010-12-21(svn r21587) -Codechange: Move simple callback functions into the switch.alberth
2010-12-21(svn r21586) -Codechange: Record the last started user action, and use that ↵alberth
in the callback.
2010-12-21(svn r21585) -Codechange: Move the simple click functions into the switch.alberth
2010-12-21(svn r21584) -Codechange: Replace the _rail_build_button array by a switch.alberth
2010-12-21(svn r21582) -Codechange: Simplify BuildRailClick_AutoSignals().alberth
2010-12-21(svn r21581) -Codechange: Fix indenting code style of a few multi-line ↵alberth
statements.
2010-12-21(svn r21571) -Codechange: Having a break after a return is no good.alberth
2010-12-10(svn r21449) -Change: make the waypoint window make use the generic "matrix" ↵rubidium
widget
2010-11-26(svn r21331) -Codechange: Make drawing the widgets default behaviour in ↵alberth
OnPaint().
2010-08-26(svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to ↵rubidium
some headers
2010-08-12(svn r20470) -Codechange: Make arrow buttons lower and raise like other ↵frosch
buttons when clicked.
2010-08-12(svn r20461) -Codechange: Replace WWT_HSCROLLBAR, WWT_SCROLLBAR and ↵frosch
WWT_SCROLL2BAR with NWID_HSCROLLBAR and NWID_VSCROLLBAR.
2010-08-12(svn r20453) -Codechange: Remove direct accesses to Window::hscroll, vscroll ↵frosch
and vscroll2. Note: All windows get individual members with the same names, which are initialised via Window::GetScrollbar(). This caching is not required at all, but simplifies conversion.
2010-08-12(svn r20452) -Codechange: Remove NWidgetCore::FindScrollbar() and associate ↵frosch
scrollbar explicitly using a NWidgetPart via SetScrollbar().
2010-08-07(svn r20406) -Codechange: make StationClass use the new generic classrubidium
2010-08-02(svn r20315) -Codechange: Replace magic numbers by named constants.michi_cc
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-30(svn r20242) -Change: remove the need for "{WHITE}" control codes in some of ↵rubidium
the railtype NewGRF strings -Fix: make it possible to properly assess the length of the rail toolbar caption
2010-07-30(svn r20241) -Codechange: Move variable declarations to their first use.alberth
2010-07-26(svn r20223) -Codechange: Replace scrolled row calculations by a call to ↵alberth
GetScrolledRowFromWidget().
2010-07-24(svn r20211) -Codechange: Indented code should have curly braces around it.alberth