Age | Commit message (Expand) | Author |
2011-08-15 | Added a mutex to protect cOsd::Osds from simultaneous access from different t... | Klaus Schmidinger |
2011-05-22 | Added some missing braces | Klaus Schmidinger |
2011-04-17 | Fixed handling the bitmap color depth for scaled subtitles1.7.18 | Klaus Schmidinger |
2011-03-27 | Renamed cBitmap::Scale() to Scaled() | Klaus Schmidinger |
2011-03-27 | Added anti-aliasing when upscaling bitmaps | Klaus Schmidinger |
2011-03-13 | Added a missing 'default' case in cPixmapMemory::DrawEllipse() | Klaus Schmidinger |
2011-03-12 | The original display size of subtitles is now used to scale them properly whe...1.7.17 | Klaus Schmidinger |
2011-02-27 | Fixed rendering pixmaps in case there is more than one dirty rectangle | Klaus Schmidinger |
2011-02-27 | Improved alpha blending | Klaus Schmidinger |
2011-02-26 | Improved and cleaned up transparent text drawing | Klaus Schmidinger |
2011-02-20 | Optimization in AlphaBlend() | Klaus Schmidinger |
2011-02-20 | Implemented support for TrueColor OSD | Klaus Schmidinger |
2010-12-24 | Fixed inclusion of <stdarg.h> | Klaus Schmidinger |
2010-05-02 | Fixed handling "none" color entries in XPM files | Klaus Schmidinger |
2010-01-22 | cPalette::ClosestColor() now treats fully transparent colors as "equal"; impr... | Klaus Schmidinger |
2010-01-17 | cPalette::ClosestColor() now treats fully transparent colors as "equal"; impr... | Klaus Schmidinger |
2010-01-17 | Added plain text error messages to log entries from cOsd::SetAreas() | Klaus Schmidinger |
2009-12-06 | Several code modifications to avoid compiler warnings | Klaus Schmidinger |
2009-05-09 | Implemented cSetup::OSDAspect | Klaus Schmidinger |
2009-05-09 | Implemented cDevice::GetOsdSize(); fixed the way the OSD size is determined o... | Klaus Schmidinger |
2009-05-03 | OSD sizes in percent; automatic update of OSD size | Klaus Schmidinger |
2009-04-05 | Added missing virtual destructor to cPalette | Klaus Schmidinger |
2009-01-16 | Added some missing 'const' statements to cBitmap | Klaus Schmidinger |
2007-10-12 | Implemented handling DVB subtitles | Klaus Schmidinger |
2007-08-26 | There can now be more than one OSD at the same time | Klaus Schmidinger |
2007-08-17 | Changed cBitmap::DrawText() to always draw the background unless ColorBg is c... | Klaus Schmidinger |
2007-08-12 | cBitmap::SetXpm() now checks whether the given Xpm pointer is not NULL | Klaus Schmidinger |
2007-07-20 | Fixed a typo in the function name of cOsd::SetOsdPosition() and added a range... | Klaus Schmidinger |
2007-06-17 | Implemented cOsd::SetOsdPosition() etc1.5.4 | Klaus Schmidinger |
2007-06-10 | Freetype font support; full UTF-8 support; dropped pixel fonts | Klaus Schmidinger |
2007-02-17 | Fixed a possible crash when loading an invalid XPM file | Klaus Schmidinger |
2006-02-26 | The DrawBitmap() function now has a new parameter 'Overlay' that allows a bit... | Klaus Schmidinger |
2006-02-05 | Made all font and image data 'const' | Klaus Schmidinger |
2005-12-30 | Changed all "illegal" to "invalid" in error messages | Klaus Schmidinger |
2005-11-04 | Removed '\n' from several syslog() calls | Klaus Schmidinger |
2005-10-02 | Added a check against MAXOSDAREAS in cOsd::CanHandleAreas() | Klaus Schmidinger |
2005-06-19 | Implemented palette replace mode in the OSD bitmaps1.3.27 | Klaus Schmidinger |
2005-06-11 | Removed an unnecessary #include from osd.c | Klaus Schmidinger |
2005-05-14 | Made cOsd::isOpen an integer counter to avoid problems with messages when a c... | Klaus Schmidinger |
2004-12-19 | Made several functions threadsafe | Klaus Schmidinger |
2004-10-16 | cOsdProvider::NewOsd() now always returns a valid pointer | Klaus Schmidinger |
2004-07-18 | Making sure the OSD reports oeWrongAlignment errors before any oeAreasOverlap... | Klaus Schmidinger |
2004-07-17 | Fixed checking the last area for misalignment in cOsd::CanHandleAreas() | Klaus Schmidinger |
2004-06-18 | Fixed a memory leak in theme description handling | Klaus Schmidinger |
2004-06-12 | Fixed calculating the OSD width and height | Klaus Schmidinger |
2004-06-12 | Some improvements in cOsd creation | Klaus Schmidinger |
2004-06-05 | Fixed ignoring unused "none" color entries in XPM files (there was an unneces... | Klaus Schmidinger |
2004-06-05 | Ignoring unused "none" color entries in XPM files written by some broken grap... | Klaus Schmidinger |
2004-06-05 | Implemented drawing "transparent" texts | Klaus Schmidinger |
2004-06-05 | Fixed cBitmap::DrawPixel(), which messed with other bitmaps' palettes in case... | Klaus Schmidinger |