summaryrefslogtreecommitdiff
path: root/gtk/gtkglarea.c
Commit message (Expand)AuthorAgeFilesLines
* glarea: Fix precondition checkTimm Bäder2018-02-041-1/+1
* glarea: Simplify make_currentTimm Bäder2018-02-041-5/+1
* Use the new api to release resourcesMatthias Clasen2018-01-171-0/+4
* glarea: Drop the dispose vfuncMatthias Clasen2018-01-171-12/+0
* glarea: Always delete textures on unrealizeMatthias Clasen2018-01-171-7/+3
* glarea: Avoid a crashMatthias Clasen2018-01-171-2/+5
* glarea: Add a pool for GL texturesMatthias Clasen2018-01-171-39/+151
* gl area: Avoid trivialitiesMatthias Clasen2018-01-171-5/+8
* Drop GtkGLArea::has-alphaMatthias Clasen2018-01-171-85/+0
* Convert gtkglarea to use snapshotsMatthias Clasen2018-01-171-64/+41
* glarea: Use content size of the widgetTimm Bäder2017-11-031-6/+6
* glarea: Make the code snippet compileTimm Bäder2017-10-121-6/+11
* widget: Add baseline and out_clip parameters to size-allocateTimm Bäder2017-07-191-3/+5
* gtkglarea: Remove input windowCarlos Garnacho2017-05-251-52/+1
* gtk: Mass delete all GtkWidget event mask APICarlos Garnacho2017-05-251-1/+1
* widget: Remove app-paintableTimm Bäder2016-10-311-1/+0
* glarea: Use gdk_window_new_input()Benjamin Otte2016-10-181-14/+3
* glarea: Use the appropriate texture format for GLESEmmanuele Bassi2016-04-251-1/+5
* glarea: Relay the use-es flag to context creationEmanuele Aina2016-04-251-0/+82
* Don't use g_print for debug outputMatthias Clasen2016-02-281-3/+3
* introspection: This patch fixes nullable return values fixes for the followin...Alberto Ruiz2016-01-081-1/+1
* gtk: Stop setting GDK_EXPOSURE_MASK on random widgetsAlexander Larsson2015-09-141-1/+1
* Intern all signal names beforehandMatthias Clasen2015-09-121-2/+2
* docs: Fix annotation for GtkGLArea::resize signalEmmanuele Bassi2015-06-111-0/+2
* gl area: Add a few missing docsMatthias Clasen2015-04-261-2/+2
* docs: Add initialization example for GtkGLAreaEmmanuele Bassi2015-03-261-1/+40
* glarea: Check that the context is not NULLEmmanuele Bassi2015-03-251-1/+9
* More documentation fixesMatthias Clasen2015-03-131-4/+6
* glarea: Better error handlingEmmanuele Bassi2015-02-171-7/+7
* Improve two stringsMatthias Clasen2015-02-151-2/+2
* docs: Fix "shadres" → "shaders" typoEmmanuele Bassi2015-02-151-1/+1
* Remove GdkGLProfileEmmanuele Bassi2015-02-121-79/+1
* glarea: Add accessors for the required GL versionEmmanuele Bassi2015-02-121-10/+64
* glarea: Update documentationEmmanuele Bassi2015-02-121-26/+7
* gl: Drop profile for gdk_window_create_gl_context()Emmanuele Bassi2015-02-121-1/+3
* glarea: Do not use extension APIEmmanuele Bassi2015-02-091-5/+5
* GL: Split GL context creation in two phasesEmmanuele Bassi2015-02-091-2/+15
* glarea: Remove useless functionBenjamin Otte2015-01-311-19/+0
* Fix core context creation in GdkGLContextNiels Nesse2015-01-281-2/+0
* GtkGLArea: Handle window scale factor changesAlexander Larsson2014-12-161-0/+17
* GtkGLArea: Only re-allocate buffers during paintAlexander Larsson2014-12-161-40/+55
* GtkGLArea: avoid extraneous property notificationsMatthias Clasen2014-11-231-4/+13
* GtkGLArea: Formatting fixesMatthias Clasen2014-11-221-72/+75
* GtkGLArea: Correctly position/size input window on realizeAlexander Larsson2014-11-031-0/+2
* GtkGLArea: Don't dispose gl context on unrealizeAlexander Larsson2014-11-031-1/+2
* GtkGLArea: Add create-context signalAlexander Larsson2014-11-031-3/+110
* GdkGLArea: fix has_alpha changes at runtimeAlexander Larsson2014-10-301-2/+3
* GtkGLArea: Add resize signalAlexander Larsson2014-10-301-10/+58
* GtkGLArea: Add profile propertyAlexander Larsson2014-10-301-1/+77
* GtkGLArea: Add INPUT_ONLY window so that we can get eventsAlexander Larsson2014-10-301-5/+62