aboutsummaryrefslogtreecommitdiffhomepage
path: root/gui/win32
Commit message (Expand)AuthorAge
* Get rid of pointless 'extern' keywords.Gravatar diego2008-12-03
* Add necessary #include <stdlib.h> for realloc/calloc/free.Gravatar diego2008-08-31
* Rename a bunch of miscellaneous preprocessor directives.Gravatar diego2008-08-07
* Start unifying names of internal preprocessor directives.Gravatar diego2008-07-30
* Remove unnecessary and troublesome inlineGravatar zuxy2008-07-18
* Force gcc to emit function body under -gnu99Gravatar zuxy2008-07-17
* Use standard GPL header.Gravatar diego2008-04-22
* wording improvements suggested by the WandererGravatar diego2008-04-12
* Update include paths to account for build system changes.Gravatar diego2008-04-12
* typo fixesGravatar diego2008-04-12
* 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
* Add missing header #includes to fix 'make checkheaders'.Gravatar diego2008-03-05
* Add MPLAYER_ prefix to multiple inclusion guards.Gravatar diego2008-02-22
* audio_out / video_out structs should be treated as constGravatar reimar2008-01-19
* 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
* 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
* get/set video colors string is constantGravatar reimar2007-12-02
* Better handling of win32 GUI thread:Gravatar zuxy2007-11-11
* fopen is in stdio.h, so add this include.Gravatar reimar2007-07-18
* Do not use leading underscores in multiple inclusion guards, they are reserved.Gravatar diego2007-07-02
* Add consistent GUI prefix to multiple inclusion guards.Gravatar diego2007-07-02
* Reuse linux code for reading png images for windows Gui,Gravatar reimar2007-05-10
* add missing case value, fixes functionality when using some skins.Gravatar vayne2007-04-28
* compilation fix for disabling dvd functionality, patch by <bangbangbear at gm...Gravatar vayne2007-04-28
* header / declarations cleanup, also fixes broken compilation.Gravatar vayne2007-04-26
* Consistently use quotes instead of angled brackets in #includeGravatar diego2007-04-25
* Use proper GPL header.Gravatar diego2007-04-23
* spelling cosmeticsGravatar diego2007-04-23
* Gui --> guiGravatar diego2007-04-23