]> git.sesse.net Git - vlc/commit
* all: replaced the flex parser by the libxml one
authorCyril Deguet <asmax@videolan.org>
Sun, 25 Jan 2004 11:44:19 +0000 (11:44 +0000)
committerCyril Deguet <asmax@videolan.org>
Sun, 25 Jan 2004 11:44:19 +0000 (11:44 +0000)
commit1628f2f2c93b2983d28131dc5cb67747a8929df0
tree779da733330617021432f494ca36ad8b83fcf23d
parentb6abc4fa6f21452491af04c4b93a3b6f071f3fa9
* all: replaced the flex parser by the libxml one
* src/window_manager.cpp: improved the raise window algorithm
* src/tooltip.cpp: fixed a segfault after changing a theme
21 files changed:
modules/gui/skins2/Modules.am
modules/gui/skins2/parser/builder.cpp
modules/gui/skins2/parser/builder.hpp
modules/gui/skins2/parser/builder_data.hpp
modules/gui/skins2/parser/flex.c [deleted file]
modules/gui/skins2/parser/gen.sh [deleted file]
modules/gui/skins2/parser/skin.act [deleted file]
modules/gui/skins2/parser/skin.c [deleted file]
modules/gui/skins2/parser/skin.dtd [deleted file]
modules/gui/skins2/parser/skin.h [deleted file]
modules/gui/skins2/parser/skin.l [deleted file]
modules/gui/skins2/parser/skin_parser.cpp [new file with mode: 0644]
modules/gui/skins2/parser/skin_parser.hpp [moved from modules/gui/skins2/parser/parser_context.hpp with 66% similarity]
modules/gui/skins2/parser/wrappers.cpp [deleted file]
modules/gui/skins2/parser/wrappers.h [deleted file]
modules/gui/skins2/parser/xmlparser.cpp
modules/gui/skins2/parser/xmlparser.hpp
modules/gui/skins2/src/theme_loader.cpp
modules/gui/skins2/src/tooltip.cpp
modules/gui/skins2/src/window_manager.cpp
modules/gui/skins2/theme/skin.dtd