index
:
vdr-plugin-text2skin
brougs78-extensions
chr13-optimizations
master
VDR Text2Skin Plug-in
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bitmap.c
Age
Commit message (
Expand
)
Author
2012-03-28
Trim trailing whitespace.
Ville Skyttä
2011-11-06
Remove unused variable.
Ville Skyttä
2011-11-05
Use empty() instead of size() to check container emptiness.
Ville Skyttä
2011-10-29
Add Emacs mode and indentation settings.
Ville Skyttä
2011-10-22
Convert some uses of assignments to initializer lists in constructors.
Ville Skyttä
2011-05-28
(Re?)set bitmap cache size when initializing bitmaps.
Ville Skyttä
2010-08-27
Remove CVS keywords.
Ville Skyttä
2010-08-27
Fix build with ImageMagick >= 6.6.2 (closes #409).
Anssi Hannula
2010-06-15
Fix crash with GraphicsMagick >= 1.3.8 and non-XPM images.
Ville Skyttä
2010-04-19
Fixed segmentation fault with 16bit images (closes #258 - thanks to domml@vdr...
Thomas Günther
2009-07-14
Ensure only one image library is used.
Ville Skyttä
2009-07-13
Interface/preprocessor directive cleanups.
Ville Skyttä
2009-07-13
Compile internal image quantizing code only in Imlib2 builds.
Ville Skyttä
2009-06-21
Fixed compile error if ImageMagick has double as Quantum type (closes #140)
Thomas Günther
2005-06-03
- replaced loading in cBitmap::Available with a mere access/glob
lordjaxom
2005-01-28
- fixup of template handling, which is obviously too broken to work everywhere
lordjaxom
2005-01-27
- moved template specialisations to bitmap.h for buggy compilers
lordjaxom
2005-01-27
- implemented file globbing if filename contains '*'
lordjaxom
2005-01-27
- removed ImageMagick 8bpp check
lordjaxom
2005-01-27
- adapted for gcc 3
lordjaxom
2005-01-26
- replaced image cache with universal version
lordjaxom
2005-01-11
- now catching unknown exceptions as well as ImageMagick exceptions
lordjaxom
2004-12-28
- animated bitmaps now honor the global "now" timestamp
lordjaxom
2004-12-21
- finished {CurrentRecording}
lordjaxom
2004-12-19
Initial revision
lordjaxom
2004-12-14
1.0-pre4
v1.0-pre4
lordjaxom
2004-12-12
1.0-pre3
v1.0-pre3
lordjaxom
2004-12-08
1.0-pre1
v1.0-pre1
lordjaxom
2004-07-14
- fixed display of scrollbar if there is no text present
v0.0.8
lordjaxom
2004-06-18
- reimplemented image cache (fixes segfaults and speeds up image loading)
v0.0.6
lordjaxom
2004-06-16
- fixed disappearing Scrolltext when Message was displayed
v0.0.5
lordjaxom
2004-06-13
- added parameter alpha for images
v0.0.4
lordjaxom
2004-06-11
- fixed VPSTime which was displayed on channels that didn't even have VPS
v0.0.3
lordjaxom
2004-06-05
- added scrollable texts and "SymbolScrollUp" and "SymbolScrollDown"
v0.0.1
lordjaxom
2004-06-02
- implemented image loading through ImageMagick (fixes crashes when running
v0.0.1-rc4
lordjaxom
2004-06-01
- fixed possible segfault when showing language logo (happened when channel
v0.0.1-rc3
lordjaxom
2004-06-01
- fixed some possible segfaults in Display Update
v0.0.1-rc2
lordjaxom
2004-05-31
- "Background" may be initialized with a color now
v0.0.1-rc1
lordjaxom
2004-05-23
- Initial revision.
v0.0.1-pre1
lordjaxom