rubidium
|
c3e83edbe5
|
(svn r23035) -Fix (r23034): compile failure
|
2011-10-16 19:59:07 +00:00 |
|
rubidium
|
c00b74f7ca
|
(svn r23034) -Fix: make sure the custom playlists are 0 terminated
|
2011-10-16 19:56:47 +00:00 |
|
rubidium
|
75414c3bcd
|
(svn r23033) -Fix [FS#4776]: the last custom playlist items went lost when the files in the .obm are not contiguous
|
2011-10-16 19:53:02 +00:00 |
|
planetmaker
|
c495862ced
|
(svn r22694) -Cleanup [FS#4579]: Remove unused but confusing widget
|
2011-07-30 07:38:38 +00:00 |
|
frosch
|
7b251297c9
|
(svn r22429) -Add: some constants for specific palette colours used in the GUI.
|
2011-05-06 21:13:29 +00:00 |
|
frosch
|
7cc3d3e143
|
(svn r22421) -Fix: Replace various references to Windows palette greyscale indices with the DOS palette indices.
|
2011-05-04 17:45:16 +00:00 |
|
frosch
|
4b4a40a72e
|
(svn r22241) -Codechange: Add additional to-be-used parameter to OnInvalidateData().
|
2011-03-13 21:31:29 +00:00 |
|
rubidium
|
2e5b1f178e
|
(svn r22202) -Codechange: make MusicFileSettings a proper citizen of the client settings
|
2011-03-05 18:00:48 +00:00 |
|
rubidium
|
6ed9a8fb77
|
(svn r21698) -Fix: incorrectly named global variable
|
2011-01-02 18:12:39 +00:00 |
|
alberth
|
0722492c1b
|
(svn r21331) -Codechange: Make drawing the widgets default behaviour in OnPaint().
|
2010-11-26 15:22:18 +00:00 |
|
rubidium
|
5ec2bcc0d9
|
(svn r21157) -Codechange: remove information about the text direction out of the language "list"
|
2010-11-13 09:56:25 +00:00 |
|
yexo
|
b4ec144af2
|
(svn r20474) -Cleanup: remove some unused code
|
2010-08-12 21:36:43 +00:00 |
|
rubidium
|
8c85b4ce3d
|
(svn r20281) -Codechange: unify case scope closure + break coding style
|
2010-08-01 18:53:30 +00:00 |
|
alberth
|
71aac2192f
|
(svn r20221) -Codechange: Move unscrolled row calculation into a function.
|
2010-07-26 13:02:28 +00:00 |
|
alberth
|
c2a871d10b
|
(svn r20043) -Codechange: Introduce vertical alignment for DrawStringMultiLine().
|
2010-07-02 13:53:05 +00:00 |
|
smatz
|
5504b1105e
|
(svn r19224) -Codechange: change parameters passed to ShowErrorMessage() a bit
|
2010-02-24 14:46:15 +00:00 |
|
frosch
|
94a5c917a5
|
(svn r18966) -Codechange: Remove Window::OnDoubleClick() in favour of a parameter for OnClick().
|
2010-01-30 18:34:48 +00:00 |
|
rubidium
|
9467b7c6d6
|
(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header
|
2010-01-15 16:41:15 +00:00 |
|
rubidium
|
42d7f30dcc
|
(svn r18608) -Change: add the concept of music sets
|
2009-12-22 21:40:29 +00:00 |
|
rubidium
|
834a91ddc6
|
(svn r18603) -Codechange: move getting the song name to music_gui.cpp
|
2009-12-22 18:34:07 +00:00 |
|
rubidium
|
2d1827dfa6
|
(svn r18369) -Fix [FS#3339] (rbeginning): off-by-one in the preconfigured music lists
|
2009-12-02 08:55:53 +00:00 |
|
rubidium
|
21f2acfd01
|
(svn r18324) -Codechange: there's no need for a default size when the window isn't resizable
|
2009-11-28 15:01:49 +00:00 |
|
rubidium
|
45eb0be570
|
(svn r18322) -Codechange: remove the WDP duplication; no need to tell the same twice.
|
2009-11-28 14:42:35 +00:00 |
|
rubidium
|
74b737f958
|
(svn r18311) -Codechange: no need to hardcode locations of some 'random' windows
|
2009-11-28 13:38:34 +00:00 |
|
rubidium
|
ab417c6c06
|
(svn r18280) -Codechange: remove widget indices that are not needed for custom drawing/handling input
|
2009-11-24 21:13:36 +00:00 |
|
rubidium
|
50359b2d08
|
(svn r18277) -Codechange: remove unneeded widget indices for close, resize and sticky boxes and for window captions
|
2009-11-24 18:05:55 +00:00 |
|
rubidium
|
f8b79068e6
|
(svn r18274) -Codechange: remove the unused WDF flags
|
2009-11-24 17:28:29 +00:00 |
|
rubidium
|
ea0fd4656a
|
(svn r18267) -Codechange: make the music window big font aware
|
2009-11-24 13:14:48 +00:00 |
|
alberth
|
5bee09c924
|
(svn r18230) -Codechange: Allow fill stepsize to be set from Window::UpdateWidgetSize().
|
2009-11-22 18:28:14 +00:00 |
|
alberth
|
18b33fde83
|
(svn r18229) -Codechange: Make fill_x, fill_y a number instead of a bool.
|
2009-11-22 18:26:01 +00:00 |
|
rubidium
|
5d685f7195
|
(svn r18192) -Codechange: make the music window RTL aware
|
2009-11-19 20:34:45 +00:00 |
|
rubidium
|
8a3262c114
|
(svn r18182) -Codechange: use the zero fill control code instead of duplicating strings with 'only' the 0 differing
|
2009-11-19 13:56:10 +00:00 |
|
rubidium
|
8e11cd3a42
|
(svn r18152) -Codechange: remove the 'minimum window size' from the WindowDesc; it's determined from the (nested) widgets
|
2009-11-17 19:16:48 +00:00 |
|
rubidium
|
b01251092e
|
(svn r18086) -Codechange: remove 'widget' from WindowDesc
|
2009-11-15 10:26:01 +00:00 |
|
rubidium
|
982b8ee5fc
|
(svn r17693) -Cleanup: remove some unneeded includes
|
2009-10-04 17:16:41 +00:00 |
|
alberth
|
d54028fde8
|
(svn r17572) -Codechange: Use the Window::GetWidget() function to access nested widgets through the nested_array.
|
2009-09-19 11:31:12 +00:00 |
|
frosch
|
0e36260337
|
(svn r17532) -Codechange: Rename several Invalidate functions to SetDirty for more consistency and distinguishability.
|
2009-09-13 19:15:59 +00:00 |
|
yexo
|
dbe9917574
|
(svn r17381) -Codechange: music track selection window uses nested widgets
|
2009-09-02 14:09:51 +00:00 |
|
yexo
|
657165ae7d
|
(svn r17361) -Fix (r17360): committed a bit too much
|
2009-09-01 21:35:28 +00:00 |
|
yexo
|
5678d36895
|
(svn r17360) -Fix (r17329): the 'track' and 'title' texts were lost in the conversion to nested widgets
|
2009-09-01 21:30:14 +00:00 |
|
yexo
|
3f2af511f0
|
(svn r17353) -Codechange: make sure the shuffle and programme buttons in the music window are always the same size
|
2009-09-01 19:18:42 +00:00 |
|
yexo
|
ef8a9a25ff
|
(svn r17331) -Codechange: don't depend on static widget position/size for drawing of volumer sliders in music window
|
2009-08-30 21:31:54 +00:00 |
|
yexo
|
dc9d4865c9
|
(svn r17330) -Codechange: Lower some buttons in the music window when clicked instead of changing the text colour to white
|
2009-08-30 20:38:57 +00:00 |
|
yexo
|
c54d23e954
|
(svn r17329) -Codechange: music window uses nested widgets
|
2009-08-30 19:23:36 +00:00 |
|
rubidium
|
d4a98be94a
|
(svn r17271) -Fix: SetFill sometimes used 1/0 when it should be using true/false
|
2009-08-23 19:03:09 +00:00 |
|
rubidium
|
99d46e0ad7
|
(svn r17248) -Fix: add GPL license notice where appropriate
|
2009-08-21 20:21:05 +00:00 |
|
rubidium
|
5bb7b8ad35
|
(svn r17062) -Change: unify the naming of some 125 strings
|
2009-08-04 18:04:33 +00:00 |
|
rubidium
|
650cb3694e
|
(svn r16160) -Codechange: remove the need for explicit TC_FROMSTRING for DrawString.
|
2009-04-26 14:52:56 +00:00 |
|
rubidium
|
5c5b357043
|
(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.
|
2009-04-21 23:40:56 +00:00 |
|
alberth
|
bb02e72326
|
(svn r16013) -Codechange: Add nested widgets to music windows.
|
2009-04-10 11:06:12 +00:00 |
|