summaryrefslogtreecommitdiff
path: root/src/group_gui.cpp
AgeCommit message (Expand)Author
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-10-25(svn r24626) -Fix [FS#5432]: MSVC 2010 warnings.terkhen
2012-10-14(svn r24595) -Change [FS#5168]: Make the group GUI drag&drop highlighting beh...frosch
2012-09-22(svn r24550) -Codechange: Remove unused panel widget in the group gui (Juanjo).alberth
2012-09-22(svn r24549) -Codechange: Remove the hard-coded sprite button sizes in the gr...alberth
2012-09-22(svn r24548) -Add: Extra group line in the group gui, if possible (Juanjo).alberth
2012-09-22(svn r24547) -Add [FS#5263]: Separate the 'available vehicles' from the other...alberth
2012-04-17(svn r24139) -Add: Creating a new vehicle group by drag and drop. (Based on p...michi_cc
2012-04-17(svn r24138) -Feature(ette): Ctrl+drag to add all vehicles with a shared orde...michi_cc
2012-04-17(svn r24125) -Add [FS#3705]: Drag destination highlighting to the group GUI. ...michi_cc
2012-01-03(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp filesrubidium
2011-12-16(svn r23533) -Codechange: document and rename widgets to be consistent and un...truebrain
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 pas...frosch
2011-11-01(svn r23080) -Feature: [NewGRF] Use variable 10 to enable vehicle GRFs to dra...frosch
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 f...frosch
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 de...rubidium
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 OnInvalidate...frosch
2011-03-08(svn r22228) -Fix (r22135)[FS#4546]: Do not resort town, industry and signs l...frosch
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
2010-10-19(svn r20997) -Fix: Size of sort buttons for order and vehicle list gui could ...planetmaker
2010-10-03(svn r20894) -Fix [FS#4148] (r20772): use correct company name for group wind...rubidium
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 aft...yexo
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 BaseVehicl...rubidium
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 commands...rubidium
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
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 CmdSendVehic...rubidium
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
2010-08-26(svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some...rubidium
2010-08-12(svn r20461) -Codechange: Replace WWT_HSCROLLBAR, WWT_SCROLLBAR and WWT_SCROL...frosch
2010-08-12(svn r20455) -Codechange: Rename some vscroll and vscroll2 to more suitable n...frosch
2010-08-12(svn r20453) -Codechange: Remove direct accesses to Window::hscroll, vscroll ...frosch