summaryrefslogtreecommitdiff
path: root/src/rail_gui.cpp
AgeCommit message (Expand)Author
2010-11-26(svn r21331) -Codechange: Make drawing the widgets default behaviour in OnPai...alberth
2010-08-26(svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some...rubidium
2010-08-12(svn r20470) -Codechange: Make arrow buttons lower and raise like other butto...frosch
2010-08-12(svn r20461) -Codechange: Replace WWT_HSCROLLBAR, WWT_SCROLLBAR and WWT_SCROL...frosch
2010-08-12(svn r20453) -Codechange: Remove direct accesses to Window::hscroll, vscroll ...frosch
2010-08-12(svn r20452) -Codechange: Remove NWidgetCore::FindScrollbar() and associate s...frosch
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
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 GetS...alberth
2010-07-24(svn r20211) -Codechange: Indented code should have curly braces around it.alberth
2010-07-04(svn r20071) -Codechange: Consistently return the toolbar window for ShowBuil...frosch
2010-07-03(svn r20070) -Feature: when none of the open windows handles a keypress, try ...yexo
2010-07-03(svn r20068) -Feature: customizable hotkeys for the rail toolbaryexo
2010-04-14(svn r19637) -Codechange: Pass complete TransportType to CmdBuildTunnel.frosch
2010-03-17(svn r19445) -Change: No need to drag an area when overbuilding bridges.frosch
2010-03-16(svn r19431) -Codechange: Append rail type speed limit (if set) to rail type ...peter1138
2010-03-05(svn r19321) -Codechange [FS#3630]: unify the rail station widget description...rubidium
2010-02-04(svn r19006) -Fix (r18970): default rail type determination failed causing 'A...rubidium
2010-01-30(svn r18966) -Codechange: Remove Window::OnDoubleClick() in favour of a param...frosch
2010-01-15(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if...rubidium
2010-01-11(svn r18781) -Codechange: pass the CommandCost to the callback instead of whe...rubidium
2009-12-18(svn r18528) -Fix (FS#3370): Platform length/count buttons not centred when N...peter1138
2009-12-15(svn r18508) -Fix [FS#3372]: if a rail station class had less data than capac...rubidium
2009-12-14(svn r18503) -Fix [FS#3370]: the length and platform buttons in the station w...rubidium
2009-11-28(svn r18324) -Codechange: there's no need for a default size when the window ...rubidium
2009-11-28(svn r18322) -Codechange: remove the WDP duplication; no need to tell the sam...rubidium
2009-11-28(svn r18321) -Fix [FS#3331]: make the toolbars also calculate their top locat...rubidium
2009-11-25(svn r18286) -Fix (r18280): Number of platforms and platform length start wit...frosch
2009-11-24(svn r18280) -Codechange: remove widget indices that are not needed for custo...rubidium
2009-11-24(svn r18277) -Codechange: remove unneeded widget indices for close, resize an...rubidium
2009-11-24(svn r18274) -Codechange: remove the unused WDF flagsrubidium
2009-11-22(svn r18241) -Codechange: make the rail depot 'buttons' centered in the windowrubidium
2009-11-22(svn r18230) -Codechange: Allow fill stepsize to be set from Window::UpdateWi...alberth
2009-11-22(svn r18229) -Codechange: Make fill_x, fill_y a number instead of a bool.alberth
2009-11-22(svn r18212) -Codechange: remove unneeded 'parameters' for WWT_CAPTION, WWT_C...rubidium
2009-11-19(svn r18187) -Codechange: make the advanced face selection, custom currency, ...rubidium
2009-11-17(svn r18152) -Codechange: remove the 'minimum window size' from the WindowDes...rubidium
2009-11-17(svn r18148) -Fix: with the waypoint picker the wrong widget was 'grayed' wit...rubidium
2009-11-15(svn r18086) -Codechange: remove 'widget' from WindowDescrubidium
2009-10-04(svn r17693) -Cleanup: remove some unneeded includesrubidium
2009-09-30(svn r17674) -Codechange: replace SetDirty + OnInvalidateData with Invalidate...rubidium
2009-09-28(svn r17659) -Codechange: remove the last custom drawing from the signal GUIrubidium
2009-09-28(svn r17658) -Codechange: remove custom drawing of the signal density in the ...rubidium
2009-09-28(svn r17657) -Fix [FS#3242]: some semaphore signals fell outside of the signa...rubidium
2009-09-19(svn r17579) -Fix: remove doxygen docs for removed parameters, or change @par...rubidium
2009-09-19(svn r17572) -Codechange: Use the Window::GetWidget() function to access nest...alberth