Mercurial > hg > openttd
graph
-
(svn r18160) -Codechange: The hyphen character may not line up in all fonts, so draw draftWed, 18 Nov 2009 10:09:22 +0000, by peter1138
-
(svn r18159) -Codechange: Rework graphs to scale to the widget they are in, instead of using absolute pixel placement. X-axis labels still need work for large fonts. draftWed, 18 Nov 2009 08:32:39 +0000, by peter1138
-
(svn r18158) -Codechange: add crash screenshot for OSX draftWed, 18 Nov 2009 01:00:01 +0000, by smatz
-
(svn r18157) -Codechange: some minor tweaks of the boundaries of strings etc. in the depot window draftTue, 17 Nov 2009 23:32:18 +0000, by rubidium
-
(svn r18156) -Add: crash screenshot, created from blitter buffer draftTue, 17 Nov 2009 23:12:42 +0000, by smatz
-
(svn r18155) -Codechange: in MakeScreenshotName(), don't return pointer to local static variable - use global one instead draftTue, 17 Nov 2009 23:08:55 +0000, by smatz
-
(svn r18154) -Codechange: let the depot window better scale with bigger fonts draftTue, 17 Nov 2009 22:58:41 +0000, by rubidium
-
(svn r18153) -Codechange: Correct height for 'key' button on graph windows. draftTue, 17 Nov 2009 22:06:18 +0000, by peter1138
-
(svn r18152) -Codechange: remove the 'minimum window size' from the WindowDesc; it's determined from the (nested) widgets draftTue, 17 Nov 2009 19:16:48 +0000, by rubidium
-
(svn r18151) -Codechange: Let industry build/found widgets fill the window. draftTue, 17 Nov 2009 19:12:49 +0000, by peter1138
-
(svn r18150) -Codechange: make the horizontal scrollbar scroll in the opposite direction with RTL draftTue, 17 Nov 2009 18:45:57 +0000, by rubidium
-
(svn r18148) -Fix: with the waypoint picker the wrong widget was 'grayed' with RTL and the y offset of the grayed area was incorrect for big fonts draftTue, 17 Nov 2009 18:45:00 +0000, by rubidium
-
(svn r18147) -Add: experimental option to try to statically link to libicu draftTue, 17 Nov 2009 18:01:05 +0000, by rubidium
-
(svn r18146) -Codechange: Improve content download window scaling and offsets for different font size draftTue, 17 Nov 2009 17:51:44 +0000, by peter1138
-
(svn r18145) -Codechange: pass the 'proper' left and right values to DrawVehicleInDepot draftTue, 17 Nov 2009 16:03:51 +0000, by rubidium
-
(svn r18144) -Codechange: ignore SETX(Y) spacing in vehicle details and graphical glitches due to (incorrect) SETX(Y) usage draftTue, 17 Nov 2009 15:26:46 +0000, by rubidium
-
(svn r18143) -Codechange: allow stripping/ignoring of SETX(Y) during DrawString draftTue, 17 Nov 2009 15:25:40 +0000, by rubidium
-
(svn r18142) -Codechange: make the vehicle details RTL (and huge ship/aircraft) aware draftTue, 17 Nov 2009 15:05:12 +0000, by rubidium
-
(svn r18141) -Fix (r18051): one couldn't (easily) continue a game in single player that was 'not enough players'/'waiting on join'-paused draftTue, 17 Nov 2009 14:06:28 +0000, by rubidium
-
(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. draftTue, 17 Nov 2009 13:17:09 +0000, by peter1138
-
(svn r18139) -Codechange: Scale company league table for font height. draftTue, 17 Nov 2009 13:07:12 +0000, by peter1138
-
(svn r18138) -Codechange: Add a new widgetpart to specify the height of a widget in text lines. draftTue, 17 Nov 2009 13:04:05 +0000, by peter1138
-
(svn r18137) -Codechange: Make station rating graphics in station list scale to the small font size. draftTue, 17 Nov 2009 12:05:55 +0000, by peter1138
-
(svn r18136) -Codechange: support RTL in the vehicle lists draftTue, 17 Nov 2009 11:36:36 +0000, by rubidium
-
(svn r18135) -Codechange: File list text overflowed its container. draftTue, 17 Nov 2009 10:04:21 +0000, by peter1138
-
(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 draftTue, 17 Nov 2009 09:09:20 +0000, by rubidium
-
(svn r18133) -Codechange: pass the 'maximum' left/right positions to Draw*Image draftMon, 16 Nov 2009 22:25:01 +0000, by rubidium
-
(svn r18132) -Codechange: Scale OSK buttons to font height. draftMon, 16 Nov 2009 21:42:04 +0000, by peter1138
-
(svn r18131) -Codechange: account for the height of the small order lists when determining the height of a vehicle list item draftMon, 16 Nov 2009 21:39:47 +0000, by rubidium
-
(svn r18130) -Codechange: initial steps into making the vehicle/group lists big font and RTL aware draftMon, 16 Nov 2009 21:28:12 +0000, by rubidium
-
(svn r18129) -Codechange: Fix up train details window for correct offsets and line spacing. draftMon, 16 Nov 2009 21:10:23 +0000, by peter1138
-
(svn r18128) -Codechange: rename GetVehicleListHeight to GetVehicleHeight as it has nothing to do with the height of the vehicle lists. draftMon, 16 Nov 2009 20:58:38 +0000, by rubidium
-
(svn r18127) -Codechange: Adjust station accept/rating list height by number of lines instead of pixels. draftMon, 16 Nov 2009 20:40:35 +0000, by peter1138
-
(svn r18126) -Codechange: remove duplicate (since r18119) scrollbar capacity/matrix initialisation draftMon, 16 Nov 2009 20:34:57 +0000, by rubidium
-
(svn r18125) -Fix: the waypoint/buoy window had the wrong text colour in their title draftMon, 16 Nov 2009 20:17:27 +0000, by rubidium
-
(svn r18123) -Codechange: try our best to keep the vehicles within the build vehicle list/autoreplace lists instead of overflowing. draftMon, 16 Nov 2009 17:58:46 +0000, by rubidium
-
(svn r18122) -Fix: the build vehicle GUI would draw a (few) pixels over the border draftMon, 16 Nov 2009 17:56:59 +0000, by rubidium
-
(svn r18121) -Codechange: pass the maximum left/right location to the Draw*Engine functions draftMon, 16 Nov 2009 17:15:42 +0000, by rubidium
-
(svn r18120) -Fix (r18119): sometimes ReInit didn't dirty the new window draftMon, 16 Nov 2009 17:01:25 +0000, by rubidium
-
(svn r18119) -Codechange/Fix: always call OnResize so the matrices/scrollbars are initialised without the need for duplicating the OnResize code draftMon, 16 Nov 2009 16:42:04 +0000, by rubidium
-
(svn r18118) -Codechange: improve behaviour of the engine lists (both build vehicle/autoreplace) w.r.t. large(r) fonts and RTL. RTL support for 'wider than usual' vehicles is still needed though. draftMon, 16 Nov 2009 16:22:14 +0000, by rubidium
-
(svn r18117) -Codechange: don't pass the location of the vehicle count but whether to show the vehicle count draftMon, 16 Nov 2009 15:11:54 +0000, by rubidium
-
(svn r18116) -Change: make the station list support RTL when drawing the ratings draftMon, 16 Nov 2009 14:48:22 +0000, by rubidium
-
(svn r18115) -Codechange: prevent RTL glitch with refitting and cargo suffix draftMon, 16 Nov 2009 13:19:39 +0000, by rubidium
-
(svn r18114) -Fix: RTL languages don't have the keyboard swapped draftMon, 16 Nov 2009 12:29:52 +0000, by rubidium
-
(svn r18113) -Fix: RTL glitch in play heightmap window draftMon, 16 Nov 2009 11:54:59 +0000, by rubidium
-
(svn r18112) -Fix (rnewpool): crash when a company got removed and you had the company league window opened draftSun, 15 Nov 2009 23:22:07 +0000, by rubidium
-
(svn r18111) -Change: One more developer added to the history of OpenTTD. draftSun, 15 Nov 2009 21:07:39 +0000, by alberth
-
(svn r18110) -Codechange [FS#3316]: search for stations nearby only once per producer (instead of once pre produced cargo type) (fonsinchen) draftSun, 15 Nov 2009 21:06:13 +0000, by smatz
-
(svn r18109) -Fix: Up-/down-buttons of CreateScenarioWindow were not raised again. draftSun, 15 Nov 2009 20:37:13 +0000, by frosch
-
(svn r18108) -Fix (r17986): crash when clicking just 'outside' of the date panel draftSun, 15 Nov 2009 20:16:51 +0000, by rubidium
-
(svn r18107) -Codechange: Add spacer panel to end of transparency window, to fill space if title is too long. draftSun, 15 Nov 2009 19:31:12 +0000, by peter1138
-
(svn r18106) -Codechange: Draw string underline FONT_HEIGHT_NORMAL pixels down, not 10. draftSun, 15 Nov 2009 19:18:19 +0000, by peter1138
-
(svn r18104) -Codechange: Let the query popup window's text entry field expand if necessary (e.g. with long window title). draftSun, 15 Nov 2009 18:44:33 +0000, by peter1138
-
(svn r18103) -Codechange: Base content window detail title height on font height. draftSun, 15 Nov 2009 18:39:22 +0000, by peter1138
-
(svn r18102) -Codechange: simplify Company::Get(this->window_number)->index to just this->window_number draftSun, 15 Nov 2009 18:21:17 +0000, by smatz
-
(svn r18101) -Fix (r15188): AI settings window used window-relative pixel positions draftSun, 15 Nov 2009 17:22:47 +0000, by peter1138