summaryrefslogtreecommitdiff
path: root/src/rail_gui.cpp
AgeCommit message (Expand)Author
2013-01-08(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagl...planetmaker
2012-12-23(svn r24846) -Add: Advanced settings to disable certain sound effects.frosch
2012-11-11(svn r24700) -Cleanup: Remove WDF_UNCLICK_BUTTONS and make it the default.frosch
2012-09-01(svn r24507) -Fix [FS#5285]: The mousewheel did not work in the build waypoin...frosch
2012-07-01(svn r24367) -Feature: [NewGRF] Customisable signals for rail types.michi_cc
2012-04-22(svn r24167) -Codechange: Rename NewGRFClass::GetCount() to NewGRFClass::GetC...frosch
2012-04-22(svn r24166) -Codechange: Turn NewGRFClass::Get(Tid, uint) and GetCount(Tid) ...frosch
2012-04-22(svn r24162) -Codechange: Remove NewGRFClass::GetName() and SetName() in favo...frosch
2012-04-17(svn r24144) -Change [FS#4605]: Reset 'convert signal' button when signal GUI...michi_cc
2012-04-17(svn r24130) -Feature(ette): [FS#2314]: Deselect 'remove' button when changin...michi_cc
2012-04-17(svn r24129) -Feature [FS#3660]: Option to minimise signal distance when drag...michi_cc
2012-01-03(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp filesrubidium
2011-12-19(svn r23601) -Fix: fix the conflict in window numbertruebrain
2011-12-16(svn r23560) -Codechange: final pieces of consistency through widgetstruebrain
2011-12-16(svn r23556) -Codechange: unify rail widget naming and document themrubidium
2011-12-16(svn r23529) -Codechange: make all widget enum values unique and make them in...truebrain
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 w...rubidium
2011-11-26(svn r23330) -Fix [FS#4853] (r23316): alignment of signals in the signals men...rubidium
2011-11-08(svn r23147) -Change: [NewGRF v8] Unify the return values of boolean callback...frosch
2011-08-04(svn r22714) -Fix: If there's no point in opening the rail toolbar, don't ope...planetmaker
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 in...frosch
2011-03-13(svn r22241) -Codechange: Add additional to-be-used parameter to OnInvalidate...frosch
2011-02-22(svn r22128) -Fix [FS#4530]: Build-station-window showed wrong selection when...frosch
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 gene...rubidium
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 station...alberth
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
2011-01-09(svn r21756) -Add: Display name of the selected station type in the station p...alberth
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 ins...alberth
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 h...alberth
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 s...alberth
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 of...alberth
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 i...alberth
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 statem...alberth
2010-12-21(svn r21571) -Codechange: Having a break after a return is no good.alberth