| Commit message (Expand) | Author | Age | Files | Lines |
* | snapshot: Move structs into .c file | Benjamin Otte | 2020-07-16 | 1 | -70/+0 |
* | snapshot: Remove new_with_parent | Timm Bäder | 2020-02-07 | 1 | -4/+0 |
* | snapshot: Add _push_collect() and _pop_collect() | Timm Bäder | 2020-02-07 | 1 | -0/+4 |
* | snapshot: Stop exporting _append_node_internal | Timm Bäder | 2019-09-09 | 1 | -3/+0 |
* | widget: Make transform a GskTransform | Benjamin Otte | 2019-03-04 | 1 | -4/+0 |
* | transform: Make category public API | Benjamin Otte | 2019-03-04 | 1 | -1/+1 |
* | rendernode: Make the transform node take a GskTransform | Benjamin Otte | 2019-03-04 | 1 | -6/+2 |
* | transform: Move to GSK | Benjamin Otte | 2019-03-04 | 1 | -1/+1 |
* | snapshot: Remove the old APIs | Benjamin Otte | 2019-02-21 | 1 | -3/+0 |
* | snapshot: Introduce transform APIs | Benjamin Otte | 2019-02-21 | 1 | -0/+4 |
* | snapshot: Refactor text rendering | Benjamin Otte | 2019-02-21 | 1 | -0/+6 |
* | snapshot: Store an actual GtkTransform | Benjamin Otte | 2019-02-21 | 1 | -2/+1 |
* | widget: Store category of widget transform | Benjamin Otte | 2019-02-21 | 1 | -0/+6 |
* | snapshot: Add gtk_snapshot_from_parent | Timm Bäder | 2019-01-16 | 1 | -0/+4 |
* | Revert "Use aligned allocators for GtkSnapshot" | Benjamin Otte | 2018-06-19 | 1 | -12/+1 |
* | snapshot: Trivial typo fix in comment | Mohammed Sadiq | 2018-06-13 | 1 | -1/+1 |
* | Use aligned allocators for GtkSnapshot | Руслан Ижбулатов | 2018-06-10 | 1 | -1/+12 |
* | snapshot: Get rid of record_nodes flag | Benjamin Otte | 2018-04-24 | 1 | -1/+0 |
* | snapshot: Redo debug messages | Benjamin Otte | 2018-04-24 | 1 | -6/+4 |
* | snapshot: Don't handle clip anymore | Benjamin Otte | 2018-04-17 | 1 | -5/+0 |
* | widget: Cache clip from creating render node | Benjamin Otte | 2018-04-05 | 1 | -5/+7 |
* | snapshot: Track clip as a rect only | Benjamin Otte | 2018-04-05 | 1 | -1/+3 |
* | widget: Cache the render node | Benjamin Otte | 2018-04-05 | 1 | -0/+3 |
* | snapshot: Make gtk_snapshot_append_node() take care of offset | Benjamin Otte | 2018-03-26 | 1 | -0/+3 |
* | snapshot: Remove renderer | Benjamin Otte | 2018-03-24 | 1 | -1/+0 |
* | snapshot: Turn into GObject | Benjamin Otte | 2018-03-18 | 1 | -1/+11 |
* | snapshot: "Inherit" from GdkSnapshot | Benjamin Otte | 2018-03-16 | 1 | -1/+1 |
* | GtkSnapshot: Add getters | Matthias Clasen | 2018-03-11 | 1 | -2/+0 |
* | GtkSnapshot: Drop init/finish | Matthias Clasen | 2018-03-11 | 1 | -8/+0 |
* | GtkSnapshot: Implement the builder pattern | Matthias Clasen | 2018-03-11 | 1 | -0/+1 |
* | snapshot: Use one GPtrArray for all nodes | Timm Bäder | 2017-10-02 | 1 | -1/+3 |
* | snapshot: Use one large GArray for all states | Timm Bäder | 2017-10-02 | 1 | -5/+3 |
* | Add gtk_snapshot_push_blur() | Matthias Clasen | 2017-09-04 | 1 | -0/+3 |
* | snapshot: Add gtk_snapshot_push_blend() | Benjamin Otte | 2017-01-13 | 1 | -0/+4 |
* | Add gtk_snapshot_push_cross_fade() | Benjamin Otte | 2017-01-13 | 1 | -0/+4 |
* | GtkSnapshot: Always use int for the translationwip/alexl/snapshot-int-translate | Alexander Larsson | 2017-01-11 | 1 | -2/+2 |
* | GtkSnapshot: Reuse snapshot state objects | Alexander Larsson | 2017-01-11 | 1 | -0/+1 |
* | GtkSnapshot: Move collect data to a union in the state | Alexander Larsson | 2017-01-11 | 1 | -5/+31 |
* | Snapshot: Only record names if inspector is recording | Alexander Larsson | 2017-01-11 | 1 | -2/+3 |
* | snapshot: Work on pushing and popping again | Benjamin Otte | 2016-12-20 | 1 | -0/+8 |
* | snapshot: Make gtk_snapshot_get_renderer() private | Benjamin Otte | 2016-12-20 | 1 | -0/+2 |
* | snapshot: Change how gtk_snapshot_push/pop works | Benjamin Otte | 2016-12-20 | 1 | -2/+2 |
* | snapshot: Handle clip region as part of the state | Benjamin Otte | 2016-12-20 | 1 | -1/+1 |
* | gsk: gsk_render_node_set_transform() => GskTransformNode | Benjamin Otte | 2016-12-20 | 1 | -9/+2 |
* | snapshot: Always create an initial node | Benjamin Otte | 2016-12-09 | 1 | -1/+3 |
* | snapshot: Implement gtk_snapshot_clips_rect() | Benjamin Otte | 2016-11-17 | 1 | -0/+2 |
* | snapshot: Pass the clip region to the snapshot | Benjamin Otte | 2016-11-17 | 1 | -1/+3 |
* | snapshot: Add GtkSnapshotState | Benjamin Otte | 2016-11-17 | 1 | -5/+13 |
* | snapshot: Completely reengineer API | Benjamin Otte | 2016-11-15 | 1 | -10/+3 |
* | window: Implement snapshot() | Benjamin Otte | 2016-11-15 | 1 | -0/+10 |