]> git.sesse.net Git - vlc/history - modules/gui/skins2/x11
macosx: Align the buttons.
[vlc] / modules / gui / skins2 / x11 /
2008-06-20 Rémi Denis-CourmontEncoding damage
2008-05-05 Rémi Denis-CourmontUse config_Get*Dir
2008-02-10 Rémi Denis-CourmontUse config_GetDataDir() instead of DATA_PATH.
2008-01-18 Rémi Denis-CourmontOups, this is a C++ file
2008-01-18 Rémi Denis-CourmontUse poll() instead of select() to fix an unlikely overf...
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-09-09 Antoine CellerierOn OSes other than Windows, Mac OS X and BeOS (so it...
2007-08-22 Rafaël Carréskins2: Alternate method to set always on top for X11...
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-03-11 Rémi Denis-CourmontUse long instead of int32_t when passing 32-bits value...
2007-02-25 Cyril Deguet* fixed build of skins2 interface on MacOS X (renamed...
2007-01-12 Rémi Denis-CourmontDo not assume long integers are 32-bits.
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-05-13 Olivier Teulière * skins2: new skins2-taskbar configuration option...
2006-05-13 Olivier Teulière * skins2: The skins2-systray option can now be changed...
2006-03-31 Clément StenacSkins strings (Refs:#438)
2006-02-11 Clément StenacAdd support for insert and delete in X11 skins
2006-02-10 Rémi Denis-Courmontgcc 4.1 compile fix from marvin24 # gmx.de
2006-02-01 Rémi Denis-CourmontUniformize source files encoding
2006-01-16 Jean-Paul SamanCompiler warning about a missing return statement in...
2006-01-12 Antoine CellerierFSF address change.
2005-12-04 Clément StenacFix crash while drawing playlist
2005-12-04 Clément StenacPopup compile fix
2005-12-04 Olivier Teulière * skins2: support for custom popup menus, and win32...
2005-08-15 Cyril Deguet * compilation fix
2005-08-15 Cyril Deguet * all: replaced remaining C callbacks by commands
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-05-01 Cyril Deguet* ft2_font.cpp: added a cache for glyphs rendered with...
2005-05-01 Cyril Deguet* os_graphics.hpp: added a parameter "blend" to drawBit...
2005-04-18 Olivier Teulière * skins2: Fixed 2 bugs related with embedded vout...
2005-02-15 Rémi Denis-CourmontRemove bogus executable permissions
2004-12-22 Gildas Bazin* modules/gui/skins2/*: added svn Id property.
2004-12-16 Gildas Bazin* modules/gui/skins2/*: fixed a whole bunch of memory...
2004-08-06 Sam Hocevar * Really fixed strict aliasing breakage here and...
2004-07-04 Mohammed Adnène... added a function to minimize VLC (check win32 compilation)
2004-06-26 Gildas Bazin* modules/gui/skins2/x11/x11_window.cpp: "stay on top...
2004-06-01 Cyril Deguet * x11_display.cpp: support 15bpp mode for X11 skins...
2004-05-01 Cyril Deguet * src/vlcproc.*: added the callbacks for vout request...
2004-04-12 Gildas Bazin* modules/gui/skins2/x11/x11_factory.cpp: added "share...
2004-04-12 Cyril Deguet * src/os_factory.hpp: added a method OSFactory::getRe...
2004-04-08 Olivier Teulière * skins2/win32/win32_window.cpp: Transparency works...
2004-04-06 Cyril Deguet * x11_graphics: check if the width and height are...
2004-04-05 Cyril Deguet * x11_loop.cpp: check if there is a theme before...
2004-04-03 Cyril Deguet * src/window_manager.cpp: added a synchVisibility...
2004-04-03 Cyril Deguet * x11/x11_display.cpp: the "parent" window now receiv...
2004-04-03 Cyril Deguet * x11/x11_window.cpp: reset the "drawable" variable...
2004-04-03 Cyril Deguet * x11_display.cpp: create a dummy "parent" window...
2004-03-31 Olivier Teulière * All: Compilation fixes for Solaris 9, courtesy of...
2004-03-13 Cyril Deguet * all: first implementation of skinnable vouts (X11...
2004-03-06 Olivier Teulière * skins2/src/os_window.hpp: added some 'const' keywords
2004-03-05 Olivier Teulière * skins2/*: Change mouse cursor above a Resize control...
2004-01-25 Cyril Deguet* x11/x11_display.cpp: only 8 bpp mode was working...
2004-01-25 Cyril Deguet* all: support of 8 bpp mode for X11 skins. Like in...
2004-01-25 Cyril Deguet* all: fixed segfaults when initialization fails
2004-01-18 Cyril Deguet* src/theme_loader.cpp: use yyrestart() instead of...
2004-01-03 Cyril Deguet* all: brand new skins interface ( still _experimental_...