]> git.sesse.net Git - vlc/history - modules/gui/skins2/src/vlcproc.cpp
skins2: use new input-item variable for callbacks on input variables and some cleanup
[vlc] / modules / gui / skins2 / src / vlcproc.cpp
2009-09-19 Erwan Tulouskins2: use new input-item variable for callbacks on...
2009-09-05 Erwan Tulouskins2: correct typos
2009-09-05 Erwan Tulouskins2: implement recording and next-frame
2009-09-05 Erwan Tulouskins2: replace polling with callbacks
2009-08-25 Erwan Tulouskins2: replace all remaining FIND_ANYWHERE with more...
2009-08-24 Erwan Tulouskins2: avoid deadlock when audio-visual is used (accou...
2009-08-24 Erwan Tulouskins2: correct volume slider stuck to mute once reques...
2009-08-01 Laurent AimarUpdated skins2 vout_window provider to the new API.
2009-07-16 Anthony Loiseaucosmetic: remove nullity test on free() and delete
2009-07-09 Rémi Denis-CourmontSkins: control volume through playlist
2009-07-09 Erwan Tulouskins2: on Windows, avoid requiring the main thread...
2009-06-28 Erwan Tulouskins2(Windows): fix sporadic vlc hangings at termination
2009-06-28 Erwan Tulouskins2: add missing var_DelCallback
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-31 Laurent AimarDo not access vout_thread_t fields when it can be avoided.
2009-05-27 Rémi Denis-CourmontMerge branch 'base' into master
2009-05-26 Rémi Denis-CourmontMerge branch 1.0-bugfix (early part) into master
2009-05-26 Derk-Jan HartmanMerge commit 'origin/1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge branch '1.0'
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-21 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-20 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-20 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-16 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-16 Laurent AimarFixed skins2 compilation.
2009-05-16 Rémi Denis-CourmontPass pointer rather than ID for playlist item-current
2009-05-16 Rémi Denis-CourmontPass input item through playlist item-change rather...
2009-03-16 Erwan Tulouskins2 vout manager
2009-03-04 Rémi Denis-CourmontRemove invalid VOUT_REPARENT uses
2009-02-16 Laurent AimarRenamed playlist "item-append/deleted" to "playlist...
2009-02-16 Laurent AimarRenamed playlist "playlist-current" to "item-current".
2009-02-14 Rémi Denis-CourmontVOUT_CLOSE is unsafe and pointless. Do not use it.
2009-02-01 ogg.k.ogg.kFix another location having the same does-not-compile...
2009-01-23 Rémi Duraffortskins2: use input_GetVout when possible.
2009-01-11 Rémi Denis-CourmontCleanup interaction-capable interface registration
2009-01-07 Laurent AimarFixed invalid pointer usage.
2009-01-07 Laurent AimarFixed bool/int mix up with "intf-show".
2009-01-05 Laurent AimarSkins2 will at least start.
2008-09-28 Pierre d'Herbemontskins2: Fix compilation.
2008-09-28 Pierre d'HerbemontFix playlist_CurrentInput usage.
2008-09-27 Christophe MutricyCompile fix
2008-09-20 Antoine Celleriers/vlc_object_yield/vlc_object_release/
2008-09-14 Rémi Denis-CourmontGrrr at subsubsubsubdirectories
2008-07-05 Rémi Denis-Courmontmodules: use vlc_object_alive()
2008-06-20 Rémi Denis-Courmontskins2: use the vout window interface (untested)
2008-06-20 Rémi Denis-CourmontEncoding damage
2008-06-20 Christophe MutricyCompile fix
2008-06-01 Pierre d'Herbemontlibvlccore: "intf-show" is now a libvlc var instead...
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-09-16 Rémi Denis-CourmontApparent memleak (ipkiss should review perhaps?)
2006-11-26 Clément StenacA bit of headers cleanup
2006-09-24 Clément Stenac* Get rid of the Manager thread by making blocking...
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-08-15 Gildas Bazin* modules/video_output/x11/xcommon.c, modules/gui/wxwid...
2006-05-14 Clément StenacMerge back branch 0.8.6-playlist-vlm to trunk.
2006-05-14 Cyril Deguet* vlcproc.cpp: fixed detection of play/pause status...
2006-05-01 Cyril Deguet* forward port of [15504]
2006-04-22 Cyril Deguet* all: new handling of vout controls to allow serveral...
2006-04-18 Clément StenacAdd vlc.hasAudio variable
2006-04-17 Clément StenacAdd todo
2006-04-15 Cyril Deguet* all: added a new skin text variable "$S" to get the...
2006-04-09 Cyril Deguet* all: new skin text variable "$B" to get the stream...
2006-03-25 Cyril Deguet* added a new skin variable "vlc.hasVout", true when...
2006-02-19 Cyril Deguet* all: new skin variable "vlc.isFullscreen" (guess...
2006-02-13 Olivier Teulière * skins2/src/vlcproc.cpp: New "dvd.isActive" boolean...
2006-02-12 Clément StenacFix refcount problems
2006-02-12 Clément StenacPlaytree: handle delete nicely
2006-01-12 Antoine CellerierFSF address change.
2005-12-12 Clément StenacSupport interaction in skins2
2005-12-04 Clément StenacImprove ensureVisible
2005-12-04 Clément StenacImprovements to playtree
2005-12-03 Clément StenacShould fix playlist scrolling
2005-12-03 Clément StenacAdd a checkRemove method to CmdGeneric.
2005-11-27 Cyril Deguet* all: added a new variable "equalizer.preamp" (self...
2005-11-06 Cyril Deguet* winamp2.xml: generic theme file for winamp2 skins...
2005-11-05 Cyril Deguet* all: added a variable "equalizer.isEnabled" and commands
2005-11-03 Marian Durkovicuse the new values when resizing
2005-11-02 Gildas Bazin* ALL: changed VOUT_SET_ZOOM into VOUT_SET_SIZE and...
2005-11-02 Cyril Deguet* all: first support of graphical equalizer in the...
2005-11-01 Cyril Deguet* all: added an attribute "autoresize" to the Video...
2005-10-31 Marian DurkovicVOUT_SET_ZOOM can't be relative, since it doesn't work...
2005-10-24 Cyril Deguet* all: Post a CmdResizeVout command when the vout size...
2005-10-23 Cyril Deguet* all: don't rebuild the whole playtree when an item...
2005-10-12 Cyril Deguet* vlcproc.cpp: fixed "playlist.*" variables (were broke...
2005-08-20 Antoine Cellerier * Playtree start. Basic functionalities work. Still...
2005-08-15 Cyril Deguet * all: replaced remaining C callbacks by commands
2005-07-23 Olivier Teulière * skins2: use AOUT_VOLUME_MAX / 2 instead of AOUT_VOLU...
2005-07-18 Cyril Deguet- all: compilation fixes with vc7.1
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-04-18 Olivier Teulière * skins2: Fixed 2 bugs related with embedded vout...
2005-02-15 Rémi Denis-CourmontRemove bogus executable permissions
next