[gtk] (92 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:

  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
  c5084fd... Add GtkSignalListItemFactory
  4841010... xxx: coverflow
  0c512cb... gtk-demo: Add a Coverflow application launcher

Commits added to the branch:

  14e8beb... listview: Add GtkListItem
  8a19f51... listview: Make the listitemmanager stricter
  a99263d... listview: Change change management
  f1e6eb0... tests: Make animating listview do random resorts
  8e126bc... listitem: Add gtk_list_item_get_position()
  f6a4d80... listview: Change how binding is done
  3a1d59f... listview: Change anchor handling again
  19d6d99... listview: Only allocate necesary rows
  7a04147... testlistview: Show the row number
  47d0fc7... testlistview: Create widgets only once
  f037137... listitemmanager: Switch from "insert_before" to "insert_aft
  5e7e171... listlistmodel: Add gtk_list_list_model_item_moved()
  218c943... listview: Try to keep the list items in order when scrollin
  e6150eb... listview: Add selection properties to ListItem
  3f13825... listview: Reset listitems' CSS animations when rebinding
  9dfdf11... listview: Add initial support for displaying selections
  0021273... listitem: Add a press gesture to select the item
  91f115e... gtk: Add a GtkGridView skeleton
  87b6820... gridview: Add API for setting number of columns
  548e428... wayland: Remove function declaration for nonexisting functi
  0fcd5dd... listitemmanager: Move list of listitems here
  c2f963d... gridview: Implement GtkScrollable
  24173c2... listitemmanager: Simplify
  c1a8a69... listitemmanager: Add trackers
  38b3d7a... listview: Add gtk_list_view_set_show_separators()
  0a7b5e5... listitemfactory: Sanitize APIs
  cfe9341... listitemfactory: vfuncify
  21ce4e8... listitemfactory: Split implementation out
  e1ba681... listitemfactory: Add a factory for ui files
  42f1ddc... gtk-demo: Introduce awards
  bbc1581... directorylist: Add
  00beaca... testlistview: Load icons async
  11ee379... listview: Add list.scroll_to_item action
  85b2353... listview: Implement extending selections
  8420fe0... tests: Add a rough form of multiselection
  45f8934... listview: Implement GtkOrientable
  24da3f8... gtk-demo: Add a rough start at a Weather demo
  f8543ea... textview: Make cursor work when blinking is disabled
  aca2029... listview: Expose GtkListItemFactory APIs
  6510ade... gridview: Add factory handling
  03924d7... gridview: Implement GtkOrientable
  1f3ea5c... listview: Pass the CSS name of listitems to the manager
  86a0e9f... gridview: Actually do something
  166a6ff... Add GtkTreeExpander
  637b7b6... demo: Add a GSettings tree demo
  0773c04... inspector: Use a treeexpander in the recorder
  030de69... inspector: Use a GtkTreeExpander in the object tree
  a5fe166... inspector: Make the recorder node list use a ListView
  a8b31c0... popover: Remove unneeded vfunc
  2abdcb8... listitem: Change focus handling
  c9eb358... treeexpander: Implement input support
  62aa2b0... listview: Implement activation
  65e5fe9... listview: Track focus movements and update selection
  7072308... listview: Implement (un)select all
  0b797c2... listview: Add a focus tracker
  8702c71... listitem: Add "listitem.select" action and keybindings for 
  9112ddd... listview: Add gtk_list_view_get_position_at_y()
  b21306c... listview: Add move keybindings
  15632ec... listitemfactory: Make the builder factory properly buildabl
  9a44431... Add GtkExpression
  169b8aa... demo: Use a listview as sidebar
  5279ae0... listitemmanager: Handle NULL factory
  45dec9f... lul
  35f2670... widget: Add gtk_widget_get_size()
  1a02d5f... gridview: Implement anchors and scrolling
  35f7baf... selectionmodel: Add gtk_selection_model_user_select_item()
  8d8b6fe... gridview: Implement the list.select-item action
  7e2cfbb... gridview: Implement minimum row height
  c58eb49... gridview: Add activation
  c3d9670... gridview: Implement list.scroll-to action
  cab2f32... gridview: Add a focus tracker
  33e4f39... gridview: Implement (un)select all
  a8eb19e... gridview: Add move keybindings
  05dd336... demo: Add a file browser demo
  5263def... listview: Port various gridview improvements
  bc5bd94... gridview: Simplify allocation code
  71d5068... Add GtkListBase
  77c8648... listbase: Move GtkScrollable implementation
  b9944d3... listbase: Move item manager here
  e459c62... listbase: Move selection handling here
  7bcfe77... listbase: Move orientable implementation here
  114b4ac... Remove gtk_selection_model_user_select_item() again
  80e5fbd... listbase: Move focus moving keybindings here
  1f3b851... listbase: Add vfuncs to convert positions to/from coordinat
  6f31c73... listbase: Take over anchor handling
  5ac50f5... wip: Add GtkCoverFlow
  ab60f7e... Add GtkColumnView skeleton
  2d3e546... gtk-demo: Add a minesweeper demo
  a8b4a01... tests: Add testcolumnview
  328c5c7... columnview: Allow adding/removing columns
  c8fc044... Add GtkSignalListItemFactory
  80fcbbb... gtk-demo: Add a Coverflow application launcher


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