Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add GtkLayoutChild | Emmanuele Bassi | 2019-03-26 | 6 | -15/+319 |
* | Rename the internal GtkLayoutChild type | Emmanuele Bassi | 2019-03-26 | 1 | -11/+11 |
* | Add GtkWidget:layout-manager | Emmanuele Bassi | 2019-03-26 | 1 | -0/+22 |
* | Hook GtkLayoutManager into GtkWidget | Emmanuele Bassi | 2019-03-26 | 7 | -69/+258 |
* | Add GtkLayoutManager | Emmanuele Bassi | 2019-03-26 | 5 | -0/+329 |
* | Doc comment fixup | Timm Bäder | 2019-03-25 | 1 | -1/+1 |
* | popover: Always measure contents gizmo | Timm Bäder | 2019-03-25 | 1 | -7/+3 |
* | popover: Don't try to compute_bounds of a NULL child | Timm Bäder | 2019-03-25 | 1 | -1/+2 |
* | Remove a dead file | Matthias Clasen | 2019-03-24 | 1 | -703/+0 |
* | color editor: Don't warn if editing is cancelled | Matthias Clasen | 2019-03-24 | 1 | -1/+0 |
* | Fix compile warning | Benjamin Otte | 2019-03-23 | 1 | -2/+1 |
* | Remove win32 themeing support | Benjamin Otte | 2019-03-22 | 16 | -4186/+3 |
* | Fix hover state handling | Matthias Clasen | 2019-03-22 | 1 | -1/+37 |
* | Stop walking parent surfaces for crossing event generation | Matthias Clasen | 2019-03-22 | 1 | -136/+4 |
* | cssparser: Simplify | Benjamin Otte | 2019-03-22 | 3 | -38/+15 |
* | cssparser: Remove unused functions | Benjamin Otte | 2019-03-22 | 2 | -122/+0 |
* | Remove debug spew | Matthias Clasen | 2019-03-22 | 1 | -1/+0 |
* | entry: Disconnect text signals in dispose | Matthias Clasen | 2019-03-21 | 1 | -1/+13 |
* | Merge branch 'adwaita-remove-selectionmode-assets-master' into 'master' | Matthias Clasen | 2019-03-20 | 17 | -330/+1 |
|\ | |||||
| * | Adwaita: Drop checkbox-selectionmode assets | Alex Monday | 2019-03-13 | 17 | -330/+1 |
* | | Merge branch 'adwaita-selectionmode-checkboxes-master' into 'master' | Matthias Clasen | 2019-03-20 | 3 | -32/+37 |
|\ \ | |||||
| * | | Adwaita: Fix selection-mode checkboxes | Alex Monday | 2019-03-12 | 3 | -32/+37 |
* | | | Merge branch 'adwaita-headerbar-switch-margins-master' into 'master' | Matthias Clasen | 2019-03-20 | 3 | -4/+4 |
|\ \ \ | |||||
| * | | | Adwaita: Adjust switch margins on headerbars | Alex Monday | 2019-03-19 | 3 | -4/+4 |
* | | | | Merge branch 'wip/jimmac/focus-ring-radii' into 'master' | Matthias Clasen | 2019-03-20 | 3 | -3/+7 |
|\ \ \ \ | |||||
| * | | | | Adwaita: draw bigger radius for focus rings | Jakub Steiner | 2019-03-19 | 3 | -3/+7 |
* | | | | | window: Update state flags | Matthias Clasen | 2019-03-19 | 1 | -0/+12 |
* | | | | | main: Fix crossing event generation for parented roots | Matthias Clasen | 2019-03-19 | 1 | -2/+3 |
|/ / / / | |||||
* | | | | gtk: Don't include gtkstylecontext.h from gtkcsstypesprivate.h | Benjamin Otte | 2019-03-19 | 37 | -54/+90 |
* | | | | stylecontext: Move atk.h include where it belongs | Benjamin Otte | 2019-03-19 | 2 | -1/+2 |
* | | | | paned: hide the handle widget when <2 children are visible | Benjamin Otte | 2019-03-19 | 1 | -0/+4 |
* | | | | paned: Refactor | Benjamin Otte | 2019-03-19 | 1 | -27/+4 |
* | | | | singleselection: Add forgotten notify emission | Benjamin Otte | 2019-03-19 | 1 | -1/+8 |
* | | | | revealer: Always use identity transform for revealed child | Benjamin Otte | 2019-03-19 | 1 | -74/+79 |
* | | | | One forgotten leave signal handler | Matthias Clasen | 2019-03-18 | 1 | -0/+2 |
* | | | | Adapt to motion controller api change | Matthias Clasen | 2019-03-18 | 5 | -8/+36 |
* | | | | motion controller: Install the properties | Matthias Clasen | 2019-03-18 | 1 | -0/+2 |
* | | | | Merge branch 'paned-no-grab' into 'master' | Matthias Clasen | 2019-03-18 | 1 | -3/+0 |
|\ \ \ \ | |||||
| * | | | | paned: Don't use a grab | Matthias Clasen | 2019-03-17 | 1 | -3/+0 |
* | | | | | Merge branch 'crossing-details' into 'master' | Matthias Clasen | 2019-03-18 | 2 | -5/+217 |
|\ \ \ \ \ | |||||
| * | | | | | motion controller: Add getters for crossing event targets | Matthias Clasen | 2019-03-16 | 2 | -1/+71 |
| * | | | | | motion controller: Add focus properties | Matthias Clasen | 2019-03-16 | 1 | -0/+123 |
| * | | | | | motion controller: add details to signals | Matthias Clasen | 2019-03-16 | 1 | -4/+23 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge branch 'wip/carlosg/include-constructors-header' into 'master' | Matthias Clasen | 2019-03-18 | 1 | -0/+2 |
|\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| * | | | | gdk: Include copy of glib/gconstructor.h | Carlos Garnacho | 2019-03-17 | 1 | -0/+2 |
* | | | | | editable: Fix a thinko | Matthias Clasen | 2019-03-17 | 1 | -2/+8 |
|/ / / / | |||||
* | | | | widget: Fix a mission annotation | Matthias Clasen | 2019-03-17 | 1 | -1/+1 |
|/ / / | |||||
* | | | xim: Stop using GtkWidget::event | Matthias Clasen | 2019-03-16 | 1 | -42/+0 |
* | | | Use root in gdk_synthesize_crossing_events | Matthias Clasen | 2019-03-16 | 3 | -6/+6 |
* | | | Make gtk_widget_get_focus_child public | Matthias Clasen | 2019-03-16 | 2 | -2/+3 |