summaryrefslogtreecommitdiff
path: root/gdk/gdkdrawcontext.c
Commit message (Expand)AuthorAgeFilesLines
* drawcontext: Only pass the region that mattersBenjamin Otte2018-04-241-3/+1
* drawcontext: Add gdk_draw_context_in_frame() APIBenjamin Otte2018-04-241-6/+10
* drawcontext: Move variable into private structBenjamin Otte2018-04-241-10/+9
* gdk: Move begin/end_frame() functionsBenjamin Otte2018-04-241-57/+113
* gdk: Add gdk_draw_context_get_frame_region()Benjamin Otte2018-04-241-0/+23
* drawcontext: Add a surface_resized() vfuncBenjamin Otte2018-04-091-0/+20
* surface: Track all draw contexts created for the surfaceBenjamin Otte2018-04-091-1/+6
* GdkSurface: Rename lots of stuff from window->surfaceAlexander Larsson2018-03-201-18/+18
* GdkSurface: Rename various functions and variablesAlexander Larsson2018-03-201-3/+3
* GdkWindow -> GdkSurface initial type renameAlexander Larsson2018-03-201-7/+7
* The big versioning cleanupMatthias Clasen2018-02-061-14/+0
* gdk: Cosmetic rewording of draw context docsMatthias Clasen2017-12-261-1/+1
* Document more structsMatthias Clasen2017-12-261-1/+11
* Trivial doc fixupsMatthias Clasen2016-12-091-1/+1
* gdk: Make gdk_window_begin_draw_frame() take a draw contextBenjamin Otte2016-12-051-1/+84
* gdk: Add GdkDrawContextBenjamin Otte2016-12-051-0/+201