summaryrefslogtreecommitdiff
path: root/gst-libs/gst/gl/gstglwindow.h
Commit message (Expand)AuthorAgeFilesLines
* glwindow: add API to request a resize event on the next drawMatthew Waters2015-09-171-1/+7
* glwindow: handle gst_video_overlay_set_render_rectangleMatthew Waters2015-05-311-0/+6
* glwindow: add missing _CAST after G_TYPE_CHECK_CLASSJulien Isorce2015-05-271-1/+1
* glwindow: make showing a window explicitMatthew Waters2015-01-291-0/+2
* glwindow: cleanup/reorganize functions/members into logical groupsMatthew Waters2015-01-231-29/+59
* glwindow: remove width/height from _draw()Matthew Waters2015-01-231-4/+6
* glimagesink: implement gst_video_overlay_handle_eventsLubosz Sarnecki2014-11-061-0/+2
* GstGLWindow: Introduce navigation threadVasilis Liaskovitis2014-09-091-0/+28
* GstGLWindow, GstGLImagesink, x11: Scale navigation events on resized windowsVasilis Liaskovitis2014-08-071-0/+3
* glwindow: Constify string parameters to the send_*_event() functionsSebastian Dröge2014-07-241-3/+3
* GstGLWindow : Add mouse-event and key-event signals for navigationVasilis Liaskovitis2014-07-241-0/+5
* gl: make all GObjects inherit from GstObjectMatthew Waters2014-05-081-2/+2
* [863/906] window: hold a ref to our GstGLDisplayMatthew Waters2014-03-151-0/+1
* [862/906] window: remove set_need_lockMatthew Waters2014-03-151-14/+2
* [859/906] window: provide some documetationMatthew Waters2014-03-151-2/+25
* [831/906] glimagesink: avoid to overload the drawer if already drawingJulien Isorce2014-03-151-0/+2
* [818/906] window: add send_message_async vmethodMatthew Waters2014-03-151-0/+2
* [807/906] context: Move some window error enums to contextMatthew Waters2014-03-151-3/+0
* [794/906] context: add subclasses for the different platforms (egl, glx, wgl,...Matthew Waters2014-03-151-8/+3
* [793/906] add a GstGLContext object that will be the basis of OpenGL contextsMatthew Waters2014-03-151-8/+3
* [752/906] glwindow: Add destroy notifies for the data of the callbacksSebastian Dröge2014-03-151-5/+8
* [733/906] gl: Major header and include cleanupSebastian Dröge2014-03-151-1/+1
* [732/906] build: fix repeated typedefsJulien Isorce2014-03-151-8/+1
* [705/906] x11: don't shutdown in _finalizeMatthew Waters2014-03-151-0/+3
* [701/906] display: move context creation into windowMatthew Waters2014-03-151-3/+9
* [669/906] window: seperate object creation and context creationMatthew Waters2014-03-151-1/+6
* [638/906] window: add get_proc_address + stub for retrieving gl functionsMatthew Waters2014-03-151-2/+8
* [629/906] window: add GError for error handling of context creationMatthew Waters2014-03-151-1/+9
* [621/906] GstGLRendererAPI => GstGLAPI and get GstGLAPI from a windowMatthew Waters2014-03-151-24/+14
* [618/906] add wayland-egl window backendMatthew Waters2014-03-151-0/+2
* [607/906] remove get_platform and get_window_handle vfuncsMatthew Waters2014-03-151-4/+7
* [606/906] determine the GL platform to use at runtimeMatthew Waters2014-03-151-44/+78
* [603/906] update FSF addressMatthew Waters2014-03-151-2/+2
* [501/906] Fix building on 64 bit mingw-w64Raimo Järvi2014-03-151-3/+3
* [412/906] Cocoa backend: improve support on GNUStepJulien Isorce2014-03-151-0/+3
* [387/906] glmixer: add a glmixer base elementJulien Isorce2014-03-151-3/+6
* [334/906] [win32/winCE] fix some pointer cast warnings with mingwJulien Isorce2014-03-151-2/+2
* [330/906] Can now share textures with an external gl contextJulien Isorce2014-03-151-2/+1
* [329/906] Build for Cocoa on darwin, with various fixesDavid Schleef2014-03-151-2/+2
* [321/906] add OpenGL ES 2.x support.Julien Isorce2014-03-151-0/+10
* [317/906] implement gstglwindow for Cocoa (MacOS and GNUstep)Julien Isorce2014-03-151-1/+7
* [281/906] Make cube example work on x11. Finish TODO task 9.Julien Isorce2014-03-151-0/+1
* [280/906] Remove set_visible, because it's now automatically done when the fi...Julien Isorce2014-03-151-1/+0
* [276/906] better deal with last pending custom cb and destroy_context_cbJulien Isorce2014-03-151-1/+1
* [257/906] begin gstglwindow_x11.c implementationJulien Isorce2014-03-151-1/+4
* [254/906] Better handle when the parent window is resizing, and cleanup some ...Julien Isorce2014-03-151-6/+0
* [253/906] win32: re-implement supports for gst xoverlay interface, on this br...Julien Isorce2014-03-151-3/+2
* [252/906] avoid a dead lock on window closureJulien Isorce2014-03-151-1/+0
* [249/906] begin GstGLWindow in order to totally remove gstfreeglutJulien Isorce2014-03-151-0/+88