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



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

  801a306... togglebutton: Don't emit clicked during set_active()
  5aa45a2... builder: Allow parsing G_TYPE_BYTES from strings
  40ecd92... gtk: Add a GtkListView skeleton
  d11e075... listview: Introduce GtkListItemFactory
  f0758a2... listview: Make widget actually do something
  d440dae... listview: Implement GtkScrollable
  90bb2c4... tests: Add a test for a permanently changing listview
  47225f0... listview: Implement an anchor
  54b65ce... listview: Add GtkListItemManager
  6f57ced... listview: Add GtkListItem
  849f67c... listview: Make the listitemmanager stricter
  79700ac... listview: Change change management
  9afdd0c... tests: Make animating listview do random resorts
  0c1c024... listitem: Add gtk_list_item_get_position()
  f9db1c3... listview: Change how binding is done
  8f34c13... listview: Change anchor handling again
  154a9df... listview: Only allocate necesary rows
  0595e73... testlistview: Show the row number
  8900382... testlistview: Create widgets only once
  2fd13bd... listitemmanager: Switch from "insert_before" to "insert_aft
  4530253... listlistmodel: Add gtk_list_list_model_item_moved()
  febc5f2... listview: Try to keep the list items in order when scrollin
  b469c16... listview: Add selection properties to ListItem
  ade9016... listview: Reset listitems' CSS animations when rebinding
  7a58bfd... listview: Add initial support for displaying selections
  f350416... listitem: Add a press gesture to select the item
  3c8323b... gtk: Add a GtkGridView skeleton
  46e183f... gridview: Add API for setting number of columns
  add133e... wayland: Remove function declaration for nonexisting functi
  bafa915... listitemmanager: Move list of listitems here
  b5385de... gridview: Implement GtkScrollable
  0353bb2... listitemmanager: Simplify
  46feacf... listitemmanager: Add trackers
  5e273c9... listview: Add gtk_list_view_set_show_separators()
  c7092d0... listitemfactory: Sanitize APIs
  8c96013... listitemfactory: vfuncify
  1d83e50... listitemfactory: Split implementation out
  b9d639e... listitemfactory: Add a factory for ui files
  795cb9e... gtk-demo: Introduce awards
  8d5cff3... directorylist: Add
  523b600... testlistview: Load icons async
  7a86458... listview: Add list.scroll_to_item action
  795f9f2... listview: Implement extending selections
  aade4dd... tests: Add a rough form of multiselection
  b326f8a... listview: Implement GtkOrientable
  eae964a... gtk-demo: Add a rough start at a Weather demo
  b7bdf99... textview: Make cursor work when blinking is disabled
  399c275... listview: Expose GtkListItemFactory APIs
  50f4ad6... gridview: Add factory handling
  ef1eea6... gridview: Implement GtkOrientable
  3048d33... listview: Pass the CSS name of listitems to the manager
  baa564a... gridview: Actually do something
  5b1b429... Add GtkTreeExpander
  9d33d8b... demo: Add a GSettings tree demo
  98941cd... inspector: Use a treeexpander in the recorder
  778a117... inspector: Use a GtkTreeExpander in the object tree
  538df82... inspector: Make the recorder node list use a ListView
  ddd0218... popover: Remove unneeded vfunc
  ed6aa46... listitem: Change focus handling
  3a27672... treeexpander: Implement input support
  cff0018... listview: Implement activation
  88f25e0... listview: Track focus movements and update selection
  db5638e... listview: Implement (un)select all
  36365bc... listview: Add a focus tracker
  f81844e... listitem: Add "listitem.select" action and keybindings for 
  dcec20e... listview: Add gtk_list_view_get_position_at_y()
  7ab29c5... listview: Add move keybindings
  c987d41... listitemfactory: Make the builder factory properly buildabl
  036d18e... Add GtkExpression
  4f27c16... demo: Use a listview as sidebar
  901ffe7... listitemmanager: Handle NULL factory
  b19827d... lul
  6ce99b8... widget: Add gtk_widget_get_size()
  1519707... gridview: Implement anchors and scrolling
  55551f1... selectionmodel: Add gtk_selection_model_user_select_item()
  33f69e7... gridview: Implement the list.select-item action
  085db11... gridview: Implement minimum row height
  5026568... gridview: Add activation
  4f4443c... gridview: Implement list.scroll-to action
  d0645b0... gridview: Add a focus tracker
  7b23241... gridview: Implement (un)select all
  6194d31... gridview: Add move keybindings
  df18cc7... demo: Add a file browser demo
  2cf8a99... listview: Port various gridview improvements
  fb242e8... gridview: Simplify allocation code
  727071c... Add GtkListBase
  371f475... listbase: Move GtkScrollable implementation
  0001fc0... listbase: Move item manager here
  0bff175... listbase: Move selection handling here
  c96670e... listbase: Move orientable implementation here
  1930150... Remove gtk_selection_model_user_select_item() again
  81b552b... listbase: Move focus moving keybindings here
  70143ec... listbase: Add vfuncs to convert positions to/from coordinat
  4029a3f... listbase: Take over anchor handling
  419b2d3... wip: Add GtkCoverFlow
  e1716cb... Add GtkColumnView skeleton
  1b4b9f6... gtk-demo: Add a minesweeper demo
  698ec69... messagedialog: Remove useless GTK_TYPE_BUILDABLE interface
  70f4dcb... tests: Add testcolumnview
  dfd61e6... columnview: Allow adding/removing columns

Commits added to the branch:

  abd4754... messagedialog: Remove useless GTK_TYPE_BUILDABLE interface
  553a9c2... togglebutton: Don't emit clicked during set_active()
  4cca27a... builder: Allow parsing G_TYPE_BYTES from strings
  a444d12... gtk: Add a GtkListView skeleton
  930b4aa... listview: Introduce GtkListItemFactory
  e4c48ec... listview: Make widget actually do something
  984d301... listview: Implement GtkScrollable
  3d2ca55... tests: Add a test for a permanently changing listview
  80ebf65... listview: Implement an anchor
  eb504f9... listview: Add GtkListItemManager
  f32087a... listview: Add GtkListItem
  35a66a4... listview: Make the listitemmanager stricter
  411d0ca... listview: Change change management
  a86dea6... tests: Make animating listview do random resorts
  d5d25ae... listitem: Add gtk_list_item_get_position()
  699378b... listview: Change how binding is done
  63fed85... listview: Change anchor handling again
  82e357c... listview: Only allocate necesary rows
  3da037c... testlistview: Show the row number
  3361a68... testlistview: Create widgets only once
  37e0ca0... listitemmanager: Switch from "insert_before" to "insert_aft
  e21767b... listlistmodel: Add gtk_list_list_model_item_moved()
  15ff79f... listview: Try to keep the list items in order when scrollin
  fabaf1f... listview: Add selection properties to ListItem
  26458d8... listview: Reset listitems' CSS animations when rebinding
  7d30abe... listview: Add initial support for displaying selections
  69afd1a... listitem: Add a press gesture to select the item
  503bf6c... gtk: Add a GtkGridView skeleton
  31c89bc... gridview: Add API for setting number of columns
  888a09a... wayland: Remove function declaration for nonexisting functi
  a4a7b4c... listitemmanager: Move list of listitems here
  408c37a... gridview: Implement GtkScrollable
  e6a429d... listitemmanager: Simplify
  a6c5209... listitemmanager: Add trackers
  75b3ada... listview: Add gtk_list_view_set_show_separators()
  81a1468... listitemfactory: Sanitize APIs
  e22ab4c... listitemfactory: vfuncify
  0c89969... listitemfactory: Split implementation out
  3512fc7... listitemfactory: Add a factory for ui files
  80390a9... gtk-demo: Introduce awards
  0daffc8... directorylist: Add
  83f098b... testlistview: Load icons async
  eae57ea... listview: Add list.scroll_to_item action
  35fb0b5... listview: Implement extending selections
  eff0bbb... tests: Add a rough form of multiselection
  9e9bb57... listview: Implement GtkOrientable
  dc05dc9... gtk-demo: Add a rough start at a Weather demo
  b5016d8... textview: Make cursor work when blinking is disabled
  7e26909... listview: Expose GtkListItemFactory APIs
  7b9161b... gridview: Add factory handling
  53a95aa... gridview: Implement GtkOrientable
  949aec4... listview: Pass the CSS name of listitems to the manager
  2470bd6... gridview: Actually do something
  92dd7e3... Add GtkTreeExpander
  08629da... demo: Add a GSettings tree demo
  639c762... inspector: Use a treeexpander in the recorder
  4e8e5c7... inspector: Use a GtkTreeExpander in the object tree
  5123fc9... inspector: Make the recorder node list use a ListView
  f732fac... popover: Remove unneeded vfunc
  623a06b... listitem: Change focus handling
  6abe24d... treeexpander: Implement input support
  787e8bc... listview: Implement activation
  bbe876a... listview: Track focus movements and update selection
  3dac729... listview: Implement (un)select all
  9ba1dc1... listview: Add a focus tracker
  84f33a2... listitem: Add "listitem.select" action and keybindings for 
  f858562... listview: Add gtk_list_view_get_position_at_y()
  6096171... listview: Add move keybindings
  06a7b2d... listitemfactory: Make the builder factory properly buildabl
  cdc757d... Add GtkExpression
  6b39f15... demo: Use a listview as sidebar
  1ff8fc7... listitemmanager: Handle NULL factory
  3420340... lul
  dcb9e8f... widget: Add gtk_widget_get_size()
  5af73a9... gridview: Implement anchors and scrolling
  539efe1... selectionmodel: Add gtk_selection_model_user_select_item()
  11f929b... gridview: Implement the list.select-item action
  1a611f6... gridview: Implement minimum row height
  62dcad1... gridview: Add activation
  96580db... gridview: Implement list.scroll-to action
  7f46832... gridview: Add a focus tracker
  44c53d0... gridview: Implement (un)select all
  0fcb533... gridview: Add move keybindings
  6689688... demo: Add a file browser demo
  1626b64... listview: Port various gridview improvements
  3332430... gridview: Simplify allocation code
  8865638... Add GtkListBase
  f018880... listbase: Move GtkScrollable implementation
  72fad97... listbase: Move item manager here
  9cbec3c... listbase: Move selection handling here
  2db5295... listbase: Move orientable implementation here
  a3828eb... Remove gtk_selection_model_user_select_item() again
  e550af4... listbase: Move focus moving keybindings here
  4d082f8... listbase: Add vfuncs to convert positions to/from coordinat
  bb5f6df... listbase: Take over anchor handling
  f8d5c32... wip: Add GtkCoverFlow
  9cbc309... Add GtkColumnView skeleton
  7ed5c64... gtk-demo: Add a minesweeper demo
  705a676... tests: Add testcolumnview
  8f83531... columnview: Allow adding/removing columns


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]