Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add GtkLayoutChild | Emmanuele Bassi | 2019-03-26 | 1 | -0/+14 |
* | Hook GtkLayoutManager into GtkWidget | Emmanuele Bassi | 2019-03-26 | 1 | -0/+2 |
* | Add GtkLayoutManager | Emmanuele Bassi | 2019-03-26 | 1 | -0/+16 |
* | Remove gdk_device_warp | Matthias Clasen | 2019-03-24 | 1 | -1/+0 |
* | Remove win32 themeing support | Benjamin Otte | 2019-03-22 | 2 | -30/+2 |
* | renderer: Make gsk_renderer_is_realized() public | Benjamin Otte | 2019-03-19 | 1 | -0/+1 |
* | renderer: Remove display property | Benjamin Otte | 2019-03-19 | 1 | -1/+0 |
* | motion controller: Add getters for crossing event targets | Matthias Clasen | 2019-03-16 | 1 | -0/+2 |
* | Add key controller API to the docs | Matthias Clasen | 2019-03-16 | 1 | -0/+6 |
* | password entry: Add a way to see the content | Matthias Clasen | 2019-03-14 | 1 | -0/+2 |
* | transform: Add perspective() | Benjamin Otte | 2019-03-05 | 2 | -0/+2 |
* | transform: Implement gsk_transform_invert() | Benjamin Otte | 2019-03-04 | 1 | -0/+1 |
* | transform: Remove gsk_transform_identity() | Benjamin Otte | 2019-03-04 | 1 | -1/+0 |
* | transform: Make category public API | Benjamin Otte | 2019-03-04 | 1 | -0/+3 |
* | transform: Remove API to poke internals | Benjamin Otte | 2019-03-04 | 1 | -4/+0 |
* | transform: Add more API | Benjamin Otte | 2019-03-04 | 1 | -0/+5 |
* | transform: Move to GSK | Benjamin Otte | 2019-03-04 | 4 | -33/+34 |
* | entry, spin button: Drop redundant API | Matthias Clasen | 2019-02-28 | 4 | -18/+7 |
* | docs: Miscellaneous doc fixes | Matthias Clasen | 2019-02-24 | 5 | -12/+21 |
* | docs: Remove some no-longer-existing api | Matthias Clasen | 2019-02-24 | 1 | -16/+4 |
* | docs: Some cosmetic fixups | Matthias Clasen | 2019-02-24 | 1 | -12/+10 |
* | Remove gdk_surface_set_user_data | Matthias Clasen | 2019-02-23 | 1 | -3/+0 |
* | docs: Refresh the "Q & A" part | Matthias Clasen | 2019-02-23 | 1 | -72/+51 |
* | Merge branch 'drawing-model-refresh' into 'master' | Matthias Clasen | 2019-02-23 | 1 | -196/+79 |
|\ | |||||
| * | doc: Rewrite the drawing model overview | Matthias Clasen | 2019-02-23 | 1 | -196/+79 |
* | | Drop gdk_event_handler_set | Matthias Clasen | 2019-02-23 | 1 | -3/+0 |
|/ | |||||
* | Update migration guide for pass-through | Matthias Clasen | 2019-02-21 | 1 | -0/+9 |
* | overlay: Remove gtk_overlay_set_overlay_pass_through | Matthias Clasen | 2019-02-21 | 1 | -2/+0 |
* | Make gtk_widget_set/get_can_pick public | Matthias Clasen | 2019-02-21 | 1 | -0/+2 |
* | overlay: Drop the index child property | Matthias Clasen | 2019-02-21 | 1 | -1/+0 |
* | docs: Fix typo | Benjamin Otte | 2019-02-21 | 1 | -1/+1 |
* | docs: Use the same name in different files | Benjamin Otte | 2019-02-21 | 1 | -1/+1 |
* | Remove docs for css keybindings | Matthias Clasen | 2019-02-21 | 2 | -75/+0 |
* | css: Add transform style property | Timm Bäder | 2019-02-21 | 1 | -0/+10 |
* | snapshot: Remove the old APIs | Benjamin Otte | 2019-02-21 | 1 | -2/+0 |
* | snapshot: Introduce transform APIs | Benjamin Otte | 2019-02-21 | 1 | -0/+10 |
* | snapshot: Remove gtk_snapshot_get_offset() | Benjamin Otte | 2019-02-21 | 1 | -1/+0 |
* | snapshot: Add functions to append shadows | Benjamin Otte | 2019-02-21 | 1 | -0/+2 |
* | snapshot: Add gtk_snapshot_append_border() | Benjamin Otte | 2019-02-21 | 1 | -0/+3 |
* | gtk: Add GtkTransform | Benjamin Otte | 2019-02-21 | 2 | -1/+34 |
* | Add new notebook apis to the docs | Matthias Clasen | 2019-02-21 | 2 | -0/+7 |
* | Add more info to the migration guide | Matthias Clasen | 2019-02-21 | 1 | -3/+8 |
* | text: Remove the ::has-frame property | Matthias Clasen | 2019-02-20 | 1 | -2/+0 |
* | widget: Add gtk_widget_compute_point() | Benjamin Otte | 2019-02-19 | 1 | -0/+1 |
* | widget: Add gtk_widget_compute_transform | Timm Bäder | 2019-02-19 | 1 | -0/+1 |
* | Mention GtkEditable and entries in the migration guide | Matthias Clasen | 2019-02-19 | 1 | -0/+17 |
* | Add editable delegate api to docs | Matthias Clasen | 2019-02-19 | 1 | -0/+6 |
* | Add GtkPasswordEntry | Matthias Clasen | 2019-02-19 | 3 | -0/+11 |
* | entry: Delegate to GtkText | Matthias Clasen | 2019-02-19 | 1 | -5/+0 |
* | Add a GtkText widget | Matthias Clasen | 2019-02-18 | 3 | -2/+42 |