]> git.sesse.net Git - vlc/history - modules/gui/skins2
Use var_Inherit* instead of var_CreateGet*.
[vlc] / modules / gui / skins2 /
2010-09-16 Erwan Tulouskins2: small optimisation
2010-09-10 Rémi Denis-CourmontRevert "skins2(X11): add missing <limits.h>"
2010-09-10 Rémi Denis-CourmontRevert "skins: use readdir_r() instead of readdir()"
2010-09-09 Rémi Duraffortskins2: fix compiler warnings (missing ())
2010-08-28 Erwan Tulouskins2(Win32) : fix GDI leak (trac #4101)
2010-08-15 Erwan Tulouskins2(X11): add missing <limits.h>
2010-08-14 Erwan Tulouskins2: Oops, autoresize (part 2)
2010-08-14 Erwan Tulouskins2: don't resize video if set up not to do so.
2010-08-14 Erwan Tulouskins2: fix video autoresize default when contradictory
2010-08-10 Erwan Tulouskins2: playlist, fix selection issue
2010-08-10 Erwan Tulouskins2: playlist make sure deletion works for both...
2010-08-10 Erwan Tulouskins2: transform getNextSibling into getNextSiblingOrUncle
2010-08-10 Erwan Tulouskins2: add a method to flag a whole subtree for deletion
2010-08-10 Erwan Tulouskins2: remove unused function
2010-08-10 Erwan Tulouskins2: VarTree, make root() a private function
2010-08-10 Erwan Tulouskins2: playlist, fix issues when deletion is at stake
2010-08-10 Erwan Tulouskins2: playlist, improve deletion of items
2010-08-10 Erwan Tulouskins2: playlist (process delete everywhere in the...
2010-08-10 Erwan Tulouskins2: fix slider position a bit erratic
2010-08-10 Erwan Tulouskins2: playlist a few iterator issues
2010-08-10 Erwan Tulouskins2: playlist (cosmetic)
2010-08-10 Erwan Tulouskins2: fix arrows short of 1
2010-08-05 Rémi Denis-Courmontxml_ReaderUseDTD: remove useless parameter
2010-08-05 Rémi Denis-Courmontskins2: missing initialization
2010-08-05 Rémi Denis-Courmontskins2: remove unused static variable
2010-08-05 Rémi Denis-Courmontskins2: don't load XML catalog if DTD not requested
2010-08-05 Erwan Tulouskins2: playlist (simplify)
2010-08-05 Erwan Tulouskin2: var_tree (add a forgotten return)
2010-08-05 Erwan Tulouskins2: playlist (missing parentheses)
2010-08-05 Erwan Tulouskins2: fix playlist arrows and enter no longer functioning
2010-08-03 Rémi Denis-CourmontRemove useless <dirent.h> check
2010-08-02 Olivier TeulièreFixed a bug in rect::isIncluded(), and added constness.
2010-07-31 Erwan Tulouskins2: improve refresh of layouts
2010-07-31 Erwan Tulouskins2: rework theme loader
2010-07-31 Erwan Tulouskins2: kill a warning at compil
2010-07-31 Erwan Tulouskins2: translate $F into local path instead of uri...
2010-07-31 Erwan Tulouskins2: improve callback system
2010-07-31 Erwan Tulouskins2: differentiate new and release window commands
2010-07-29 Erwan Tulouskins2: optimize refresh of text control
2010-07-29 Erwan Tulouskins2: optimize the refresh of slider control
2010-07-27 Rémi Denis-Courmontxml_ReaderDelete: remove useless parameter
2010-07-27 Rémi Denis-CourmontDo not include vlc_modules.h in vlc_common.h
2010-07-22 Erwan Tulouskins2: check missing files first thing ...
2010-07-20 Erwan Tulouskins2: implement a ArtManager singleton
2010-07-20 Erwan Tulouskins2: rework image control (scale while preserving...
2010-07-20 Erwan Tulouskins2: correct wrong height when animated images are...
2010-07-20 Erwan Tulouskins2: typo
2010-07-18 Erwan Tulouskins2: fix fullscreen issue (black screen when video...
2010-07-07 Rémi Denis-Courmontmake_URI: add scheme parameter
2010-07-07 Erwan Tulouskin2(Win32): add support for mouse wheel in fullscreen...
2010-07-01 Erwan Tulouskins2: fix RadialSlider (overflow)
2010-07-01 Erwan Tulouskins2: fix RadiaSlider (typo)
2010-07-01 Erwan Tulouskins2: fix RadialSlider
2010-06-29 Erwan Tulouskins2(Linux): set _NET_WM_PID in any case
2010-06-28 Erwan Tulouskins2(Linux): check if _NET_WM_PID is supported
2010-06-12 Rémi Duraffortskins2: delete the callback only if it was really added.
2010-06-05 Rémi Denis-CourmontRemove promiscuous #include <vlc_common.h>
2010-06-05 Jean-Philippe AndréXlib: fix build (skins2) - Part 2/2: cast vlc_object
2010-06-03 Rémi Denis-CourmontProtect XInitThreads() with a global lock
2010-06-02 Rémi Denis-Courmont--no-xlib: prevent use of XInitThreads() and hence...
2010-06-02 Jean-Philippe AndréSkins2: remove skins demux
2010-06-02 Jean-Philippe AndréSkins2: check if file exists, not folder
2010-06-02 Jean-Philippe AndréRevert "Skins: "file" shortcut for skins access_demux...
2010-05-31 Jean-Philippe AndréSkins: "file" shortcut for skins access_demux (& decode...
2010-05-18 Erwan Tulouskins2: implement art display in image controls
2010-05-18 Erwan Tulouskins2: fix a refresh artefact (not frequent corner...
2010-05-18 Erwan Tulouskins2(Linux): delete needs [] in C++ for arrays
2010-05-17 Erwan Tulouskins2: ensure uri-encoded paths are passed to vlc...
2010-05-10 Laurent AimarUsed a vout object for vout_OSDMessage/OSDSlider/OSDIcon.
2010-05-06 Erwan Tulouskins2: fix skins crashing when playlist is flat
2010-05-06 Erwan Tulouskins2: fix wrong test (it's the other way around)
2010-05-06 Erwan Tulouskins2: fix memory leak (a malloc not paired with a...
2010-05-06 Erwan Tulouskins2(Linux): WM_CLASS also set for the invisible...
2010-05-04 Laurent AimarCleaned up a bit spu_t API.
2010-05-03 Erwan Tulouskins2(Linux): _WM_NET_PID requires WM_CLIENT_MACHINE...
2010-05-03 Erwan Tulouskins2(Linux): add WM_CLASS and _NET_WM_PID properties...
2010-04-17 Rémi Denis-Courmontskins: use readdir_r() instead of readdir()
2010-04-11 Erwan Tulouskins(Linux): add support for multiple files in drag...
2010-04-07 Erwan Tulouskins2: add a way to hide Video/Audio/Misc popupmenus
2010-03-30 Rémi Denis-CourmontCleanup private and volatile option
2010-03-19 Erwan Tulouskins2: For playlist controls, keys to be forwarded...
2010-03-19 Erwan Tulouskins2: fix wrong focus
2010-03-11 Erwan Tulouskins2: fix corner case with old skins and fullscreen
2010-03-10 Erwan Tulouskins2: improve list of skins
2010-03-10 Erwan Tulouskins2: fix skins broken because of wrong path separator
2010-03-06 Erwan Tulouskins2: replace most config_Get with var_Inherit
2010-03-06 Erwan Tulouskins2(Win32): add a way to hide the popup menu on...
2010-03-01 Erwan Tulouskins2(Win32): no need to manage a two window classes
2010-03-01 Erwan Tulouskins(Win32): replace GetWindowDC with GetDC
2010-02-26 Erwan Tulouskins(Win32): fix minimize not functioning (see #3300)
2010-02-26 Erwan Tulouskins(Linux): remove dead code
2010-02-26 Erwan Tulouskins2(Linux): support clean exit when user closes...
2010-02-25 Erwan Tulouskins2: extend --[no]-qt-video-autoresize to skins2
2010-02-25 Erwan Tulouskins2: make default more consistent for video control
2010-02-24 Erwan Tulouskins2(Win32): fix second bug of #685
2010-02-24 Erwan Tulouskins2: add a way to reset rate to normal speed (trac...
2010-02-24 Erwan Tulouskins2: add support for --[no]-video-on-top (fix #685)
2010-02-23 Erwan Tulouskins2: fix #689 (text control refresh issue)
2010-02-22 Erwan Tulouskins2: work around a deallocation problem
2010-02-21 Erwan Tulouskins2: fix equalizer
next