summaryrefslogtreecommitdiffstats
path: root/gui
Commit message (Expand)AuthorAgeFilesLines
* Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.diego2009-07-262-2/+2
* whitespace cosmetics: Remove all trailing whitespace.diego2009-05-1326-292/+292
* Remove pointless #ifdef around internal #include.diego2009-04-191-4/+1
* add tivo (ty) and rm (rmvb) to file chooser, fixes bug 663compn2009-04-041-2/+3
* Fix some typos, add flv and trp to the list of video formatsdiego2009-01-051-42/+47
* Add missing 'void' keyword to parameterless function declarations.diego2009-01-051-5/+5
* Get rid of pointless 'extern' keywords.diego2008-12-0332-205/+205
* Add necessary #include <stdlib.h> for realloc/calloc/free.diego2008-08-311-0/+1
* consistency cosmetics: Avoid using .. in #include paths.diego2008-08-292-40/+40
* Rename font-related preprocessor directives.diego2008-08-074-25/+25
* Rename a bunch of miscellaneous preprocessor directives.diego2008-08-072-6/+6
* Introduce CONFIG_ALSA preprocessor directive for ALSA 0.9 and 1.x.diego2008-08-063-9/+9
* Rename some audio-output-related preprocessor directives.diego2008-08-053-9/+9
* Change a bunch of X11-specific preprocessor directives.diego2008-08-043-14/+14
* Change a bunch of video/audio-output-specific preprocessor directives fromdiego2008-08-038-33/+33
* Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate;diego2008-08-013-12/+12
* Rename two GUI-related preprocessor directives:diego2008-07-303-6/+6
* Start unifying names of internal preprocessor directives.diego2008-07-3013-86/+86
* Remove unnecessary and troublesome inlinezuxy2008-07-181-1/+1
* Force gcc to emit function body under -gnu99zuxy2008-07-171-1/+1
* Mark function not used outside of the file as static.diego2008-07-081-1/+1
* Remove declaration of extern inline function that is used nowhere from headerdiego2008-07-081-1/+0
* Add standard GPL header to individual files.diego2008-04-2251-21/+910
* Use standard GPL header.diego2008-04-2212-36/+36
* noconfig fix, disable_gui_conf was not defined when compiling mencoder.albeu2008-04-151-1/+1
* Add options to disable some or all config files.albeu2008-04-141-1/+2
* wording improvements suggested by the Wandererdiego2008-04-121-2/+3
* Make include paths consistent; do not use ../ in them.diego2008-04-1223-88/+89
* Update include paths to account for build system changes.diego2008-04-127-7/+7
* typo fixesdiego2008-04-121-6/+6
* Merge ./gui/Makefile into ./Makefile, one less instance of recursive make.diego2008-04-111-54/+0
* Add gui/ prefix to some #include paths so that compilation from thediego2008-04-1122-54/+53
* Remove duplicate #include.diego2008-04-111-1/+0
* Add a config.mak variable to control compilation of the Win32 GUI.diego2008-04-111-1/+1
* #include config.h before all other headers.diego2008-03-1410-12/+10
* removed redundant wincfg.h.vayne2008-03-111-40/+0
* more header / declaration cleanups; fixes a lot of warnings as well as a pree...vayne2008-03-117-13/+8
* Rename url.c/url.h to the less generic gtk_url.c/gtk_url.h.diego2008-03-054-6/+6
* Add missing header #includes to fix 'make checkheaders'.diego2008-03-053-0/+5
* consistency cosmetics: Use #ifdef everywhere instead of #if defined().diego2008-03-051-1/+1
* Remove pointless #ifdef USE_LIBAVCODEC inside #ifdef USE_LIBAVCODEC.diego2008-03-041-3/+0
* FFmpeg now uses different (unified) #include paths.diego2008-02-251-4/+0
* Add MPLAYER_ prefix to multiple inclusion guards.diego2008-02-2230-109/+90
* Consistently use filename as multiple inclusion guard.diego2008-02-212-6/+6
* Remove pointless #ifdefs around extern declarations.diego2008-02-201-10/+0
* cosmetics: indent, remove trailing whitespacediego2008-02-181-12/+12
* Merge the two conditional definitions of get_current_dir_name.diego2008-02-181-3/+1
* typo fix: inited --> initializeddiego2008-02-141-3/+3
* Add windows cp1256 encoding for arabic, fixes bug #1007reimar2008-02-011-0/+1
* Allow independent scaling of vo_font and sub_font.reimar2008-01-271-1/+1
* audio_out / video_out structs should be treated as constreimar2008-01-192-3/+3
* Make xpm arrays really const (I missed that they are not strings butreimar2008-01-1352-52/+52
* Make all gui xpm bitmaps constreimar2008-01-137-7/+7
* gui_opts should be const for win32 gui as well (why, oh why, was allreimar2008-01-131-1/+1
* Win32 gui has the same m_option_print error handling bugreimar2008-01-131-2/+4
* Fix 100l: error check for m_option_print was unreachablereimar2008-01-131-2/+5
* Make big gui_opts array constreimar2008-01-131-1/+1
* Fix illegal identifier, names starting with _ and uppercase are reserved.diego2008-01-071-34/+34
* Fix illegal identifiers: Names starting with __ or _ and uppercase are reserveddiego2008-01-062-5/+5
* Rename common.[ch], there are too many files by that name.diego2008-01-065-3/+3
* cosmetics: alphabetical orderdiego2008-01-061-21/+21
* Rename common.[ch] to gtk_common.[ch], there are too many files by that name.diego2008-01-0611-10/+10
* Add explanatory comments to the #endif part of multiple inclusion guards.diego2007-12-3128-31/+28
* Do not PostQuitMessage when destroying a child window.zuxy2007-12-062-16/+0
* Remove unused variables, fixes the warnings:diego2007-12-021-2/+1
* Make wsKeyNames array constreimar2007-12-022-2/+2
* evNames / evBoxs should be "static const"reimar2007-12-022-5/+2
* Get rid of fsPressed variable and related code. It does not reallyreimar2007-12-021-24/+0
* Parameter of Filter function can be const, removes the warningreimar2007-12-021-1/+1
* Fix return type of getGtkEntryText, it must be constreimar2007-12-021-1/+1
* Get rid of some "discards qualifiers" warningsreimar2007-12-021-4/+4
* get/set video colors string is constantreimar2007-12-021-2/+2
* Mark several uses of vo_functions_t as const to stop some of the currentreimar2007-12-021-1/+1
* Better handling of win32 GUI thread:zuxy2007-11-111-6/+8
* Remove unused extern int declaration.diego2007-08-291-1/+0
* Clean up the way get_path is handled: Compile get_path.c to an object to linkdiego2007-08-283-2/+2
* warning fix:diego2007-08-281-1/+1
* Remove redundant extern declarations, #include the right headers instead.diego2007-08-253-4/+4
* Remove redundant extern variable declarations, include proper headers instead.diego2007-08-253-3/+4
* Remove unused extern variable declaration.diego2007-08-241-1/+0
* Remove redundant variable declaration along with the corresponding warning.diego2007-08-241-1/+0
* 1000l: Revert stray hunk that crept in with last commit.diego2007-08-241-1/+1
* Use consistent include path.diego2007-08-241-2/+2
* remove gconvert_uri_to_filename() and use url_unescape_string() instead.iive2007-08-203-51/+2
* fopen is in stdio.h, so add this include.reimar2007-07-181-0/+1
* Fix a bunch of redundant redeclaration warnings.diego2007-07-1810-23/+2
* Remove unused variables.diego2007-07-181-2/+0
* ISO8859-1 --> UTF-8diego2007-07-091-4/+4
* Avoid code duplication and ugly config.h hack by using av_strlcat/av_strlcpyreimar2007-07-053-55/+58
* Do not use leading underscores in multiple inclusion guards, they are reserved.diego2007-07-0229-59/+61
* Add consistent GUI prefix to multiple inclusion guards.diego2007-07-0221-43/+43
* Add multiple inclusion guard.diego2007-07-021-0/+4
* Consistently use filenames as multiple inclusion guards.diego2007-07-029-18/+18
* Return value of gtk_entry_get_text is const, so declare variables as const as...reimar2007-06-241-4/+4
* revert broken r23628, mp_core.h is not included by cfg.h, so double externreimar2007-06-241-0/+1
* get_path prototype is already in interface.h and probably many more places.reimar2007-06-241-2/+0
* ass_enabled is already in mp_core.hreimar2007-06-241-1/+0
* Add a (almost correct) prototype for vcd_seek_to_trackreimar2007-06-241-0/+1
* Fix compilation after FFmpeg r9283.cehoyos2007-06-121-1/+2
* Replace implicit use of fast_memcpy via macro by explicit use to allowreimar2007-06-052-2/+2
* Make gmplayer show right colors if X server does not use native byteorder.reimar2007-06-051-1/+30
* get rid of Gui code that has been commented out since agesreimar2007-06-041-20/+0
* Factor out some duplicated gui codereimar2007-06-041-15/+15
* Remove some useless codereimar2007-06-041-2/+0
* Remove two useless fastmemcpy.h includes in gui code.reimar2007-05-272-2/+0
* missed part of gui code change while introducing -subfont option (patch by Pi...ben2007-05-201-1/+1
* Include string.h for memcpy, fastmemcpy.h alone is not enough.reimar2007-05-164-0/+4
* Reuse linux code for reading png images for windows Gui,reimar2007-05-102-53/+19
* remove unused codereimar2007-05-071-8/+0
* Fix Gui colors for 32 bit png images after switch to libavcodec decodingreimar2007-05-071-8/+3
* Use calloc instead of malloc+memsetreimar2007-05-021-2/+1
* Missing free on error in conv24to32reimar2007-05-021-0/+1
* Simplify bgr2rgbreimar2007-05-021-6/+1
* Remove unused functionreimar2007-05-021-26/+0
* Make functions and variables not used outside bitmap.c staticreimar2007-05-022-9/+7
* Simplify conv24to32 for-loopreimar2007-05-021-1/+1
* Remove useless extern before function prototypesreimar2007-05-021-4/+4
* Remove libpng dependency for Gui, use libavcodec insteadreimar2007-05-021-69/+42
* 10l to Diego for breaking svn (again).iive2007-04-301-5/+0
* Fix several implicit declarations of functions warnings.diego2007-04-299-3/+20
* Remove duplicate #include.diego2007-04-291-2/+0
* add missing case value, fixes functionality when using some skins.vayne2007-04-281-0/+1
* compilation fix for disabling dvd functionality, patch by <bangbangbear at gm...vayne2007-04-282-6/+6
* header / declarations cleanup, also fixes broken compilation.vayne2007-04-264-18/+2
* Consistently use quotes instead of angled brackets in #includediego2007-04-259-51/+55
* Use proper GPL header.diego2007-04-2313-247/+273
* spelling cosmeticsdiego2007-04-2314-17/+17
* Gui --> guidiego2007-04-23119-0/+27739