[gtk] (83 commits) Non-fast-forward update to branch prop-list



The branch 'prop-list' 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:

  83eccc0... listitemwidget: Fix single-click-activate
  a87649e... columnviewcolumn: Fix a type mismatch
  0162a3d... treelistrowsorter: Fix a doc typo
  975fcf9... builderlistitemfactory: Fix a few annotations
  c950e92... multifilter: Fix a few annotations
  7314838... gtk-builder-tool: Minimally validate <binding>
  3aac7e1... Add some test for new GtkBuilder syntax
  c0c12f2... expression: Correct an example in the docs
  b40f381... docs: Add gtk_expression_watch_unwatch
  e2ed2b3... expression: Small documentation fixes
  0736f02... filterlistmodel: Documentation fixes
  8869005... filter: Documentation fixes
  ca269ae... stringfilter: Documnentation additions
  b0cbd94... maplistmodel: Add an example to the docs
  beb8e44... builderlistitemfactory: Add an example to the docs
  93070ec... multifilter: Small documentation improvements
  f331c88... multisorter: Small documntation improvements
  dd47fa7... numericsorter: Small documentation improvements
  48b2870... sorter: Small documentation fixes
  368b4ba... treelistmodel: Small documentation tweaks
  1eb251b... columnview: Document sorting
  5b015e3... columnview: Add a sort-by api
  ca07bab... inspector: Use a column view for properties
  4285bd4... inspector: Use a column view for the resource list
  13bb19b... inspector: Make the resource list sortable
  5ba670a... inspector: Use a column view for actions
  de147c3... inspector: Touch up list styling
  172e2d4... column: Add a visible property
  a2ec34b... columnview: Revise scroll-minimum handling
  7b70603... columnview: Implement horizontal scrolling
  208eb60... columnviewcolumn: Add a fixed-width property
  baa8096... columnview: Add column reordering
  7ef7622... columnview: Add a helper
  bedddfc... Fix gtk_column_view_create_cells
  3a526c7... Add GtkDropDown
  7ad9a8d... inspector: Use dropdowns in property editor
  f2f5988... inspector: Use dropdown for attribute mapping
  1a92d67... inspector: Use dropdown for controllers
  48d115e... inspector: Use dropdown for size groups
  9d7947c... inspector: Use dropdowns in the visual page
  9e29577... filechooser: Use a dropdown for the filter combo
  863b89c... filechooser: Use a dropdown for choices
  08bc811... testfilechooser: Test the choice apis
  915622a... gtk-demo: Demo columnview sorting
  96d8d8d... gtk-demo: Cosmetic changes to the clocks demo
  e338bfd... gtk-demo: Cosmetic changes for the weather demo
  ec46bd6... gtk-demo: Cosmetic changes to the file browser demo
  d2b1ca3... gtk-demo: Cosmetic changes for the flowbox demo
  7b24e76... Add sorting to the gridview demo
  454dce5... grid demo: Make content switchable
  bd1833a... grid demo: Crank up max columns
  f262701... gtk-demo: Add filtering to the settings demo
  8bf2ab2... gtk-demo: Add row reordering to the settings demo
  614b9a8... Turn GtkRecentInfo into an object
  e76554e... columnviewcolumn: Add a resizable property
  2aa4c78... columnviewcolumn: Add a helper
  a1a3754... columnview: Interactive column resizing
  d8af859... columnviewtitle: Invert on release
  d4c01fe... columnviewcolumn: Add reordering helpers
  8909c09... columnviewlayout: Use header allocation for titles
  83c5e49... columnviewcolumn: Add a reorderable property
  0bd7eca... columnview: Interactive column reordering
  cc159cd... columnview: Allow to cancel reorder with Escape
  e5faa74... columview: Add autoscroll
  5e9b6d5... testcolumnview: Flesh out column editor
  4764ff6... testcolumnview: Reordering in the column editor
  4e27ec8... Add a selection model test
  4a84d14... columnviewcolumn: Add a menu model
  82787ba... columnviewtitle: Display a context menu
  01a27f8... Add GtkMultiSelection
  c31af59... multiselection: Add a copy constructor
  fe7a550... listbase: Add rubberband selection
  d3958f0... gtk-demo: Make colors demo use rubberbanding
  0804314... gtk-demo: Add more scrolling benchmarks
  9f3ba4f... printbackend: Use a list store
  50ab096... printbackend: Add a list model getter
  bc222e8... printer: Fix the default value of icon-name
  9ad7324... wip: Convert print dialog to column view

Commits added to the branch:

  7bb1f03... multifilter: Remove an extraneous unref
  b56cfc5... Add a test for multi filter unreffing
  90b32ca... Add filter test to testsuite
  4a2b56a... Fix gtk_column_view_create_cells
  cab60cb... listitemwidget: Fix single-click-activate
  e5aa5e6... columnviewcolumn: Fix a type mismatch
  1ed0d0b... treelistrowsorter: Fix a doc typo
  7a821f0... builderlistitemfactory: Fix a few annotations
  0646245... multifilter: Fix a few annotations
  7ede496... gtk-builder-tool: Minimally validate <binding>
  a9b5ed6... Add some tests for new GtkBuilder syntax
  f89ab84... expression: Correct an example in the docs
  cac4a58... docs: Add gtk_expression_watch_unwatch
  275c638... expression: Small documentation fixes
  5107e56... filterlistmodel: Documentation fixes
  3655f61... filter: Documentation fixes
  d0f215e... stringfilter: Documnentation additions
  520d754... maplistmodel: Add an example to the docs
  a08bb8a... builderlistitemfactory: Add an example to the docs
  7934dab... multifilter: Small documentation improvements
  a8c611a... multisorter: Small documntation improvements
  6e07044... numericsorter: Small documentation improvements
  b62ebed... sorter: Small documentation fixes
  e7c4824... treelistmodel: Small documentation tweaks
  c033fc5... columnview: Document sorting
  c4b8c08... columnview: Add a sort-by api
  ddc0efc... inspector: Use a column view for properties
  b660ac6... inspector: Use a column view for the resource list
  0881ab9... inspector: Make the resource list sortable
  0bf4a20... inspector: Use a column view for actions
  9d25ebe... inspector: Touch up list styling
  f5dc928... column: Add a visible property
  93b3c5b... columnview: Revise scroll-minimum handling
  6a6bae0... columnview: Implement horizontal scrolling
  523e68d... columnviewcolumn: Add a fixed-width property
  cac7116... columnview: Add column reordering
  de4dc9f... columnview: Add a helper
  fa2dc3e... Add GtkDropDown
  0934899... inspector: Use dropdowns in property editor
  2f8bfbf... inspector: Use a dropdown for attribute mapping
  87e7e87... inspector: Use a dropdown for controllers
  4d0456f... inspector: Use a dropdown for size groups
  d0c9218... inspector: Use dropdowns in the visual page
  db83ed0... filechooser: Use a dropdown for the filter combo
  e51b1c1... filechooser: Use a dropdown for choices
  9a6d480... testfilechooser: Test the choice apis
  99efc98... gtk-demo: Demo columnview sorting
  e2030ed... gtk-demo: Cosmetic changes to the clocks demo
  2a51f5f... gtk-demo: Cosmetic changes for the weather demo
  fe95143... gtk-demo: Cosmetic changes to the file browser demo
  46fdb9f... gtk-demo: Cosmetic changes for the flowbox demo
  cac9095... gtk-demo: Add sorting to the gridview demo
  f59bf50... gtk-demo: Make gridview content switchable
  d3e948f... gtk-demo: Crank up max columns of gridview
  2a88b90... gtk-demo: Add filtering to the settings demo
  ed35258... gtk-demo: Add row reordering to the settings demo
  5e7a003... Turn GtkRecentInfo into an object
  476ee95... columnviewcolumn: Add a resizable property
  e7485a3... columnviewcolumn: Add a helper
  78cb98c... columnview: Interactive column resizing
  7e730e9... columnviewtitle: Invert on release
  f27c476... columnviewcolumn: Add reordering helpers
  3e9efb8... columnviewlayout: Use header allocation for titles
  f7ada66... columnviewcolumn: Add a reorderable property
  5c47feb... columnview: Interactive column reordering
  44d05f1... columnview: Allow to cancel reorder with Escape
  290a0c5... columview: Add autoscroll
  4e4bca6... testcolumnview: Flesh out column editor
  9513dd7... testcolumnview: Reordering in the column editor
  14a6d1c... Add a selection model test
  7e7c69b... columnviewcolumn: Add a menu property
  526ec7b... columnviewtitle: Display a context menu
  6191b06... Add GtkMultiSelection
  cef13f7... multiselection: Add a copy constructor
  979e531... listbase: Add rubberband selection
  8ddaf4d... gtk-demo: Make colors demo use rubberbanding
  339fd47... gtk-demo: Add more scrolling benchmarks
  3217a58... columnviewcolumn: Add an expand property
  4843bb9... columnview: Take expand into account
  1e6f601... printbackend: Use a list store
  6f33d17... printbackend: Add a list model getter
  25be228... printer: Fix the default value of icon-name
  fc3bc20... printdialog: Port to column view


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