summaryrefslogtreecommitdiff
path: root/gtk/gtkclist.c
Commit message (Expand)AuthorAgeFilesLines
* gtk/gtksignal.[ch] gtk/gtkclist.c gtk/gtklist.c gtk/gtkmain.cMichael Natterer2008-09-221-7/+8
* gtk/gtkaccellabel.c gtk/gtkaction.c gtk/gtkclist.c gtk/gtkcolorbutton.cSven Neumann2008-08-121-62/+62
* gtk/gtkaccellabel.c gtk/gtkcalendar.c gtk/gtkclist.c gtk/gtkentry.cMichael Natterer2008-08-121-9/+3
* consistently chain up using GTK_FOO_CLASS(parent_class)->bar(instance)Michael Natterer2008-08-121-2/+2
* gtk/gtkadjustment.c gtk/gtkclist.c gtk/gtkcolorsel.c gtk/gtkiconview.cSven Neumann2008-08-081-4/+4
* gtk/gtkclist.c gtk/gtkcontainer.c gtk/gtkfilechooserbutton.cMichael Natterer2008-08-071-2/+1
* gtk/gtkclist.c gtk/gtkctree.c gtk/gtkpixmap.c get rid of using deprecatedMichael Natterer2008-08-041-22/+23
* build with GTK_DISABLE_DEPRECATED again.Michael Natterer2008-08-041-2/+2
* gtk/gtkclist.c gtk/gtklist.c gtk/gtkoldeditable.c gtk/gtkpixmap.cMichael Natterer2008-08-041-6/+6
* gtk/gtkclist.[ch] gtk/gtkctree.[ch] gtk/gtkitemfactory.[ch]Michael Natterer2008-08-041-4/+4
* Fix make check:Michael Natterer2008-07-041-9/+6
* 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
* Do not ignore the return value of g_slist_remove. gtkstyle.c changesJohan Dahlin2008-06-191-1/+1
* build with GTK_DISABLE_DEPRECATED.Michael Natterer2008-06-171-4/+8
* define __GTK_H_INSIDE__ around including all other headers.Michael Natterer2008-05-281-0/+1
* Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder,Matthias Clasen2007-03-091-6/+3
* Replace a lot of idle and timeout calls by the new gdk_threads api.Matthias Clasen2006-12-221-10/+2
* 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-30/+4
* deprecated floating/sink API and implemented it in terms of the GObjectTim Janik2005-11-231-4/+2
* Various cleanups. (#315360, Kjartan Maraas)Matthias Clasen2005-09-131-2/+1
* Use gdk_atom_intern_static_string() where appropriate.Matthias Clasen2005-09-111-6/+5
* Intern some more strings.Matthias Clasen2005-09-011-19/+20
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-0/+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/+6
* More canonical property names.Matthias Clasen2005-03-091-8/+8
* 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-1/+3
* Fix #105497; constify uses of GdkColor.Federico Mena Quintero2004-01-261-6/+6
* Add missing GDK_THREADS_ENTER()/GDK_THREADS_LEAVE(). Cast second argumentMatthias Clasen2003-12-171-2/+2
* brooooooooken pipe.Kristian Rietveld2003-09-031-1/+1
* Replace uses of gtk_timeout_* and gtk_idle_* by their non-deprecatedMatthias Clasen2003-02-051-5/+5
* System fnmatch wasn't going to be UTF-8 clean, neither was our version.Owen Taylor2002-12-131-5/+3
* Data constness fixes. (#75754)Matthias Clasen2002-12-101-1/+1
* Fix typo with hadjustment/vadjustment introduce prior to 2.0.0. (#84621,Owen Taylor2002-12-101-3/+3
* 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
* Add a 'type' parameter, make public.Owen Taylor2002-10-031-18/+13
* Replace gdk_cursor_new_for_screen() with gdk_cursor_new_for_display().Owen Taylor2002-06-181-2/+2
* Fix format of selection data to be 8 rather than GTK_TYPE_POINTER.Owen Taylor2002-05-141-5/+2
* Integrate Erwann Chenede's multihead changes for the gtk/ directory.Alex Larsson2002-04-291-20/+35
* Patch from Matthias Clasen (#54488)Owen Taylor2002-02-231-16/+2
* gtk/gtkclist.c (adjust_adjustments) gtk/gtklayout.cOwen Taylor2002-02-181-2/+6
* Return FALSE if not shoing the titles. (#70959, Thomas Leonard)Owen Taylor2002-02-081-0/+3
* Remove some strange arithmetic that was resulting in rows being drawn tooOwen Taylor2001-11-231-1/+1
* Offset invalidated range correctly. Fix scrolling of title window.Owen Taylor2001-11-231-27/+64
* Make gtkmarshal.list/gtkmarshal.h only for compatibility with GTK+-1.2;Owen Taylor2001-11-171-17/+18