summaryrefslogtreecommitdiff
path: root/gtk/gtktreeview.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Do not leak tree path when setting the model.Paolo Borelli2012-01-141-0/+1
* treeview: Do not focus a path on model changeBenjamin Otte2012-01-121-10/+2
* treeview: Use the widget state flags as a base for drawing expandersRui Matos2012-01-091-14/+9
* treeview: Stop setting state flags on the style context for drawingRui Matos2012-01-091-14/+0
* gtk/*: Use g_list_free_full() convenience functionJavier Jardón2012-01-051-2/+1
* treeview: bgo#666685 - Crash when toggling the selected status of a rowFederico Mena Quintero2012-01-031-4/+2
* treeview: fix an uninitialised variable warningCosimo Cecchi2011-12-201-0/+2
* treeview: Only set focus column in setter functionBenjamin Otte2011-12-191-7/+7
* Use the workarea when placing popupsMatthias Clasen2011-12-181-1/+1
* treeview: Run unref helper for all rowsBenjamin Otte2011-12-161-1/+1
* treeview: Send changed signal directly to a11y codeBenjamin Otte2011-12-161-0/+2
* treeview: Emit cursor-changed signal when new model is setBenjamin Otte2011-12-161-4/+12
* treeview: Remove unnecessary accessible_expanded()Benjamin Otte2011-12-161-1/+3
* treeview: Add add() function to accessibleBenjamin Otte2011-12-161-0/+4
* treeview: Set expandable flag from treeviewBenjamin Otte2011-12-161-2/+8
* treeview: Set EXPANDED state directly on a11y elementsBenjamin Otte2011-12-161-0/+6
* treeview: Deprecate gtk_tree_view_set_destroy_count_func()Benjamin Otte2011-12-161-0/+2
* treeview: Don't use signals in a11y row expansionBenjamin Otte2011-12-161-0/+2
* treeview: Set the new flags when rendering the cellBenjamin Otte2011-12-161-0/+10
* treeview: Ensure selection's changed signalBenjamin Otte2011-12-101-1/+1
* treeview: Don't try to optimize away selection_changed signalBenjamin Otte2011-12-101-4/+2
* treeview: Add a CURSOR_INVALID flag to set_cursor_row()Benjamin Otte2011-12-101-6/+6
* treeview: Replace lots of boolean args with flagsBenjamin Otte2011-12-101-23/+26
* treeview: Handle the case where the cursor row gets deletedBenjamin Otte2011-12-101-2/+62
* treeview: Replace cursor handling by keeping the nodeBenjamin Otte2011-12-101-175/+114
* treeview: Fix crash when scrolling to endBenjamin Otte2011-12-071-1/+1
* treeview: Properly change cursor when row is collapsedBenjamin Otte2011-11-291-10/+9