]> git.sesse.net Git - vlc/history - modules/gui/skins
* skins2: Open the file requester dialog when clicking on "play" and the
[vlc] / modules / gui / skins /
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 !
2003-04-20 Olivier Teulière * added wxwindows Open and Messages dialog boxes into...
2003-04-20 Jon Lech Johansen * ./modules/gui/skins/src/themeloader.cpp: compile...
2003-04-20 Emmanuel Puig* Fixed mouse wheel
2003-04-20 Cyril Deguet* fixed the "always on top" bug
2003-04-20 Emmanuel Puig* Added support of wheel with win32
2003-04-20 Emmanuel Puig* Fixed support of wheel for playlist with GTK2
2003-04-20 Cyril Deguet* enabled scrolling in the playlist with the mouse...
2003-04-19 Emmanuel Puig* Font fixed
2003-04-19 Cyril Deguet* fixed a segfault
2003-04-19 Cyril Deguet* drag&drop works ! (at least with mozilla)
2003-04-19 Emmanuel Puig* Fixed wrapping for texts
2003-04-18 Cyril Deguet* network stream now work
2003-04-17 Emmanuel Puig* Ask tooney to know ! (fix minor bug)
2003-04-17 Cyril Deguet* small fix
2003-04-17 Emmanuel Puig* Scrolling text now works on linux
2003-04-17 Emmanuel Puig* Fixed kludge
2003-04-17 Emmanuel Puig* Added AddEllipse: the slider now works ! :)
2003-04-17 Emmanuel Puig* Added clip region to graphics
2003-04-17 Emmanuel Puig* Improved font support for linux (just missing underli...
2003-04-17 Emmanuel Puig* Can get size of a text
2003-04-17 Emmanuel Puig* SkinManage is called by a timer
2003-04-17 Emmanuel Puig* Fixed dewtructor
2003-04-17 Cyril Deguet* beginning of font support !
2003-04-16 Emmanuel Puig* gtk2_theme.cpp: window are not automatically visibled
2003-04-16 Olivier Teulière * modules/gui/skins/*: we now #include skin files...
2003-04-16 Emmanuel Puig* Removed debug calls
2003-04-16 Emmanuel Puig* Can now quit the interface
2003-04-16 Emmanuel Puig* gtk2_bitmap.cpp: fixed constructor bug
2003-04-16 Cyril Deguet* small fix
2003-04-16 Cyril Deguet* at last, transpareny WORKS !!!!!
2003-04-15 Cyril Deguet * remove a small kludge
2003-04-15 Emmanuel Puig* GTK2 events work even better
2003-04-15 Emmanuel Puig* Fixed GTK2 events
2003-04-15 Emmanuel Puig* Events are even better, not yet perfect !
2003-04-15 Olivier Teulière * event broadcasting should work
2003-04-15 Emmanuel Puig* Fixed mouse leave notification
2003-04-15 Emmanuel Puig* Fixed mouse leaving notification for windows
2003-04-15 Emmanuel Puig* Fixed mouse events
2003-04-15 Olivier Teulière * compilation fix
2003-04-15 Olivier Teulière * basic event handling
2003-04-14 Gildas Bazin* modules/gui/skins/src/event.cpp: fixed another small...
2003-04-14 Cyril Deguet* implemented OSAPI_GetTime() with glib
2003-04-14 Cyril Deguet* it works event better !!
2003-04-14 Cyril Deguet* it works !
2003-04-14 Cyril Deguet* better window size
2003-04-14 Emmanuel Puig* Controls coordinate are available
2003-04-14 Cyril Deguet* get the size of a bitmap
2003-04-14 Cyril Deguet* bad directory
2003-04-14 Emmanuel Puig* Added use of channel server for skins: still experimental
2003-04-13 Cyril Deguet* at last an image !!
next