summaryrefslogtreecommitdiff
path: root/gtk/gtktreeview.c
Commit message (Expand)AuthorAgeFilesLines
* Be more careful when creating gcs, also emit change notification.Matthias Clasen2006-08-061-92/+126
* Fix for #335012, reported by Matteo Nastasi.Kristian Rietveld2006-07-181-3/+21
* Another fix for #164884.Kristian Rietveld2006-07-181-0/+3
* use MAX priv->width, alloc.width when allocating the bin_window,Kristian Rietveld2006-07-181-2/+3
* check if the iter still has children after running the test-expand-rowKristian Rietveld2006-07-171-1/+5
* Improve consistency of signal and property namesMatthias Clasen2006-07-061-1/+1
* Don't leak dash_list. (#346639, Christian Persch)Matthias Clasen2006-07-051-0/+1
* cancel the expand collapse timeout when unsetting the model (FixesKristian Rietveld2006-06-271-0/+6
* Fix the registration of the grid-lines property (#345456, Murray Cumming)Matthias Clasen2006-06-211-7/+8
* Allocate space for the grid lines when they are enabled.Kristian Rietveld2006-06-211-18/+102
* Better fix.Matthias Clasen2006-06-201-1/+1
* (gtk_tree_view_set_column_drag_info): Don't crash if theMatthias Clasen2006-06-201-3/+4
* Don't leak dash_list.Matthias Clasen2006-06-201-0/+2
* Fix 344838Matthias Clasen2006-06-141-2/+2
* 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