]> git.sesse.net Git - vlc/history - modules/video_output/x11/xcommon.c
Merge branch 1.0-bugfix
[vlc] / modules / video_output / x11 / xcommon.c
2009-05-20 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-19 Jean-Baptiste Kempfx11: Show popup menu on click, not on release, as KDE...
2009-05-16 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-16 Laurent AimarReplaced vout_InitPicture/Format with their equivalent.
2009-05-16 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-15 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-14 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-14 Rémi Denis-CourmontMerge commit 'origin/1.0-bugfix'
2009-05-13 Rémi Denis-CourmontXlib: assume we have a window provider
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Laurent AimarUsed VLC_CODEC_* and vlc_fourcc_GetCodec when suitable.
2009-04-26 Rémi Denis-Courmont*Ahem*
2009-04-26 Rémi Denis-CourmontExplicitly add formerly implicit submodule shortcuts
2009-04-25 Rémi Denis-CourmontRemove no-op combination.
2009-04-17 Nicolas Chauvet... Remove internal libmpeg2 from xvmc codec/vout
2009-04-11 Rémi Denis-CourmontTypo
2009-04-09 Rémi Denis-CourmontX11 common: code factorization
2009-03-16 Jean-Paul Samanx11: remove unused variables in Control.
2009-03-15 Erwan TulouX11: make sure base window is really destroyed...
2009-03-14 Laurent AimarPrevent a segfault with Xv video output and too bug...
2009-03-07 Rémi Denis-CourmontRemove dangling variables
2009-03-07 Erwan Tulouprevent vlc hanging in an infinite loop when vout base...
2009-03-04 Rémi Denis-CourmontRemove unused VOUT_PARENT
2009-02-15 Rémi Denis-CourmontMerge branch 'master' of git@git.videolan.org:vlc
2009-02-15 Rémi Denis-CourmontRemove unused VOUT_GET_SIZE...
2009-02-15 Rémi Denis-CourmontX11: remove non-sensical locking scheme
2009-02-15 Rémi Denis-CourmontUnused variable
2009-02-14 Rémi Denis-CourmontRemove useless vout_vaControlDefault
2009-02-14 Rémi Denis-CourmontRemove unneeded VOUT_CLOSE.
2009-02-03 Rémi Duraffortx11: fix compiler warnings.
2009-02-02 Joseph TulouCore implementation of --[no]-autoscale and --scale...
2009-01-31 Rémi Denis-CourmontSegregate vout window types
2009-01-31 Rémi Denis-CourmontCleanup vout window handle typedef
2009-01-25 Rémi Denis-Courmontmouse-clicked is a boolean
2009-01-24 Rémi Duraffortx11: compilation warnings.
2009-01-20 Rémi Denis-CourmontPartially cleanup the vout_window API
2009-01-08 Rémi Denis-CourmontAssume X11 --forbar-shm is FALSE if the option does...
2008-12-16 Rémi Denis-Courmontb_menu_change: remove write-only variable
2008-11-17 Jean-Baptiste KempfPatch to enable/disable key and mouse handling at vout...
2008-11-05 Joseph TulouMake x11 event handling optional
2008-10-18 Ilkka OllakkaXReparentWindow seems to be needed here to get video...
2008-10-15 Jean-Baptiste Kempf[x11 vout] Fix x11 fullscreen behaviour. Patch by Raster!
2008-10-15 Ilkka OllakkaCalculate position for videowindow to use current scree...
2008-10-12 Ilkka Ollakkarevert changes regarding x11 vout from commit 8689e8be2...
2008-10-12 Ilkka Ollakkastats-change variable for statistics/removing stats...
2008-09-20 Antoine Celleriers/pl_Yield/pl_Hold/
2008-08-20 Laurent AimarCorrectly set rgb mask for xvideo output too.
2008-08-04 Laurent AimarAdded a missing const in x11.
2008-07-25 Rémi DuraffortUse pl_Release with the right argument.
2008-07-05 Rémi Denis-CourmontUnused variables
2008-07-05 Rémi Denis-CourmontX11: stop playling when user closes the window
2008-06-28 Antoine CellerierMove intf-popupmenu and video-on-top variables from...
2008-06-26 Rémi Denis-CourmontFix warning
2008-06-26 Rémi Denis-CourmontWarn about buggy X11 connections
2008-06-26 Rémi Denis-CourmontRemove unused variable
2008-06-03 Antoine CellerierDo not align height and width on multiples of 16 in...
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-05-27 Rémi DuraffortFix 0448c670c32d9fc60889ce2c3e8f72330a389e44 as I forgo...
2008-05-26 Jean-Philippe AndréBugfix: non disparition of the Qt Popup Menu with X11...
2008-05-22 Rémi DuraffortCheck malloc return value when needed and don't print...
2008-05-17 Rémi Denis-CourmontIgnore X11 errors on Maemo
2008-05-10 Rafaël CarréDo not touch the always-on-top when going fullscreen
2008-05-10 Rafaël CarréTypo: disable always-on-top when going fullscreen
2008-05-08 Rémi Denis-CourmontRemove E_()
2008-05-04 Rémi Denis-Courmontvlc_mutex_init: remove unused paramter
2008-05-01 Rémi Denis-CourmontDon't re-invent uint8_t - remove byte_t
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-04-11 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-10 Jean-Paul SamanProperly detect XvMC capabilities.
2008-03-22 Jean-Baptiste KempfUniformisation and configurability of Mouse Hidding...
2008-03-17 Rémi Denis-CourmontUse native C/C++ boolean type
2008-03-12 Rémi DuraffortRemove useless test before a free().
2008-03-08 Rafaël Carréfix xvmc video_output compilation
2008-03-05 Gildas Bazin* modules/video_output/x11/*: manually paint the xv...
2008-02-28 Jean-Baptiste KempfCompile XvMC. Disabled the subtitles part for that...
2008-02-25 Rémi Denis-CourmontRemove argv/argc from libvlc_t (not really needed here)
2008-02-10 Rémi Denis-CourmontCleanup.
2008-01-28 Rafaël Carréxcommon.c: fix warnings
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-20 Rafaël CarréX11 video output: give the focus to the video window...
2008-01-02 Rémi DuraffortLimit the mouse-x and mouse-y beetween 0 and p_vout...
2007-12-20 Jean-Paul SamanRemove excess/trailing whitespace
2007-09-18 Rémi Denis-CourmontReplace strerror() with %m (or Linux DVB: strerror_r...
2007-09-16 Rémi Denis-CourmontReally fix XShm detection with remote X11 (cf [19346]):
2007-09-16 Rémi Denis-CourmontAdd some debug
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-09-05 Rémi Denis-Courmont#include order
2007-08-21 Rafaël CarréCorrectly handle (avoid deadlocks) always on top when...
2007-08-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-08-19 Damien Fouilleulglx: fixed startup crash, which seems to be triggered...
2007-08-13 Rafaël CarréUpdates window title even in fullscreen - patch by...
2007-06-18 Rémi Denis-CourmontTypo
2007-05-30 Jean-Paul SamanRemove excess whitespace
2007-05-09 Rémi Denis-CourmontHW Pixel Doubling and Backlight-on for Maemo devices
2007-03-17 Sam Hocevar * modules/video_output/x11/xcommon.c: fix XShm detect...
2007-02-07 Christophe MutricyAdd media key to X11 vouts. Patch by loox.thefuture
2006-12-06 Rémi Denis-CourmontWork-around window-on-top + fullscreen deadlock (refs...
next