| Commit message (Expand) | Author | Age |
* | more header / declaration cleanups; fixes a lot of warnings as well as a pree... | vayne | 2008-03-11 |
* | Rename url.c/url.h to the less generic gtk_url.c/gtk_url.h. | diego | 2008-03-05 |
* | Add missing header #includes to fix 'make checkheaders'. | diego | 2008-03-05 |
* | consistency cosmetics: Use #ifdef everywhere instead of #if defined(). | diego | 2008-03-05 |
* | Remove pointless #ifdef USE_LIBAVCODEC inside #ifdef USE_LIBAVCODEC. | diego | 2008-03-04 |
* | FFmpeg now uses different (unified) #include paths. | diego | 2008-02-25 |
* | Add MPLAYER_ prefix to multiple inclusion guards. | diego | 2008-02-22 |
* | Consistently use filename as multiple inclusion guard. | diego | 2008-02-21 |
* | Remove pointless #ifdefs around extern declarations. | diego | 2008-02-20 |
* | cosmetics: indent, remove trailing whitespace | diego | 2008-02-18 |
* | Merge the two conditional definitions of get_current_dir_name. | diego | 2008-02-18 |
* | typo fix: inited --> initialized | diego | 2008-02-14 |
* | Add windows cp1256 encoding for arabic, fixes bug #1007 | reimar | 2008-02-01 |
* | Allow independent scaling of vo_font and sub_font. | reimar | 2008-01-27 |
* | audio_out / video_out structs should be treated as const | reimar | 2008-01-19 |
* | Make xpm arrays really const (I missed that they are not strings but | reimar | 2008-01-13 |
* | Make all gui xpm bitmaps const | reimar | 2008-01-13 |
* | gui_opts should be const for win32 gui as well (why, oh why, was all | reimar | 2008-01-13 |
* | Win32 gui has the same m_option_print error handling bug | reimar | 2008-01-13 |
* | Fix 100l: error check for m_option_print was unreachable | reimar | 2008-01-13 |
* | Make big gui_opts array const | reimar | 2008-01-13 |
* | Fix illegal identifier, names starting with _ and uppercase are reserved. | diego | 2008-01-07 |
* | Fix illegal identifiers: Names starting with __ or _ and uppercase are reserved | diego | 2008-01-06 |
* | Rename common.[ch], there are too many files by that name. | diego | 2008-01-06 |
* | cosmetics: alphabetical order | diego | 2008-01-06 |
* | Rename common.[ch] to gtk_common.[ch], there are too many files by that name. | diego | 2008-01-06 |
* | Add explanatory comments to the #endif part of multiple inclusion guards. | diego | 2007-12-31 |
* | Do not PostQuitMessage when destroying a child window. | zuxy | 2007-12-06 |
* | Remove unused variables, fixes the warnings: | diego | 2007-12-02 |
* | Make wsKeyNames array const | reimar | 2007-12-02 |
* | evNames / evBoxs should be "static const" | reimar | 2007-12-02 |
* | Get rid of fsPressed variable and related code. It does not really | reimar | 2007-12-02 |
* | Parameter of Filter function can be const, removes the warning | reimar | 2007-12-02 |
* | Fix return type of getGtkEntryText, it must be const | reimar | 2007-12-02 |
* | Get rid of some "discards qualifiers" warnings | reimar | 2007-12-02 |
* | get/set video colors string is constant | reimar | 2007-12-02 |
* | Mark several uses of vo_functions_t as const to stop some of the current | reimar | 2007-12-02 |
* | Better handling of win32 GUI thread: | zuxy | 2007-11-11 |
* | Remove unused extern int declaration. | diego | 2007-08-29 |
* | Clean up the way get_path is handled: Compile get_path.c to an object to link | diego | 2007-08-28 |
* | warning fix: | diego | 2007-08-28 |
* | Remove redundant extern declarations, #include the right headers instead. | diego | 2007-08-25 |
* | Remove redundant extern variable declarations, include proper headers instead. | diego | 2007-08-25 |
* | Remove unused extern variable declaration. | diego | 2007-08-24 |
* | Remove redundant variable declaration along with the corresponding warning. | diego | 2007-08-24 |
* | 1000l: Revert stray hunk that crept in with last commit. | diego | 2007-08-24 |
* | Use consistent include path. | diego | 2007-08-24 |
* | remove gconvert_uri_to_filename() and use url_unescape_string() instead. | iive | 2007-08-20 |
* | fopen is in stdio.h, so add this include. | reimar | 2007-07-18 |
* | Fix a bunch of redundant redeclaration warnings. | diego | 2007-07-18 |