aboutsummaryrefslogtreecommitdiffhomepage
path: root/gui/skin
Commit message (Expand)AuthorAge
* cosmetics: Remove pointless empty lines at EOF.Gravatar diego2010-02-20
* GUI: Mark functions that are not used outside their files as static.Gravatar diego2010-02-14
* GUI: #include associated .h files in .c files.Gravatar diego2010-02-14
* Simplify and correct loop condition, also avoids a compiler warning for unuse...Gravatar reimar2010-01-27
* Fix newline removal code that might read and write out of bounds.Gravatar reimar2010-01-27
* whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* Get rid of pointless 'extern' keywords.Gravatar diego2008-12-03
* Change a bunch of X11-specific preprocessor directives.Gravatar diego2008-08-04
* Add standard GPL header to individual files.Gravatar diego2008-04-22
* Make include paths consistent; do not use ../ in them.Gravatar diego2008-04-12
* Add gui/ prefix to some #include paths so that compilation from theGravatar diego2008-04-11
* Add MPLAYER_ prefix to multiple inclusion guards.Gravatar diego2008-02-22
* Add explanatory comments to the #endif part of multiple inclusion guards.Gravatar diego2007-12-31
* 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
* Consistently use filenames as multiple inclusion guards.Gravatar diego2007-07-02
* Gui --> guiGravatar diego2007-04-23