src/toolbar_gui.cpp
Tue, 17 Jun 2008 03:13:09 +0000 belugas (svn r13542) -Codechange: Less a few more magic numbers and a code a bit more adaptable, still
Tue, 17 Jun 2008 02:33:42 +0000 belugas (svn r13541) -Codechange: Aligning some switch case. Code cosmetics.
Tue, 17 Jun 2008 02:25:45 +0000 belugas (svn r13540) -Codechange: Less a magic number and a more adaptable code
Mon, 16 Jun 2008 17:28:15 +0000 belugas (svn r13536) -Codechange: Bit shifting is not really required when you know exactly the value to use.
Sat, 14 Jun 2008 02:00:20 +0000 belugas (svn r13515) -Codechange: Widget enumification for scenario editor
Sat, 14 Jun 2008 01:45:58 +0000 belugas (svn r13514) -Codechange: Removal of dead code (or useless, to be more exact)
Fri, 13 Jun 2008 15:43:39 +0000 glx (svn r13509) [NoAI] -Sync: with trunk r13472:13508. noai
Fri, 13 Jun 2008 01:57:48 +0000 belugas (svn r13504) -Codechange: enumify some widgets for scenario editor. More work is required.
Fri, 13 Jun 2008 01:17:03 +0000 belugas (svn r13503) -Fix(r13173)[FS#2073]: Wrong widget numbers & event handlers were assigned to the zoom in and out buttons in the scenario editor
Wed, 04 Jun 2008 22:34:45 +0000 glx (svn r13381) [NoAI] -Sync with trunk r13325:13380 noai
Thu, 29 May 2008 23:33:37 +0000 rubidium (svn r13339) -Feature: splitting of the main toolbar when the resolution becomes very low so the buttons are still visible and useable. Patch by Dominik.
Tue, 27 May 2008 00:50:55 +0000 richk (svn r13281) [NewGRF_ports] -Sync: with trunk r13145:13280. Includes support for Noise Level on Prop 24 in .grf files. NewGRF_ports
Mon, 26 May 2008 20:45:25 +0000 richk (svn r13274) [NewGRF_ports] -Sync: with trunk r12806:13144. NewGRF_ports
Mon, 26 May 2008 13:52:59 +0000 rubidium (svn r13265) [NoAI] -Sync with trunk r13185:13264. noai
Sun, 25 May 2008 19:17:03 +0000 rubidium (svn r13251) -Codechange: rename _patches to _settings as that is more logic.
Sat, 24 May 2008 10:15:06 +0000 rubidium (svn r13228) -Codechange: split console.h.
Fri, 23 May 2008 23:02:13 +0000 peter1138 (svn r13225) -Fix (r13041): Missing calls to FindWindowPlacementAndResize() from lots
Thu, 22 May 2008 00:47:42 +0000 smatz (svn r13208) -Fix (r13173): it was possible to open invalid submenu from dropdowns
Mon, 19 May 2008 15:13:58 +0000 glx (svn r13189) [NoAI] -Sync: with trunk r13055:13185. noai
Mon, 19 May 2008 09:48:47 +0000 rubidium (svn r13185) -Codechange: remove everything related to the WindowProc callbacks.
Mon, 19 May 2008 02:01:44 +0000 smatz (svn r13179) -Fix (r13173): r13178 applies to the main toolbar in Scenario Editor, too
Mon, 19 May 2008 01:57:30 +0000 smatz (svn r13178) -Fix (r13173): the main toolbar didn't respect patch settings, it was always positioned on the right side
Sun, 18 May 2008 22:11:46 +0000 rubidium (svn r13173) -Codechange: make windows of the main toolbars.
Sun, 18 May 2008 20:40:30 +0000 rubidium (svn r13169) -Codechange: remove a (now) unneeded parameter of one of the Window constructors.
Sat, 17 May 2008 12:48:06 +0000 rubidium (svn r13139) -Codechange: move DrawWindowWidgets and DrawWindowViewport to the Window class and remove Window from their naming.
Thu, 15 May 2008 20:04:10 +0000 rubidium (svn r13108) -Codechange: make a Window subclass of the main toolbars sub menus.
Thu, 15 May 2008 19:00:20 +0000 rubidium (svn r13106) -Codechange: rework the toolbar code a little so functions do not have to return the Window they just created.
Mon, 12 May 2008 21:46:08 +0000 glx (svn r13061) -Codechange: make a class of the BuildTreesWindow.
Sun, 11 May 2008 20:09:34 +0000 rubidium (svn r13056) [NoAI] -Sync: with trunk r12996:13055. noai
Sat, 10 May 2008 12:30:27 +0000 rubidium (svn r13028) -Codechange: WE_MESSAGE and WE_INVALIDATE_DATA were doing the same thing.
Fri, 09 May 2008 15:27:00 +0000 rubidium (svn r13025) -Codechange: remove the need for two WindowEvents.
Fri, 09 May 2008 09:29:27 +0000 rubidium (svn r13024) -Codechange: do not use WE_MOUSELOOP when WE_TICK suffices, rename WE_4 to something more descriptive and correct some (completely incorrect) comments.
Thu, 08 May 2008 12:59:47 +0000 rubidium (svn r13006) -Codechange: GetMenuItemIndex is only used for the toolbar, so move it to there.
Thu, 08 May 2008 11:31:41 +0000 rubidium (svn r13004) -Codechange: replace AllocateWindow and AllocateWindowDesc with a Window constructor.
Wed, 07 May 2008 21:09:51 +0000 rubidium (svn r12997) [NoAI] -Sync: with trunk r12895:12996. noai
Wed, 07 May 2008 18:14:09 +0000 smatz (svn r12994) -Fix (r12976): another case main toolbar wasn't marked dirty
Wed, 07 May 2008 15:53:58 +0000 smatz (svn r12992) -Fix (r12976): main toolbar wasn't marked dirty when a child combobox was destroyed
Wed, 07 May 2008 13:10:15 +0000 rubidium (svn r12987) -Codechange: split viewport and tile selection.
Tue, 06 May 2008 22:08:18 +0000 rubidium (svn r12976) -Codechange: use w->SetDirty() instead of SetWindowDirty(w) when it's certain that w != NULL.
Tue, 06 May 2008 21:28:30 +0000 rubidium (svn r12975) -Codechange: replace DeleteWindow(w) with delete w.
Fri, 25 Apr 2008 15:20:48 +0000 rubidium (svn r12896) [NoAI] -Sync: with trunk r12824:r12895. noai
Fri, 25 Apr 2008 06:15:58 +0000 rubidium (svn r12892) -Fix: too many items in the vehicle toolbars were greyed out.
Mon, 21 Apr 2008 21:15:50 +0000 glx (svn r12826) [NoAI] -Sync: with trunk r12780:12824 noai
Mon, 21 Apr 2008 07:57:51 +0000 rubidium (svn r12813) -Fix [FS#1943]: the 'last built railtype' got reset too often.
Fri, 18 Apr 2008 23:33:51 +0000 rubidium (svn r12781) [NoAI] -Sync: with trunk r12711:12780. noai
Fri, 18 Apr 2008 19:55:13 +0000 richk (svn r12774) [NewGRF_ports] -Sync: with trunk r12742:12772. NewGRF_ports
Fri, 18 Apr 2008 15:18:16 +0000 rubidium (svn r12769) -Codechange: some coding style cleanups.
Fri, 18 Apr 2008 15:11:39 +0000 rubidium (svn r12767) -Codechange: merge all main toolbar related functions into a single file instead of scattering the functionality over several files.
Fri, 18 Apr 2008 04:37:06 +0000 rubidium (svn r12761) -Codechange: lots of minor whitespace coding style fixes around operators.
Thu, 17 Apr 2008 21:21:01 +0000 rubidium (svn r12757) -Codechange: move all cheat related stuff from all over the place to a single location.
Mon, 31 Mar 2008 11:31:44 +0000 truebrain (svn r12511) [NoAI] -Add (WIP): AI Debug GUI. For now it is a stripped down copy of performance details. In future it will allow reloading of AI, changing settings, and reading the log of the AI noai
Fri, 28 Mar 2008 10:32:55 +0000 rubidium (svn r12462) [NoAI] -Sync: with trunk r12304:12461. noai
Mon, 24 Mar 2008 05:59:42 +0000 rubidium (svn r12402) -Fix: some toolbars didn't seem to show anymore.
Sun, 23 Mar 2008 07:35:29 +0000 rubidium (svn r12398) -Codechange [FS#1770]: Move toolbar related code to it's own little neighbourhood. Based on a patch by Dominik.