index
:
Erich/openttd
chunnel
master
signaltunnel
sloped-stations
sloped-stations-original
underground
underground-plus-others-original
underground-save-load
underground-station-construction
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
order_gui.cpp
Age
Commit message (
Expand
)
Author
2009-11-28
(svn r18326) -Fix (r18325): Missing signedness conversion.
frosch
2009-11-28
(svn r18325) -Codechange: Use GetSpriteSize() instead of hard {SETX}. Also ma...
frosch
2009-11-28
(svn r18322) -Codechange: remove the WDP duplication; no need to tell the sam...
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 flags
rubidium
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-19
(svn r18188) -Codechange: s/NWID_BUTTON_DRPDOWN/NWID_BUTTON_DROPDOWN/g
rubidium
2009-11-17
(svn r18152) -Codechange: remove the 'minimum window size' from the WindowDes...
rubidium
2009-11-16
(svn r18126) -Codechange: remove duplicate (since r18119) scrollbar capacity/...
rubidium
2009-11-15
(svn r18086) -Codechange: remove 'widget' from WindowDesc
rubidium
2009-11-14
(svn r18072) -Codechange: remove the need for {SKIP} (and a string) from the ...
rubidium
2009-11-05
(svn r17976) -Codechange: Move CargoClass to cargotype.h and clean up includi...
frosch
2009-10-24
(svn r17853) -Codechange: remove the 'delta' parameter from OnResize; it was ...
rubidium
2009-10-17
(svn r17786) -Fix [FS#3265]: graphical glitches (matrices/scrollbars with wro...
rubidium
2009-10-04
(svn r17693) -Cleanup: remove some unneeded includes
rubidium
2009-09-19
(svn r17578) -Fix (r17572): Some compilers don't like default function templa...
alberth
2009-09-19
(svn r17577) -Codechange: Order window uses pure nested widgets.
alberth
2009-09-19
(svn r17573) -Codechange: NWID_SELECTION containers have a selected widget-pl...
alberth
2009-09-16
(svn r17557) -Codechange: Pass left and right edge to DrawOrderString().
alberth
2009-09-13
(svn r17532) -Codechange: Rename several Invalidate functions to SetDirty for...
frosch
2009-09-12
(svn r17507) -Codechange: Make some methods of the OrdersWindow non-static.
alberth
2009-09-10
(svn r17495) -Codechange: replace 'Depot::Get(GetDepotIndex(tile))->index' wi...
rubidium
2009-09-03
(svn r17401) -Fix [FS#3171] (r17384): order deletion didn't (correctly) updat...
rubidium
2009-09-02
(svn r17384) -Fix [FS#2859]: remove all order window state changes out of the...
rubidium
2009-09-02
(svn r17375) -Codechange: remove last direct usage of scrollbar variables
rubidium
2009-09-02
(svn r17371) -Codechange: make the newgrf, news and order GUIs use the scroll...
rubidium
2009-08-23
(svn r17271) -Fix: SetFill sometimes used 1/0 when it should be using true/false
rubidium
2009-08-21
(svn r17248) -Fix: add GPL license notice where appropriate
rubidium
2009-08-05
(svn r17075) -Codechange: rename ~750 strings to be more uniform with their r...
rubidium
2009-07-23
(svn r16930) -Codechange: more StringID name unification and grouping
rubidium
2009-07-22
(svn r16921) -Codechange: make it more clear what strings are related to road...
rubidium
2009-07-22
(svn r16912) -Codechange: split waypoint.h in waypoint_base.h and waypoint_fu...
rubidium
2009-07-22
(svn r16909) -Fix [FS#2996]: NewGRF stations would be triggering assertions a...
rubidium
2009-07-17
(svn r16863) -Codechange: GetWaypointByTile -> Waypoint::GetByTile, like used...
rubidium
2009-07-16
(svn r16849) -Codechange: replace GetCargo() by CargoSpec::Get()
smatz
2009-07-10
(svn r16785) -Codechange: make ships going to buoys use OT_GOTO_WAYPOINT too
rubidium
2009-06-24
(svn r16646) -Codechange: rename GetDepotByTile() to Depot::GetByTile()
smatz
2009-06-24
(svn r16643) -Codechange: replace GetStationByTile() by Station::GetByTile()
smatz
2009-05-23
(svn r16397) -Codechange: move GetVehicleOrder/GetLastVehicleOrder into Vehicle
rubidium
2009-05-22
(svn r16378) -Codechange: replace OldPool with simpler Pool. Compilation time...
smatz
2009-05-16
(svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index)
smatz
2009-05-02
(svn r16199) -Codechange: Pass OrderNonStopFlags also to MakeGoToDepotOrder().
frosch
2009-05-01
(svn r16197) -Codechange: Structure buttons of train order window based on re...
alberth
2009-05-01
(svn r16196) -Codechange: Added nested widgets for non-train and other-compan...
alberth
2009-05-01
(svn r16195) -Codechange: Even empty widgets should live within window bounda...
alberth
2009-04-30
(svn r16191) -Codechange: Added nested widgets of one order window.
alberth
2009-04-21
(svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had t...
rubidium
2009-04-19
(svn r16092) -Fix [FS#2829]: Resizing the order window also resizes the butto...
alberth
2009-04-19
(svn r16089) -Codechange: Removing the ORDER_WIDGET_RESIZE_BAR widget
alberth
[next]