]> git.sesse.net Git - vlc/history - modules/gui/skins2/parser/builder.cpp
skins2: implement art display in image controls
[vlc] / modules / gui / skins2 / parser / builder.cpp
2010-05-18 Erwan Tulouskins2: implement art display in image controls
2010-03-10 Erwan Tulouskins2: fix skins broken because of wrong path separator
2010-02-25 Erwan Tulouskins2: make default more consistent for video control
2009-12-27 Erwan Tulouskins2: add a 'loop' parameter for animated bitmaps
2009-12-16 Erwan Tulouskins2: first proposal for a skinnable fullscreen contr...
2009-12-05 JP DingerSkins2: Reduce another macro to bare minimum and helper...
2009-07-23 Jean-Baptiste KempfUse Brackets for global headers.
2007-08-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2007-01-28 Olivier Teulière * skins2:
2006-08-06 Olivier Teulière * skins2: fixed the xkeepratio/ykeepratio attributes...
2006-08-05 Olivier Teulière * skins2: new "xkeepratio" and "ykeepratio" attributes...
2006-07-23 Olivier Teulière * skins2: fixed several encoding issues. In particular...
2006-06-03 Olivier Teulière * modules/gui/skins2/*:
2006-04-30 Antoine CellerierForward port [15485] and [15486].
2006-04-30 Antoine CellerierForward port [15458].
2006-04-17 Cyril Deguet* all: added a INI file parser in skins2. For instance...
2006-03-31 Clément StenacSkins strings (Refs:#438)
2006-03-16 Antoine CellerierAdd attribute flat="true/false" to Playtree. When flat...
2006-02-01 Rémi Denis-CourmontUniformize source files encoding
2006-01-12 Antoine CellerierFSF address change.
2006-01-11 Cyril Deguet* builder.cpp: the "visible" attribute is now taken...
2005-12-04 Olivier Teulière * skins2: support for custom popup menus, and win32...
2005-12-03 Cyril Deguet* all: support of animated bitmaps in skins: there...
2005-11-28 Olivier Teulière * skins2: The Image control now supports the "action2...
2005-11-27 Olivier Teulière * skins2/controls/ctrl_resize.cpp: The action of a...
2005-11-15 Olivier Teulière * skins2/parser/builder.cpp: fixed a warning
2005-11-15 Olivier Teulière * skins2: the Text control now supports 2 additional...
2005-11-13 Cyril Deguet* winamp2.xml: support smaller volume bars (65 pixels...
2005-11-12 Olivier Teulière * skins2/parser/builder.cpp: create the background...
2005-11-10 Cyril Deguet* winamp2.xml: all the equalizer sliders are working !!
2005-11-10 Cyril Deguet* winamp2.xml: added the Equalizer and Playlist windows.
2005-11-08 Olivier Teulière * skins2: Fixed a crash occurring when a SubBitmap...
2005-11-08 Cyril Deguet* all: the skin sliders can now have a background image...
2005-11-06 Cyril Deguet* winamp2.xml: hack to support nums_ex.bmp and numbers.bmp
2005-11-06 Cyril Deguet* all: added a new xml element: "SubBitmap". It allows...
2005-11-05 Cyril Deguet* all: renamed PngBitmap into FileBitmap, as any image...
2005-11-01 Cyril Deguet* all: added an attribute "autoresize" to the Video...
2005-10-22 Cyril Deguet* all: the "visible" attribute for windows (in the...
2005-08-20 Antoine Cellerier * Playtree start. Basic functionalities work. Still...
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-05-14 Olivier Teulière * skins2: New Playlist.bgimage attribute, to specify...
2005-05-04 Cyril Deguet* skin.dtd: added an attribute "resize" in the "Image...
2005-04-03 Olivier Teulière * skins2: Text control now accepts lefttop and rightbo...
2005-02-15 Rémi Denis-CourmontRemove bogus executable permissions
2004-12-16 Gildas Bazin* modules/gui/skins2/*: use image handler to load graph...
2004-05-08 Olivier Teulière * skins2/src/skin_main.cpp: Transparency is default...
2004-04-12 Cyril Deguet * src/os_factory.hpp: added a method OSFactory::getRe...
2004-04-03 Olivier Teulière * skins2: Added friend classes where appropriate,...
2004-04-01 Olivier Teulière * skins2: Anchors are now stored in the layouts, not...
2004-03-27 Cyril Deguet * all: beginning of "text" bitmap font support. The...
2004-03-27 Cyril Deguet * all: beginning of bitmap font support. At the momen...
2004-03-24 Olivier Teulière * skins2/parser/builder*: All the controls now have...
2004-03-21 Cyril Deguet * moved the default font in share/skins2/fonts
2004-03-21 Cyril Deguet * moved the default skins2 theme in share/skins2...
2004-03-14 Cyril Deguet * all: split GenericWindow into GenericWindow (genera...
2004-03-14 Cyril Deguet * all: the vout window is now managed by a resizable...
2004-03-13 Cyril Deguet * all: first implementation of skinnable vouts (X11...
2004-03-07 Olivier Teulière * skins2/parser/builder.cpp: check Font::init()'s...
2004-03-07 Cyril Deguet * all: the tooltip window is now managed by the windo...
2004-03-06 Olivier Teulière * skins2/src/generic_window.cpp: avoid crashing on...
2004-03-02 Olivier Teulière - skins2/utils/bezier.*: Added support for curves...
2004-03-01 Cyril Deguet* parser/builder.cpp, parser/skin_parser.cpp: unique...
2004-02-29 Cyril Deguet* controls/*, src/generic_window.cpp, src/generic_layou...
2004-02-27 Gildas Bazin* modules/gui/skins2/*: portability fixes.
2004-02-01 Cyril Deguet* parser/builder.cpp: stores the curves in the theme...
2004-01-25 Felix Paul Kühnestring review by Christophe Mutricy aka xtophe
2004-01-25 Cyril Deguet* all: replaced the flex parser by the libxml one
2004-01-11 Cyril Deguet* modules/gui/skins/*:
2004-01-03 Cyril Deguet* all: brand new skins interface ( still _experimental_...