summaryrefslogtreecommitdiff
path: root/gtk/gtktree.c
Commit message (Expand)AuthorAgeFilesLines
* Remove GtkTree completelyChristian Dywan2010-05-031-1136/+0
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_MAPPED)Javier Jardón2010-03-061-2/+2
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_REALIZED)Javier Jardón2010-03-061-1/+1
* Deprecate widget flag: GTK_WIDGET_REALIZEDJavier Jardón2010-03-031-1/+1
* Deprecate widget flag: GTK_WIDGET_MAPPEDJavier Jardón2010-03-031-4/+4
* Deprecate widget flag: GTK_WIDGET_VISIBLEJavier Jardón2010-03-011-7/+7
* gtk/gtktree.c gtk/gtktreemodel.c gtk/gtktreesortable.c gtk/gtktreeview.cSven Neumann2008-08-081-2/+2
* gtk/gtkclist.c gtk/gtkcontainer.c gtk/gtkfilechooserbutton.cMichael Natterer2008-08-071-3/+2
* gtk/gtkclist.c gtk/gtklist.c gtk/gtkoldeditable.c gtk/gtkpixmap.cMichael Natterer2008-08-041-3/+3
* Fix make check:Michael Natterer2008-07-041-9/+8
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* build with GTK_DISABLE_DEPRECATED.Michael Natterer2008-06-171-0/+2
* gtk/gtkcontainer.c gtk/gtkexpander.c gtk/gtkframe.c gtk/gtklabel.cMichael Natterer2008-02-061-2/+2
* Improve consistency of signal and property namesMatthias Clasen2006-07-061-1/+1
* Intern some more strings.Matthias Clasen2005-09-011-4/+5
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-0/+1
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+4
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* brooooooooken pipe.Kristian Rietveld2003-09-031-2/+2
* add -DGTK_DISABLE_DEPRECATED. #undef it at the top of gtktypebuiltins.c.Manish Singh2002-11-201-0/+2
* Make gtkmarshal.list/gtkmarshal.h only for compatibility with GTK+-1.2;Owen Taylor2001-11-171-3/+4
* deprecate GTK_SELECTION_EXTENDED.Jonathan Blandford2001-08-271-23/+1
* Enforce the widget/child realization/mapping invariants.Owen Taylor2001-07-191-22/+0
* Patch from Matthias Clasen to remove remove all instances ofOwen Taylor2001-07-181-33/+0
* Applied patch from Nils Barth (bug # 51041) to replace "gint" withHavoc Pennington2001-03-161-2/+2
* Document expose event->region change and that gtk_widget_event doesn'tAlexander Larsson2001-03-091-39/+0
* marshaller fixes.Tim Janik2001-03-071-2/+2
* Patch from ChiDeok Hwang to move call to sync_selection() up a few linesOwen Taylor2001-03-021-19/+64
* bracket in #ifdef GTK_ENABLE_BROKEN.Havoc Pennington2001-01-311-2/+4
* doh, this was broken beyond believe.Tim Janik2000-12-131-24/+23
* Remove "draw" virtual method and signalHavoc Pennington2000-12-041-40/+0
* urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. ifTim Janik2000-10-251-3/+3
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* eek, i've never seen a bug here, never been here and never fixed anythingTim Janik2000-07-111-0/+6
* documented necessary changes for 1.4 transition.Tim Janik2000-05-121-3/+3
* Adapt cast macros to standard.Raja R Harinath1999-11-221-44/+29
* Added notice to look in AUTHORS and ChangeLog files for a list of changes.CST 1999 Shawn T. Amundson1999-02-241-0/+8
* Fixed some bugs with set_default_size.Owen Taylor1999-02-101-7/+11
* 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-1/+1
* I submitted this patch twice to gtk-devel-list, and received no comments,Elliot Lee1998-11-301-1/+1
* GTK_MENU_DIR_CHILD: check for the existance ofTim Janik1998-09-031-8/+7
* restricted the --g*fatal-* arguments to --g-fatal-warnings again. thisTim Janik1998-08-181-213/+213
* Use common marshalling routines instead of having widget-private ones. ItElliot Lee1998-07-211-25/+3
* 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/+10