[gtk] (99 commits) Non-fast-forward update to branch wip/otte/bitset



The branch 'wip/otte/bitset' 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:

  9e5f6ed... Add amalgamated roaring bitmaps source code
  987a453... Add GtkBitset
  ad18903... testsuite: Add tests for GtkBitset
  e756688... multiselection: Port to GtkBitset
  2f6dda7... selectionmodel: Replace query_range() with get_selection()
  822f72a... selectionmodel: Add gtk_selection_model_set_selection()
  e04e553... listbase: Port rubberband to gtk_selection_model_set_select
  c4fdf8e... selectionmodel: Remove select_callback() functions
  d3d5aa8... Remove GtkSet
  7e40427... multiselection: Track items across resorts
  290108f... gtk-demo: Port listview-colors demo to multiselection again
  10d4fd0... gtk: Remove GtkPropertySelection
  1b8646f... Fix indentation
  e04f020... listbase: Don't do extra work
  0d19e24... listbase: Move a common function from the children into Gtk
  efc7ce8... listbase: Allocate rubberband according to list coords
  e331aab... multiselection: Implement get_selection_in_range()
  35a536f... listbase: Allocate gridview items properly on RTL
  3bada16... listbase: Flip autoscroll deltas if adjustments are flipped
  d6dbd93... listview: Allocate rubberband at end of size_allocate()
  92b2d2d... listbase: Compute rubberband region on-demand
  de0ef72... listbase: Only compute the modifiers when releasing the rub
  9ca9569... listbase: Make rubberbanding a threshold drag

Commits added to the branch:

  511e5f3... filter: Make GtkEveryFilter buildable (*)
  607f08e... Port the icon browser to GtkGridView (*)
  c73dd9e... Merge branch 'matthiasc/for-master' into 'master' (*)
  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
  e6d4fd2... Add GtkBitset
  02d94bb... testsuite: Add tests for GtkBitset
  fdcd8dd... multiselection: Port to GtkBitset
  5732854... selectionmodel: Replace query_range() with get_selection()
  dff0105... selectionmodel: Add gtk_selection_model_set_selection()
  f884790... listbase: Port rubberband to gtk_selection_model_set_select
  23c592e... selectionmodel: Remove select_callback() functions
  812b6da... Remove GtkSet
  a120562... multiselection: Track items across resorts
  74e5059... gtk-demo: Port listview-colors demo to multiselection again
  4d18f49... gtk: Remove GtkPropertySelection
  a49c91d... Fix indentation
  dcd426e... listbase: Don't do extra work
  af9327c... listbase: Move a common function from the children into Gtk
  e71328e... listbase: Allocate rubberband according to list coords
  d24f7bc... multiselection: Implement get_selection_in_range()
  24181f2... listbase: Allocate gridview items properly on RTL
  3bdd6e2... listbase: Flip autoscroll deltas if adjustments are flipped
  608ede8... listview: Allocate rubberband at end of size_allocate()
  5d622f4... listbase: Compute rubberband region on-demand
  8e4bb87... listbase: Only compute the modifiers when releasing the rub
  a3e8325... listbase: Make rubberbanding a threshold drag

(*) 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]