summaryrefslogtreecommitdiff
path: root/gtk/gtktreeview.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Minor refactoringJohn Lindgren2013-01-151-21/+23
* Use fixed width for resizingJohn Lindgren2013-01-151-132/+29
* Kill gtk_tree_view_size_requestJohn Lindgren2013-01-151-69/+25
* Remove extraneous size requestJohn Lindgren2013-01-151-24/+1
* Make accessible implementations publicMatthias Clasen2012-12-271-1/+1
* build: fix some GCC warningsCosimo Cecchi2012-12-071-0/+1
* treeview: Don't invalidate whole tree unless neededAlexander Larsson2012-12-061-8/+13
* treeview: Delay computing fixed heightBenjamin Otte2012-11-261-6/+3
* docs: Fix typo in gtk_tree_view_set_tooltip_column commentDavid King2012-11-221-1/+1
* tree-view: don't use gtk_style_context_set_background()Cosimo Cecchi2012-11-201-17/+15
* Forgotten fixupMatthias Clasen2012-10-221-2/+2
* treeview: Add support for styling the dragged headerStefano Facchini2012-10-221-0/+9
* treeview: Move the dragged header in the headers windowStefano Facchini2012-10-221-1/+1
* treeview: Invalidate children properlyBenjamin Otte2012-10-011-1/+1
* treeview: Fix computing child pathsBenjamin Otte2012-10-011-3/+1
* treeview: fix size of the dragged column headerStefano Facchini2012-09-271-21/+19
* Don't create GdkWindows with NULL parentsAlexander Larsson2012-09-271-1/+1
* gtk: Don't use GDK_THREADS_ENTER/LEAVE macros internallyMatthias Clasen2012-07-301-2/+2
* docs: fix a number of typos and obsolete referencesCosimo Cecchi2012-07-021-2/+2
* css: Remove old animation codeBenjamin Otte2012-04-171-52/+0
* gtk: Make widget only invalidate widget positionsBenjamin Otte2012-04-171-1/+1
* Fix malformed doc commentsMatthias Clasen2012-04-121-2/+2
* treeview: Don't cache expander sizeBenjamin Otte2012-04-071-46/+67
* gtk: Don't call gdk_window_process_updates() when scrollingBenjamin Otte2012-04-051-22/+0
* gtktreeview: don't handle extra mouse buttonsNelson Benitez Leon2012-04-041-0/+4
* treeview: filter out invisible columns in get_path_for_child()Cosimo Cecchi2012-03-271-9/+15
* gtk: Get gtkwidgetpath.h includes out of the public headersBenjamin Otte2012-03-191-0/+1
* types: Move GtkAdustment declaration to gtktypes.hBenjamin Otte2012-03-031-0/+2
* types: Clean up gtkwidget.h includesBenjamin Otte2012-03-031-0/+1
* treeview: set GDK_SMOOTH_SCROLL_MASKCarlos Garnacho2012-03-011-0/+1
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* treeview: Set background on the widget's windowCarlos Garnacho2012-02-231-0/+1
* Bug 650693 - Drawing errors in column headers when adding new columnsSebastian Keller2012-02-211-1/+1
* docs: fix typos in functions' descriptionsJiří Klimeš2012-02-201-1/+1
* treeview: don't use gtk_render_focus() for dnd indicatorCosimo Cecchi2012-02-131-8/+4
* treeview: set "dnd" style class when drawing drag and drop indicatorsCosimo Cecchi2012-02-131-0/+5
* treeview: Add internal get_cursor_node() APIBenjamin Otte2012-02-111-0/+18
* treeview: Add private get_focus_column() APIBenjamin Otte2012-02-111-0/+6
* treeview: Notify accessible about focus changesBenjamin Otte2012-02-111-0/+9
* treeview: Tell accessible about focus column changesBenjamin Otte2012-02-111-0/+9
* gtktreeview: Use symbolic names for button numbersCarlos Garcia Campos2012-01-271-5/+5
* treeview: Fix comparison to catch all casesBenjamin Otte2012-01-241-1/+2