summaryrefslogtreecommitdiff
path: root/src/xine-engine/osd.c
AgeCommit message (Expand)Author
2007-04-04Reorder and pack the structures that are defined inside compilation units ins...nopadding_no_abi_changeDiego 'Flameeyes' Pettenò
2007-03-03Fix a build error, introduced in the previous commit, which bites when buildingDarren Salt
2007-03-03Free the FreeType object when freeing the OSD object, should solve a possible...Diego 'Flameeyes' Pettenò
2007-02-20Fix a lot of format warnings in lprintf calls (mostly %ldd -> %"PRId64").Diego 'Flameeyes' Pettenò
2006-12-14Added configure option --enable-antialing (disabled by default becauseClaudio Ciccani
2006-09-29Improve FreeType2 rendering: do not disable hinting.Diego 'Flameeyes' Pettenò
2006-09-29Add an optional dependency over fontconfig, so that if present it is used to ...Diego 'Flameeyes' Pettenò
2006-09-12Fixed iconv warnings on FreeBSD, fixed build w/o iconv but require it as defa...František Dvořák
2006-04-10Fixed incorrect rectangle clipping.Claudio Ciccani
2006-04-05Fixed primitive clipping.Claudio Ciccani
2006-03-27osd_line() and osd_filled_rect() should clip the coordinates to prevent buffe...Claudio Ciccani
2005-11-28*BUGFIX*František Dvořák
2005-09-25move alphablend to coreMiguel Freitas
2005-09-24- rename all clip_top, clip_left, clip_color... to hili_xxxx. thatMiguel Freitas
2005-08-25*BUGFIX*František Dvořák
2005-07-27ft2 patch by Andrei Lahun: fix spacing and hintingStefan Holst
2005-04-18try to be friendly to older ft2 releasesMiguel Freitas
2005-02-05legacy compiler patch (keep those variable decls at the front of aMike Melanson
2005-01-27fixed and faster clipping for texts, correct height for ft2 fonts. thanks to ...Stefan Holst
2005-01-22various fixes and improvements of freetype2 support by Andreas Roever. xine_o...Stefan Holst
2004-12-12huge patch ahead: reorganizing config entries with automatic conversionMichael Roitzsch
2004-10-27minor osd fix: hide empty (cleared) osd. thanks Stefan for noticing it.Miguel Freitas
2004-09-02Warnings on WIN32.František Dvořák
2004-08-06Improved quality of overlays.James Courtier-Dutton
2004-07-22protect from overly long filenamesMichael Roitzsch
2004-04-26help strings added for all remaining config entries (so I hope)Michael Roitzsch
2004-03-28this needs to be an irrevocable ticketMichael Roitzsch
2004-03-27"+y"+p code from xine-ui for guessing locale codeset (default encoding for OSD).František Dvořák
2004-03-21revert and really fix the leak, at last...Daniel Caujolle-Bert
2004-03-21memleak (real fix)Daniel Caujolle-Bert
2004-03-21memleakDaniel Caujolle-Bert
2004-02-29Disable back debug output.František Dvořák
2004-02-29Various compilation fixes and updates:František Dvořák
2004-02-12big commit of the new ticket system to protect the rewiring and moreMichael Roitzsch
2004-01-26It seems some older systems haven't UCS-2 encoding in the machine encoding. F...František Dvořák
2003-12-09update copyright year (and we have to do it again in 3 weeks... ;-) )Daniel Caujolle-Bert
2003-12-07get rid of XINE_{ASSERT,ABORT} and useless xine_print_trace (useless). Replac...Daniel Caujolle-Bert
2003-12-05cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ...Daniel Caujolle-Bert
2003-12-03Christian's suggested fix for using full iso-8859-1 when OSD encoding isn't s...František Dvořák
2003-11-26lprintf cleanup, pass I.Daniel Caujolle-Bert
2003-11-26public api for unscaled osdMiguel Freitas
2003-11-26* new unscaled overlay feature (using XShape extension)Miguel Freitas
2003-11-11rename internal API function (_x_<function>).Daniel Caujolle-Bert
2003-09-18Generating codepages with more than 256 characters (max. 16-bit).František Dvořák
2003-08-16fix by Reinhard Nissl <rnissl@gmx.de>Miguel Freitas
2003-08-15I am using the latest internal API increase to rename video_overlay_instace toMichael Roitzsch
2003-08-12small code beautificationMichael Roitzsch
2003-08-08Fix segmentation fault caused by closing a conversion descriptor when none wa...Robin KAY
2003-08-04fallback to no conversion on iconv errorMiguel Freitas
2003-07-27- removed xine-engine/locale.c as it is unused, fix static functions in theBastien Nocera