[gtk: 37/37] Merge branch 'wip/matthiasc/focus3' into 'master'
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk: 37/37] Merge branch 'wip/matthiasc/focus3' into 'master'
- Date: Sun, 17 Mar 2019 02:43:08 +0000 (UTC)
commit fc2b412c0c6428a3ae971e59c7950bccf7a6e0dc
Merge: 64b9114d98 1ce5327058
Author: Matthias Clasen <mclasen redhat com>
Date: Sun Mar 17 02:42:46 2019 +0000
Merge branch 'wip/matthiasc/focus3' into 'master'
Move focus to GtkRoot
See merge request GNOME/gtk!640
docs/reference/gtk/gtk4-sections.txt | 6 +
gdk/gdk-private.h | 2 -
gdk/gdkevents.c | 61 ++++++-
gdk/gdkeventsprivate.h | 16 +-
gtk/gtkcalendar.c | 4 +
gtk/gtkcoloreditor.c | 3 +-
gtk/gtkeventcontrollerkey.c | 242 ++++++++++++++++++++++++--
gtk/gtkeventcontrollerkey.h | 5 +
gtk/gtkfilechooserwidget.c | 23 ++-
gtk/gtkimcontextxim.c | 42 -----
gtk/gtklabel.c | 2 +-
gtk/gtkmain.c | 155 +++++++++++------
gtk/gtknotebook.c | 8 +-
gtk/gtkpaned.c | 12 +-
gtk/gtkplacesview.c | 2 +-
gtk/gtkpopover.c | 5 +-
gtk/gtkroot.c | 69 ++++++++
gtk/gtkroot.h | 6 +
gtk/gtkrootprivate.h | 8 +
gtk/gtkspinbutton.c | 2 +
gtk/gtkstack.c | 34 ++--
gtk/gtktext.c | 2 +-
gtk/gtktreeview.c | 7 +-
gtk/gtktreeviewcolumn.c | 9 +-
gtk/gtkwidget.c | 243 ++++----------------------
gtk/gtkwidget.h | 6 +-
gtk/gtkwidgetfocus.c | 35 ++--
gtk/gtkwidgetprivate.h | 14 +-
gtk/gtkwindow.c | 323 +++++++----------------------------
gtk/gtkwindow.h | 4 -
gtk/inspector/misc-info.c | 50 ------
gtk/inspector/misc-info.ui | 37 ----
tests/dialog.ui | 1 -
tests/testtoolbar.c | 2 +-
testsuite/a11y/about.txt | 4 +-
testsuite/a11y/accessible-name.txt | 4 +-
testsuite/a11y/actionbar.txt | 4 +-
testsuite/a11y/assistant.txt | 2 +-
testsuite/a11y/buttons.txt | 4 +-
testsuite/a11y/calendar.txt | 4 +-
testsuite/a11y/colorchooser.txt | 4 +-
testsuite/a11y/combos.txt | 2 +-
testsuite/a11y/entries.txt | 2 +-
testsuite/a11y/expander.txt | 4 +-
testsuite/a11y/headerbar.txt | 4 +-
testsuite/a11y/hello-world.txt | 4 +-
testsuite/a11y/iconview.txt | 4 +-
testsuite/a11y/label-static.txt | 4 +-
testsuite/a11y/label.txt | 4 +-
testsuite/a11y/link.txt | 4 +-
testsuite/a11y/listbox.txt | 4 +-
testsuite/a11y/lockbutton.txt | 4 +-
testsuite/a11y/menubutton.txt | 4 +-
testsuite/a11y/menubutton2.txt | 4 +-
testsuite/a11y/menubutton3.txt | 4 +-
testsuite/a11y/menus.txt | 8 +
testsuite/a11y/mnemonic.txt | 2 +-
testsuite/a11y/notebook.txt | 4 +-
testsuite/a11y/pickers.txt | 2 +-
testsuite/a11y/placeholder-text.txt | 8 +-
testsuite/a11y/range.txt | 4 +-
testsuite/a11y/scale-drawvalue.txt | 4 +-
testsuite/a11y/stack.txt | 4 +-
testsuite/a11y/text.txt | 4 +-
testsuite/a11y/tooltips.txt | 4 +-
testsuite/a11y/tree.txt | 10 +-
testsuite/gtk/focus.c | 163 +++++++++++++++++-
67 files changed, 901 insertions(+), 834 deletions(-)
---
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]