Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | 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 | |
* | | | key controller: Enforce limitations of key forwarding | Matthias Clasen | 2019-03-16 | 1 | -0/+2 | |
* | | | key controller: Improve the docs | Matthias Clasen | 2019-03-16 | 1 | -0/+7 | |
* | | | key controller: Add getters for focus event targets | Matthias Clasen | 2019-03-16 | 2 | -0/+71 | |
* | | | key controller: Add focus properties | Matthias Clasen | 2019-03-16 | 1 | -5/+126 | |
* | | | key controller: Fix a copy/paste error | Matthias Clasen | 2019-03-16 | 1 | -2/+2 | |
* | | | Pass mode and detail to focus-in/out signals | Matthias Clasen | 2019-03-16 | 5 | -9/+35 | |
* | | | Move maintaining the focus chain | Matthias Clasen | 2019-03-16 | 2 | -8/+15 | |
* | | | Some fixes to crossing event generation | Matthias Clasen | 2019-03-16 | 1 | -7/+15 | |
* | | | window: Use gtk_synthesize_crossing_events | Matthias Clasen | 2019-03-16 | 1 | -68/+51 | |
* | | | Export gtk_synthesize_crossing_events internally | Matthias Clasen | 2019-03-16 | 2 | -1/+7 | |
* | | | Share crossing and focus change event code | Matthias Clasen | 2019-03-16 | 1 | -39/+67 | |
* | | | gdk: Rename gdk_event_set_user_data | Matthias Clasen | 2019-03-16 | 1 | -3/+3 | |
* | | | Clarify grab_focus docs | Matthias Clasen | 2019-03-16 | 1 | -12/+13 | |
* | | | window: Remove initial-focus builder support | Matthias Clasen | 2019-03-16 | 1 | -85/+0 | |
* | | | window: Remove ::set-focus | Matthias Clasen | 2019-03-16 | 2 | -50/+17 | |
* | | | popover: Stop using ::set-focus | Matthias Clasen | 2019-03-16 | 1 | -2/+3 | |
* | | | filechooser: Stop using ::set-focus | Matthias Clasen | 2019-03-16 | 1 | -5/+9 | |
* | | | inspector: Stop using ::set-focus | Matthias Clasen | 2019-03-16 | 2 | -87/+0 | |
* | | | Drop gtk_widget_send_focus_change | Matthias Clasen | 2019-03-16 | 5 | -56/+6 | |
* | | | widget: Add a private setter for has-focus | Matthias Clasen | 2019-03-16 | 2 | -0/+15 | |
* | | | Exclude non-drawable widgets from focus | Matthias Clasen | 2019-03-16 | 1 | -1/+3 | |
* | | | widget: Drop the ::focus signal | Matthias Clasen | 2019-03-16 | 1 | -26/+1 | |
* | | | Simplify the move_focus api | Matthias Clasen | 2019-03-16 | 3 | -22/+15 | |
* | | | Move a check to gtk_window_set_focus | Matthias Clasen | 2019-03-16 | 2 | -3/+3 | |
* | | | Port widgets to the root focus API | Matthias Clasen | 2019-03-16 | 13 | -72/+54 | |
* | | | window: Implement the root focus api | Matthias Clasen | 2019-03-16 | 1 | -0/+9 | |
* | | | root: Add focus | Matthias Clasen | 2019-03-16 | 3 | -0/+83 | |
* | | | Redo focus handling | Matthias Clasen | 2019-03-16 | 2 | -210/+38 | |
* | | | password entry: Fix property notification | Matthias Clasen | 2019-03-16 | 1 | -2/+7 | |
* | | | search entry: Fix property notification | Matthias Clasen | 2019-03-16 | 1 | -2/+6 | |
* | | | widget: Check rootness for invisibility | Matthias Clasen | 2019-03-16 | 1 | -1/+1 | |
* | | | password entry: Don't show both icons | Matthias Clasen | 2019-03-15 | 1 | -1/+4 | |
* | | | password entry: Add a way to see the content | Matthias Clasen | 2019-03-14 | 6 | -7/+164 | |
* | | | password entry: Make the Caps Lock icon less prominent | Matthias Clasen | 2019-03-14 | 2 | -0/+5 | |
* | | | password entry: Use text cursor for Caps Lock indicator | Matthias Clasen | 2019-03-14 | 1 | -0/+1 | |
* | | | entry: Make progress bar not pickable | Matthias Clasen | 2019-03-14 | 1 | -0/+1 |