Commit Graph

325 Commits (20debea202d87ce595b2ebc353d22204e9820efc)

Author SHA1 Message Date
rubidium 1ea8cb4fc4 (svn r18576) -Codechange: use the function to determine the width of digits for determining the width of the unitnumber in vehicle lists. 15 years ago
rubidium fbfcbe06ec (svn r18515) -Change: make it visible when you're to pass the next signal on danger and possible to cancel it
-Fix [FS#2891]: when you pass a signal at danger, in a PBS controlled area, don't try to do the 'safe' thing and stop, but continue going; the user wanted the train to pass the signal at danger so (s)he has to suffer the consequences. Ofcourse one can always stop the train manually.
15 years ago
rubidium a190ae9a71 (svn r18498) -Fix [FS#2616]: cloning of vehicles could create vehicles with invalid cargo sub types for the build year of the vehicle. Fall back to another cargo sub type with the exact same name, otherwise fallback to cargo sub type 0. 15 years ago
rubidium f9970ac646 (svn r18495) -Codechange: make sure we don't taint the vehicle cache with finding refit options and unmagify a constant 15 years ago
rubidium 826fad03fb (svn r18450) -Fix [FS#3363]: initial size of the vehicle detail windows would occasionally be too small (although it could be resized) 15 years ago
peter1138 97597b510c (svn r18441) -Fix: The vehicle list filler widget didn't fill. 15 years ago
rubidium 293dfd7c3e (svn r18322) -Codechange: remove the WDP duplication; no need to tell the same twice. 15 years ago
rubidium 4978d30880 (svn r18296) -Codechange: show the next 4 orders instead of the first 4 orders in the ship/aircraft vehicle lists 15 years ago
rubidium 8d6e323ef8 (svn r18280) -Codechange: remove widget indices that are not needed for custom drawing/handling input 15 years ago
rubidium 14300d309c (svn r18277) -Codechange: remove unneeded widget indices for close, resize and sticky boxes and for window captions 15 years ago
rubidium 69b6d9309a (svn r18274) -Codechange: remove the unused WDF flags 15 years ago
rubidium fabd1b7c50 (svn r18256) -Codechange: make the vehicle details window big font aware 15 years ago
rubidium f381f9b46f (svn r18242) -Codechange: make the refit window big font aware 15 years ago
alberth 450e40b997 (svn r18230) -Codechange: Allow fill stepsize to be set from Window::UpdateWidgetSize(). 15 years ago
alberth 2b6f792513 (svn r18229) -Codechange: Make fill_x, fill_y a number instead of a bool. 15 years ago
rubidium 8204f226f1 (svn r18213) -Codechange: it's not needed to manually set the fill, (re)size and tooltip for scrollbars 15 years ago
rubidium d913282e7a (svn r18212) -Codechange: remove unneeded 'parameters' for WWT_CAPTION, WWT_CLOSEBOX and WWT_STICKYBOX in the nested widget arrays 15 years ago
rubidium 64d65cc635 (svn r18187) -Codechange: make the advanced face selection, custom currency, difficulty, news settings, signal, sign and vehicle details window RTL aware (use the arrow widget) 15 years ago
rubidium a36c258644 (svn r18185) -Fix: the up/down buttons had the wrong logical ordering with RTL. Also one of the tooltips was incorrect. 15 years ago
rubidium 5f2ddfbc5a (svn r18152) -Codechange: remove the 'minimum window size' from the WindowDesc; it's determined from the (nested) widgets 15 years ago
rubidium cbc12fdd86 (svn r18142) -Codechange: make the vehicle details RTL (and huge ship/aircraft) aware 15 years ago
peter1138 adadabed04 (svn r18140) -Codechange: Use text lines widget part to set height of 'Name' button on vehicle detail window, and the start/stop button on vehicle view window. 15 years ago
rubidium 9bfcf2b615 (svn r18136) -Codechange: support RTL in the vehicle lists 15 years ago
rubidium bdb118aa69 (svn r18134) -Codechange: scale the offset of the text/vehicle in the vehicle lists based on the font and the unit numbers in the list 15 years ago
rubidium a808623b24 (svn r18133) -Codechange: pass the 'maximum' left/right positions to Draw*Image 15 years ago
rubidium 2fa03c71f7 (svn r18131) -Codechange: account for the height of the small order lists when determining the height of a vehicle list item 15 years ago
rubidium e438fc6a80 (svn r18130) -Codechange: initial steps into making the vehicle/group lists big font and RTL aware 15 years ago
peter1138 d499aa0187 (svn r18129) -Codechange: Fix up train details window for correct offsets and line spacing. 15 years ago
rubidium 626de6b128 (svn r18126) -Codechange: remove duplicate (since r18119) scrollbar capacity/matrix initialisation 15 years ago
rubidium b824b27fd6 (svn r18115) -Codechange: prevent RTL glitch with refitting and cargo suffix 15 years ago
rubidium 3d2d7af88f (svn r18086) -Codechange: remove 'widget' from WindowDesc 15 years ago
alberth fb0158c8ce (svn r18067) -Codechange: Eliminate a constant representing a widget top edge in vehicle windows. 15 years ago
rubidium 860b9b1cea (svn r18028) -Codechange: unglobalise some functions 15 years ago
rubidium 1be5d92a9c (svn r17912) -Fix [FS#3289] (r17868): crash when opening the vehicle list (not group list) of a specific company 15 years ago
alberth d135329860 (svn r17906) -Fix [FS#3286]: Fill the vehicle list before initializing the widgets of the vehicle list window. 15 years ago
alberth 0279b4c7f2 (svn r17895) -Codechange: Move drawing code of the vehicle details window out of OnPaint, and remove hard-coded coordinate constants. 15 years ago
rubidium 8a6ddc8706 (svn r17889) -Feature: double click on a item in the refit list refits without the need to click on the refit button 15 years ago
alberth 4d2e1521f9 (svn r17874) -Codechange: vehicle details window uses pure nested widgets. 15 years ago
alberth 4dd587345d (svn r17868) -Codechange: Vehicle list window uses nested widgets only. 15 years ago
alberth bd05f2eca6 (svn r17867) -Codechange: Prepare BaseVehicleListWindow for nested widgets. 15 years ago
alberth 413f6b880f (svn r17865) -Codechange: Remove references to specific widgets and step-heights from BaseVehicleListWindow::DrawVehicleListItems(). 15 years ago
alberth df71a1f266 (svn r17862) -Codechange: Use edge positions of the matrix widget in DrawVehicleRefitWindow. 15 years ago
alberth dae5dceb85 (svn r17861) -Fix (r17860): max(uint, int) does not exist. 15 years ago
alberth da0ac09234 (svn r17860) -Codechange: Refit window uses pure nested widgets. 15 years ago
alberth 64f9ee3a2d (svn r17856) -Codechange: Don't get the selected cargo as a sife effect of drawing. 15 years ago
alberth af60e61b20 (svn r17855) -Codechange: Remove or move var declarations in DrawVehicleRefitWindow(). 15 years ago
alberth 11e1d3b47c (svn r17854) -Codechange: Merge different cases of setting widget data together in the view vehicle window. 15 years ago
rubidium ca0521f89f (svn r17853) -Codechange: remove the 'delta' parameter from OnResize; it was used in ways that aren't always wanted, causing bugs and the like. Also with nested widgets most reasons for handling OnResize have gone. 15 years ago
alberth c3992ab7b6 (svn r17852) -Codechange: Use viewport nested widget in the view-vehicle window. 15 years ago
alberth ef5dc588de (svn r17851) -Codechange: Use pure nested widgets for the view-vehicle window. 15 years ago