]> Pileus Git - ~andy/gtk/history - gtk/gtktreemodel.c
Document 2.2 API additions.
[~andy/gtk] / gtk / gtktreemodel.c
2002-11-28 Matthias ClasenDocument 2.2 API additions.
2002-11-21 Matthias ClasenFix doc comment typos. (#98158, Vitaly Tishkov)
2002-11-08 Soeren Sandmanndocs/reference/gdk/tmpl/dnd.sgml docs/reference/gdk...
2002-11-03 Kristian Rietveldtook out the useless check for refs->list (#97353,...
2002-10-23 Kristian Rietvelds/NULL/0/ on the g_signal_emit lines to fix up yesterda...
2002-10-22 Kristian RietveldAnother feature to create truly ugly TreeViews!: style...
2002-10-14 Kristian RietveldBehaviour change, apply changes if the entry of the...
2002-10-07 Manish SinghDeprecation cleanup
2002-09-11 Jonathan BlandfordMake GtkTreeRowReference a boxed type.
2002-08-10 Soren SandmannMinor documentation fixes
2002-08-07 Matthias ClasenFix doc comment.
2002-07-26 Kristian RietveldAPI additions: _move, _reorder and _swap for stores...
2002-07-05 Jonathan Blandfordfix warning. (gtk_tree_view_search_iter): fix warning...
2002-06-13 Owen TaylorFix type names for GtkIconSet, GtkIconSource, GtkSelect...
2002-06-04 Kristian Rietveldadd gtk_tree_model_get_string_from_iter (#74667).
2002-05-10 Daniel Elstner[ merge from stable ]
2002-04-26 Kristian Rietveldif the deleted node was "below" this path, then do...
2002-04-18 Matthias Clasens/<!>/<!-- -->/g throughout the documentation to bring...
2002-04-01 Kristian Rietveldadd check for y > tree_view->priv->height (fixes #76974)
2002-03-25 Jonathan BlandfordMake path arg const, #75653
2002-03-20 Owen TaylorPatch from Erwann Chenede, #73900 fixing a lot of warni...
2002-03-12 Jonathan Blandfordfix totally broken foreach function.
2002-03-05 Matthias ClasenFix docs.
2002-03-02 Owen TaylorSwitch style of stamp file usage.
2002-02-26 Vitaly Tishkovgtk/gtktreemodel.c misprints in documentation for
2002-02-24 Jonathan Blandfordat Feb 23 23:00:48 2002 Jonathan Blandford <jrb@redha...
2002-02-24 Jonathan Blandfordchange new_root to new_first to avoid confusion.
2002-02-23 Jonathan BlandfordDocumented undocumented functions.
2002-02-12 Kristian Rietveldemit row_deleted before we start unreffing the nodes...
2002-01-31 Jonathan Blandfordunref the model after the last use, not before.
2002-01-10 Vitaly Tishkovgtk/gtkimage.c gtk/gtkimcontext.c gtk/gtktreemodel.c
2002-01-08 Matthias ClasenDoc typo fix. (#68172)
2001-12-26 Kristian Rietveldensure we are unprelighted before reordering
2001-12-04 Jonathan BlandfordMinor fix.
2001-11-24 Kristian Rietveldfree path before we return (in case of a failure here)
2001-11-21 Owen TaylorVersion 1.3.11, interface, binary age 0.
2001-11-20 Kristian Rietveldreplace gboolean free_last in the function parameters...
2001-11-17 Owen TaylorMake gtkmarshal.list/gtkmarshal.h only for compatibilit...
2001-11-10 Matthias ClasenMass fixing of trivial doc bugs. (#63544, #57007, ...
2001-11-01 Jonathan Blandfordfix infinite loop noticed by yosh.
2001-10-31 Jonathan Blandfordrename gtk_selection_data_set_tree_row, #60218
2001-10-27 Anders CarlssonFix typo in docs. This fixes #62942.
2001-10-25 Jonathan BlandfordAdd support for invalid nodes. (_gtk_rbnode_rotate_righ...
2001-10-10 Kristian Rietveldcvs got a broken pipe signal, missed these two. ChangeL...
2001-10-06 Jonathan Blandfordimprove warning.
2001-10-01 Jonathan Blandfordchange scroll_to_cell delayed code to happen in size_al...
2001-09-18 Jonathan BlandfordAdd put for use with editable widgets. This function...
2001-09-12 Jonathan BlandfordRename interface signals to make them more clear. Also...
2001-08-24 Jonathan BlandfordAdd "use_align" to give people the option to just make...
2001-08-17 Tim Janikconst correct string parameter.
2001-07-21 Jonas BorgströmCheck the return value from gtk_tree_model_get_iter...
2001-07-18 Owen TaylorPatch from Matthias Clasen to remove remove all instanc...
2001-07-09 Jonathan Blandfordremove gtk_tree_model_get_first in favor of gtk_tree_mo...
2001-06-29 Havoc Penningtonfixes to compile with G_DISABLE_COMPAT
2001-06-29 Jonathan BlandfordNew function to walk through a model in a depth first...
2001-06-28 Tim Janikup version to 1.3.7, interface age 0, binary age 0...
2001-06-20 Jonathan Blandfordclean up (gtk_tree_view_move_cursor_page_up_down):...
2001-06-18 Jonathan BlandfordFix bug where collapsing a selected row would result...
2001-06-15 Jonathan BlandfordRename gtk_tree_sortable_sort_column_id_set_func. It...
2001-06-14 Jonathan BlandfordWhoops. Forgot this a couple months ago. Now GtkTreeSto...
2001-05-25 Jonathan BlandfordRemove almost all instances of GtkCellRenderer in code...
2001-05-22 Jonathan BlandfordEvil function to deal with very large (TM) amounts...
2001-05-16 Jonathan Blandfordfix bug #54699 where paths weren't being checked for...
2001-04-23 Jonathan Blandfordadd missing '}' that got munched by #endif.
2001-04-12 Jonathan Blandfordfix a fixme.
2001-04-02 Jonathan BlandfordBOXED,BOXED,BOXED,BOXED): new marshaller.
2001-03-30 Jonathan BlandfordNow we listen to the reorder signal.
2001-03-28 Jonathan BlandfordFix arguments to reordered signal.
2001-03-28 Jonathan BlandfordMore work on implementing sortable interface.
2001-03-23 Havoc Penningtonfix up some docs
2001-03-23 Jonathan Blandfordfix braino. New interface to add cleanup sortable support.
2001-03-09 Jonathan BlandfordActually unref the nodes. Fixes bug #50058.
2001-03-08 Jonathan Blandfordadd prerequesite on gobjects.
2001-03-08 Tim Janikadded accumulator data argument to g_signal_newc()...
2001-03-07 Tim Janikmarshaller fixes.
2001-03-05 Jonathan Blandfordrenamed "child_toggled" to "has_child_toggled".
2001-03-02 Jonathan BlandfordMove handling of buttons fully in gtktreeviewcolumn...
2001-02-28 Jonathan BlandfordSanitize GtkRowReference.
2001-02-28 Jonathan BlandfordProxy out to _gtk_tree_row_reference_deleted. (inserted...
2001-02-22 Jonathan Blandfordadd functions for signal emission.
2001-02-21 Jonathan Blandfordremoved signals. Moved to inherit from GObject instead...
2001-02-21 Jonathan BlandfordChanged name to be set_cell_data_func to make it clear...
2001-02-19 Havoc Penningtonhmm, someone changed GLib without fixing GTK
2001-02-19 Hans Breuerupdated for win32 msvc build
2001-02-17 Tim Janikdefault initialize the generated ENTER_NOTIFY event...
2001-02-17 Jonathan Blandfordremoved gtk_*_store_get, and moved to GtkTreeModel.
2001-02-13 Havoc Penningtonfix bug where it always set the foreground, even if...
2001-01-31 Havoc Penningtonfix bug in here where prev pointer was set to the wrong...
2001-01-27 Havoc Penningtonadd GtkTreeRowReference which holds a handle to a speci...
2001-01-10 Havoc Penningtonhandle case where sibling == iter (gtk_tree_store_inser...
2001-01-01 Havoc PenningtonAdapt to GtkTreeSelection changes
2000-12-21 Jonathan Blandford:get_property): remove g_value_init calls, as they...
2000-11-13 Jonathan Blandfordconfirm path != NULL ditto
2000-11-09 Jonathan Blandfordadded more fields to allow more interesting iterators...
2000-10-30 Jonathan BlandfordNew function.
2000-10-27 Jonathan BlandfordNot sure how this ever worked. Fixed it to use new...
2000-10-26 Jonathan BlandfordGot rid of GtkTreeNode, and changed it to GtkTreeIter...
2000-10-25 Tim Janikurg, removed implementation of gtk_marshal_VOID__INT_IN...
2000-10-17 7Draw the arrows correctly.
2000-10-17 7Added user docs.
next