index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
gui
/
mplayer
Commit message (
Expand
)
Author
Age
*
warning fix:
diego
2007-08-28
*
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
*
Fix a bunch of redundant redeclaration warnings.
diego
2007-07-18
*
Remove unused variables.
diego
2007-07-18
*
ISO8859-1 --> UTF-8
diego
2007-07-09
*
Avoid code duplication and ugly config.h hack by using av_strlcat/av_strlcpy
reimar
2007-07-05
*
Do not use leading underscores in multiple inclusion guards, they are reserved.
diego
2007-07-02
*
Add consistent GUI prefix to multiple inclusion guards.
diego
2007-07-02
*
Consistently use filenames as multiple inclusion guards.
diego
2007-07-02
*
Return value of gtk_entry_get_text is const, so declare variables as const as...
reimar
2007-06-24
*
Replace implicit use of fast_memcpy via macro by explicit use to allow
reimar
2007-06-05
*
get rid of Gui code that has been commented out since ages
reimar
2007-06-04
*
Factor out some duplicated gui code
reimar
2007-06-04
*
Remove some useless code
reimar
2007-06-04
*
Remove two useless fastmemcpy.h includes in gui code.
reimar
2007-05-27
*
Include string.h for memcpy, fastmemcpy.h alone is not enough.
reimar
2007-05-16
*
Fix several implicit declarations of functions warnings.
diego
2007-04-29
*
Remove duplicate #include.
diego
2007-04-29
*
Gui --> gui
diego
2007-04-23