]> Pileus Git - ~andy/gtk/history - gtk/gtkclist.h
Revert name change
[~andy/gtk] / gtk / gtkclist.h
2008-07-01 Cody RussellRevert name change
2008-06-30 Cody RussellPractically everything changed.
2008-06-03 Michael Natterergtk/gtkclist.h revert includes to how they have been...
2008-05-28 Michael Nattererdefine __GTK_H_INSIDE__ around including all other...
2008-02-13 Christian PerschTypo fix
2005-12-05 Matthias ClasenUse g_slice instead of mem chunks.
2005-06-21 Matthias ClasenTrivial cleanups. (#169647, #303455, Fabricio Barros...
2004-01-26 Federico Mena QuinteroFix #105497; constify uses of GdkColor.
2001-04-24 Alexander Larssoni2001-04-24 Alexander Larsson <alexl@redhat.com>
2001-02-03 Havoc PenningtonCVS is doing its broken pipe thing, this is more of...
2000-12-13 Tim Janikdoh, this was broken beyond believe.
2000-12-11 Owen TaylorAdd a function to determine if a window is the focus...
2000-08-30 Elliot LeeUse G_GNUC_CONST.
2000-07-26 Tim Janikapplied patch from Andreas Persenius <ndap@swipnet...
2000-06-02 Havoc PenningtonRemove all references to offscreen flag which was no...
2000-02-29 GMT 2000 Tony GaleSpelling/grammar fixes from Martin Buchholz <martin...
2000-02-13 Tim Janiks/refcount/ref_count/.
1999-11-22 Raja R HarinathAdapt cast macros to standard.
1999-03-17 Tim JanikTue Mar 16 17:43:33 1999 Tim Janik <timj@gtk.org>
1999-02-24 CST 1999 Shawn T... Added notice to look in AUTHORS and ChangeLog files...
1999-02-04 Manish Singhspelling fix in comment from joey@kuolema.Infodrom...
1999-01-17 Tim Janikremoved deprecated functions: gtk_clist_set_border,
1998-12-16 Lars Hamannremoved clist flag : GTK_CLIST_DRAG_SELECTION added...
1998-12-02 Tim Janiks/gtk_notebook_nth_page/gtk_notebook_get_nth_page/.
1998-12-02 Lars Hamannnew class method/signal row_move. new public function...
1998-11-28 Tim Janikdeprecated gtk_widget_freeze_accelerators and
1998-11-26 Tim Janikreverted bogus and undocumented!!! changes from Jay...
1998-11-23 jaycoxModified Files: gtkclist.c gtkclist.h gtkctree.c gtkctr...
1998-11-23 Tim Janikadded args ::show_text, ::text_xalign, ::text_yalign...
1998-11-18 Lars Hamannreturn the nth GtkCTreeNode in row_list. (from Samuel...
1998-11-07 Lars Hamannresize clist if adjustments are NULL and list size...
1998-11-05 Lars Hamanngtk/gtkclist.h (struct _GtkCListClass) removed scrollba...
1998-11-05 Lars Hamannremoved vscrollbar, hscrollbar, vscrollbar_policy,...
1998-10-19 Lars Hamannrearranged some functions (gtk_clist_set_column_auto_re...
1998-10-16 Lars Hamannchange a few cell styles of inserted row (change_style...
1998-10-12 Tim Janikfixed a comment
1998-10-07 Tim Janikremoved all occourances of #pragma } and #pragma {...
1998-10-07 Lars Hamannnew signal GtkCList::resize_column. don't draw invisibl...
1998-10-04 Martin BauligAdded `visible'.
1998-10-01 Tim Janiknew function. (gtk_clist_insert): added g_return_val_if...
1998-09-11 Lars Hamannnew function to set/unset the selectable flag of a...
1998-09-03 Tim Janik`const' fixups.
1998-08-17 Lars Hamannnew class methods: (sort_list) (insert_row) (remove_row)
1998-08-05 Stefan Jeskenew enum GtkSortType.
1998-07-16 Tim Janikhandle negative values similar to gtk_widget_set_uposit...
1998-07-15 Lars HamannAdded focus handling, horizontal and vertical autoscrol...
1998-06-16 Tim Janikboy! did i really modify that many files?
1998-06-02 Jay PainterAdded function gtk_clist_swap to swap two rows in a...
1998-05-01 Tim Janikprefixed all clist flags with GTK_ to avoid name clashe...
1998-04-13 PDT 1998 Shawn T... Changed LGPL address for FSF in all .h and .c files
1998-03-14 Federico Mena QuinteroNow we return a GtkVisibility value, instead of a simpl...
1998-03-10 Arturo EspinosaSnorfle, thanks :-) Mon Mar 9 23:24:42 1998 Miguel...
1998-03-08 Tim Janikapplied a bunch of patches and removed all the printfs...
1998-02-25 Owen TaylorMove layout constants into an enumeration, split GTK_BU...
1998-02-20 Jay Paintermoved widget creation to gtk_clist_construct for the...
1998-02-19 Jay PainterCList signal revert (right back at you! *ouch*)
1998-02-18 Jay PainterA couple of compiler warning fixes, GtkCList signal...
1998-02-08 Jay PainterNew API functions: gtk_clist_get_cell_type gtk_clist_ge...
1998-01-31 Owen Taylor- Conformity to new reference counting schemes - Font...
1998-01-24 Jay PainterChanged static function names/reorganized to make more...
1998-01-21 Jay PainterGtkCList Updates. -Jay
1998-01-19 Jay PainterGtkCList updates: Click-Drag column resizing, a couple...
1998-01-09 Jay PainterLook and feel changes to CList so it now looks like...
1998-01-06 Jay Painterclist updates to fix seg fault, list-end row removal...
1998-01-03 Jay PainterAdded column list widget GtkCList. -Jay Painter