summaryrefslogtreecommitdiff
path: root/src/group_gui.cpp
AgeCommit message (Collapse)Author
2011-12-15(svn r23528) -Codechange: move widget enums to widgets/NNN_type.htruebrain
2011-11-20(svn r23282) -Fix [FS#4844] (r23212): CmdRemoveAllVehiclesGroup() was not ↵frosch
passed the vehicle type in all cases, but the type is actually not needed.
2011-11-01(svn r23080) -Feature: [NewGRF] Use variable 10 to enable vehicle GRFs to ↵frosch
draw different sprites on the map and in various GUIs.
2011-10-11(svn r23017) -Codechange: Add support for resized scrollbars.peter1138
2011-10-03(svn r22985) -Feature: Display autoreplace status in group GUI.frosch
2011-10-03(svn r22984) -Feature: Display profit icons for groups in the group GUI.frosch
2011-10-03(svn r22983) -Feature: Display the number of vehicles in the group GUI also ↵frosch
for the ALL and DEFAULT groups.
2011-10-03(svn r22976) -Codechange: Split group statistics into separate struct.frosch
2011-05-02(svn r22411) -Document: another bunch of bitsrubidium
2011-04-30(svn r22385) -Fix [FS#4603]: strnatcmp is in string.cpp, so it ought to be ↵rubidium
declared in string_func.h.
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-22(svn r21890) -Cleanup: remove some unneeded includesrubidium
2010-12-05(svn r21411) -Codechange: limit group name by amount of characters, not bytesrubidium
2010-11-27(svn r21344) -Feature [FS#4214]: Natural sorting of strings using ICU.terkhen
2010-11-18(svn r21241) -Fix: Display dragged vehicles in the correct orientation while ↵terkhen
using RTL languages.
2010-10-19(svn r20997) -Fix: Size of sort buttons for order and vehicle list gui could ↵planetmaker
be too small
2010-10-03(svn r20894) -Fix [FS#4148] (r20772): use correct company name for group ↵rubidium
window title (sbr)
2010-09-25(svn r20845) -Fix (r20835): Group GUI was no longer horizontally resizeable.frosch
2010-09-21(svn r20835) -Fix: the group gui had a small unused area with bigger gui buttonsyexo
2010-09-10(svn r20781) -Fix (r20780): FinishInitNested reset this->owner, so set it ↵yexo
afterwards
2010-09-10(svn r20780) -Fix (r20772): group gui only worked properly for the first companyyexo
2010-09-09(svn r20777) -Codechange: make VehicleListIdentifier a variable of ↵rubidium
BaseVehicleList and use that instead of "dereferencing" the window number and storing some information twice
2010-09-09(svn r20775) -Fix (r20771): the group's vehicle lists weren't properly populatedrubidium
2010-09-08(svn r20773) -Codechange: use packed VehicleListIdentifiers for some ↵rubidium
commands as well
2010-09-08(svn r20772) -Codechange: use packed VehicleListIdentifiers as window numbersrubidium
2010-09-08(svn r20771) -Add: concept of vehicle list identifiers to identify a vehicle ↵rubidium
list instead of a string of parameters
2010-09-08(svn r20770) -Codechange: move some bits around in CmdMassStartStop's parametersrubidium
2010-09-08(svn r20769) -Codechange: move some depot flags from p2 to p1 in ↵rubidium
CmdSendVehicleToDepot
2010-09-08(svn r20768) -Codechange: unify send-to-depot commandsrubidium
2010-09-06(svn r20753) -Feature [FS#3999]: make it possible to select vehicle to clone ↵smatz
and vehicle to clone orders from directly from vehicle lists and depot window
2010-08-26(svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to ↵rubidium
some headers
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 r20455) -Codechange: Rename some vscroll and vscroll2 to more suitable ↵frosch
names.
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 r20281) -Codechange: unify case scope closure + break coding stylerubidium
2010-07-31(svn r20266) -Doc: Mostly typo fixes, a few doxygen-related improvements.alberth
2010-07-30(svn r20244) -Fix: the caption of the "Available vehicle" lists was black, ↵rubidium
whereas for building those vehicles, which uses the exact same window, it was white.
2010-07-26(svn r20223) -Codechange: Replace scrolled row calculations by a call to ↵alberth
GetScrolledRowFromWidget().
2010-07-17(svn r20172) -Codechange: Use ↵frosch
BaseVehicleListWindow::BuildActionDropdownList() also for the normal vehicle list.
2010-07-17(svn r20170) -Codechange: Add BaseVehicleListWindow::GetActionDropdownSize().frosch
2010-07-17(svn r20169) -Codechange: Replace ShowGroupActionDropdown() with ↵frosch
BaseVehicleListWindow::BuildActionDropdownList().
2010-05-22(svn r19878) -Fix [FX#3851]: Default vehicle group texts were drawn one ↵alberth
pixel too low (sbr).
2010-03-16(svn r19438) -Fix [FS#3700]: Custom group names are misaligned with default ↵rubidium
ones when using rtl languages (sbr)
2010-02-14(svn r19132) -Codechange: No need to end a line with ;;.alberth
2010-02-12(svn r19106) -Codechange: change 'const static' -> 'static const' for ↵rubidium
consistency (1 vs 2900 cases); some GCCs/ICCs are known to warn about the former case, but it's valid C++.
2010-02-10(svn r19087) -Codechange: some typos in StringIDsrubidium