]> git.sesse.net Git - vlc/commit
Keep quiet, explanations will follow.
authorOlivier Teulière <ipkiss@videolan.org>
Tue, 18 Mar 2003 02:21:47 +0000 (02:21 +0000)
committerOlivier Teulière <ipkiss@videolan.org>
Tue, 18 Mar 2003 02:21:47 +0000 (02:21 +0000)
commita64501fd25cd7d18913de63ecd500c5bec10669d
treed46b3857f95a805265c3be85f6bfa3bd4cf42d4d
parent71dfd6a5fe4645469c7648e6bc570407ad5485a5
Keep quiet, explanations will follow.
85 files changed:
configure.ac.in
modules/Makefile.am
modules/gui/skins/.cvsignore [new file with mode: 0644]
modules/gui/skins/Modules.am [new file with mode: 0644]
modules/gui/skins/controls/.cvsignore [new file with mode: 0644]
modules/gui/skins/controls/button.cpp [new file with mode: 0644]
modules/gui/skins/controls/button.h [new file with mode: 0644]
modules/gui/skins/controls/checkbox.cpp [new file with mode: 0644]
modules/gui/skins/controls/checkbox.h [new file with mode: 0644]
modules/gui/skins/controls/controls.h [new file with mode: 0644]
modules/gui/skins/controls/generic.cpp [new file with mode: 0644]
modules/gui/skins/controls/generic.h [new file with mode: 0644]
modules/gui/skins/controls/image.cpp [new file with mode: 0644]
modules/gui/skins/controls/image.h [new file with mode: 0644]
modules/gui/skins/controls/playlist.cpp [new file with mode: 0644]
modules/gui/skins/controls/playlist.h [new file with mode: 0644]
modules/gui/skins/controls/rectangle.cpp [new file with mode: 0644]
modules/gui/skins/controls/rectangle.h [new file with mode: 0644]
modules/gui/skins/controls/slider.cpp [new file with mode: 0644]
modules/gui/skins/controls/slider.h [new file with mode: 0644]
modules/gui/skins/controls/text.cpp [new file with mode: 0644]
modules/gui/skins/controls/text.h [new file with mode: 0644]
modules/gui/skins/os_api.h [new file with mode: 0644]
modules/gui/skins/os_bitmap.h [new file with mode: 0644]
modules/gui/skins/os_dialog.h [new file with mode: 0644]
modules/gui/skins/os_event.h [new file with mode: 0644]
modules/gui/skins/os_font.h [new file with mode: 0644]
modules/gui/skins/os_graphics.h [new file with mode: 0644]
modules/gui/skins/os_theme.h [new file with mode: 0644]
modules/gui/skins/os_window.h [new file with mode: 0644]
modules/gui/skins/parser/.cvsignore [new file with mode: 0644]
modules/gui/skins/parser/flex.c [new file with mode: 0644]
modules/gui/skins/parser/skin.act [new file with mode: 0644]
modules/gui/skins/parser/skin.c [new file with mode: 0644]
modules/gui/skins/parser/skin.dtd [new file with mode: 0644]
modules/gui/skins/parser/skin.h [new file with mode: 0644]
modules/gui/skins/parser/wrappers.cpp [new file with mode: 0644]
modules/gui/skins/parser/wrappers.h [new file with mode: 0644]
modules/gui/skins/src/.cvsignore [new file with mode: 0644]
modules/gui/skins/src/anchor.cpp [new file with mode: 0644]
modules/gui/skins/src/anchor.h [new file with mode: 0644]
modules/gui/skins/src/banks.cpp [new file with mode: 0644]
modules/gui/skins/src/banks.h [new file with mode: 0644]
modules/gui/skins/src/bezier.cpp [new file with mode: 0644]
modules/gui/skins/src/bezier.h [new file with mode: 0644]
modules/gui/skins/src/bitmap.cpp [new file with mode: 0644]
modules/gui/skins/src/bitmap.h [new file with mode: 0644]
modules/gui/skins/src/dialog.cpp [new file with mode: 0644]
modules/gui/skins/src/dialog.h [new file with mode: 0644]
modules/gui/skins/src/event.cpp [new file with mode: 0644]
modules/gui/skins/src/event.h [new file with mode: 0644]
modules/gui/skins/src/font.cpp [new file with mode: 0644]
modules/gui/skins/src/font.h [new file with mode: 0644]
modules/gui/skins/src/graphics.cpp [new file with mode: 0644]
modules/gui/skins/src/graphics.h [new file with mode: 0644]
modules/gui/skins/src/skin_common.h [new file with mode: 0644]
modules/gui/skins/src/skin_main.cpp [new file with mode: 0644]
modules/gui/skins/src/theme.cpp [new file with mode: 0644]
modules/gui/skins/src/theme.h [new file with mode: 0644]
modules/gui/skins/src/themeloader.cpp [new file with mode: 0644]
modules/gui/skins/src/themeloader.h [new file with mode: 0644]
modules/gui/skins/src/vlcproc.cpp [new file with mode: 0644]
modules/gui/skins/src/vlcproc.h [new file with mode: 0644]
modules/gui/skins/src/window.cpp [new file with mode: 0644]
modules/gui/skins/src/window.h [new file with mode: 0644]
modules/gui/skins/win32/.cvsignore [new file with mode: 0644]
modules/gui/skins/win32/win32_api.cpp [new file with mode: 0644]
modules/gui/skins/win32/win32_bitmap.cpp [new file with mode: 0644]
modules/gui/skins/win32/win32_bitmap.h [new file with mode: 0644]
modules/gui/skins/win32/win32_dialog.cpp [new file with mode: 0644]
modules/gui/skins/win32/win32_dialog.h [new file with mode: 0644]
modules/gui/skins/win32/win32_dragdrop.cpp [new file with mode: 0644]
modules/gui/skins/win32/win32_dragdrop.h [new file with mode: 0644]
modules/gui/skins/win32/win32_event.cpp [new file with mode: 0644]
modules/gui/skins/win32/win32_event.h [new file with mode: 0644]
modules/gui/skins/win32/win32_font.cpp [new file with mode: 0644]
modules/gui/skins/win32/win32_font.h [new file with mode: 0644]
modules/gui/skins/win32/win32_graphics.cpp [new file with mode: 0644]
modules/gui/skins/win32/win32_graphics.h [new file with mode: 0644]
modules/gui/skins/win32/win32_run.cpp [new file with mode: 0644]
modules/gui/skins/win32/win32_theme.cpp [new file with mode: 0644]
modules/gui/skins/win32/win32_theme.h [new file with mode: 0644]
modules/gui/skins/win32/win32_window.cpp [new file with mode: 0644]
modules/gui/skins/win32/win32_window.h [new file with mode: 0644]
toolbox