| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix some typos, add flv and trp to the list of video formats | diego | 2009-01-05 | 1 | -42/+47 |
* | Add missing 'void' keyword to parameterless function declarations. | diego | 2009-01-05 | 1 | -5/+5 |
* | Get rid of pointless 'extern' keywords. | diego | 2008-12-03 | 18 | -97/+97 |
* | consistency cosmetics: Avoid using .. in #include paths. | diego | 2008-08-29 | 2 | -40/+40 |
* | Rename font-related preprocessor directives. | diego | 2008-08-07 | 2 | -19/+19 |
* | Introduce CONFIG_ALSA preprocessor directive for ALSA 0.9 and 1.x. | diego | 2008-08-06 | 1 | -6/+6 |
* | Rename some audio-output-related preprocessor directives. | diego | 2008-08-05 | 1 | -6/+6 |
* | Change a bunch of video/audio-output-specific preprocessor directives from | diego | 2008-08-03 | 5 | -21/+21 |
* | Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate; | diego | 2008-08-01 | 1 | -9/+9 |
* | Rename two GUI-related preprocessor directives: | diego | 2008-07-30 | 3 | -6/+6 |
* | Start unifying names of internal preprocessor directives. | diego | 2008-07-30 | 5 | -42/+42 |
* | Mark function not used outside of the file as static. | diego | 2008-07-08 | 1 | -1/+1 |
* | Remove declaration of extern inline function that is used nowhere from header | diego | 2008-07-08 | 1 | -1/+0 |
* | Add standard GPL header to individual files. | diego | 2008-04-22 | 31 | -8/+551 |
* | Make include paths consistent; do not use ../ in them. | diego | 2008-04-12 | 18 | -69/+70 |
* | Add gui/ prefix to some #include paths so that compilation from the | diego | 2008-04-11 | 18 | -48/+47 |
* | Remove duplicate #include. | diego | 2008-04-11 | 1 | -1/+0 |
* | #include config.h before all other headers. | diego | 2008-03-14 | 10 | -12/+10 |
* | Rename url.c/url.h to the less generic gtk_url.c/gtk_url.h. | diego | 2008-03-05 | 3 | -5/+5 |
* | Add missing header #includes to fix 'make checkheaders'. | diego | 2008-03-05 | 1 | -0/+2 |
* | consistency cosmetics: Use #ifdef everywhere instead of #if defined(). | diego | 2008-03-05 | 1 | -1/+1 |
* | Remove pointless #ifdef USE_LIBAVCODEC inside #ifdef USE_LIBAVCODEC. | diego | 2008-03-04 | 1 | -3/+0 |
* | Add MPLAYER_ prefix to multiple inclusion guards. | diego | 2008-02-22 | 14 | -53/+42 |
* | Consistently use filename as multiple inclusion guard. | diego | 2008-02-21 | 2 | -6/+6 |
* | cosmetics: indent, remove trailing whitespace | diego | 2008-02-18 | 1 | -12/+12 |
* | Merge the two conditional definitions of get_current_dir_name. | diego | 2008-02-18 | 1 | -3/+1 |
* | typo fix: inited --> initialized | diego | 2008-02-14 | 1 | -3/+3 |
* | Add windows cp1256 encoding for arabic, fixes bug #1007 | reimar | 2008-02-01 | 1 | -0/+1 |
* | Make xpm arrays really const (I missed that they are not strings but | reimar | 2008-01-13 | 52 | -52/+52 |
* | Make all gui xpm bitmaps const | reimar | 2008-01-13 | 7 | -7/+7 |
* | Rename common.[ch], there are too many files by that name. | diego | 2008-01-06 | 4 | -2/+2 |
* | Rename common.[ch] to gtk_common.[ch], there are too many files by that name. | diego | 2008-01-06 | 10 | -9/+9 |
* | Add explanatory comments to the #endif part of multiple inclusion guards. | diego | 2007-12-31 | 14 | -14/+14 |
* | Remove unused variables, fixes the warnings: | diego | 2007-12-02 | 1 | -2/+1 |
* | Get rid of fsPressed variable and related code. It does not really | reimar | 2007-12-02 | 1 | -24/+0 |
* | Parameter of Filter function can be const, removes the warning | reimar | 2007-12-02 | 1 | -1/+1 |
* | Fix return type of getGtkEntryText, it must be const | reimar | 2007-12-02 | 1 | -1/+1 |
* | Get rid of some "discards qualifiers" warnings | reimar | 2007-12-02 | 1 | -4/+4 |
* | warning fix: | diego | 2007-08-28 | 1 | -1/+1 |
* | Remove redundant extern variable declarations, include proper headers instead. | diego | 2007-08-25 | 1 | -0/+1 |
* | Remove unused extern variable declaration. | diego | 2007-08-24 | 1 | -1/+0 |
* | Remove redundant variable declaration along with the corresponding warning. | diego | 2007-08-24 | 1 | -1/+0 |
* | 1000l: Revert stray hunk that crept in with last commit. | diego | 2007-08-24 | 1 | -1/+1 |
* | Use consistent include path. | diego | 2007-08-24 | 1 | -2/+2 |
* | remove gconvert_uri_to_filename() and use url_unescape_string() instead. | iive | 2007-08-20 | 1 | -7/+2 |
* | Fix a bunch of redundant redeclaration warnings. | diego | 2007-07-18 | 7 | -14/+2 |
* | Remove unused variables. | diego | 2007-07-18 | 1 | -2/+0 |
* | ISO8859-1 --> UTF-8 | diego | 2007-07-09 | 1 | -4/+4 |
* | Avoid code duplication and ugly config.h hack by using av_strlcat/av_strlcpy | reimar | 2007-07-05 | 1 | -37/+38 |
* | Do not use leading underscores in multiple inclusion guards, they are reserved. | diego | 2007-07-02 | 14 | -28/+29 |
* | Add consistent GUI prefix to multiple inclusion guards. | diego | 2007-07-02 | 6 | -12/+12 |
* | Consistently use filenames as multiple inclusion guards. | diego | 2007-07-02 | 4 | -8/+8 |
* | Return value of gtk_entry_get_text is const, so declare variables as const as... | reimar | 2007-06-24 | 1 | -4/+4 |
* | Replace implicit use of fast_memcpy via macro by explicit use to allow | reimar | 2007-06-05 | 2 | -2/+2 |
* | get rid of Gui code that has been commented out since ages | reimar | 2007-06-04 | 1 | -20/+0 |
* | Factor out some duplicated gui code | reimar | 2007-06-04 | 1 | -15/+15 |
* | Remove some useless code | reimar | 2007-06-04 | 1 | -2/+0 |
* | Remove two useless fastmemcpy.h includes in gui code. | reimar | 2007-05-27 | 2 | -2/+0 |
* | Include string.h for memcpy, fastmemcpy.h alone is not enough. | reimar | 2007-05-16 | 4 | -0/+4 |
* | Fix several implicit declarations of functions warnings. | diego | 2007-04-29 | 8 | -3/+15 |
* | Remove duplicate #include. | diego | 2007-04-29 | 1 | -2/+0 |
* | Gui --> gui | diego | 2007-04-23 | 83 | -0/+15174 |