summaryrefslogtreecommitdiff
path: root/gtk/gtksnapshotprivate.h
Commit message (Expand)AuthorAgeFilesLines
* Convert headers to #pragma onceMatthias Clasen2023-03-311-3/+1
* Revert "gtk: Pass font options along"Matthias Clasen2021-09-041-7/+6
* gtk: Pass font options alongMatthias Clasen2021-09-031-6/+7
* snapshot: Move structs into .c fileBenjamin Otte2020-07-161-70/+0
* snapshot: Remove new_with_parentTimm Bäder2020-02-071-4/+0
* snapshot: Add _push_collect() and _pop_collect()Timm Bäder2020-02-071-0/+4
* snapshot: Stop exporting _append_node_internalTimm Bäder2019-09-091-3/+0
* widget: Make transform a GskTransformBenjamin Otte2019-03-041-4/+0
* transform: Make category public APIBenjamin Otte2019-03-041-1/+1
* rendernode: Make the transform node take a GskTransformBenjamin Otte2019-03-041-6/+2
* transform: Move to GSKBenjamin Otte2019-03-041-1/+1
* snapshot: Remove the old APIsBenjamin Otte2019-02-211-3/+0
* snapshot: Introduce transform APIsBenjamin Otte2019-02-211-0/+4
* snapshot: Refactor text renderingBenjamin Otte2019-02-211-0/+6
* snapshot: Store an actual GtkTransformBenjamin Otte2019-02-211-2/+1
* widget: Store category of widget transformBenjamin Otte2019-02-211-0/+6
* snapshot: Add gtk_snapshot_from_parentTimm Bäder2019-01-161-0/+4
* Revert "Use aligned allocators for GtkSnapshot"Benjamin Otte2018-06-191-12/+1
* snapshot: Trivial typo fix in commentMohammed Sadiq2018-06-131-1/+1
* Use aligned allocators for GtkSnapshotРуслан Ижбулатов2018-06-101-1/+12
* snapshot: Get rid of record_nodes flagBenjamin Otte2018-04-241-1/+0
* snapshot: Redo debug messagesBenjamin Otte2018-04-241-6/+4
* snapshot: Don't handle clip anymoreBenjamin Otte2018-04-171-5/+0
* widget: Cache clip from creating render nodeBenjamin Otte2018-04-051-5/+7
* snapshot: Track clip as a rect onlyBenjamin Otte2018-04-051-1/+3
* widget: Cache the render nodeBenjamin Otte2018-04-051-0/+3
* snapshot: Make gtk_snapshot_append_node() take care of offsetBenjamin Otte2018-03-261-0/+3
* snapshot: Remove rendererBenjamin Otte2018-03-241-1/+0
* snapshot: Turn into GObjectBenjamin Otte2018-03-181-1/+11
* snapshot: "Inherit" from GdkSnapshotBenjamin Otte2018-03-161-1/+1
* GtkSnapshot: Add gettersMatthias Clasen2018-03-111-2/+0
* GtkSnapshot: Drop init/finishMatthias Clasen2018-03-111-8/+0
* GtkSnapshot: Implement the builder patternMatthias Clasen2018-03-111-0/+1
* snapshot: Use one GPtrArray for all nodesTimm Bäder2017-10-021-1/+3
* snapshot: Use one large GArray for all statesTimm Bäder2017-10-021-5/+3
* Add gtk_snapshot_push_blur()Matthias Clasen2017-09-041-0/+3
* snapshot: Add gtk_snapshot_push_blend()Benjamin Otte2017-01-131-0/+4
* Add gtk_snapshot_push_cross_fade()Benjamin Otte2017-01-131-0/+4
* GtkSnapshot: Always use int for the translationwip/alexl/snapshot-int-translateAlexander Larsson2017-01-111-2/+2
* GtkSnapshot: Reuse snapshot state objectsAlexander Larsson2017-01-111-0/+1
* GtkSnapshot: Move collect data to a union in the stateAlexander Larsson2017-01-111-5/+31
* Snapshot: Only record names if inspector is recordingAlexander Larsson2017-01-111-2/+3
* snapshot: Work on pushing and popping againBenjamin Otte2016-12-201-0/+8
* snapshot: Make gtk_snapshot_get_renderer() privateBenjamin Otte2016-12-201-0/+2
* snapshot: Change how gtk_snapshot_push/pop worksBenjamin Otte2016-12-201-2/+2
* snapshot: Handle clip region as part of the stateBenjamin Otte2016-12-201-1/+1
* gsk: gsk_render_node_set_transform() => GskTransformNodeBenjamin Otte2016-12-201-9/+2
* snapshot: Always create an initial nodeBenjamin Otte2016-12-091-1/+3
* snapshot: Implement gtk_snapshot_clips_rect()Benjamin Otte2016-11-171-0/+2
* snapshot: Pass the clip region to the snapshotBenjamin Otte2016-11-171-1/+3