summaryrefslogtreecommitdiff
path: root/src/order_gui.cpp
AgeCommit message (Expand)Author
2013-11-24(svn r26086) -Codechange: use AutoDeleteSmallVector instead std::list for dro...rubidium
2013-11-23(svn r26057) -Fix: a number of possibly uninitialised variablesrubidium
2013-11-22(svn r26049) -Codechange: remove some dead code as order can't be NULL thererubidium
2013-10-20(svn r25894) -Change: Unify behaviour when clicking on different items in the...planetmaker
2013-10-13(svn r25859) -Add [FS#5784]: Hightlight active goto item in order list dropdo...planetmaker
2013-10-13(svn r25858) -Fix [FS#5783]: Goto button in order window was not always lower...planetmaker
2013-10-13(svn r25857) -Codechange [FS#5783]: Add void goto type to indicate inactivity...planetmaker
2013-06-24(svn r25459) -Fix: Disable the depot-refit button in the order GUI, if the co...frosch
2013-06-24(svn r25458) -Fix-ish: Enable the autorefit-button in the order GUI in case t...frosch
2013-06-24(svn r25457) -Fix: Do not test EF_AUTO_REFIT for the mail apartment or rotor ...frosch
2013-06-15(svn r25412) -Codechange: Make use of Window::OnHotkeyfrosch
2013-06-15(svn r25410) -Codechange: Put all hotkeys of a window into a static HotkeyLis...frosch
2013-06-15(svn r25408) -Codechange: Simplify hotkeys by removing unused stuff.frosch
2013-06-15(svn r25407) -Codechange: Use order hotkey enum instead of function pointers.frosch
2013-06-15(svn r25406) -Cleanup: There were two hotkeys to toggle between 'unload' and ...frosch
2013-05-26(svn r25294) -Feature: Add another button to window title bars to resize the ...frosch
2013-05-26(svn r25290) -Add: Assign string names to notable windows.frosch
2013-05-26(svn r25287) -Codechange: Keep a reference to the WindowDesc in the Window af...frosch
2013-01-08(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagl...planetmaker
2012-12-20(svn r24834) -Fix [FS#5396]: The autorefit dropdown in the order GUI wasn't a...michi_cc
2012-12-20(svn r24833) -Codechange: Replace magic numbers for invalidating vehicle-rela...michi_cc
2012-12-08(svn r24801) -Codechange: Add functions to set integral DParams to suitable v...frosch
2012-11-11(svn r24700) -Cleanup: Remove WDF_UNCLICK_BUTTONS and make it the default.frosch
2012-11-11(svn r24697) -Codechange: Use WDF_UNCLICK_BUTTONS instead of duplicating the ...frosch
2012-01-03(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp filesrubidium
2011-12-16(svn r23549) -Codechange: Document and consistently name widgets of order GUIplanetmaker
2011-12-15(svn r23528) -Codechange: move widget enums to widgets/NNN_type.htruebrain
2011-12-13(svn r23505) -Add: Indication in the order list if the next destination of an...michi_cc
2011-12-10(svn r23484) -Fix [FS#4770]: in case you already have orders, ignore the vehi...rubidium
2011-11-09(svn r23172) -Fix (r23088) [FS#4831]: crash when looking at orders from a veh...yexo
2011-11-04(svn r23089) -Add: Allow specifying refits for go-to station orders.michi_cc
2011-11-04(svn r23088) -Change: Extend the train order GUI with space for a forth button.michi_cc
2011-08-30(svn r22858) -Feature: Conditional order depending on remaining lifetime of a...frosch
2011-07-02(svn r22620) -Change [FS#4651]: Enforce refit orders to be 'always go to depo...frosch
2011-05-18(svn r22473) -Codechange: Automatic orders are better called implicit orders ...planetmaker
2011-04-17(svn r22343) -Change: Remove pixel limiter for query strings.terkhen
2011-03-13(svn r22246) -Fix: Process order window invalidations for specific orders in ...frosch
2011-03-13(svn r22244) -Codechange: Make vehicle windows handle command-/GUI-scope inva...frosch
2011-03-13(svn r22241) -Codechange: Add additional to-be-used parameter to OnInvalidate...frosch
2011-03-13(svn r22236) -Fix (r21457): Disarm a bear-pit, which r22226 almost fell into.frosch
2011-03-08(svn r22226) -Codechange: When autoreplace invalidates vehicle windows becaus...frosch
2011-02-05(svn r21985) -Codechange: Use VehicleOrderID where appropiate.frosch
2011-02-04(svn r21961) -Remove: limitation that not loading and not unloading is mutual...rubidium
2011-02-04(svn r21957) -Cleanup: gotodepot and timetabling settings are more or less us...rubidium
2011-01-31(svn r21933) -Codechange: Split cur_order_index into cur_auto_order_index and...frosch
2011-01-26(svn r21909) -Fix: some missing spacesrubidium
2011-01-22(svn r21890) -Cleanup: remove some unneeded includesrubidium
2010-12-26(svn r21642) -Feature: concept of automatic station orders; add stub orders f...rubidium
2010-12-25(svn r21633) -Fix (r21616): newly created skip-to order was created at wrong ...smatz
2010-12-24(svn r21616) -Change: do not highlight tile when selecting a vehicle to clone...smatz