log src/station_gui.cpp @ 13619:640e42736ee8 draft

age author description
Tue, 17 Nov 2009 12:05:55 +0000 peter1138 (svn r18137) -Codechange: Make station rating graphics in station list scale to the small font size. draft
Mon, 16 Nov 2009 20:40:35 +0000 peter1138 (svn r18127) -Codechange: Adjust station accept/rating list height by number of lines instead of pixels. draft
Mon, 16 Nov 2009 20:34:57 +0000 rubidium (svn r18126) -Codechange: remove duplicate (since r18119) scrollbar capacity/matrix initialisation draft
Mon, 16 Nov 2009 14:48:22 +0000 rubidium (svn r18116) -Change: make the station list support RTL when drawing the ratings draft
Sun, 15 Nov 2009 10:26:01 +0000 rubidium (svn r18086) -Codechange: remove 'widget' from WindowDesc draft
Sun, 08 Nov 2009 19:36:17 +0000 alberth (svn r18021) -Codechange: Have a widget for every cargo-type to eliminate searching. draft
Sun, 08 Nov 2009 19:31:57 +0000 alberth (svn r18020) -Codechange: Make the company station list window nested. draft
Sun, 08 Nov 2009 15:26:20 +0000 alberth (svn r18014) -Codechange: Station view window uses pure nested widgets. draft
Sun, 08 Nov 2009 12:45:16 +0000 alberth (svn r18010) -Codechange: Split StationViewWindow::OnPaint in four functions. draft
Sat, 24 Oct 2009 14:53:55 +0000 rubidium (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. draft
Sat, 24 Oct 2009 09:47:02 +0000 rubidium (svn r17850) -Codechange: remove most usage of delta on OnResize draft
Mon, 19 Oct 2009 09:15:47 +0000 rubidium (svn r17813) -Codechange: unify the CargoPacket related coding style draft
Sun, 18 Oct 2009 17:53:34 +0000 rubidium (svn r17808) -Codechange: remove write 'access' from all of CargoPacket's variables draft
Sun, 18 Oct 2009 14:28:26 +0000 rubidium (svn r17800) -Codechange: first steps into making CargoList a template draft
Sat, 17 Oct 2009 14:29:10 +0000 rubidium (svn r17786) -Fix [FS#3265]: graphical glitches (matrices/scrollbars with wrong 'size') upon reiniting windows draft
Tue, 06 Oct 2009 17:23:15 +0000 rubidium (svn r17720) -Codechange: guard the CargoPacket variables that are cached in CargoLists so they cannot be written from outside the CargoList class (based on patch by fonsinchen) draft
Sun, 04 Oct 2009 17:16:41 +0000 rubidium (svn r17693) -Cleanup: remove some unneeded includes draft
Fri, 02 Oct 2009 15:13:15 +0000 rubidium (svn r17682) -Codechange: remove erroneous space before some commas draft
Wed, 23 Sep 2009 20:14:59 +0000 rubidium (svn r17625) -Codechange: make a nested window of the station joiner draft
Wed, 23 Sep 2009 19:41:25 +0000 rubidium (svn r17623) -Codechange: don't update the station's joiner scrollbar count in the drawing code draft
Sat, 19 Sep 2009 09:51:14 +0000 rubidium (svn r17570) -Fix: a number of Doxygen warnings about missing parameters, which were sometimes missing and sometimes just typos draft
Sun, 13 Sep 2009 19:15:59 +0000 frosch (svn r17532) -Codechange: Rename several Invalidate functions to SetDirty for more consistency and distinguishability. draft
Wed, 02 Sep 2009 08:40:31 +0000 rubidium (svn r17373) -Codechange: make the timetable, station and subsidy GUIs use scrollbar wrappers draft
Thu, 27 Aug 2009 13:31:26 +0000 smatz (svn r17292) -Codechange: use unified ToPercent() function to convert fract numbers to percents draft
Fri, 21 Aug 2009 20:21:05 +0000 rubidium (svn r17248) -Fix: add GPL license notice where appropriate draft
Wed, 05 Aug 2009 17:59:21 +0000 rubidium (svn r17075) -Codechange: rename ~750 strings to be more uniform with their relatives draft
Fri, 31 Jul 2009 16:28:28 +0000 rubidium (svn r17002) -Change: also support distant join for waypoints draft
Sun, 26 Jul 2009 21:50:30 +0000 rubidium (svn r16966) -Codechange: BEGIN_TILE_LOOP and END_TILE_LOOP reworked into TILE_LOOP, which means no more duplication of parameters between BEGIN_TILE_LOOP and END_TILE_LOOP draft
Sun, 26 Jul 2009 21:07:03 +0000 rubidium (svn r16965) -Codechange: use tile area instead of sets of variables for the station joiner code. draft
Sun, 26 Jul 2009 09:25:00 +0000 rubidium (svn r16959) -Codechange: make the station joiner a bit more aware of the difference between waypoints and stations. draft
Thu, 23 Jul 2009 19:31:50 +0000 rubidium (svn r16930) -Codechange: more StringID name unification and grouping draft
Wed, 22 Jul 2009 08:59:57 +0000 rubidium (svn r16909) -Fix [FS#2996]: NewGRF stations would be triggering assertions all over the place when using the more advanced station types. draft
Mon, 20 Jul 2009 11:21:57 +0000 rubidium (svn r16886) -Codechange: unify naming of some string IDs related to string codes and group them logically draft
Thu, 16 Jul 2009 20:40:06 +0000 smatz (svn r16852) -Codechange: use FOR_ALL_CARGOSPECS for iterating over all valid CargoSpecs draft
Thu, 16 Jul 2009 19:00:13 +0000 smatz (svn r16849) -Codechange: replace GetCargo() by CargoSpec::Get() draft
Fri, 03 Jul 2009 13:33:00 +0000 smatz (svn r16728) -Fix (r14919): the Join station window didn't show all stations nearby in some cases draft
Wed, 24 Jun 2009 17:39:54 +0000 smatz (svn r16643) -Codechange: replace GetStationByTile() by Station::GetByTile() draft
Sun, 17 May 2009 01:00:56 +0000 smatz (svn r16327) -Codechange: replace IsValidPoolItemID(index) by PoolItem::IsValidID(index) draft
Sat, 16 May 2009 23:34:14 +0000 smatz (svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index) draft
Wed, 06 May 2009 15:06:57 +0000 rubidium (svn r16242) -Codechange: rework pausing draft
Sun, 03 May 2009 10:46:24 +0000 alberth (svn r16212) -Codechange: Added nested widgets for all station_gui windows. draft
Sun, 03 May 2009 10:38:35 +0000 alberth (svn r16211) -Codechange: Moving StationListWidgets out of the window class, completing StationViewWidgets. draft
Sun, 03 May 2009 10:34:47 +0000 alberth (svn r16210) -Codechange: Make panels non-overlapping in company stations window. draft
Sun, 03 May 2009 10:33:15 +0000 alberth (svn r16209) -Codechange: Removed bottom panel from join station window. draft
Sun, 26 Apr 2009 14:52:56 +0000 rubidium (svn r16160) -Codechange: remove the need for explicit TC_FROMSTRING for DrawString. draft
Tue, 21 Apr 2009 23:40:56 +0000 rubidium (svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had this ID' from 'some' strings and replace the string name with something more sensible. draft
Sun, 12 Apr 2009 19:23:26 +0000 rubidium (svn r16046) -Change: when sorting on cargo ratings only take a look at the ratings of the cargoes that are 'selected'. draft
Sun, 12 Apr 2009 19:15:53 +0000 rubidium (svn r16045) -Feature [FS#597]: allow sorting stations by the lowest cargo rating instead of only by the highest cargo rating (based on the idea of KeeperOfTheSoul) draft
Fri, 10 Apr 2009 22:47:19 +0000 rubidium (svn r16025) -Fix [FS#2818]: "build separate station" in the station picker would reuse deleted stations. draft
Sun, 29 Mar 2009 09:49:11 +0000 alberth (svn r15885) -Codechange: Removed new_size parameter of Window::OnResize() callback draft
Tue, 24 Mar 2009 21:23:56 +0000 rubidium (svn r15837) -Codechange: support SETX(Y) with RTL text, swap alignment for RTL text. draft
Tue, 24 Mar 2009 20:23:47 +0000 rubidium (svn r15836) -Fix [FS#2762]: acceptance not shown in the station window (swapping top and bottom isn't a great idea) draft
Sun, 22 Mar 2009 14:55:49 +0000 rubidium (svn r15813) -Codechange: remove the last remnants of the old text drawing API. draft
Sat, 21 Mar 2009 23:45:34 +0000 rubidium (svn r15797) -Codechange: make users of the old DrawStringMultiLine use the new one. draft
Sat, 21 Mar 2009 22:22:00 +0000 rubidium (svn r15791) -Codechange: remove the *RightAligned part of the old text drawing API. draft
Sat, 21 Mar 2009 22:00:00 +0000 rubidium (svn r15790) -Codechange: remove the *Centered part of the old text drawing API. draft
Sat, 21 Mar 2009 20:12:12 +0000 rubidium (svn r15785) -Codechange: remove the *Truncated part of the old text drawing API. draft
Sun, 15 Mar 2009 16:04:39 +0000 smatz (svn r15726) -Codechange: unify coding style for const pointers draft
Sun, 15 Mar 2009 15:12:06 +0000 rubidium (svn r15723) -Codechange: use a constructor for WindowDescs as that makes expanding them much easier (Alberth) draft
Sat, 14 Mar 2009 18:16:29 +0000 rubidium (svn r15711) -Codechange: lots of whitespace cleanup/fixes draft