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

  d8d5250... gtk: Add a GtkListView skeleton
  f65c58e... listview: Introduce GtkListItemFactory
  fe766b4... listview: Make widget actually do something
  0aef15a... listview: Implement GtkScrollable
  52aacec... tests: Add a test for a permanently changing listview
  0deb424... listview: Implement an anchor
  b951254... listview: Add GtkListItemManager
  bce9b9e... listview: Add GtkListItem
  090b797... listview: Make the listitemmanager stricter
  916e3a9... listview: Change change management
  684e176... tests: Make animating listview do random resorts
  274a42a... listitem: Add gtk_list_item_get_position()
  1129af6... listview: Change how binding is done
  6bb770f... listview: Change anchor handling again
  5603a0f... listview: Only allocate necesary rows
  a38ad8a... testlistview: Show the row number
  15a161a... testlistview: Create widgets only once
  fdcb135... listitemmanager: Switch from "insert_before" to "insert_aft
  d732c8b... listlistmodel: Add gtk_list_list_model_item_moved()
  d2c50e4... listview: Try to keep the list items in order when scrollin
  f72296c... listview: Add selection properties to ListItem
  4ac110e... listview: Reset listitems' CSS animations when rebinding
  38442b4... listview: Add initial support for displaying selections
  efc7e9f... listitem: Add a press gesture to select the item
  ebf4454... gtk: Add a GtkGridView skeleton
  b28a4b3... gridview: Add API for setting number of columns
  566cd64... wayland: Remove function declaration for nonexisting functi
  e7488f6... listitemmanager: Move list of listitems here
  8b63a9b... gridview: Implement GtkScrollable
  4eaa353... listitemmanager: Simplify
  45768b8... listitemmanager: Add trackers
  589a937... listview: Add gtk_list_view_set_show_separators()
  193e6e4... listitemfactory: Sanitize APIs
  6070d56... listitemfactory: vfuncify
  dd05424... listitemfactory: Split implementation out
  1d2ff6e... listitemfactory: Add a factory for ui files
  0f8c388... gtk-demo: Introduce awards
  123c176... directorylist: Add
  0ae4fc4... testlistview: Load icons async
  a26f992... listview: Add list.scroll_to_item action
  a5bff6d... listview: Implement extending selections
  c007cde... tests: Add a rough form of multiselection
  ebde5e8... listview: Implement GtkOrientable
  8da62ec... gtk-demo: Add a rough start at a Weather demo
  930c521... textview: Make cursor work when blinking is disabled
  628c668... listview: Expose GtkListItemFactory APIs
  58a366b... gridview: Add factory handling
  76def8a... gridview: Implement GtkOrientable
  176d19d... listview: Pass the CSS name of listitems to the manager
  cb15e1d... gridview: Actually do something
  541593d... Add GtkTreeExpander
  820e5c7... demo: Add a GSettings tree demo
  ca38d38... inspector: Use a treeexpander in the recorder
  8ed2b92... inspector: Use a GtkTreeExpander in the object tree
  d4c5823... inspector: Make the recorder node list use a ListView
  1bf3cb5... popover: Remove unneeded vfunc
  d2e9f82... listitem: Change focus handling
  787d3d8... treeexpander: Implement input support
  57112eb... listview: Implement activation
  2ffedf8... listview: Track focus movements and update selection
  5a3de2c... listview: Implement (un)select all
  ec86666... listview: Add a focus tracker
  79c18b3... listitem: Add "listitem.select" action and keybindings for 
  c403f8b... listview: Add gtk_list_view_get_position_at_y()
  00be182... listview: Add move keybindings
  b0a3174... listitemfactory: Make the builder factory properly buildabl
  d3b55ab... Add GtkExpression
  60675e5... demo: Use a listview as sidebar
  2483f93... lul

Commits added to the branch:

  a00d12c... prototype OpBuffer helper for building op buffer (*)
  571068a... Drop OP_CHANGE_VAO (*)
  58d57e1... gl: Drop buffer_size (*)
  97f3371... gl: avoid calculating vertex_data until necessary (*)
  b53fa48... Fix load_vertex_data (*)
  49748c9... Some more vertex data reshuffling (*)
  c5af463... Cache glyph textures in render nodes (*)
  e34d1b8... gl: Slightly rework the icon cache api (*)
  dd5ee87... gl: Speed up icon cache lookups (*)
  7197743... pixbuf utils: Preserve format information (*)
  be13a23... icon theme: Avoid mime sniffing (*)
  0895f02... icon theme: Avoid a string copy (*)
  173bb2e... gsk: Fix uninitialized memory (*)
  d777300... Fix a crash with glyph caching (*)
  0b1845b... Update Croatian translation (*)
  77e9788... Update Croatian translation (*)
  6c92b82... Merge branch 'wip/chergert/opbuffer' into 'master' (*)
  468295a... Update Croatian translation (*)
  8a603ff... Revert "icon theme: Avoid a string copy" (*)
  5ab5ff7... Cosmetics (*)
  222b6c2... glyph cache: Go back to memcmp (*)
  aeabe3c... gl: Add debug spew to texture atlas (*)
  fdbb925... gl: Remove an unimplemented profiler counter (*)
  239c178... Update POTFILES.in (*)
  ba7649b... inspector: Fix node recording (*)
  b70db8e... gtk: Add a GtkListView skeleton
  c77be2d... listview: Introduce GtkListItemFactory
  4e7c455... listview: Make widget actually do something
  dd394eb... listview: Implement GtkScrollable
  997b527... tests: Add a test for a permanently changing listview
  b4581b6... listview: Implement an anchor
  50709c0... listview: Add GtkListItemManager
  774d182... listview: Add GtkListItem
  b01138d... listview: Make the listitemmanager stricter
  de60afc... listview: Change change management
  511051b... tests: Make animating listview do random resorts
  dc79c70... listitem: Add gtk_list_item_get_position()
  fcd4e8e... listview: Change how binding is done
  329509d... listview: Change anchor handling again
  c128238... listview: Only allocate necesary rows
  c185c4f... testlistview: Show the row number
  8a08ef1... testlistview: Create widgets only once
  725c4e9... listitemmanager: Switch from "insert_before" to "insert_aft
  df3d467... listlistmodel: Add gtk_list_list_model_item_moved()
  f904cb5... listview: Try to keep the list items in order when scrollin
  e21961e... listview: Add selection properties to ListItem
  2e4e60c... listview: Reset listitems' CSS animations when rebinding
  bc2fa03... listview: Add initial support for displaying selections
  f7fd6e8... listitem: Add a press gesture to select the item
  f4883b1... gtk: Add a GtkGridView skeleton
  ea69ffe... gridview: Add API for setting number of columns
  78f8efc... wayland: Remove function declaration for nonexisting functi
  1e7cdf6... listitemmanager: Move list of listitems here
  f1fe47f... gridview: Implement GtkScrollable
  c1cbf13... listitemmanager: Simplify
  a592bbd... listitemmanager: Add trackers
  1d66fe7... listview: Add gtk_list_view_set_show_separators()
  7fbe478... listitemfactory: Sanitize APIs
  bdf0a60... listitemfactory: vfuncify
  db00d62... listitemfactory: Split implementation out
  522f31f... listitemfactory: Add a factory for ui files
  23bb2b4... gtk-demo: Introduce awards
  412a372... directorylist: Add
  6035b7c... testlistview: Load icons async
  f0136c6... listview: Add list.scroll_to_item action
  14f4b82... listview: Implement extending selections
  e8d284e... tests: Add a rough form of multiselection
  3c133a0... listview: Implement GtkOrientable
  f517d5f... gtk-demo: Add a rough start at a Weather demo
  1437f7e... textview: Make cursor work when blinking is disabled
  9e8763d... listview: Expose GtkListItemFactory APIs
  9e1be8f... gridview: Add factory handling
  a25af20... gridview: Implement GtkOrientable
  34bc59b... listview: Pass the CSS name of listitems to the manager
  2913bf0... gridview: Actually do something
  eee9399... Add GtkTreeExpander
  e1c510a... demo: Add a GSettings tree demo
  1868932... inspector: Use a treeexpander in the recorder
  c95526c... inspector: Use a GtkTreeExpander in the object tree
  1a957b4... inspector: Make the recorder node list use a ListView
  da087cf... popover: Remove unneeded vfunc
  eea5cba... listitem: Change focus handling
  1f63ef2... treeexpander: Implement input support
  fa2db34... listview: Implement activation
  42c6e2a... listview: Track focus movements and update selection
  f463836... listview: Implement (un)select all
  ac32647... listview: Add a focus tracker
  a8f7cae... listitem: Add "listitem.select" action and keybindings for 
  381c582... listview: Add gtk_list_view_get_position_at_y()
  9d25105... listview: Add move keybindings
  2ad6999... listitemfactory: Make the builder factory properly buildabl
  c3e25f0... Add GtkExpression
  21cdb9a... demo: Use a listview as sidebar
  2814b06... listitemmanager: Handle NULL factory
  6f43e6d... lul
  13bc234... demo: Add a file browser demo
  9c29252... widget: Add gtk_widget_get_size()
  0abc96b... gridview: Implement anchors and scrolling
  8cd87f8... selectionmodel: Add gtk_selection_model_user_select_item()
  87517e1... gridview: Implement the list.select-item action
  bfe0f5f... gridview: Implement minimum row height

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