summaryrefslogtreecommitdiff
path: root/gdk/gdkdrawcontext.c
Commit message (Expand)AuthorAgeFilesLines
* gdk: Clamp frame region to surface sizeBenjamin Otte2023-05-161-0/+6
* Drop gdkintl.hMatthias Clasen2022-09-231-1/+1
* Rename gdkdebug.h to gdkdebugprivate.hMatthias Clasen2022-09-231-1/+1
* Fix high-depth handlingMatthias Clasen2022-09-211-1/+1
* Remove all nicks and blurbs from param specsSophie Herold2022-05-111-6/+2
* drawcontext: Guard begin/end_frame() against non-surface contextsBenjamin Otte2021-10-201-1/+6
* gdk: hdr => high depthBenjamin Otte2021-10-061-15/+17
* gdk: Add GDK_DEBUG=hdrBenjamin Otte2021-10-061-0/+4
* gdk: Add a request_hdr argument to begin_frame()Benjamin Otte2021-10-061-3/+31
* gdk: Remove gdkinternals.hBenjamin Otte2021-09-241-1/+1
* gdk: Allow GdkDrawContext with a %NULL surfaceBenjamin Otte2021-07-221-4/+28
* docs: fix broken linksBilal Elmoussaoui2021-05-271-1/+1
* gdk: Clean up docs syntaxMatthias Clasen2021-05-221-2/+2
* docs: Reduce redundancyMatthias Clasen2021-05-201-2/+2
* Documentation fixesMatthias Clasen2021-05-201-3/+2
* drawcontext: Add property annotationsMatthias Clasen2021-03-111-4/+4
* docs: Rework the gdk docsMatthias Clasen2021-03-111-52/+47
* docs: CosmeticsMatthias Clasen2021-01-051-1/+1
* Merge branch 'new-sysprof' into 'master'Matthias Clasen2020-08-211-11/+2
|\
| * Port tracing to the sysprof collector apiMatthias Clasen2020-08-211-11/+2
* | *: Fix spelling mistakes found by codespellBjörn Daase2020-08-211-2/+2
|/
* docs: CosmeticsMatthias Clasen2020-08-131-2/+2
* docs: Fix several missing references in the documentationCorentin Noël2020-05-111-1/+2
* profiler: Make profiler-is-running a macroAlexander Larsson2020-02-121-1/+1
* Convert all profiler times from nsec to usecAlexander Larsson2020-02-121-1/+1
* Declare global counter only in debug buildsEmmanuele Bassi2020-02-111-0/+8
* gdk: Silence some compiler warningsMatthias Clasen2020-02-051-6/+0
* profiling: Add a counter for pixels drawn per frameMatthias Clasen2019-05-181-0/+33
* 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