aboutsummaryrefslogtreecommitdiffhomepage
path: root/gui
Commit message (Expand)AuthorAge
* Add standard GPL header to individual files.Gravatar diego2008-04-22
* Use standard GPL header.Gravatar diego2008-04-22
* noconfig fix, disable_gui_conf was not defined when compiling mencoder.Gravatar albeu2008-04-15
* Add options to disable some or all config files.Gravatar albeu2008-04-14
* wording improvements suggested by the WandererGravatar diego2008-04-12
* Make include paths consistent; do not use ../ in them.Gravatar diego2008-04-12
* Update include paths to account for build system changes.Gravatar diego2008-04-12
* typo fixesGravatar diego2008-04-12
* Merge ./gui/Makefile into ./Makefile, one less instance of recursive make.Gravatar diego2008-04-11
* Add gui/ prefix to some #include paths so that compilation from theGravatar diego2008-04-11
* Remove duplicate #include.Gravatar diego2008-04-11
* Add a config.mak variable to control compilation of the Win32 GUI.Gravatar diego2008-04-11
* #include config.h before all other headers.Gravatar diego2008-03-14
* removed redundant wincfg.h.Gravatar vayne2008-03-11
* more header / declaration cleanups; fixes a lot of warnings as well as a pree...Gravatar vayne2008-03-11
* Rename url.c/url.h to the less generic gtk_url.c/gtk_url.h.Gravatar diego2008-03-05
* Add missing header #includes to fix 'make checkheaders'.Gravatar diego2008-03-05
* consistency cosmetics: Use #ifdef everywhere instead of #if defined().Gravatar diego2008-03-05
* Remove pointless #ifdef USE_LIBAVCODEC inside #ifdef USE_LIBAVCODEC.Gravatar diego2008-03-04
* FFmpeg now uses different (unified) #include paths.Gravatar diego2008-02-25
* Add MPLAYER_ prefix to multiple inclusion guards.Gravatar diego2008-02-22
* Consistently use filename as multiple inclusion guard.Gravatar diego2008-02-21
* Remove pointless #ifdefs around extern declarations.Gravatar diego2008-02-20
* cosmetics: indent, remove trailing whitespaceGravatar diego2008-02-18
* Merge the two conditional definitions of get_current_dir_name.Gravatar diego2008-02-18
* typo fix: inited --> initializedGravatar diego2008-02-14
* Add windows cp1256 encoding for arabic, fixes bug #1007Gravatar reimar2008-02-01
* Allow independent scaling of vo_font and sub_font.Gravatar reimar2008-01-27
* audio_out / video_out structs should be treated as constGravatar reimar2008-01-19
* Make xpm arrays really const (I missed that they are not strings butGravatar reimar2008-01-13
* Make all gui xpm bitmaps constGravatar reimar2008-01-13
* gui_opts should be const for win32 gui as well (why, oh why, was allGravatar reimar2008-01-13
* Win32 gui has the same m_option_print error handling bugGravatar reimar2008-01-13
* Fix 100l: error check for m_option_print was unreachableGravatar reimar2008-01-13
* Make big gui_opts array constGravatar reimar2008-01-13
* Fix illegal identifier, names starting with _ and uppercase are reserved.Gravatar diego2008-01-07
* Fix illegal identifiers: Names starting with __ or _ and uppercase are reservedGravatar diego2008-01-06
* Rename common.[ch], there are too many files by that name.Gravatar diego2008-01-06
* cosmetics: alphabetical orderGravatar diego2008-01-06
* Rename common.[ch] to gtk_common.[ch], there are too many files by that name.Gravatar diego2008-01-06
* Add explanatory comments to the #endif part of multiple inclusion guards.Gravatar diego2007-12-31
* Do not PostQuitMessage when destroying a child window.Gravatar zuxy2007-12-06
* Remove unused variables, fixes the warnings:Gravatar diego2007-12-02
* Make wsKeyNames array constGravatar reimar2007-12-02
* evNames / evBoxs should be "static const"Gravatar reimar2007-12-02
* Get rid of fsPressed variable and related code. It does not reallyGravatar reimar2007-12-02
* Parameter of Filter function can be const, removes the warningGravatar reimar2007-12-02
* Fix return type of getGtkEntryText, it must be constGravatar reimar2007-12-02
* Get rid of some "discards qualifiers" warningsGravatar reimar2007-12-02
* get/set video colors string is constantGravatar reimar2007-12-02