summaryrefslogtreecommitdiffstats
path: root/gui
Commit message (Expand)AuthorAgeFilesLines
* 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