summaryrefslogtreecommitdiff
path: root/gtk/gtkctree.c
Commit message (Expand)AuthorAgeFilesLines
* gtk/gtkaccellabel.c gtk/gtkaction.c gtk/gtkclist.c gtk/gtkcolorbutton.cSven Neumann2008-08-121-20/+20
* gtk/gtkclist.c gtk/gtkctree.c gtk/gtkpixmap.c get rid of using deprecatedMichael Natterer2008-08-041-42/+47
* build with GTK_DISABLE_DEPRECATED again.Michael Natterer2008-08-041-3/+5
* gtk/gtkclist.[ch] gtk/gtkctree.[ch] gtk/gtkitemfactory.[ch]Michael Natterer2008-08-041-6/+6
* Fix make check:Michael Natterer2008-07-041-2/+0
* 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
* Use g_object_new instead of gtk_widget_newJohan Dahlin2008-06-191-1/+1
* build with GTK_DISABLE_DEPRECATED.Michael Natterer2008-06-171-0/+2
* Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder,Matthias Clasen2007-03-091-2/+1
* Apply a cleanup patch by Kjartan Maraas (#341812)Matthias Clasen2006-10-081-12/+1
* delete GtkCTreeRow as GtkCTreeRow, not clist rows which crashes in gsliceTim Janik2005-12-271-1/+1
* Update class_n_properties after installing color-hash, since other classesMatthias Clasen2005-12-211-2/+2
* Use g_slice instead of mem chunks.Matthias Clasen2005-12-051-17/+5
* Use gdk_atom_intern_static_string() where appropriate.Matthias Clasen2005-09-111-2/+2
* Intern some more strings.Matthias Clasen2005-09-011-7/+8
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-0/+1
* Do not use | G_PARAM_STATIC_NAME in the type field, makes subclassingJohan Dahlin2005-07-301-1/+1
* Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITEMatthias Clasen2005-03-221-8/+8
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+4
* More canonical property names.Matthias Clasen2005-03-091-5/+5
* 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
* Fix #105497; constify uses of GdkColor.Federico Mena Quintero2004-01-261-6/+6
* brooooooooken pipe.Kristian Rietveld2003-09-031-1/+1
* Don't cut descenders when rendering. (#118646, Charles Kerr)Matthias Clasen2003-08-061-1/+1
* Fix NULL/FALSE confusion (#107648, Morten Welinder)Matthias Clasen2003-03-061-2/+2
* Replace uses of gtk_timeout_* and gtk_idle_* by their non-deprecatedMatthias Clasen2003-02-051-2/+2
* add -DGTK_DISABLE_DEPRECATED. #undef it at the top of gtktypebuiltins.c.Manish Singh2002-11-201-0/+1
* add -DGDK_DISABLE_DEPRECATEDManish Singh2002-11-171-0/+2
* Undo an accidental revert of fixes of May 16. (Caught by Padraig O'Briain)Owen Taylor2002-05-201-2/+0
* Fix format of selection data to be 8 rather than GTK_TYPE_POINTER.Owen Taylor2002-05-141-1/+1
* Integrate Erwann Chenede's multihead changes for the gtk/ directory.Alex Larsson2002-04-291-3/+6
* Remove some workarounds for +/= and shift key handling.Owen Taylor2002-02-211-24/+0
* Remove some strange arithmetic that was resulting in rows being drawn tooOwen Taylor2001-11-231-1/+1
* Make gtkmarshal.list/gtkmarshal.h only for compatibility with GTK+-1.2;Owen Taylor2001-11-171-6/+7
* Convert GTK_TYPE_CTREE_NODE to pointer derivation instead of boxedOwen Taylor2001-11-041-30/+13
* to simplify parsing for exported functions: - made implementationHans Breuer2001-10-271-4/+5
* Fix problem with g_return_if_fail return value.Owen Taylor2001-10-221-1/+1
* add marshal function types.James Henstridge2001-09-251-11/+47
* Don't draw with GTK_STATE_ACTIVE.Alex Larsson2001-09-191-3/+3
* Fix up for changes to PangoFontDescription.Owen Taylor2001-09-181-6/+6
* deprecate GTK_SELECTION_EXTENDED.Jonathan Blandford2001-08-271-15/+11
* Patch from Matthias Clasen to remove remove all instances ofOwen Taylor2001-07-181-82/+0
* Formatting fixes from multihead brnach. [ mostly foo(bar) => foo (bar) ]Owen Taylor2001-07-121-6/+6
* Clip the retrieved image data to the screen, using a server grab to avoidHavoc Pennington2001-06-291-10/+36
* s/GdkPixmapClass/GdkPixmapObjectClass/. (#51890, Jeff Franks)Owen Taylor2001-06-051-0/+1
* i2001-04-24 Alexander Larsson <alexl@redhat.com>Alexander Larsson2001-04-241-0/+3
* make this somewhat key-navigableHavoc Pennington2001-03-241-1/+2