summaryrefslogtreecommitdiff
path: root/src/music_gui.cpp
AgeCommit message (Expand)Author
2021-05-08Codechange: Set specific widgets dirty instead of window.Peter Nelson
2021-05-06Codechange: add SetDParamStr that accepts std::string&rubidium42
2021-04-09Feature: Volume sliders in Game Options windowNiels Martin Hansen
2021-04-09Codechange: Move volume control slider logic to separate functionsNiels Martin Hansen
2021-01-08Codechange: Remove min/max functions in favour of STL variants (#8502)Charles Pigott
2020-05-21Codechange: Store base set related texts in std::strings.Michael Lutz
2020-01-12Fix: avoid using string pointer after scope endMilek7
2020-01-07Change: Show volume sliders with wedges instead of boxy sliderNiels Martin Hansen
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-04-09Codechange: Switch DropDownList to directly use std::vector, thus making Auto...Michael Lutz
2019-03-24Codechange: Use override specifier in Window-derived classes.peter1138
2019-02-21Change: Make volume slider widget capture mouse when clicked.Peter Nelson
2018-11-25Fix 6298b96: Changing music set did not save new settingNiels Martin Hansen
2018-10-31Remove: A few bits of dead codeCharles Pigott
2018-06-25Fix 6298b96: Playlist window not drawing playlistNiels Martin Hansen
2018-06-24Change: Modernise music control logic implementation (#6839)Niels Martin Hansen
2018-06-15Change: Improved looping of title songNiels Martin Hansen
2018-06-05Codechange: Pass a MusicSongInfo struct instead of bare filename to music dri...Niels Martin Hansen
2018-04-29Feature #6090: Change music set during gameplayNiels Martin Hansen
2018-04-29Fix: Clipping issues with volume sliders in Music GUINiels Martin Hansen
2018-04-29Change: Less intrusive "no music" message from Music windowNiels Martin Hansen
2018-04-29Change: Disable music control buttons when there is no musicNiels Martin Hansen
2018-04-29Codechange: Music GUI comments and function namingNiels Martin Hansen
2014-10-12(svn r27003) -Cleanup: fix the use of spaces and asterices "around" some comm...rubidium
2014-09-10(svn r26809) -Fix: do not dereference the -1 index of the file names array of...rubidium
2014-04-28(svn r26538) -Codechange: remove double accounting of the driversrubidium
2014-04-23(svn r26489) -Codechange: properly account for the end of buffers in the file...rubidium
2014-04-23(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...rubidium
2013-09-15(svn r25776) -Add [FS#5743]: Sticky and shade buttons for jukebox window (retro)planetmaker
2013-05-26(svn r25290) -Add: Assign string names to notable windows.frosch
2013-05-26(svn r25287) -Codechange: Keep a reference to the WindowDesc in the Window af...frosch
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 un...truebrain
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 err...rubidium
2011-12-04(svn r23430) -Fix (r23219): also consider the old directories when playing a ...glx
2011-11-14(svn r23219) -Change: different directories for basesets and newgrfs. So data...rubidium
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 th...rubidium
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 in...frosch
2011-03-13(svn r22241) -Codechange: Add additional to-be-used parameter to OnInvalidate...frosch
2011-03-05(svn r22202) -Codechange: make MusicFileSettings a proper citizen of the clie...rubidium
2011-01-02(svn r21698) -Fix: incorrectly named global variablerubidium
2010-11-26(svn r21331) -Codechange: Make drawing the widgets default behaviour in OnPai...alberth
2010-11-13(svn r21157) -Codechange: remove information about the text direction out of ...rubidium
2010-08-12(svn r20474) -Cleanup: remove some unused codeyexo
2010-08-01(svn r20281) -Codechange: unify case scope closure + break coding stylerubidium