]> Pileus Git - ~andy/gtk/history - gtk/gtkliststore.c
Fix for #312924, by John Finlay.
[~andy/gtk] / gtk / gtkliststore.c
2005-08-11 Kristian RietveldFix for #312924, by John Finlay.
2005-03-20 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2005-03-11 Matthias ClasenFix a doc typo. (#169873, Johan Dahlin)
2004-12-24 Matthias ClasenReturn TRUE if there are children. (#162134, Iñigo...
2004-12-22 Matthias ClasenFix sorting of list stores. (#161886, Marcin Krzyzanowski)
2004-12-20 Matthias ClasenPass a root path to gtk_tree_model_rows_reordered(...
2004-12-09 Matthias ClasenAdd functions which allow faster insertion of rows...
2004-12-08 Matthias ClasenMake this work, no need to invert the array.
2004-11-30 Matthias ClasenUpdate the documentation to specify a more useful behav...
2004-10-29 Matthias ClasenDon't loop over the sentinel node. (#156298, Torsten...
2004-10-23 Søren SandmannReplace broken, overly clever implementation with one...
2004-09-05 Matthias ClasenAllow sorting of tree models to be turned off again...
2004-08-24 Søren SandmannFix logical errors in gtk_list_store_move_before/after...
2004-08-22 Soeren SandmannRestore length field; PyGTK and maybe others use it...
2004-08-22 Soeren SandmannNormalize the position so we don't create paths with...
2004-08-22 Soeren SandmannUse the correct tree path (#150289, Morten Welinder).
2004-08-14 Soeren SandmannNew function.
2004-08-11 Matthias ClasenUnderscore-prefix gtk_tree_data_list_compare_func.
2004-08-09 Matthias ClasenAdd hidden aliases for exported symbols which are used...
2004-03-06 Federico Mena QuinteroFixes #136082 and #135265, patch by Morten Welinder.
2004-03-02 Owen Taylorgtk/gtktreestore.c (gtk_tree_store_reorder) Fix up...
2004-01-22 Jonathan BlandfordDoc fix.
2003-09-09 Kristian RietveldBig TreeView DnD fixage, makes drops on empty models...
2003-06-04 Matthias ClasenDocument restriction on types.
2003-04-14 Michael Nattereradded checks to ensure that the iter is not reordered...
2003-03-31 Jonathan Blandfordnull initialize reorder's members so Purify won't complain.
2003-01-27 Kristian RietveldChangeLog too long to mention here. Bugs fixed: #100973...
2003-01-14 Murray CummingFixes #102168.
2003-01-14 Kristian RietveldThe full changelog for this commit is too long to paste...
2002-11-28 Matthias ClasenDocument 2.2 API additions.
2002-11-26 Kristian Rietveldadd a gtk_list_store_sort_iter_changed line for some...
2002-11-18 Kristian Rietveldmodify and free tmp instead of path ... (patch from...
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-07-26 Kristian RietveldAPI additions: _move, _reorder and _swap for stores...
2002-07-05 Kristian RietveldMerge from HEAD.
2002-07-01 Jonathan Blandfordsync up white space/variable names to match tree_store...
2002-06-04 Kristian RietveldDiscussed in #76249.
2002-04-02 Jonathan Blandfordset the sort_func correctly, 77030
2002-03-07 Jonathan Blandfordstart implementing
2002-03-03 Tim Janikadded compile time switch to put the tree views into...
2002-02-25 Kristian Rietveldcall _gtk_tree_view_column_cell_set_dirty when visible...
2002-02-11 Kristian Rietveldset value of func to NULL during initialization (we...
2002-02-11 Kristian RietveldGet the damn fix right, see my latest ChangeLog entry.
2002-02-10 Kristian Rietveldincrease value of new_location by one if cmp_a > 0...
2002-02-05 Kristian Rietveldlet's set the path, which we're going to pass with...
2002-02-02 Kristian Rietveldset upper member of vadjustment correct, so the vscroll...
2002-01-31 Jonathan Blandfordsave last minute changes before committing.
2002-01-30 Jonathan Blandfordonly emit the signal if an interesting column changes.
2002-01-09 Kristian Rietveldpass NULL to gtk_tree_model_rows_reordered and not...
2001-12-08 Kristian Rietveldnuke the stamp++, per jrb's request
2001-12-06 Matthias ClasenFix docs. (#66383)
2001-11-14 Jonathan Blandfordnew "model" construct property for language bindings.
2001-11-06 Owen TaylorAdd row_draggable() vfunc, and wrapper function.
2001-10-31 Jonathan Blandfordrename gtk_selection_data_set_tree_row, #60218
2001-10-27 Hans Breuerto simplify parsing for exported functions: - made...
2001-10-18 Matthias ClasenFix docs. (#61976)
2001-10-09 Jonathan BlandfordWe're a gobject, not a GtkObject. Thanks andersca.
2001-10-01 Jonathan Blandfordadd a finalize and destroy handler.
2001-09-27 Jonathan BlandfordStop being stupid and emitting the signal every time.
2001-09-12 Jonathan BlandfordRename interface signals to make them more clear. Also...
2001-09-08 Jonathan BlandfordWrite documentation Write documentation
2001-09-04 Jonathan Blandfordfix initial val for sort column.
2001-09-03 Jonathan Blandfordhandle default sort feature
2001-08-23 Kristian Rietvelduse GtkSortType instead of GtkTreeSortOrder. (#59173).
2001-08-19 Jonathan BlandfordFix up warnings, #58928.
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-30 Jonathan BlandfordNew function for language bindings.
2001-06-30 Jonathan Blandfordchanged new_with_types to just plain new, fixing the...
2001-06-19 Jonathan BlandfordNew functions to clear a model.
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-06-12 Jonathan Blandfordfurther justify gtk_tree_model_get_flags by adding...
2001-06-08 Jonathan Blandfordwarn if row/cols are out of range. Fix bug #55921
2001-05-22 Jonathan BlandfordEvil function to deal with very large (TM) amounts...
2001-04-12 Jonathan Blandfordfix a fixme.
2001-04-02 Jonathan BlandfordBOXED,BOXED,BOXED,BOXED): new marshaller.
2001-04-01 Jonathan BlandfordInitial work on implementing the GtkTreeSortable interf...
2001-03-30 Jonathan BlandfordNow we listen to the reorder signal.
2001-03-29 Jonathan BlandfordMassive reordering/sorting work. Now pretty much works.
2001-03-28 Jonathan BlandfordFix arguments to reordered signal.
2001-03-28 Jonathan BlandfordMore work on implementing sortable interface.
2001-03-23 Jonathan BlandfordForgot to namespace this.
2001-03-23 Jonathan Blandfordfix braino. New interface to add cleanup sortable support.
2001-03-13 Jonathan BlandfordFix up focus code a lot.
2001-03-10 Jonathan BlandfordFix a stupid typo. (gtk_list_store_set_cell): Fix a...
2001-03-10 Jonathan BlandfordMake select_all not work if you're in SINGLE mode ...
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-17 Tim Janikdefault initialize the generated ENTER_NOTIFY event...
2001-02-17 Jonathan Blandfordremoved gtk_*_store_get, and moved to GtkTreeModel.
2001-02-08 Havoc Penningtonremove validation idle
2001-02-03 Havoc PenningtonCVS is doing its broken pipe thing, this is more of...
2001-01-31 Havoc Penningtonfix bug in here where prev pointer was set to the wrong...
2001-01-26 Havoc Penningtonadapt to handle PangoColor
2001-01-10 Havoc Penningtonhandle case where sibling == iter (gtk_tree_store_inser...
2001-01-09 Havoc Penningtonhandle case where there are no rows in the model
next