summaryrefslogtreecommitdiff
path: root/gtk/gtktreemodel.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Now we listen to the reorder signal.Jonathan Blandford2001-03-301-4/+77
* Fix arguments to reordered signal.Jonathan Blandford2001-03-281-1/+2
* More work on implementing sortable interface.Jonathan Blandford2001-03-281-2/+3
* fix up some docsHavoc Pennington2001-03-231-3/+3
* fix braino. New interface to add cleanup sortable support.Jonathan Blandford2001-03-231-4/+25
* Actually unref the nodes. Fixes bug #50058.Jonathan Blandford2001-03-091-16/+23
* add prerequesite on gobjects.Jonathan Blandford2001-03-081-0/+1
* added accumulator data argument to g_signal_newc() functions.Tim Janik2001-03-081-4/+4
* marshaller fixes.Tim Janik2001-03-071-2/+1
* renamed "child_toggled" to "has_child_toggled".Jonathan Blandford2001-03-051-6/+6
* Move handling of buttons fully in gtktreeviewcolumn. This code is lessJonathan Blandford2001-03-021-1/+1
* Sanitize GtkRowReference.Jonathan Blandford2001-02-281-366/+381
* Proxy out to _gtk_tree_row_reference_deleted. (inserted_callback): ProxyJonathan Blandford2001-02-281-53/+79
* add functions for signal emission.Jonathan Blandford2001-02-221-0/+50
* removed signals. Moved to inherit from GObject instead of GtkObject.Jonathan Blandford2001-02-211-9/+6
* Changed name to be set_cell_data_func to make it clear what the functinoJonathan Blandford2001-02-211-2/+56
* hmm, someone changed GLib without fixing GTKHavoc Pennington2001-02-191-1/+1
* updated for win32 msvc buildHans Breuer2001-02-191-1/+1
* default initialize the generated ENTER_NOTIFY event with 0, otherwise notTim Janik2001-02-171-1/+1
* removed gtk_*_store_get, and moved to GtkTreeModel.Jonathan Blandford2001-02-171-13/+86
* fix bug where it always set the foreground, even if we were only using aHavoc Pennington2001-02-131-11/+2