summaryrefslogtreecommitdiffstats
path: root/gui
Commit message (Expand)AuthorAgeFilesLines
* fopen is in stdio.h, so add this include.reimar2007-07-181-0/+1
* Fix a bunch of redundant redeclaration warnings.diego2007-07-1810-23/+2
* Remove unused variables.diego2007-07-181-2/+0
* ISO8859-1 --> UTF-8diego2007-07-091-4/+4
* Avoid code duplication and ugly config.h hack by using av_strlcat/av_strlcpyreimar2007-07-053-55/+58
* Do not use leading underscores in multiple inclusion guards, they are reserved.diego2007-07-0229-59/+61
* Add consistent GUI prefix to multiple inclusion guards.diego2007-07-0221-43/+43
* Add multiple inclusion guard.diego2007-07-021-0/+4
* Consistently use filenames as multiple inclusion guards.diego2007-07-029-18/+18
* Return value of gtk_entry_get_text is const, so declare variables as const as...reimar2007-06-241-4/+4
* revert broken r23628, mp_core.h is not included by cfg.h, so double externreimar2007-06-241-0/+1
* get_path prototype is already in interface.h and probably many more places.reimar2007-06-241-2/+0
* ass_enabled is already in mp_core.hreimar2007-06-241-1/+0
* Add a (almost correct) prototype for vcd_seek_to_trackreimar2007-06-241-0/+1
* Fix compilation after FFmpeg r9283.cehoyos2007-06-121-1/+2
* Replace implicit use of fast_memcpy via macro by explicit use to allowreimar2007-06-052-2/+2
* Make gmplayer show right colors if X server does not use native byteorder.reimar2007-06-051-1/+30
* get rid of Gui code that has been commented out since agesreimar2007-06-041-20/+0
* Factor out some duplicated gui codereimar2007-06-041-15/+15
* Remove some useless codereimar2007-06-041-2/+0
* Remove two useless fastmemcpy.h includes in gui code.reimar2007-05-272-2/+0
* missed part of gui code change while introducing -subfont option (patch by Pi...ben2007-05-201-1/+1
* Include string.h for memcpy, fastmemcpy.h alone is not enough.reimar2007-05-164-0/+4
* Reuse linux code for reading png images for windows Gui,reimar2007-05-102-53/+19
* remove unused codereimar2007-05-071-8/+0
* Fix Gui colors for 32 bit png images after switch to libavcodec decodingreimar2007-05-071-8/+3
* Use calloc instead of malloc+memsetreimar2007-05-021-2/+1
* Missing free on error in conv24to32reimar2007-05-021-0/+1
* Simplify bgr2rgbreimar2007-05-021-6/+1
* Remove unused functionreimar2007-05-021-26/+0
* Make functions and variables not used outside bitmap.c staticreimar2007-05-022-9/+7
* Simplify conv24to32 for-loopreimar2007-05-021-1/+1
* Remove useless extern before function prototypesreimar2007-05-021-4/+4
* Remove libpng dependency for Gui, use libavcodec insteadreimar2007-05-021-69/+42
* 10l to Diego for breaking svn (again).iive2007-04-301-5/+0
* Fix several implicit declarations of functions warnings.diego2007-04-299-3/+20
* Remove duplicate #include.diego2007-04-291-2/+0
* add missing case value, fixes functionality when using some skins.vayne2007-04-281-0/+1
* compilation fix for disabling dvd functionality, patch by <bangbangbear at gm...vayne2007-04-282-6/+6
* header / declarations cleanup, also fixes broken compilation.vayne2007-04-264-18/+2
* Consistently use quotes instead of angled brackets in #includediego2007-04-259-51/+55
* Use proper GPL header.diego2007-04-2313-247/+273
* spelling cosmeticsdiego2007-04-2314-17/+17
* Gui --> guidiego2007-04-23119-0/+27739