summaryrefslogtreecommitdiff
path: root/gtk/gtktreeview.c
Commit message (Expand)AuthorAgeFilesLines
* docs: Use markup for linksWilliam Jon McCann2014-02-071-6/+8
* docs: use proper quotesWilliam Jon McCann2014-02-051-8/+8
* docs: Use "#" for refsect2 instead of ##William Jon McCann2014-02-041-1/+1
* docs: use ` instead of <literal>William Jon McCann2014-02-041-5/+5
* docs: use markdown instead of inlinegraphic tagsWilliam Jon McCann2014-02-041-1/+1
* docs: Convert to markdownMatthias Clasen2014-02-021-30/+13
* docs: use |[ ]| instead of <programlisting></programlisting>William Jon McCann2014-01-291-2/+2
* docs: don't use <emphasis>William Jon McCann2014-01-281-2/+2
* Drop internal uses of gtk_widget_get_root_windowMatthias Clasen2014-01-241-2/+2
* treeview: Track area in cell that editable occupiesBenjamin Otte2013-12-281-7/+20
* treeview: Don't draw a background for the bin windowBenjamin Otte2013-12-041-5/+7
* treeview: Use CSS property "border-top-color" to draw grid linesJonh Wendell2013-11-191-6/+13
* treeview: fix dragging of columns in mutterMatthias Clasen2013-11-111-2/+0
* Make treeview cursor handling a bit more robustMatthias Clasen2013-10-301-1/+2
* all: Add names to timeoutsBastien Nocera2013-10-231-1/+11
* Improve struct packing in various placesMatthias Clasen2013-09-211-8/+9
* gtkdnd: Introduce a new API for more accurate drag origin dataJasper St. Pierre2013-08-141-5/+12
* GtkTreeView: Remove a dead assignmentMatthias Clasen2013-08-041-3/+1
* gtk: Use new macros for defining private dataEmmanuele Bassi2013-07-091-3/+2
* treeview: Ensure we first validate the visible area when validatingBenjamin Otte2013-06-241-0/+6
* treeview: Reorder codeBenjamin Otte2013-06-241-16/+16
* treeview: Actually remove presize handler when we presizeBenjamin Otte2013-06-241-1/+5
* treeview: Remove duplicate functionBenjamin Otte2013-06-211-17/+1
* treeview: Use gtk_adjustment_configure()Benjamin Otte2013-06-131-20/+11
* treeview: Don't cache the heightBenjamin Otte2013-05-281-26/+29
* GtkTreeView: Use GtkEntry private function to remove hackBastien Nocera2013-05-231-7/+3
* Fix drawing of treeview grid linesMatthias Clasen2013-05-181-7/+12
* treeview: Use tick callbackBenjamin Otte2013-05-171-13/+14
* treeview: Store editable position differentlyBenjamin Otte2013-05-171-152/+39
* treeview: Remove unused functionBenjamin Otte2013-05-171-37/+0
* Doc: various small fixesSébastien Wilmet2013-05-121-1/+2
* GtkTreeView: port to PixelCacheAlexander Larsson2013-05-071-30/+110
* treeview: Use equal areas in the computation of drag dest row positionsFederico Mena Quintero2013-04-191-6/+6
* Revert "Use natural size to set adjustment ranges"Matthias Clasen2013-04-131-8/+8
* Use natural size to set adjustment rangesJohn Lindgren2013-03-231-8/+8
* Fix drawing of grid lines in RTLVadim Godunko2013-03-231-14/+14
* treeview: Don't emit cursor-changed in destructionJohn Lindgren2013-03-131-1/+2
* treeview: fix a critical warningCosimo Cecchi2013-03-081-3/+1
* treeview: center expander allocated spaceCosimo Cecchi2013-03-011-0/+1
* treeview: properly calculate the treeview expander sizeCosimo Cecchi2013-03-011-9/+13
* treeview: remove extra padding handlingCosimo Cecchi2013-03-011-3/+1
* Add a few missing gtk_widget_unregister_window callsAlexander Larsson2013-02-181-0/+1
* Add gtk_widget_(un)register_windowAlexander Larsson2013-02-071-17/+14
* Fix a few parameter mismatches in the symbolsMatthias Clasen2013-02-011-9/+9
* tree-view: add back gtk_style_context_set_background()Cosimo Cecchi2013-02-011-0/+3
* gtk/gtktreeview: Avoid a C99ismChun-wei Fan2013-01-231-1/+2
* Add an optional single click activation mode to treeviewWilliam Jon McCann2013-01-201-33/+129
* More or less revert 91949934 which broke the regression test for bug #111500.John Lindgren2013-01-181-0/+32
* Better resize of expandable columnsJohn Lindgren2013-01-151-9/+69
* Use minimum/natural size semanticsJohn Lindgren2013-01-151-103/+67