log src/music_gui.cpp @ 20307:93d7e37bd666 draft

age author description
Sun, 11 Nov 2012 16:10:43 +0000 frosch (svn r24700) -Cleanup: Remove WDF_UNCLICK_BUTTONS and make it the default. draft
Fri, 16 Dec 2011 18:02:27 +0000 truebrain (svn r23544) -Codechange: document and rename widgets to be consistent and understandable draft
Thu, 15 Dec 2011 22:22:55 +0000 truebrain (svn r23528) -Codechange: move widget enums to widgets/NNN_type.h draft
Sat, 10 Dec 2011 13:54:10 +0000 rubidium (svn r23474) -Codechange: move the declaration error related functions to error.h draft
Sun, 04 Dec 2011 14:17:51 +0000 glx (svn r23430) -Fix (r23219): also consider the old directories when playing a song draft
Mon, 14 Nov 2011 21:34:27 +0000 rubidium (svn r23219) -Change: different directories for basesets and newgrfs. So data to baseset or newgrf, and gm to baseset draft
Sun, 16 Oct 2011 19:59:07 +0000 rubidium (svn r23035) -Fix (r23034): compile failure draft
Sun, 16 Oct 2011 19:56:47 +0000 rubidium (svn r23034) -Fix: make sure the custom playlists are 0 terminated draft
Sun, 16 Oct 2011 19:53:02 +0000 rubidium (svn r23033) -Fix [FS#4776]: the last custom playlist items went lost when the files in the .obm are not contiguous draft
Sat, 30 Jul 2011 07:38:38 +0000 planetmaker (svn r22694) -Cleanup [FS#4579]: Remove unused but confusing widget draft
Fri, 06 May 2011 21:13:29 +0000 frosch (svn r22429) -Add: some constants for specific palette colours used in the GUI. draft
Wed, 04 May 2011 17:45:16 +0000 frosch (svn r22421) -Fix: Replace various references to Windows palette greyscale indices with the DOS palette indices. draft
Sun, 13 Mar 2011 21:31:29 +0000 frosch (svn r22241) -Codechange: Add additional to-be-used parameter to OnInvalidateData(). draft
Sat, 05 Mar 2011 18:00:48 +0000 rubidium (svn r22202) -Codechange: make MusicFileSettings a proper citizen of the client settings draft
Sun, 02 Jan 2011 18:12:39 +0000 rubidium (svn r21698) -Fix: incorrectly named global variable draft
Fri, 26 Nov 2010 15:22:18 +0000 alberth (svn r21331) -Codechange: Make drawing the widgets default behaviour in OnPaint(). draft
Sat, 13 Nov 2010 09:56:25 +0000 rubidium (svn r21157) -Codechange: remove information about the text direction out of the language "list" draft
Thu, 12 Aug 2010 21:36:43 +0000 yexo (svn r20474) -Cleanup: remove some unused code draft
Sun, 01 Aug 2010 18:53:30 +0000 rubidium (svn r20281) -Codechange: unify case scope closure + break coding style draft
Mon, 26 Jul 2010 13:02:28 +0000 alberth (svn r20221) -Codechange: Move unscrolled row calculation into a function. draft
Fri, 02 Jul 2010 13:53:05 +0000 alberth (svn r20043) -Codechange: Introduce vertical alignment for DrawStringMultiLine(). draft
Wed, 24 Feb 2010 14:46:15 +0000 smatz (svn r19224) -Codechange: change parameters passed to ShowErrorMessage() a bit draft
Sat, 30 Jan 2010 18:34:48 +0000 frosch (svn r18966) -Codechange: Remove Window::OnDoubleClick() in favour of a parameter for OnClick(). draft
Fri, 15 Jan 2010 16:41:15 +0000 rubidium (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header draft
Tue, 22 Dec 2009 21:40:29 +0000 rubidium (svn r18608) -Change: add the concept of music sets draft
Tue, 22 Dec 2009 18:34:07 +0000 rubidium (svn r18603) -Codechange: move getting the song name to music_gui.cpp draft
Wed, 02 Dec 2009 08:55:53 +0000 rubidium (svn r18369) -Fix [FS#3339] (rbeginning): off-by-one in the preconfigured music lists draft
Sat, 28 Nov 2009 15:01:49 +0000 rubidium (svn r18324) -Codechange: there's no need for a default size when the window isn't resizable draft
Sat, 28 Nov 2009 14:42:35 +0000 rubidium (svn r18322) -Codechange: remove the WDP duplication; no need to tell the same twice. draft
Sat, 28 Nov 2009 13:38:34 +0000 rubidium (svn r18311) -Codechange: no need to hardcode locations of some 'random' windows draft
Tue, 24 Nov 2009 21:13:36 +0000 rubidium (svn r18280) -Codechange: remove widget indices that are not needed for custom drawing/handling input draft
Tue, 24 Nov 2009 18:05:55 +0000 rubidium (svn r18277) -Codechange: remove unneeded widget indices for close, resize and sticky boxes and for window captions draft
Tue, 24 Nov 2009 17:28:29 +0000 rubidium (svn r18274) -Codechange: remove the unused WDF flags draft
Tue, 24 Nov 2009 13:14:48 +0000 rubidium (svn r18267) -Codechange: make the music window big font aware draft
Sun, 22 Nov 2009 18:28:14 +0000 alberth (svn r18230) -Codechange: Allow fill stepsize to be set from Window::UpdateWidgetSize(). draft
Sun, 22 Nov 2009 18:26:01 +0000 alberth (svn r18229) -Codechange: Make fill_x, fill_y a number instead of a bool. draft
Thu, 19 Nov 2009 20:34:45 +0000 rubidium (svn r18192) -Codechange: make the music window RTL aware draft
Thu, 19 Nov 2009 13:56:10 +0000 rubidium (svn r18182) -Codechange: use the zero fill control code instead of duplicating strings with 'only' the 0 differing draft
Tue, 17 Nov 2009 19:16:48 +0000 rubidium (svn r18152) -Codechange: remove the 'minimum window size' from the WindowDesc; it's determined from the (nested) widgets draft
Sun, 15 Nov 2009 10:26:01 +0000 rubidium (svn r18086) -Codechange: remove 'widget' from WindowDesc draft
Sun, 04 Oct 2009 17:16:41 +0000 rubidium (svn r17693) -Cleanup: remove some unneeded includes draft
Sat, 19 Sep 2009 11:31:12 +0000 alberth (svn r17572) -Codechange: Use the Window::GetWidget() function to access nested widgets through the nested_array. 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 14:09:51 +0000 yexo (svn r17381) -Codechange: music track selection window uses nested widgets draft
Tue, 01 Sep 2009 21:35:28 +0000 yexo (svn r17361) -Fix (r17360): committed a bit too much draft
Tue, 01 Sep 2009 21:30:14 +0000 yexo (svn r17360) -Fix (r17329): the 'track' and 'title' texts were lost in the conversion to nested widgets draft
Tue, 01 Sep 2009 19:18:42 +0000 yexo (svn r17353) -Codechange: make sure the shuffle and programme buttons in the music window are always the same size draft
Sun, 30 Aug 2009 21:31:54 +0000 yexo (svn r17331) -Codechange: don't depend on static widget position/size for drawing of volumer sliders in music window draft
Sun, 30 Aug 2009 20:38:57 +0000 yexo (svn r17330) -Codechange: Lower some buttons in the music window when clicked instead of changing the text colour to white draft
Sun, 30 Aug 2009 19:23:36 +0000 yexo (svn r17329) -Codechange: music window uses nested widgets draft
Sun, 23 Aug 2009 19:03:09 +0000 rubidium (svn r17271) -Fix: SetFill sometimes used 1/0 when it should be using true/false draft
Fri, 21 Aug 2009 20:21:05 +0000 rubidium (svn r17248) -Fix: add GPL license notice where appropriate draft
Tue, 04 Aug 2009 18:04:33 +0000 rubidium (svn r17062) -Change: unify the naming of some 125 strings 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
Fri, 10 Apr 2009 11:06:12 +0000 alberth (svn r16013) -Codechange: Add nested widgets to music windows. draft
Fri, 10 Apr 2009 11:02:09 +0000 alberth (svn r16011) -Codechange: Extracting widget number enums from the window classes. draft
Fri, 10 Apr 2009 10:29:28 +0000 alberth (svn r16010) -Cleanup: Declare variables at first use. draft
Fri, 10 Apr 2009 10:21:16 +0000 alberth (svn r16009) -Codechange: Simplifying some variable assignments. draft
Fri, 10 Apr 2009 09:43:53 +0000 alberth (svn r16008) -Fix (r15808): Unswap swapped music selection panels. draft