summaryrefslogtreecommitdiff
path: root/gtk/gtktreeview.c
Commit message (Expand)AuthorAgeFilesLines
* treeview: Donate a priv variable to gtk_tree_view_init()Benjamin Otte2015-09-071-56/+58
* treeview: Convert to g_object_notify_by_pspecMatthias Clasen2015-09-061-161/+151
* treeview: check for pixel cache before setting propertyChristian Hergert2015-08-201-1/+2
* treeview: Don't underallocate editing widgets that are too bigBenjamin Otte2015-07-211-13/+25
* treeview: Add an explicit return for clarityMatthias Clasen2015-07-171-0/+3
* treeview: don't call gtk_style_context_set_background()Cosimo Cecchi2015-07-011-28/+0
* treeview: always pixelcache widget contentsChristian Hergert2015-06-161-0/+2
* docs: Improve deprecation notice for rules-hint propertyEmmanuele Bassi2015-06-111-1/+2
* tree view: Fix compiler warningsMatthias Clasen2015-06-021-17/+13
* treeview: Avoid usage of gdk_window_get_device_position() during DnDCarlos Garnacho2015-05-211-6/+14
* tree view: Avoid a crash with rubberbandingMatthias Clasen2015-04-081-0/+1
* treeview: Fix copy/paste bugBenjamin Otte2015-02-061-1/+1
* treeview: Don't create an overly large pixel cacheBenjamin Otte2015-02-051-2/+2
* Fix a typoMatthias Clasen2015-01-281-1/+1
* gtktreeview: Fix horizontal grid linesAlexander Larsson2015-01-271-2/+2
* css: Remove _gtk_css_style_property_changes_affect_size()Benjamin Otte2015-01-271-1/+6
* GtkTreeView: Implement get_borderMatthias Clasen2014-12-101-1/+20
* treeview: remove single-click activation from GtkGestureMultiPress::pressedCarlos Garnacho2014-11-071-2/+1
* treeview: Apply column-header region alwaysBenjamin Otte2014-09-151-0/+5
* tree view: Fix column drag highlightMatthias Clasen2014-09-071-15/+24
* treeview: Run the row dragging gesture on the bubble phaseCarlos Garnacho2014-09-041-2/+0
* GtkTreeView: Don't hardcode black for tree linesMatthias Clasen2014-08-301-17/+22
* Use CHECKED instead of ACTIVE for expanded expandersBenjamin Otte2014-08-271-2/+2
* treeview: Reset multipress controller after 2nd clickCarlos Garnacho2014-08-271-0/+3
* GtkTreeView: Avoid a crash with empty treesMatthias Clasen2014-08-261-0/+6
* treeview: Make multipress gesture accept all buttonsCarlos Garnacho2014-08-151-12/+1
* treeview: Check the selected node active flag before maybe starting rubberbandCarlos Garnacho2014-08-111-0/+5
* GtkTreeView: Avoid deprecation warningsMatthias Clasen2014-08-031-1/+3
* treeview: Deprecated rules-hintEmmanuele Bassi2014-08-031-14/+27
* treeview: Add back a check to ignore buttons > 3Carlos Garnacho2014-07-221-1/+7
* GtkTreeView: Avoid interference with animationMatthias Clasen2014-07-131-2/+27
* Revert "GtkTreeView: Avoid interference with animation"Matthias Clasen2014-07-131-27/+2
* GtkTreeView: Avoid interference with animationMatthias Clasen2014-07-131-2/+27
* treeview: remove needless duplicate gtk_widget_set_parent_window() callCarlos Garnacho2014-07-101-1/+0
* treeview: Add back the Gdk pointer grab during column draggingCarlos Garnacho2014-07-091-1/+18
* treeview: Fix horizontal position during column draggingCarlos Garnacho2014-07-091-0/+4
* GtkTreeView: Animate keybindingsMatthias Clasen2014-07-021-3/+3
* treeview: Remove configure-event handler as wellJasper St. Pierre2014-06-261-20/+0
* widgetpath: Deprecate regionsBenjamin Otte2014-06-211-0/+2
* stylecontext: Deprecate regionsBenjamin Otte2014-06-191-0/+6
* GtkTreeView: Remove a no-longer-valid optimizationMatthias Clasen2014-06-191-18/+0
* treeview: Check that :row-activated is only emitted on GDK_BUTTON_PRIMARYCarlos Garnacho2014-06-111-1/+2
* treeview: Make row area multipress gesture react to all buttonsCarlos Garnacho2014-06-111-2/+0
* treeview: Remove unused variables from priv structCarlos Garnacho2014-06-111-9/+0
* treeview: Move all button press/release management to the multipress gestureCarlos Garnacho2014-06-111-342/+312
* treeview: Use drag gesture for rubberband selection/DnDCarlos Garnacho2014-06-111-168/+222
* treeview: Use gestures for column dragging/resizingCarlos Garnacho2014-06-111-224/+231
* treeview: Remove unused variableBenjamin Otte2014-06-101-2/+0
* GtkTreeView: Use G_PARAM_EXPLICIT_NOTIFYMatthias Clasen2014-06-091-185/+210
* treeview: Ensure the event is consumed on ::row-activateCarlos Garnacho2014-06-021-1/+4