summaryrefslogtreecommitdiff
path: root/gtk/gtktreeview.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Be more careful about initializing cell_area. (#319382, Tommi Komulainen)Matthias Clasen2005-10-271-3/+4
* Don't crash on duplicate destroy. (#318953, Gustavo Carneiro)Matthias Clasen2005-10-261-2/+2
* check for the widget being realized, in addition to being visible, toMichael Natterer2005-10-221-0/+1
* Various cleanups. (#315360, Kjartan Maraas)Matthias Clasen2005-09-131-19/+1
* Silently return NULL if the widget is not realized. (#316023, GuillaumeMatthias Clasen2005-09-131-2/+8
* Use gdk_atom_intern_static_string() where appropriate.Matthias Clasen2005-09-111-2/+2
* Document memory handling. (#314975, Torsten Schoenfeld)Matthias Clasen2005-09-091-0/+2
* Intern some more strings.Matthias Clasen2005-09-011-23/+23
* Also intern static strings passed to g_object_set_data()Matthias Clasen2005-08-311-6/+6
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-1/+1
* clear scroll_to_path if the model changes.Jonathan Blandford2005-08-201-0/+6
* Return FALSE if the tree is empty. (#313891, Guillaume Cottenceau)Matthias Clasen2005-08-191-0/+3
* queue a draw for the entire widget if any column changes width. (FixesKristian Rietveld2005-08-111-1/+5
* new function. (fixes #105252, suggestion from Mikael Hallendal).Kristian Rietveld2005-07-131-0/+47
* paint a flat box on the area the treeview got allocated extra verticallyKristian Rietveld2005-07-131-3/+16
* let's take the MIN of width and max_width here, not width and max_width !=Kristian Rietveld2005-07-131-1/+1
* when !separator, don't add the focus_line_width to width/height (happensKristian Rietveld2005-07-131-3/+3