]> Pileus Git - ~andy/gtk/history - gtk/gtkclist.c
gtk/gtkclist.h (struct _GtkCListClass) removed scrollbar_spacing.
[~andy/gtk] / gtk / gtkclist.c
1998-11-05 Lars Hamanngtk/gtkclist.h (struct _GtkCListClass) removed scrollba...
1998-11-05 Lars Hamannremoved vscrollbar, hscrollbar, vscrollbar_policy,...
1998-11-04 Lars Hamannset correct focus_row after a remove_row call.
1998-10-22 Lars Hamannsamll fix for invisible columns
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-07 Lars Hamannadded size_allocate_title_buttons call (gtk_clist_reali...
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-26 Tim Janikadde g_return_if_fail() statements.
1998-09-23 Tim Janikupdate to Gtk+ version 1.1.3, binary age 1, interface...
1998-09-11 Lars Hamannnew function to set/unset the selectable flag of a...
1998-09-03 Tim Janik`const' fixups.
1998-09-03 Tim JanikGTK_MENU_DIR_CHILD: check for the existance of
1998-08-24 Manish Singhremoved some unused variables
1998-08-17 Lars Hamannnew class methods: (sort_list) (insert_row) (remove_row)
1998-08-17 Tim Janikremoved gtk_input_add_interp.
1998-08-10 Lars HamannFix for resize bug. Call gtk_widget_size_allocate inste...
1998-08-06 Stefan JeskeRenamed my_merge and my_mergesort to gtk_clist_merge and
1998-08-06 Martin BauligRenamed `merge' -> `my_merge' and `mergesort' -> `my_me...
1998-08-05 Stefan Jeskenew enum GtkSortType.
1998-08-03 George Lebldon't you hate it when you apply the wrong patch and...
1998-08-03 George Lebldraw the buttons during a "draw" as well, this fixes...
1998-08-02 Lars Hamannreset drag_pos after abort removed a few unneeded lines...
1998-07-31 Lars HamannFew fixes for column resize. Store resize column in...
1998-07-30 Lars Hamannremoved a few unneeded lines
1998-07-29 Lars Hamanncolumn resize now works with horizontal autoscrolling...
1998-07-27 Tim Janikfixup, so that enum values are looked up.
1998-07-26 Lars Hamannlittle fix to avoid warnings
1998-07-26 Lars Hamannfix for pointer grab
1998-07-25 Lars Hamanntest for node != NULL (gtk_ctree_is_visible) (gtk_ctree...
1998-07-24 Lars Hamannmini code cleanup
1998-07-21 Elliot LeeUse common marshalling routines instead of having widge...
1998-07-19 Lars Hamannfix for vertical scrolling in case of GTK_CLIST_ADD_MOD...
1998-07-17 Lars Hamannfix to avoid flicker at begin/end of list
1998-07-16 Lars Hamannfix for sigsegv in case of drag_target == NULL fix for
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-07-07 Tim Janiktotaly binary incomnpatible change:
1998-07-04 Tim Janikchanged reversed_[12] to reserved_[12] in gtk_*_get_typ...
1998-06-28 Tim Janikcall the base class init fucntions from all parent...
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-22 CEST 1998 Paolo... use GTK_TYPE_GDK_EVENT in (un)?select_row signal.
1998-05-13 Owen TaylorFixed up a stat() that Sopwith missed when changing...
1998-05-06 Arturo EspinosaChangeLog
1998-05-03 Owen Taylorconfigure.in acheader.h gdk/gdkwindow.c Check for Shape...
1998-05-01 Tim Janikprefixed all clist flags with GTK_ to avoid name clashe...
1998-05-01 Owen TaylorMerged changes from gtk-1-0. Check ChangeLog for details.
1998-04-13 PDT 1998 Shawn T... Changed LGPL address for FSF in all .h and .c files
1998-04-07 Owen TaylorRemoved, because that's what a NULL comparison function...
1998-04-05 Owen TaylorFixed assignment of adjustment->value to negative value...
1998-04-03 Owen TaylorMore extensive debugging output
1998-03-30 Tim Janikremoved this function, it was unneeded and not exported.
1998-03-24 Federico Mena QuinteroFixed xthickness -> ythickness typo.
1998-03-24 Federico Mena QuinteroSelect the row which got its data changed, and not...
1998-03-24 Owen Taylor/home/otaylor/commit
1998-03-23 Tim Janikleave container_class->add and container_class->remove...
1998-03-23 Jay Painterfixed sending null strings to gdk_string_width
1998-03-18 Owen Taylor( From: James Henstridge <james@daa.com.au> )
1998-03-17 Radek Douliktest if clist->title_window exists before showing it,
1998-03-14 Federico Mena QuinteroNow we return a GtkVisibility value, instead of a simpl...
1998-03-12 Tim Janikapplied gtk-shige-980311-0.patch.gz, which removes...
1998-03-11 Owen TaylorVarious minor cleanups related to -W
1998-03-10 Arturo Espinosala de da, add back the prototype I just removed -mig...
1998-03-10 Miguel de IcazaExport functionality.
1998-03-10 Federico Mena QuinteroWe now accept the color parameter to be NULL. If it...
1998-03-09 Tim Janikmade the <widget>_signals[] arrays of type guint rather...
1998-03-08 Jay Painterchanged clist->selection GList so its data elements...
1998-03-08 Tim Janikapplied a bunch of patches and removed all the printfs...
1998-03-06 rhlabsFix selection bugs (selection was not being modified).
1998-03-05 rhlabs(select row) Emit UNselect of rows that aren't selected.
1998-03-05 Jay PainterSingnals -> GTK_RUN_FIRST; api select/unselect function...
1998-03-02 Owen Taylor// comment. -owt
1998-03-02 PST 1998 Shawn T... Required changes for version change to 0.99.4
1998-02-28 Tim Janikfew checks added -timj
1998-02-28 Tim Janikhandle box signals. fixups for 99.4 -timj
1998-02-25 Owen TaylorMove layout constants into an enumeration, split GTK_BU...
1998-02-23 rhlabsAllow gtk_clist_insert() to work on empty lists.
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-13 Tim Janikcheck for clist !REALIZED. (draw_rows): bail out if...
1998-02-12 Federico Mena QuinteroFixed unrealize handler to comply with the documentatio...
1998-02-11 Tim Janiksmall fixup, so that the clist doesn't draw if it is
1998-02-08 Jay PainterNew API functions: gtk_clist_get_cell_type gtk_clist_ge...
1998-02-05 Jay PainterA little cosmetic cleanup
1998-02-02 Tim Janikfixed destroy handler, so it doesn't segfault with...
1998-01-31 Owen Taylor- Conformity to new reference counting schemes - Font...
1998-01-26 Jay PainterFixed a resizing bug with CList where you could loose...
1998-01-24 Jay PainterChanged static function names/reorganized to make more...
1998-01-21 Jay PainterGtkCList Updates. -Jay
1998-01-20 Jay PainterGtkCList updates. -Jay
1998-01-19 Jay PainterGtkCList updates: Click-Drag column resizing, a couple...
1998-01-18 Owen Taylorgtkbutton.c gtkclist.c gtkdrawingarea.c gtkentry.c...
1998-01-16 Miguel de IcazaCall gtk_clist_size_allocate_columns every time the...
1998-01-16 Tim Janikmain part for GtkArgSetFunc/GtkArgGetFunc implementation.
1998-01-13 Jay PainterGtkCList updates, GtkText now defaults to editable...
1998-01-09 Jay PainterLook and feel changes to CList so it now looks like...
next