]> Pileus Git - ~andy/gtk/history - gtk/gtktreemodelfilter.c
Remove ambiguities pointed out by gcc.
[~andy/gtk] / gtk / gtktreemodelfilter.c
2005-08-10 Matthias ClasenRemove ambiguities pointed out by gcc.
2005-06-30 Matthias ClasenClarify the code, gcc 4 complains about predecrement...
2005-03-29 Matthias ClasenDocument the need to refilter if parameters of the...
2005-03-26 Matthias ClasenUse canonical names for g_object_notify() as well.
2005-03-22 Matthias ClasenDefine macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE...
2005-03-20 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2005-03-09 Matthias ClasenMore canonical property names.
2005-02-24 Matthias ClasenDon't emit a warning if a parent node is filtered out...
2004-11-19 Manish Singhgdk/linux-fb/gdkgc-fb.c gdk/win32/gdkgc-win32.c
2004-10-21 Matthias ClasenMake the code clearer. (#155239, Murray Cumming)
2004-08-09 Matthias ClasenAdd hidden aliases for exported symbols which are used...
2004-08-04 Matthias Clasens/childs/children/g.
2004-08-03 Matthias ClasenCorrect the return type of gtk_tree_model_filter_get_fl...
2004-03-06 Federico Mena QuinteroFixes #136082 and #135265, patch by Morten Welinder.
2004-03-05 Matthias Clasendoc updates.
2004-02-13 Matthias ClasenUse do instead of while. (#134031, Morten Welinder);
2004-02-12 Matthias ClasenCorrect the docs.
2004-02-02 Matthias ClasenDon't access the level after removing the node, since...
2004-01-28 Matthias ClasenDon't leak path if we bail out early. (#132505, Christi...
2003-12-18 Kristian RietveldFixes #110249, reworked patch from Joshua N Pritikin.
2003-12-13 Kristian RietveldA trick for a faster treeview, step 1. Patch to short...
2003-11-18 Christian Perschfix mem leaks (#119435).
2003-11-18 Kristian Rietvelddon't try to fetch the child back, since we do know...
2003-10-24 Kristian RietveldFix licensing (I managed to put it under GPL licensing...
2003-10-23 Kristian RietveldFix includes.
2003-10-11 Matthias ClasenMove GET_PRIVATE macros from header to implementation.
2003-09-30 Kristian RietveldAdd "Since: 2.4" to all API doc comments.
2003-09-08 Kristian RietveldFixes from David Hampton <hampton@employees.org> via...
2003-07-11 Kristian RietveldLanding GtkTreeModelFilter and the completion code...