[gtk] (134 commits) Non-fast-forward update to branch wip/Jehan/gio-querymodules-pkg-config-master
- From: Jehan <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk] (134 commits) Non-fast-forward update to branch wip/Jehan/gio-querymodules-pkg-config-master
- Date: Sun, 28 Jun 2020 10:50:06 +0000 (UTC)
The branch 'wip/Jehan/gio-querymodules-pkg-config-master' was changed in a way that was not a fast-forward
update.
NOTE: This may cause problems for people pulling from the branch. For more information,
please see:
https://wiki.gnome.org/Git/Help/NonFastForward
Commits removed from the branch:
fed9d42... build-aux: search various Glib/GIO utilities in .pc file.
Commits added to the branch:
607f08e... Port the icon browser to GtkGridView (*)
f83aa16... Merge branch 'port-icon-browser' into 'master' (*)
293f2e6... demos: Fix builds against Visual Studio headers (*)
9fd3212... gtk-demo: Add a warning to the colors demo (*)
9f1208b... Merge branch 'master.msvc' into 'master' (*)
2df139c... gdk: Make gdk_keyval_to_unicode platform-independent (*)
8a91d1d... Merge branch 'matthiasc/for-master' into 'master' (*)
05736af... x11: be more verbose when glClientWaitSync behaves unexpect (*)
fb14802... Merge branch 'wip/dont-assert-without-evidence' into 'maste (*)
418bbb2... entrycompletion: Name the controllers (*)
9faaa5e... Fix change notification for event controllers (*)
692cc42... Add gtk_widget_prepend_controller (*)
53a30ea... entry completion: Make keynav work again (*)
c6fe881... gdk: Clarify the docs of gdk_keyval_to_unicode (*)
1791c63... Merge branch 'fix-entry-completion' into 'master' (*)
367d24b... Merge branch 'keyval-to-uni-fix' into 'master' (*)
67a7ad0... entrycompletion: Drop action support (*)
9bcf401... Add a basic clipboard test (*)
a0f6ff1... x11: ensure some context is bound before calling glClientWa (*)
91a96d2... Merge branch 'matthiasc/for-master' into 'master' (*)
7ff427b... Merge branch 'drop-entry-completion-actions' into 'master' (*)
1643e81... Merge branch 'wip/fencing-without-context-is-discouraged' i (*)
1912513... x11: Ensure bound context is compatible with sync fence (*)
518462d... Merge branch 'wip/fencing-without-context-is-discouraged' i (*)
34a12f4... entry completion: Drop the Private struct (*)
83f22fc... Add a few missing includes (*)
ec54399... Adwaita: notebook legibility fixes (*)
a3f4caa... Merge branch 'matthiasc/for-master' into 'master' (*)
fff981b... Merge branch 'wip/jimmac/notebook-legibility' into 'master' (*)
e8210d5... Add GtkStringList as public api (*)
2cfeb10... Merge branch 'stringlist' into 'master' (*)
4fe608e... gtkwidget: Cancel all gestures in other groups (*)
31b95ce... gtkmain: Look up transient-for hierarchies to determine mod (*)
c1d9027... gdk: Drop GDK_SOURCE_ERASER (*)
59a8106... gdk: Drop supports_multidevice API (*)
5f29b8f... gdk: Drop GdkGrabOwnership (*)
6d2860e... gdk: Drop gdk_seat_get_logical_pointers() (*)
cf1fbdf... gdk: Add gdk_event_get_seat() (*)
7be6afe... gdk: Depend less on gdk_event_get_device() (*)
29d054c... gtkwidget: Remove dead code (*)
f872eb6... gtkmain: Drop unused struct field (*)
42ed8a2... gtkwidget: Drop _gtk_widget_get_device_surface() (*)
f401b05... gtkwidget: Avoid poking surfaces and events in gtk_widget_l (*)
469a4a7... gdk: Drop gdk_device_get_last_event_surface() (*)
8031036... gtkwindowhandle: Drop has-grab checks (*)
386b63b... scrolledwindow: Don't take adjustments in new() (*)
fd5f6ef... gtk-demo: Improve the entry completion demo (*)
3656994... gtk-demo: Enable inline completion (*)
bce518b... entrycompletion: Various fixes (*)
e834e51... Install gtkstringlist.h (*)
455d91b... testgtk: Update list of cursor names (*)
f7c5cf1... gtknotebook: Move away from grab_notify (*)
7627480... gtkspinbutton: Drop grab_notify handler (*)
df30741... gtkbutton: Drop grab_notify handler (*)
2f8d5e2... gtkvideo: Track child focus to determine whether controls s (*)
1f79864... gtkprintoperation-win32: Don't track grab-notify (*)
994f327... gtkwidget: Drop ::grab-notify signal and vfunc (*)
ddb3a4b... gtkmain: Make grab-notify notifications more targeted (*)
1c5cf17... gtkwidget: Drop internal checks in grab-notify (*)
f046e27... gtkwidget: Drop gtk_widget_device_is_shadowed() (*)
102d2a3... gtkwidget: Avoid use of shadowed flag (*)
8e549d7... gtkwidget: Drop _gtk_widget_[gs]et_shadowed() (*)
8eeef54... gtktextview: Remove child textview items last (*)
ba1944d... Merge branch 'matthiasc/for-master' into 'master' (*)
f4e2007... Merge branch 'scrolled-window-api' into 'master' (*)
db82eae... Merge branch 'wip/carlosg/input-cleanups' into 'master' (*)
c0cbf9d... Update Turkish translation (*)
3d3d7db... stringfilter: Fix a typo (*)
d0e5610... Drop unused includes (*)
1f410fa... searchentry: Update the docs slightly (*)
c9b032a... gtk-demo: Fix a typo in the listbox demo (*)
30e79e8... docs: Fix a typo (*)
0ec868b... inspector: Adapt to dropdown api change (*)
0ef0edf... Merge branch 'matthiasc/for-master' into 'master' (*)
d830724... Add amalgamated roaring bitmaps source code (*)
5b1195f... gtk: Add some g-i annotations to GtkStringList (*)
db452f0... Add GtkBitset (*)
ff36cfb... testsuite: Add tests for GtkBitset (*)
277a91d... multiselection: Port to GtkBitset (*)
8395698... selectionmodel: Replace query_range() with get_selection() (*)
fa02956... selectionmodel: Add gtk_selection_model_set_selection() (*)
a38c423... listbase: Port rubberband to gtk_selection_model_set_select (*)
006dfdc... selectionmodel: Remove select_callback() functions (*)
58d3213... Remove GtkSet (*)
3d8b6f6... multiselection: Track items across resorts (*)
6ceab55... gtk-demo: Port listview-colors demo to multiselection again (*)
488b0cb... gtk: Remove GtkPropertySelection (*)
e574dcb... Fix indentation (*)
de4803b... listbase: Don't do extra work (*)
c2b0330... listbase: Move a common function from the children into Gtk (*)
64aa281... listbase: Allocate rubberband according to list coords (*)
147388e... multiselection: Implement get_selection_in_range() (*)
724c936... listbase: Allocate gridview items properly on RTL (*)
7c52e03... listbase: Flip autoscroll deltas if adjustments are flipped (*)
ec4a489... listview: Allocate rubberband at end of size_allocate() (*)
a594996... listbase: Compute rubberband region on-demand (*)
30488e6... listbase: Only compute the modifiers when releasing the rub (*)
dc1dbe6... listbase: Make rubberbanding a threshold drag (*)
721396b... dropdown: Annotate the get_selected_item method (*)
e20610c... Merge branch 'wip/ricotz/annotations' into 'master' (*)
1d1f618... Merge branch 'tintou/dropdown-annotations' into 'master' (*)
f07d304... main: Avoid a warning (*)
e04191a... Merge branch 'wip/otte/bitset' into 'master' (*)
4185ba2... docs: Some tweaks to the list widget overview (*)
3f55bfe... Merge branch 'matthiasc/for-master' into 'master' (*)
b81bbde... gtkswitch: Don't be eager in accepting the gesture (*)
0ce4f66... gtktext: Don't accept (twice!) all press actions (*)
9b9a9f1... Merge branch 'wip/carlosg/sequence-state-fixups' into 'mast (*)
3558bea... text: Give names to event controllers (*)
a26865e... widget: Add a debug message for consumed key events (*)
2d914d5... text: Handle key events in the target phase (*)
8b4560c... Revert "text: Avoid creating a PangoAttrList we don't need" (*)
cd9f573... text: Be more selective when selecting on focus-in (*)
fd2861d... docs: Add css docs to entries (*)
7fa8a69... Merge branch 'matthiasc/for-master' into 'master' (*)
cfdc81a... Adwaita: Fix block cursors in spinbuttons (*)
2c55335... Merge branch 'matthiasc/for-master' into 'master' (*)
913cd91... widget: Fix an oversight (*)
64db05d... shortcutcontroller: Add some debug spew (*)
c20a966... text: Update action enabled state correctly (*)
0d10982... text: Support reverse selection (*)
5d11e98... gtk-demo: Improve formatting in the color demo (*)
3a70ca9... listitem: Correct the docs (*)
c447fa8... Merge branch 'matthiasc/for-master' into 'master' (*)
4fb495d... builder: Warn about dropped objects (*)
3aa5019... gtk-demo: Drop an unused object (*)
4d68736... Update Kazakh translation (*)
f3d5f66... Update Kazakh translation (*)
8f0b92e... Merge branch 'matthiasc/for-master' into 'master' (*)
6590236... builder: Documentation tweaks (*)
66bce08... docs: Migration guide additions (*)
ace4eac... Merge branch 'matthiasc/for-master' into 'master' (*)
cd09681... build-aux: search various Glib/GIO utilities in .pc file.
2fb755e... build-aux: fallback to default glib-compile-schemas & gio-q
(*) This commit already existed in another branch; no separate mail sent
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]