summaryrefslogtreecommitdiff
path: root/gtk/gtktreeview.c
Commit message (Expand)AuthorAgeFilesLines
* Introduce grid and tree lines in GtkTreeView. (#106406, Martyn Russell).Kristian Rietveld2006-06-121-1/+326
* Rubber banding for GtkTreeView, #80127. Uses same method as GtkIconView.Kristian Rietveld2006-06-021-4/+453
* revert fix of #164884 because it's not a problem in gtk+ but inKristian Rietveld2006-06-021-3/+2
* Separate sensitive/selectable properties.Kristian Rietveld2006-06-021-5/+0
* Document signals. (#302556, Stefan Kost)Matthias Clasen2006-05-311-6/+56
* Add a spaceJohan Dahlin2006-05-291-1/+1
* select the current focus row if nothing is selected and ctrl is notKristian Rietveld2006-05-281-5/+17
* refactor to work correctly in RTL mode.Kristian Rietveld2006-05-281-5/+17
* broken pipeKristian Rietveld2006-05-281-4/+21
* set the sizing type of the new column to FIXED,Kristian Rietveld2006-05-271-2/+6
* really fix #333284.Kristian Rietveld2006-05-271-1/+1
* broken pipeKristian Rietveld2006-05-271-8/+26
* queue a redraw for the full width of the row, not just the width we gotKristian Rietveld2006-05-261-1/+1
* set dy to page_size + height in the event dy + page_size is about toKristian Rietveld2006-05-261-0/+4
* Fix an RTL problem with toggles in expander columns. (#341896, RoozbehMatthias Clasen2006-05-161-2/+3
* gtk/gtklayout.c (gtk_layout_realize), gtk/gtkiconview.cSøren Sandmann2006-05-151-3/+3
* More of the sameMatthias Clasen2006-05-141-1/+1
* Boilerplate reductionMatthias Clasen2006-05-021-41/+10
* set tmpnode to the return value of the _gtk_rbtree_insert* functions,Kristian Rietveld2006-05-021-2/+2
* Fix for #340200, spotted by Torsten Schoenfeld.Kristian Rietveld2006-04-301-20/+3
* Don't force the standard DND icon if the user has a custom DND source.Matthias Clasen2006-04-281-2/+5
* new function, (validate_visible_area): when a node is validated, onlyKristian Rietveld2006-04-261-8/+36
* If this new "row-ending-details" property is turned on, more detailedKristian Rietveld2006-04-261-30/+105
* (broken pipe)Kristian Rietveld2006-04-261-31/+112
* Match parameter names with the headers.Matthias Clasen2006-04-241-3/+5
* Reorganize slightly to avoid a possible NULL dereference. (Coverity)Matthias Clasen2006-04-131-3/+4
* Don't allow passing NULL for x1 or x2, adjust callers.Matthias Clasen2006-04-131-15/+7
* Remove some unused variables.Matthias Clasen2006-04-121-2/+2
* Remove some accidentally committed stuffMatthias Clasen2006-03-221-4/+3
* Use fg_gc to draw the inter-row drop highlight. Also draw the line all theMatthias Clasen2006-03-221-6/+11
* Make Shift-P and Shift-N activate typeahead in GtkTreeView (i.e. they areFederico Mena Quintero2006-03-101-18/+21
* rename to _gtk_tree_selection_row_is_selectable and export internally,Kristian Rietveld2006-03-011-0/+5
* fix compiler warning.Kristian Rietveld2006-02-061-1/+1
* #322591, Jonathan Blandford.Kristian Rietveld2006-01-241-12/+173
* Revert previous commit after more searching in the bugzilla archives (seeKristian Rietveld2006-01-221-0/+6
* Remove second call to gtk_tree_view_column_cell_set_cell_data, since weKristian Rietveld2006-01-221-6/+0
* fixup adjustments and top_row if the current dy + page_size exceeds theKristian Rietveld2006-01-141-0/+8
* don't animate the expander arrows if gtk-enable-animations is FALSE (bugMichael Natterer2006-01-131-0/+10
* Use the slice allocator for many small allocations.Matthias Clasen2006-01-041-5/+4
* Add docs for the row-activated signal. (#324044, Davyd Madeley)Matthias Clasen2005-12-141-0/+15
* Use the correct window when synthesizing the key event. (#323077, SadrulMatthias Clasen2005-12-071-3/+5
* Fix refcounting issues with new_event and its window.Matthias Clasen2005-12-061-1/+2
* Free new_event after sending it to the search entry. (#323209, CrispinKRIS_ASYNC_BRANCHPOINTMatthias Clasen2005-12-051-0/+1
* Properly handle model changes in GtkTreeSelection: (#322569, MiloszMatthias Clasen2005-11-291-1/+3
* Fix two memory handling problems in GtkTreeView: (#322350, SørenMatthias Clasen2005-11-271-19/+25
* deprecated floating/sink API and implemented it in terms of the GObjectTim Janik2005-11-231-6/+3
* Another erroneous semicolon.Matthias Clasen2005-11-101-1/+1
* Implement a getter for headers-clickable. (#163851, Richard Hult)Matthias Clasen2005-11-101-0/+25
* Handle Shift-G to go to the previous match, like firefox. (#320061,Matthias Clasen2005-10-281-1/+8
* Return FALSE, so we don't flush repeatedly. (#319151, Alexander Larsson)Matthias Clasen2005-10-281-1/+1