summaryrefslogtreecommitdiff
path: root/src/music_gui.cpp
AgeCommit message (Collapse)Author
2012-11-11(svn r24700) -Cleanup: Remove WDF_UNCLICK_BUTTONS and make it the default.frosch
2011-12-16(svn r23544) -Codechange: document and rename widgets to be consistent and ↵truebrain
understandable
2011-12-15(svn r23528) -Codechange: move widget enums to widgets/NNN_type.htruebrain
2011-12-10(svn r23474) -Codechange: move the declaration error related functions to ↵rubidium
error.h
2011-12-04(svn r23430) -Fix (r23219): also consider the old directories when playing a ↵glx
song
2011-11-14(svn r23219) -Change: different directories for basesets and newgrfs. So ↵rubidium
data to baseset or newgrf, and gm to baseset
2011-10-16(svn r23035) -Fix (r23034): compile failurerubidium
2011-10-16(svn r23034) -Fix: make sure the custom playlists are 0 terminatedrubidium
2011-10-16(svn r23033) -Fix [FS#4776]: the last custom playlist items went lost when ↵rubidium
the files in the .obm are not contiguous
2011-07-30(svn r22694) -Cleanup [FS#4579]: Remove unused but confusing widgetplanetmaker
2011-05-06(svn r22429) -Add: some constants for specific palette colours used in the GUI.frosch
2011-05-04(svn r22421) -Fix: Replace various references to Windows palette greyscale ↵frosch
indices with the DOS palette indices.
2011-03-13(svn r22241) -Codechange: Add additional to-be-used parameter to ↵frosch
OnInvalidateData().
2011-03-05(svn r22202) -Codechange: make MusicFileSettings a proper citizen of the ↵rubidium
client settings
2011-01-02(svn r21698) -Fix: incorrectly named global variablerubidium
2010-11-26(svn r21331) -Codechange: Make drawing the widgets default behaviour in ↵alberth
OnPaint().
2010-11-13(svn r21157) -Codechange: remove information about the text direction out of ↵rubidium
the language "list"
2010-08-12(svn r20474) -Cleanup: remove some unused codeyexo
2010-08-01(svn r20281) -Codechange: unify case scope closure + break coding stylerubidium
2010-07-26(svn r20221) -Codechange: Move unscrolled row calculation into a function.alberth
2010-07-02(svn r20043) -Codechange: Introduce vertical alignment for ↵alberth
DrawStringMultiLine().
2010-02-24(svn r19224) -Codechange: change parameters passed to ShowErrorMessage() a bitsmatz
2010-01-30(svn r18966) -Codechange: Remove Window::OnDoubleClick() in favour of a ↵frosch
parameter for OnClick().
2010-01-15(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, ↵rubidium
if a header require a header make it include that header
2009-12-22(svn r18608) -Change: add the concept of music setsrubidium
2009-12-22(svn r18603) -Codechange: move getting the song name to music_gui.cpprubidium
2009-12-02(svn r18369) -Fix [FS#3339] (rbeginning): off-by-one in the preconfigured ↵rubidium
music lists
2009-11-28(svn r18324) -Codechange: there's no need for a default size when the window ↵rubidium
isn't resizable
2009-11-28(svn r18322) -Codechange: remove the WDP duplication; no need to tell the ↵rubidium
same twice.
2009-11-28(svn r18311) -Codechange: no need to hardcode locations of some 'random' windowsrubidium
2009-11-24(svn r18280) -Codechange: remove widget indices that are not needed for ↵rubidium
custom drawing/handling input
2009-11-24(svn r18277) -Codechange: remove unneeded widget indices for close, resize ↵rubidium
and sticky boxes and for window captions
2009-11-24(svn r18274) -Codechange: remove the unused WDF flagsrubidium
2009-11-24(svn r18267) -Codechange: make the music window big font awarerubidium
2009-11-22(svn r18230) -Codechange: Allow fill stepsize to be set from ↵alberth
Window::UpdateWidgetSize().
2009-11-22(svn r18229) -Codechange: Make fill_x, fill_y a number instead of a bool.alberth
2009-11-19(svn r18192) -Codechange: make the music window RTL awarerubidium
2009-11-19(svn r18182) -Codechange: use the zero fill control code instead of ↵rubidium
duplicating strings with 'only' the 0 differing
2009-11-17(svn r18152) -Codechange: remove the 'minimum window size' from the ↵rubidium
WindowDesc; it's determined from the (nested) widgets
2009-11-15(svn r18086) -Codechange: remove 'widget' from WindowDescrubidium
2009-10-04(svn r17693) -Cleanup: remove some unneeded includesrubidium
2009-09-19(svn r17572) -Codechange: Use the Window::GetWidget() function to access ↵alberth
nested widgets through the nested_array.
2009-09-13(svn r17532) -Codechange: Rename several Invalidate functions to SetDirty ↵frosch
for more consistency and distinguishability.
2009-09-02(svn r17381) -Codechange: music track selection window uses nested widgetsyexo
2009-09-01(svn r17361) -Fix (r17360): committed a bit too muchyexo
2009-09-01(svn r17360) -Fix (r17329): the 'track' and 'title' texts were lost in the ↵yexo
conversion to nested widgets
2009-09-01(svn r17353) -Codechange: make sure the shuffle and programme buttons in the ↵yexo
music window are always the same size
2009-08-30(svn r17331) -Codechange: don't depend on static widget position/size for ↵yexo
drawing of volumer sliders in music window
2009-08-30(svn r17330) -Codechange: Lower some buttons in the music window when ↵yexo
clicked instead of changing the text colour to white
2009-08-30(svn r17329) -Codechange: music window uses nested widgetsyexo