summaryrefslogtreecommitdiff
path: root/src/xine-engine/osd.c
AgeCommit message (Expand)Author
2014-04-19Fix memset() sizePetri Hintukainen
2014-03-10Silence compiler warnings on register_enum () arg #4.Torsten Jager
2013-09-13Copyright year update by hg log infoTorsten Jager
2012-02-01Merge from 1.1.Darren Salt
2012-01-30Compile failure in osd.c with sys-libs/zlib-1.2.6Ulrich Müller
2011-12-21Merge from 1.1.Darren Salt
2011-12-16Fixed osd_hide() return valuePetri Hintukainen
2011-10-17Merge from 1.1Petri Hintukainen
2011-10-10Fixed asprintf usagePetri Hintukainen
2011-02-06Fix argb_layer handling in xine-libs OSD stack.Reinhard Nißl
2010-01-06Update to libxdg-basedir 1.0.2; adapt accordingly, and default to external.Darren Salt
2009-11-30Trim trailing space & reduce space+tab.Darren Salt
2009-06-11Provide framework to define a video output area within the OSD area.Reinhard Nißl
2009-01-11Merge from 1.1.Darren Salt
2009-01-02Extend OSD framework by ARGB layer and custom extent specification.Reinhard Nißl
2008-11-03Free up resources when we finish with a Freetype font.Maximilian Schwerin
2009-11-30Trim trailing space & reduce space+tab.Darren Salt
2008-07-17Merge from 1.1.Darren Salt
2008-07-04Use calloc to allocate the area for the OSD.Diego 'Flameeyes' Pettenò
2008-05-29Merge from 1.1.Darren Salt
2008-05-23Remove MIN/MAX macro definitions on unit.Diego 'Flameeyes' Pettenò
2008-05-23Mark initialisation functions with malloc attribute.Diego 'Flameeyes' Pettenò
2008-05-23Merge from 1.1. VDR needs to be updated.Diego 'Flameeyes' Pettenò
2008-05-21Free up resources when we finish with Freetype.Darren Salt
2008-05-07Use asprintf() rather than malloc() + sprintf().Diego 'Flameeyes' Pettenò
2008-05-07xine_xmalloc() deprecation: replace its use with static and non-zero size.Diego 'Flameeyes' Pettenò
2007-12-22Merge -headers-reshuffle branch into main.Diego 'Flameeyes' Pettenò
2007-12-19Move code out of osd.h that was present only with __OSD_C__ defined.Diego 'Flameeyes' Pettenò
2007-12-19Update all the code to the new headers layout.Diego 'Flameeyes' Pettenò
2007-11-09Merge FSF address changes from 1.1 branch.Diego 'Flameeyes' Pettenò
2007-11-09Update FSF address on non-contributed code and COPYING files.Diego 'Flameeyes' Pettenò
2007-07-13Merge from 1.1.Darren Salt
2007-07-12Remove realloc from osd.c to prevent memory leak due to fragmentationSimon Farnsworth
2007-06-14Merge from 1.1 branch.Diego 'Flameeyes' Pettenò
2007-06-13Fix parameter type.Albert Lee
2007-04-14Search also in user's XDG_DATA_HOME.Diego 'Flameeyes' Pettenò
2007-04-13Check inside the fonts/ directory inside the package's XDG_DATA_DIR, rather t...Diego 'Flameeyes' Pettenò
2007-04-13Also preload bitmap fonts on XDG directories.Diego 'Flameeyes' Pettenò
2007-04-13Search for fonts to render with FreeType2 on XDG Data directories.Diego 'Flameeyes' Pettenò
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