summaryrefslogtreecommitdiff
path: root/src/vehicle_gui.cpp
AgeCommit message (Collapse)Author
2009-11-28(svn r18322) -Codechange: remove the WDP duplication; no need to tell the ↵rubidium
same twice.
2009-11-26(svn r18296) -Codechange: show the next 4 orders instead of the first 4 ↵rubidium
orders in the ship/aircraft vehicle lists
2009-11-24(svn r18280) -Codechange: remove widget indices that are not needed for ↵rubidium
custom drawing/handling input
2009-11-24(svn r18277) -Codechange: remove unneeded widget indices for close, resize ↵rubidium
and sticky boxes and for window captions
2009-11-24(svn r18274) -Codechange: remove the unused WDF flagsrubidium
2009-11-23(svn r18256) -Codechange: make the vehicle details window big font awarerubidium
2009-11-22(svn r18242) -Codechange: make the refit window big font awarerubidium
2009-11-22(svn r18230) -Codechange: Allow fill stepsize to be set from ↵alberth
Window::UpdateWidgetSize().
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
and tooltip for scrollbars
2009-11-22(svn r18212) -Codechange: remove unneeded 'parameters' for WWT_CAPTION, ↵rubidium
WWT_CLOSEBOX and WWT_STICKYBOX in the nested widget arrays
2009-11-19(svn r18187) -Codechange: make the advanced face selection, custom currency, ↵rubidium
difficulty, news settings, signal, sign and vehicle details window RTL aware (use the arrow widget)
2009-11-19(svn r18185) -Fix: the up/down buttons had the wrong logical ordering with ↵rubidium
RTL. Also one of the tooltips was incorrect.
2009-11-17(svn r18152) -Codechange: remove the 'minimum window size' from the ↵rubidium
WindowDesc; it's determined from the (nested) widgets
2009-11-17(svn r18142) -Codechange: make the vehicle details RTL (and huge ↵rubidium
ship/aircraft) aware
2009-11-17(svn r18140) -Codechange: Use text lines widget part to set height of 'Name' ↵peter1138
button on vehicle detail window, and the start/stop button on vehicle view window.
2009-11-17(svn r18136) -Codechange: support RTL in the vehicle listsrubidium
2009-11-17(svn r18134) -Codechange: scale the offset of the text/vehicle in the ↵rubidium
vehicle lists based on the font and the unit numbers in the list
2009-11-16(svn r18133) -Codechange: pass the 'maximum' left/right positions to Draw*Imagerubidium
2009-11-16(svn r18131) -Codechange: account for the height of the small order lists ↵rubidium
when determining the height of a vehicle list item
2009-11-16(svn r18130) -Codechange: initial steps into making the vehicle/group lists ↵rubidium
big font and RTL aware
2009-11-16(svn r18129) -Codechange: Fix up train details window for correct offsets ↵peter1138
and line spacing.
2009-11-16(svn r18126) -Codechange: remove duplicate (since r18119) scrollbar ↵rubidium
capacity/matrix initialisation
2009-11-16(svn r18115) -Codechange: prevent RTL glitch with refitting and cargo suffixrubidium
2009-11-15(svn r18086) -Codechange: remove 'widget' from WindowDescrubidium
2009-11-14(svn r18067) -Codechange: Eliminate a constant representing a widget top ↵alberth
edge in vehicle windows.
2009-11-09(svn r18028) -Codechange: unglobalise some functionsrubidium
2009-10-31(svn r17912) -Fix [FS#3289] (r17868): crash when opening the vehicle list ↵rubidium
(not group list) of a specific company
2009-10-30(svn r17906) -Fix [FS#3286]: Fill the vehicle list before initializing the ↵alberth
widgets of the vehicle list window.
2009-10-27(svn r17895) -Codechange: Move drawing code of the vehicle details window ↵alberth
out of OnPaint, and remove hard-coded coordinate constants.
2009-10-27(svn r17889) -Feature: double click on a item in the refit list refits ↵rubidium
without the need to click on the refit button
2009-10-25(svn r17874) -Codechange: vehicle details window uses pure nested widgets.alberth
2009-10-25(svn r17868) -Codechange: Vehicle list window uses nested widgets only.alberth
2009-10-25(svn r17867) -Codechange: Prepare BaseVehicleListWindow for nested widgets.alberth
2009-10-25(svn r17865) -Codechange: Remove references to specific widgets and ↵alberth
step-heights from BaseVehicleListWindow::DrawVehicleListItems().
2009-10-24(svn r17862) -Codechange: Use edge positions of the matrix widget in ↵alberth
DrawVehicleRefitWindow.
2009-10-24(svn r17861) -Fix (r17860): max(uint, int) does not exist.alberth
2009-10-24(svn r17860) -Codechange: Refit window uses pure nested widgets.alberth
2009-10-24(svn r17856) -Codechange: Don't get the selected cargo as a sife effect of ↵alberth
drawing.
2009-10-24(svn r17855) -Codechange: Remove or move var declarations in ↵alberth
DrawVehicleRefitWindow().
2009-10-24(svn r17854) -Codechange: Merge different cases of setting widget data ↵alberth
together in the view vehicle window.
2009-10-24(svn r17853) -Codechange: remove the 'delta' parameter from OnResize; it was ↵rubidium
used in ways that aren't always wanted, causing bugs and the like. Also with nested widgets most reasons for handling OnResize have gone.
2009-10-24(svn r17852) -Codechange: Use viewport nested widget in the view-vehicle window.alberth
2009-10-24(svn r17851) -Codechange: Use pure nested widgets for the view-vehicle window.alberth
2009-10-24(svn r17850) -Codechange: remove most usage of delta on OnResizerubidium
2009-10-17(svn r17786) -Fix [FS#3265]: graphical glitches (matrices/scrollbars with ↵rubidium
wrong 'size') upon reiniting windows
2009-10-06(svn r17728) -Cleanup: Remove some more unneeded/unused parameters.frosch
2009-10-06(svn r17725) -Codechange: Reduce usage of EngInfo and XxxVehInfo, esp. when ↵frosch
a Engine * is already present.
2009-10-04(svn r17693) -Cleanup: remove some unneeded includesrubidium
2009-09-30(svn r17673) -Codechange: make InvalidateThisWindowData a function of the ↵rubidium
window class