summaryrefslogtreecommitdiff
path: root/gtk/gtktreemodel.c
Commit message (Expand)AuthorAgeFilesLines
* if the deleted node was "below" this path, then do not unref all nodesKristian Rietveld2002-04-261-1/+8
* s/<!>/<!-- -->/g throughout the documentation to bring the producedMatthias Clasen2002-04-181-2/+2
* add check for y > tree_view->priv->height (fixes #76974)Kristian Rietveld2002-04-011-1/+3
* Make path arg const, #75653Jonathan Blandford2002-03-251-1/+1
* Patch from Erwann Chenede, #73900 fixing a lot of warnings with Forte CC,Owen Taylor2002-03-201-3/+3
* fix totally broken foreach function.Jonathan Blandford2002-03-121-6/+5
* Fix docs.Matthias Clasen2002-03-051-2/+2
* Switch style of stamp file usage.Owen Taylor2002-03-021-0/+26
* gtk/gtktreemodel.c misprints in documentation forVitaly Tishkov2002-02-261-2/+2
* at Feb 23 23:00:48 2002 Jonathan Blandford <jrb@redhat.com>Jonathan Blandford2002-02-241-2/+2
* change new_root to new_first to avoid confusion.Jonathan Blandford2002-02-241-9/+8
* Documented undocumented functions.Jonathan Blandford2002-02-231-8/+56
* emit row_deleted before we start unreffing the nodes ourselvesKristian Rietveld2002-02-121-8/+4
* unref the model after the last use, not before.GTK_MULTIHEAD_MERGEPOINT_01_02_02Jonathan Blandford2002-01-311-2/+2
* gtk/gtkimage.c gtk/gtkimcontext.c gtk/gtktreemodel.cVitaly Tishkov2002-01-101-2/+2
* Doc typo fix. (#68172)Matthias Clasen2002-01-081-39/+52
* ensure we are unprelighted before reorderingKristian Rietveld2001-12-261-1/+1
* Minor fix.Jonathan Blandford2001-12-041-0/+10
* free path before we return (in case of a failure here)Kristian Rietveld2001-11-241-1/+4
* Version 1.3.11, interface, binary age 0.Owen Taylor2001-11-211-1/+1
* replace gboolean free_last in the function parameters with gint depth.Kristian Rietveld2001-11-201-13/+12
* Make gtkmarshal.list/gtkmarshal.h only for compatibility with GTK+-1.2;Owen Taylor2001-11-171-5/+6
* Mass fixing of trivial doc bugs. (#63544, #57007, #64141, #63472, #57108,Matthias Clasen2001-11-101-1/+1
* fix infinite loop noticed by yosh.Jonathan Blandford2001-11-011-3/+11
* rename gtk_selection_data_set_tree_row, #60218Jonathan Blandford2001-10-311-6/+15
* Fix typo in docs. This fixes #62942.Anders Carlsson2001-10-271-1/+1
* Add support for invalid nodes. (_gtk_rbnode_rotate_right): Ditto.Jonathan Blandford2001-10-251-1/+1
* cvs got a broken pipe signal, missed these two. ChangeLog is already there.Kristian Rietveld2001-10-101-0/+33
* improve warning.Jonathan Blandford2001-10-061-5/+77
* change scroll_to_cell delayed code to happen in size_allocate.Jonathan Blandford2001-10-011-36/+25
* Add put for use with editable widgets. This function is private, andJonathan Blandford2001-09-181-1/+0
* Rename interface signals to make them more clear. Also, changeJonathan Blandford2001-09-121-55/+63
* Add "use_align" to give people the option to just make a cell visible.Jonathan Blandford2001-08-241-1/+1
* const correct string parameter.Tim Janik2001-08-171-4/+4
* Check the return value from gtk_tree_model_get_iter, the model might beJonas Borgström2001-07-211-1/+3
* Patch from Matthias Clasen to remove remove all instances ofOwen Taylor2001-07-181-5/+0
* remove gtk_tree_model_get_first in favor of gtk_tree_model_get_iter_root.Jonathan Blandford2001-07-091-58/+24
* fixes to compile with G_DISABLE_COMPATHavoc Pennington2001-06-291-47/+47
* New function to walk through a model in a depth first manner, with theJonathan Blandford2001-06-291-0/+56
* up version to 1.3.7, interface age 0, binary age 0. depend on glib 1.3.7.Tim Janik2001-06-281-23/+12
* clean up (gtk_tree_view_move_cursor_page_up_down): implement.Jonathan Blandford2001-06-201-27/+5
* Fix bug where collapsing a selected row would result in the cursor/anchorJonathan Blandford2001-06-181-1/+34
* Rename gtk_tree_sortable_sort_column_id_set_func. It's much shorter now.Jonathan Blandford2001-06-151-0/+10
* Whoops. Forgot this a couple months ago. Now GtkTreeStore sort of sorts.Jonathan Blandford2001-06-141-2/+2
* Remove almost all instances of GtkCellRenderer in code (all but dnd iconJonathan Blandford2001-05-251-18/+19
* Evil function to deal with very large (TM) amounts of text. May be movedJonathan Blandford2001-05-221-2/+28
* fix bug #54699 where paths weren't being checked for correctness.Jonathan Blandford2001-05-161-8/+23
* add missing '}' that got munched by #endif.Jonathan Blandford2001-04-231-4/+4
* fix a fixme.Jonathan Blandford2001-04-121-1/+0
* BOXED,BOXED,BOXED,BOXED): new marshaller.Jonathan Blandford2001-04-021-11/+19