]> git.sesse.net Git - vlc/history - modules/video_output/xcb/glx.c
XCB: reset the X11 screen saver when displaying a picture
[vlc] / modules / video_output / xcb / glx.c
2010-08-23 Rémi Denis-CourmontXCB: reset the X11 screen saver when displaying a picture
2010-07-11 Rémi Denis-CourmontCosmetic
2010-07-08 Rémi Denis-CourmontForce the X11 video outputs when libvlc_*_set_xwindow...
2010-06-12 Rémi Duraffortmodules: use the new add_shortcut capability (add multi...
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-05-30 Laurent AimarSet vout_display_info_t::has_event_thread for msw and...
2010-05-20 Laurent AimarFixed initial fullscreen support in XCB vout display...
2010-05-01 Rémi Denis-CourmontXCB/GLX: higher priority than Frame Buffer
2010-05-01 Rémi Denis-CourmontGLX: destroy context before window
2010-03-06 Rémi Denis-CourmontXCB: set window provider requested position from video...
2010-03-03 Rémi Denis-CourmontGLX: uses Xlib, needs XInitThreads()
2010-02-08 Gildas BazinRestore cursor when closing vout since the window doesn...
2010-01-30 Rémi Denis-CourmontName another anonynous union
2010-01-30 Rémi Denis-CourmontRevert "vout_window_t: simplify via anynomous union"
2009-12-26 Rémi Denis-CourmontPass full window state to window providers
2009-12-26 Rémi Denis-Courmontvout: expand stacking mode from boolean to unsigned
2009-12-26 Rémi Denis-CourmontVOUT_WINDOW_SET_ON_TOP -> VOUT_WINDOW_SET_STATE
2009-12-13 Laurent AimarUpdated vout display modules after ::get -> ::pool...
2009-12-13 Laurent AimarImplemented VOUT_DISPLAY_GET_OPENGL in XCB/glx.
2009-12-12 Rémi Denis-CourmontGLX 1.3: pick a frame buffer configuration with matchin...
2009-12-12 Rémi Denis-CourmontGLX: inverted if
2009-12-12 Rémi Denis-CourmontGLX: udpate view port after the X server resized the...
2009-12-12 Rémi Denis-CourmontXCB/GLX: resize
2009-12-12 Rémi Denis-CourmontXCB: GLX 1.3
2009-12-12 Rémi Denis-CourmontXCB/GLX: check that GLX >= 1.2 is available on the...
2009-12-12 Rémi Denis-CourmontXCB/GLX: initial GLX 1.2 support