summaryrefslogtreecommitdiff
path: root/src/station_gui.cpp
AgeCommit message (Collapse)Author
2013-08-18(svn r25731) -Fix [FS#5692]: Minor RTL alignment issues. (sbr)frosch
2013-06-22(svn r25432) -Fix [FS#5608]: clang compiler error; sometimes it's more ↵rubidium
strict than others
2013-06-18(svn r25426) -Fix: highlight the right entry in the sorting selector in ↵fonsinchen
station view window
2013-06-15(svn r25405) -Feature-ish: differentiate between total waiting cargo count ↵rubidium
and available (not reserved) cargo count in the station list -Change: sort based on the cargo count, not the cargo value
2013-06-09(svn r25365) -Feature: show cargo by next hops and final destinations in the ↵fonsinchen
station GUI
2013-06-09(svn r25361) -Feature: distribute cargo according to plan given by linkgraphfonsinchen
2013-05-26(svn r25294) -Feature: Add another button to window title bars to resize the ↵frosch
window to its default size.
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 ↵frosch
after construction.
2013-05-20(svn r25272) -Feature: show the approximate monthly supply to a station of ↵rubidium
the different cargoes (fonsinchen)
2013-04-13(svn r25185) -Fix [FS#5508]: Remove ambivalent functions CargoList::Empty() ↵frosch
and Count(), and replace them with VehicleCargoList::StoredCount(), TotalCount(), StationCargoList::AvailableCount() and TotalCount(). (fonsinchen)
2013-04-06(svn r25149) -Codechange: replace 'magic' 'has rating' bitcheck by ↵rubidium
descriptive function
2013-02-17(svn r25013) -Feature: show the amount of cargo that has already been ↵rubidium
reserved by full loading vehicles in the station (fonsinchen)
2012-11-12(svn r24703) -Fix: Disallow closing oilrig airports in SE.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
same functionality.
2012-11-07(svn r24668) -Feature(ette) [FS#5311]: Draw cargo labels in the station list ↵frosch
black or white depending on the background colour. (sbr)
2012-10-20(svn r24615) -Feature [FS#5311]: Sort cargo filter by cargo name/label at ↵terkhen
the company stations window (sbr)
2012-05-16(svn r24260) -Change [FS#5126]: Make the oilrig-vehicle list accessible to ↵frosch
specators and colour it's caption neutrally grey.
2012-05-06(svn r24205) -Feature [FS#5178-ish]: Show a hint in the supplies tab of ↵frosch
station windows, if the station is affected by exclusive transport rights.
2012-04-17(svn r24127) -Feature [FS#1497]: Allow closing airports for incoming ↵michi_cc
aircraft. (Based on patch by cirdan)
2012-03-10(svn r24023) -Fix [FS#5090]: pass cases down into the list of cargosrubidium
2011-12-16(svn r23553) -Fix: avoid naming conflict in widget enumstruebrain
2011-12-16(svn r23546) -Codechange: document and rename widgets to be consistent and ↵truebrain
understandable
2011-12-15(svn r23528) -Codechange: move widget enums to widgets/NNN_type.htruebrain
2011-12-15(svn r23526) -Codechange: unify cargos vs cargoesrubidium
2011-12-15(svn r23525) -Codechange: make Window::flags4 WindowFlags instead of uint16, ↵truebrain
with only values known in WindowFlags (and move out 2 timers to their own variable) -Codechange: rename Window::flags4 to Window::flags -Codechange: move some non-inline functions from .hpp to .cpp
2011-06-17(svn r22595) -Fix [FS#4560] (r22593): build railstation gui was broken with ↵yexo
newgrf stations
2011-06-16(svn r22593) -Fix [FS#4647]: don't show cargo accepted/produced in the new ↵yexo
station window when no tiles are selected (mouse hovering a window or toolbar)
2011-06-04(svn r22540) -Codechange: Rename AcceptancePickup to GoodsEntryStatus.terkhen
2011-05-06(svn r22429) -Add: some constants for specific palette colours used in the GUI.frosch
2011-04-17(svn r22343) -Change: Remove pixel limiter for query strings.terkhen
2011-03-13(svn r22247) -Codechange: Update comments wrt. ForceRebuild() in command-scope.frosch
2011-03-13(svn r22241) -Codechange: Add additional to-be-used parameter to ↵frosch
OnInvalidateData().
2011-03-08(svn r22228) -Fix (r22135)[FS#4546]: Do not resort town, industry and signs ↵frosch
list directly in OnInvalidateData(). There might be a scheduled rebuild which needs execution first. So, only set a trigger for resorting.
2011-01-19(svn r21864) -Fix [FS#4430]: distant-join station would build at the wrong ↵rubidium
location when having persistent building turned on and selecting a "second" location for the station tile
2010-12-05(svn r21415) -Codechange: limit station/waypoint name by amount of ↵rubidium
characters, not bytes
2010-11-26(svn r21331) -Codechange: Make drawing the widgets default behaviour in ↵alberth
OnPaint().
2010-11-13(svn r21157) -Codechange: remove information about the text direction out of ↵rubidium
the language "list"
2010-11-11(svn r21144) -Change [FS#4206]: filter stations by cargo they have a rating ↵rubidium
for instead of having cargo waiting
2010-10-19(svn r20997) -Fix: Size of sort buttons for order and vehicle list gui could ↵planetmaker
be too small
2010-09-11(svn r20785) -Fix: crash when closing the station view of oilrigs (similar ↵rubidium
to r20774)
2010-09-08(svn r20772) -Codechange: use packed VehicleListIdentifiers as window numbersrubidium
2010-08-26(svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to ↵rubidium
some headers
2010-08-20(svn r20579) -Change (r1579): Allow removing of buoys if they are only used ↵frosch
by own vehicles.
2010-08-15(svn r20499) -Doc: Spelling fixes, and one doxygen comment addition.alberth
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-01(svn r20286) -Codechange: Unify end of doxygen comments.frosch