summaryrefslogtreecommitdiff
path: root/gtk/gtktreeitem.c
Commit message (Expand)AuthorAgeFilesLines
* add -DGTK_DISABLE_DEPRECATED. #undef it at the top of gtktypebuiltins.c.Manish Singh2002-11-201-0/+2
* add -DGDK_DISABLE_DEPRECATEDManish Singh2002-11-171-6/+6
* Add a 'type' parameter, make public.Owen Taylor2002-10-031-8/+9
* Add a note that yes, we do know what () means and we can't change it.Owen Taylor2002-08-051-1/+1
* Don't chain up to the container's expose event. Instead callJoe Shaw2002-02-131-1/+38
* Patch from Bill Haneman (with many modifications) to make the focus colorOwen Taylor2001-12-041-3/+3
* Make gtkmarshal.list/gtkmarshal.h only for compatibility with GTK+-1.2;Owen Taylor2001-11-171-2/+3
* Enforce the widget/child realization/mapping invariants.Owen Taylor2001-07-191-11/+0
* Patch from Matthias Clasen to remove remove all instances ofOwen Taylor2001-07-181-28/+0
* disable USE_MMX for msvc build cause the assembler doesn't fit and is outHans Breuer2001-03-311-2/+2
* make this somewhat key-navigableHavoc Pennington2001-03-241-4/+6
* Document expose event->region change and that gtk_widget_event doesn'tAlexander Larsson2001-03-091-9/+1
* Patch from ChiDeok Hwang to move call to sync_selection() up a few linesOwen Taylor2001-03-021-5/+7
* Remove draw_focus and draw_default (gtk_widget_draw_focus): remove thisHavoc Pennington2001-02-281-47/+0
* bracket in #ifdef GTK_ENABLE_BROKEN.Havoc Pennington2001-01-311-2/+3
* doh, this was broken beyond believe.Tim Janik2000-12-131-19/+17
* Remove "draw" virtual method and signalHavoc Pennington2000-12-041-27/+0
* urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. ifTim Janik2000-10-251-2/+2
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* Make this compile without framebuffer enabledHavoc Pennington2000-06-201-2/+2
* documented necessary changes for 1.4 transition.Tim Janik2000-05-121-2/+2
* Merges from gtk-1-2Owen Taylor2000-03-141-1/+1
* Adapt cast macros to standard.Raja R Harinath1999-11-221-24/+29
* Added notice to look in AUTHORS and ChangeLog files for a list of changes.CST 1999 Shawn T. Amundson1999-02-241-0/+8
* grouped function names into application-level, widget-level andTim Janik1999-02-191-4/+6
* Fixed some bugs with set_default_size.Owen Taylor1999-02-101-3/+4
* [ Tried to commit wrong file last time ]Owen Taylor1999-01-211-32/+63
* nparams for selection_get should be 3, not 2. [ From Damon ChaplinOwen Taylor1999-01-151-2/+2
* gtk/gtkbutton.c gtk/gtkclist.c gtk/gtkhandlebox.c gtk/gtkframe.cOwen Taylor1999-01-141-2/+2
* I submitted this patch twice to gtk-devel-list, and received no comments,Elliot Lee1998-11-301-1/+1
* Merge from themes-2. See the ChangeLog for a somewhat detailedOwen Taylor1998-11-061-66/+36
* GTK_MENU_DIR_CHILD: check for the existance ofTim Janik1998-09-031-105/+120
* restricted the --g*fatal-* arguments to --g-fatal-warnings again. thisTim Janik1998-08-181-2/+2
* Use common marshalling routines instead of having widget-private ones. ItElliot Lee1998-07-211-6/+2
* changed reversed_[12] to reserved_[12] in gtk_*_get_type functions.Tim Janik1998-07-041-2/+2
* call the base class init fucntions from all parent types upon classTim Janik1998-06-281-2/+3
* boy! did i really modify that many files?Tim Janik1998-06-161-2/+2
* configure.in acheader.h gdk/gdkwindow.c Check for Shape extension both onOwen Taylor1998-05-031-2/+2
* Merged changes from gtk-1-0. Check ChangeLog for details.Owen Taylor1998-05-011-13/+20
* Changed LGPL address for FSF in all .h and .c filesPDT 1998 Shawn T. Amundson1998-04-131-2/+3
* Removed, because that's what a NULL comparison function means. And itOwen Taylor1998-04-071-2/+2
* More extensive debugging outputOwen Taylor1998-04-031-2/+2
* applied gtk-bolliet-980310-0.patch.gz which adds more checks andTim Janik1998-03-111-101/+110
* made the <widget>_signals[] arrays of type guint rather than gint. madeTim Janik1998-03-091-1/+1
* - Show selection correctly when starting selection with arrowsOwen Taylor1998-03-081-0/+3
* Unset allocation on unparent, to force reallocation if we get adding backOwen Taylor1998-03-051-23/+98
* oh, boy, world can be so crude!GTK_0_99_4Tim Janik1998-03-021-63/+72
* Required changes for version change to 0.99.4PST 1998 Shawn T. Amundson1998-03-021-2/+13
* gtk_object_query_args takes an additional pointer now which if suppliedTim Janik1998-02-211-54/+19
* Use gtk_signal_default_marshaller, for expand/collapse signals.Owen Taylor1998-02-161-19/+2