summaryrefslogtreecommitdiffstats
path: root/gui/interface.c
Commit message (Expand)AuthorAgeFilesLines
* Declare externally used variables from vd.c as extern in vd.h.diego2010-02-221-0/+1
* Move GUI-related extern declarations to a GUI header file.diego2010-02-141-0/+1
* GUI: Mark functions that are not used outside their files as static.diego2010-02-141-5/+5
* Fix exit_player() usage throughout the codebase.diego2010-02-141-1/+2
* Remove more direct includes of libass/ass.hreimar2009-12-241-1/+0
* whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-47/+47
* Rename font-related preprocessor directives.diego2008-08-071-4/+4
* Introduce CONFIG_ALSA preprocessor directive for ALSA 0.9 and 1.x.diego2008-08-061-1/+1
* Rename some audio-output-related preprocessor directives.diego2008-08-051-1/+1
* Change a bunch of video/audio-output-specific preprocessor directives fromdiego2008-08-031-7/+7
* Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate;diego2008-08-011-2/+2
* Start unifying names of internal preprocessor directives.diego2008-07-301-16/+16
* Add standard GPL header to individual files.diego2008-04-221-0/+17
* 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-191-1/+1
* Mark several uses of vo_functions_t as const to stop some of the currentreimar2007-12-021-1/+1
* Clean up the way get_path is handled: Compile get_path.c to an object to linkdiego2007-08-281-0/+1
* Remove redundant extern declarations, #include the right headers instead.diego2007-08-251-0/+2
* Remove redundant extern variable declarations, include proper headers instead.diego2007-08-251-2/+0
* remove gconvert_uri_to_filename() and use url_unescape_string() instead.iive2007-08-201-43/+0
* Fix a bunch of redundant redeclaration warnings.diego2007-07-181-1/+0
* Add a (almost correct) prototype for vcd_seek_to_trackreimar2007-06-241-0/+1
* missed part of gui code change while introducing -subfont option (patch by Pi...ben2007-05-201-1/+1
* 10l to Diego for breaking svn (again).iive2007-04-301-5/+0
* Fix several implicit declarations of functions warnings.diego2007-04-291-0/+5
* Gui --> guidiego2007-04-231-0/+1338