]> git.sesse.net Git - vlc/history - modules/gui/skins
turned a debug message into a comment
[vlc] / modules / gui / skins /
2003-06-22 Cyril Deguet* x11/x11_window.cpp: raise a window when clicking...
2003-06-22 Cyril Deguet* at least it compiles now ;)
2003-06-22 Cyril Deguet* reverted my previous commit: cannot work as expected
2003-06-22 Cyril Deguet* src/theme.cpp, src/event.* : no more VLC_SHOW event
2003-06-20 Olivier Teulière * ./doc/skins/events-howto.txt: added some events
2003-06-20 Olivier Teulière * ./modules/gui/skins/src/vlcproc.cpp: added the ...
2003-06-17 Cyril Deguet* tooltips are now updated during scrolling
2003-06-14 Gildas Bazin* modules/gui/skins/x11/x11_window.cpp: small bugfix...
2003-06-13 Cyril Deguet* X11 skin windows should have an icon now
2003-06-11 Cyril Deguet* skin_main.cpp,x11_theme.cpp: better way to fix the...
2003-06-11 Gildas Bazin* modules/gui/skins/*: fix for msvc .dsp generation...
2003-06-10 Gildas Bazin* configure.ac.in: added an --enable-mostly-builtin...
2003-06-09 Cyril Deguet* x11_api.c: implemented OSAPI_GetNonTransparentColor...
2003-06-09 Cyril Deguet* X11 skins are now loaded from home directory or if...
2003-06-09 Cyril Deguet* fixed a segfault in FileInfo when p_info->psz_name...
2003-06-09 Cyril Deguet* now selection method in the playlist depends on the...
2003-06-09 Cyril Deguet* repaired basic_skins
2003-06-09 Gildas Bazin* modules/gui/skins/src/vlcproc.cpp: the "play" action...
2003-06-09 Cyril Deguet* drag & drop works with gnome file manager now
2003-06-09 Cyril Deguet* drag & drop for X11 skins. Still mysterious problems...
2003-06-08 Gildas Bazin* modules/gui/skins/x11/x11_window.cpp: avoid flicker...
2003-06-08 Cyril Deguet* very beginning of drag and drop support in X11 skins
2003-06-08 Gildas Bazin* modules/gui/skins/*: display the popupmenu when you...
2003-06-08 Cyril Deguet* share/skins/default/theme.xml: fixed playlist size
2003-06-08 Gildas Bazin* modules/gui/skins/x11/*: fixed transparency problem...
2003-06-08 Cyril Deguet* better implementation of timers for X11 skins
2003-06-08 Cyril Deguet* x11_font.cpp: fixed font placement
2003-06-07 Cyril Deguet* beginning of tooltips (only in the console at the...
2003-06-07 Gildas Bazin* modules/gui/skins/x11/x11_theme.cpp: removed unnecess...
2003-06-07 Cyril Deguet* implemented double click event for X11 skins. The...
2003-06-06 Cyril Deguet* got rid of this useless error message
2003-06-06 Cyril Deguet* x11/x11_window.cpp: fixed clipping and text attributes
2003-06-06 Cyril Deguet* key shortcuts for X11 skins are now working
2003-06-06 Gildas Bazin* modules/gui/skins/src/themeloader.cpp: small fix...
2003-06-05 Cyril Deguet* x11/x11_timer.* : classes to implement platform-indep...
2003-06-05 Gildas Bazin* modules/gui/skins/*, modules/gui/wxwindows/*: added...
2003-06-04 Cyril Deguet* added <unistd.h> or it doesn't compile !
2003-06-04 Gildas Bazin* modules/gui/skins/x11/x11_api.cpp: implemented OSAPI_...
2003-06-04 Gildas Bazin* modules/gui/skins/src/vlcproc.cpp: compilation fix.
2003-06-04 Gildas Bazin* modules/gui/skins/*: misc fixes and clean-up. There...
2003-06-03 Gildas Bazin* modules/gui/skins/src/*: oops, forgot to add a bunch...
2003-06-03 Gildas Bazin* configure.ac.in: bail out with an error message if...
2003-06-01 Cyril Deguet* modules/gui/skins/x11/x11_api.cpp: fixed OSAPI_GetScr...
2003-06-01 Cyril Deguet* mouse wheel scroll for X11 skins
2003-06-01 Cyril Deguet* configure.ac.in : fixed linking of skins modules
2003-05-31 Olivier Teulière * skins/controls/button.cpp: Fixed a nasty bug.
2003-05-29 Cyril Deguet* X11 skins now use imlib2 -> you need to bootstrap
2003-05-29 Cyril Deguet* x11/x11_theme.cpp: better timing for SkinManage
2003-05-28 Cyril Deguet* AT LAST events work in X11 skins !
2003-05-26 Gildas Bazin* modules/audio_output/alsa.c: the aout-device obj...
2003-05-26 Gildas Bazin* modules/gui/skins: got rid of init_lock and init_cond...
2003-05-24 Cyril Deguet* events aren't perfect yet, but it is better enough...
2003-05-24 Gildas Bazin* src/video_output/video_output.c: new "deinterlace...
2003-05-24 Gildas Bazin* modules/gui/skins/*: compilation fixes.
2003-05-21 Gildas Bazin* modules/gui/skins/src/vlcproc.cpp: fixed yesterday...
2003-05-20 Gildas Bazin* modules/gui/wxwindows/*, modules/gui/skins/src/vlcpro...
2003-05-19 Cyril Deguet* a lot of cleaning in X11 skins, but some problems...
2003-05-18 Cyril Deguet* added transparency in X11 skins
2003-05-18 Cyril Deguet* first BMP loader for X11 skins : it can only handle...
2003-05-14 Gildas Bazin* modules/gui/skins/Modules.am: include module/gui...
2003-05-13 Cyril Deguet* beginning of event processing in X11 skins
2003-05-13 Cyril Deguet* changed OSGraphics constructor (needed for X11)
2003-05-12 Gildas Bazin* modules/gui/skins/*: got rid of wxdialogs.h, the...
2003-05-05 Gildas Bazin* modules/gui/skins/src/*: forgot a few references...
2003-05-05 Gildas Bazin* ALL: removed the old channels server stuff (was depre...
2003-05-05 Gildas Bazin* modules/gui/skins/src/*: compilation fixes under...
2003-05-02 Gildas Bazin* modules/gui/skins/*: compilation fixes for MSVC....
2003-05-02 Eric Petit Missing files
2003-05-01 Olivier Teulière * ./modules/gui/skins/gtk2/gtk2_run.cpp: fixed compila...
2003-04-30 Cyril Deguet* enable basic-skins for GTK2 (not tested yet ;)
2003-04-30 Olivier Teulière * ./configure.ac.in:
2003-04-29 Olivier Teulière * ./modules/gui/skins/src/theme.cpp: avoid infinite...
2003-04-29 Gildas Bazin* modules/gui/skins/*, configure.ac.in: removed the...
2003-04-28 Olivier Teulière * modules/gui/skins/win32/win32_run.cpp: clean exit...
2003-04-28 Olivier Teulière * ./modules/gui/skins/src/banks.cpp: fixed a segfault...
2003-04-28 Cyril Deguet* skeleton of X11 skins
2003-04-28 Cyril Deguet* skeleton of X11 skins
2003-04-28 Cyril Deguet* changed Region into SkinRegion to prepare the X11...
2003-04-28 Cyril Deguet* fixed compilation under linux
2003-04-28 Olivier Teulière * ./modules/gui/skins/*: first attempt at porting...
2003-04-25 Gildas Bazin* modules/gui/skins/src/vlcproc.cpp: small compilation...
2003-04-24 Gildas Bazin* modules/gui/skins/src/themeloader.*: dropped the...
2003-04-24 Cyril Deguet* get screen size with gtk2
2003-04-23 Cyril Deguet* fixed some constructors and destructors
2003-04-22 Olivier Teulière * ./modules/gui/skins/src/theme.cpp: fixed a bug with...
2003-04-22 Cyril Deguet* output.c: avoid a floating point exception when aout...
2003-04-22 Cyril Deguet* fixed the volume slider bug
2003-04-21 Cyril Deguet* changed "Font" into "SkinFont" (see previous commit)
2003-04-21 Cyril Deguet* changed "Window" into "SkinWindow" to prepare X11...
2003-04-21 Cyril Deguet* at last fixed transparency under linux !!
2003-04-21 Anil Daoud*All: fixed unwanted fileinfo window refresh under...
2003-04-21 Cyril Deguet* raise the skin window on top when clicked
2003-04-21 Cyril Deguet* fixed the previous commit for linux
2003-04-21 Cyril Deguet* fixed a timing issue under windows ?
2003-04-21 Olivier Teulière * we now use a wxwindow dialog to load the skins,...
2003-04-21 Cyril Deguet* shortcut handling under linux
2003-04-21 Olivier Teulière * added preferences, file info and stream output dialo...
2003-04-21 Cyril Deguet* fixed refresh of the playlist (and a segfault...)
2003-04-20 Cyril Deguet* fixed a segfault at exit
2003-04-20 Cyril Deguet* a few segfaults but wxwindows works under linux !
next