summaryrefslogtreecommitdiff
path: root/gtk/gtkglarea.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* GtkGLArea: Major reworkingAlexander Larsson2014-10-301-84/+447
* GtkGLArea: Always destroy context on unrealizeAlexander Larsson2014-10-301-13/+4
* glarea: Display the error message when an error occurredBenjamin Otte2014-10-161-2/+36
* Drop a reference to GtkGLArea::create-contextMatthias Clasen2014-10-131-2/+2
* Nitpicky documentation fixesMatthias Clasen2014-10-131-22/+26
* gl: Make gdk_gl_context_make_current() return voidAlexander Larsson2014-10-131-23/+12
* Add GtkGLArea widgetAlexander Larsson2014-10-131-0/+636