summaryrefslogtreecommitdiff
path: root/src/group_gui.cpp
AgeCommit message (Expand)Author
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
2010-08-12(svn r20452) -Codechange: Remove NWidgetCore::FindScrollbar() and associate s...frosch
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, wh...rubidium
2010-07-26(svn r20223) -Codechange: Replace scrolled row calculations by a call to GetS...alberth
2010-07-17(svn r20172) -Codechange: Use BaseVehicleListWindow::BuildActionDropdownList(...frosch
2010-07-17(svn r20170) -Codechange: Add BaseVehicleListWindow::GetActionDropdownSize().frosch
2010-07-17(svn r20169) -Codechange: Replace ShowGroupActionDropdown() with BaseVehicleL...frosch
2010-05-22(svn r19878) -Fix [FX#3851]: Default vehicle group texts were drawn one pixel...alberth
2010-03-16(svn r19438) -Fix [FS#3700]: Custom group names are misaligned with default o...rubidium
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 consist...rubidium
2010-02-10(svn r19087) -Codechange: some typos in StringIDsrubidium
2010-02-01(svn r18981) -Change: show empty query after creating new group (instead of '...smatz
2010-01-30(svn r18966) -Codechange: Remove Window::OnDoubleClick() in favour of a param...frosch
2010-01-15(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if...rubidium
2010-01-11(svn r18781) -Codechange: pass the CommandCost to the callback instead of whe...rubidium
2009-12-21(svn r18588) -Feature [FS#2943]: Add shading and unshading of windows.alberth
2009-12-20(svn r18580) -Codechange: Use widget information only for setting scrollbar c...alberth
2009-11-29(svn r18342) -Fix: erroneous spaces before ;rubidium
2009-11-28(svn r18322) -Codechange: remove the WDP duplication; no need to tell the sam...rubidium
2009-11-24(svn r18280) -Codechange: remove widget indices that are not needed for custo...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 flagsrubidium
2009-11-22(svn r18237) -Codechange: make the group GUI big font awarerubidium
2009-11-22(svn r18236) -Codechange: make the group gui behave 'better aligned'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-22(svn r18213) -Codechange: it's not needed to manually set the fill, (re)size ...rubidium
2009-11-22(svn r18212) -Codechange: remove unneeded 'parameters' for WWT_CAPTION, WWT_C...rubidium
2009-11-22(svn r18211) -Cleanup: remove unneeded tooltip, size and fill 'parameters' fr...rubidium
2009-11-17(svn r18152) -Codechange: remove the 'minimum window size' from the WindowDes...rubidium
2009-11-17(svn r18134) -Codechange: scale the offset of the text/vehicle in the vehicle...rubidium
2009-11-16(svn r18130) -Codechange: initial steps into making the vehicle/group lists b...rubidium
2009-11-16(svn r18126) -Codechange: remove duplicate (since r18119) scrollbar capacity/...rubidium