Age | Commit message (Expand) | Author |
2019-05-24 | The default maximum size of a cPixmap has been raised to the maximum possible... | Klaus Schmidinger |
2018-04-06 | Fixed scaling bitmaps with very small factors | Klaus Schmidinger |
2018-01-25 | Removed some excess ';' | Klaus Schmidinger |
2015-09-10 | The width and height of the OSD are now limited to the actual maximum dimensi... | Klaus Schmidinger |
2015-03-25 | Fixed a crash in cOsd::SetAreas() in case CreatePixmap() returns NULL | Klaus Schmidinger |
2015-03-08 | Added cOsd::MaxPixmapSize() | Klaus Schmidinger |
2015-02-11 | cOsd::RenderPixmaps() now returns a pointer to cPixmap instead of cPixmapMemo... | Klaus Schmidinger |
2015-01-15 | Added cOsdProvider::OsdSizeChanged() | Klaus Schmidinger |
2015-01-04 | Added cOsd::DrawScaledBitmap() | Klaus Schmidinger |
2013-09-06 | Fixed displaying DVB subtitles (cont'd) | Klaus Schmidinger |
2013-05-18 | Fixed an endless loop in the DrawEllipse() functions for very small ellipses | Klaus Schmidinger |
2013-02-14 | Fixed the return value of cOsdProvider::StoreImage() in case there is no OSD ... | Klaus Schmidinger |
2013-02-13 | Now deleting any previously allocated pixmaps in cOsd::SetAreas() | Klaus Schmidinger |
2013-02-13 | Made cOsd::DestroyPixmap() "NULL proof" | Klaus Schmidinger |
2013-02-08 | There is no more fixed limit to the maximum number of cPixmap objects an OSD ... | Klaus Schmidinger |
2013-01-24 | Fixed upscaling bitmaps | Klaus Schmidinger |
2012-12-15 | Fixed cOsd::GetBitmap() to always return NULL if a non-exising area is requested | Klaus Schmidinger |
2012-06-09 | Fixed several spelling errors | Klaus Schmidinger |
2012-06-02 | Now making sure that the "small font" is never larger than the "osd font" | Klaus Schmidinger |
2012-06-02 | The new function RgbShade() (include osd.h) can be used to generate a brighte... | Klaus Schmidinger |
2012-05-17 | Implemented taBorder alignment flag | Klaus Schmidinger |
2012-03-28 | Fixed cPixmapMemory::DrawEllipse() for quadrants -1 and -4 | Klaus Schmidinger |
2012-03-05 | Added some missing member initializations in cBitmap | Klaus Schmidinger |
2012-03-03 | Now checking for NULL in cOsd::AddPixmap() | Klaus Schmidinger |
2012-03-02 | Replaced min(max()) calls with the new function constrain() | Klaus Schmidinger |
2012-02-22 | Fixed upscaling cBitmaps with anti-aliasing | Klaus Schmidinger |
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 |