aboutsummaryrefslogtreecommitdiffhomepage
path: root/gui
Commit message (Expand)AuthorAge
...
* 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
* Mark several uses of vo_functions_t as const to stop some of the currentGravatar reimar2007-12-02
* Better handling of win32 GUI thread:Gravatar zuxy2007-11-11
* Remove unused extern int declaration.Gravatar diego2007-08-29
* Clean up the way get_path is handled: Compile get_path.c to an object to linkGravatar diego2007-08-28
* warning fix:Gravatar diego2007-08-28
* Remove redundant extern declarations, #include the right headers instead.Gravatar diego2007-08-25
* Remove redundant extern variable declarations, include proper headers instead.Gravatar diego2007-08-25
* Remove unused extern variable declaration.Gravatar diego2007-08-24
* Remove redundant variable declaration along with the corresponding warning.Gravatar diego2007-08-24
* 1000l: Revert stray hunk that crept in with last commit.Gravatar diego2007-08-24
* Use consistent include path.Gravatar diego2007-08-24
* remove gconvert_uri_to_filename() and use url_unescape_string() instead.Gravatar iive2007-08-20
* fopen is in stdio.h, so add this include.Gravatar reimar2007-07-18
* Fix a bunch of redundant redeclaration warnings.Gravatar diego2007-07-18
* Remove unused variables.Gravatar diego2007-07-18
* ISO8859-1 --> UTF-8Gravatar diego2007-07-09
* Avoid code duplication and ugly config.h hack by using av_strlcat/av_strlcpyGravatar reimar2007-07-05
* 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
* Add multiple inclusion guard.Gravatar diego2007-07-02
* Consistently use filenames as multiple inclusion guards.Gravatar diego2007-07-02
* Return value of gtk_entry_get_text is const, so declare variables as const as...Gravatar reimar2007-06-24
* revert broken r23628, mp_core.h is not included by cfg.h, so double externGravatar reimar2007-06-24
* get_path prototype is already in interface.h and probably many more places.Gravatar reimar2007-06-24
* ass_enabled is already in mp_core.hGravatar reimar2007-06-24
* Add a (almost correct) prototype for vcd_seek_to_trackGravatar reimar2007-06-24
* Fix compilation after FFmpeg r9283.Gravatar cehoyos2007-06-12
* Replace implicit use of fast_memcpy via macro by explicit use to allowGravatar reimar2007-06-05
* Make gmplayer show right colors if X server does not use native byteorder.Gravatar reimar2007-06-05
* get rid of Gui code that has been commented out since agesGravatar reimar2007-06-04
* Factor out some duplicated gui codeGravatar reimar2007-06-04
* Remove some useless codeGravatar reimar2007-06-04