summaryrefslogtreecommitdiff
path: root/gtk/gtkinvisible.c
Commit message (Expand)AuthorAgeFilesLines
* gtk: Don't use GObjectClass.constructorJasper St. Pierre2014-06-261-16/+5
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-3/+3
* docs: use proper quotesWilliam Jon McCann2014-02-051-1/+1
* Drop internal uses of gtk_widget_get_root_windowMatthias Clasen2014-01-241-1/+1
* gtk: Use new macros for defining private dataEmmanuele Bassi2013-07-091-6/+2
* Add gtk_widget_(un)register_windowAlexander Larsson2013-02-071-1/+1
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* Move documentation to inline comments: GtkInvisibleJavier Jardón2011-04-111-0/+14
* GtkInvisible: Avoid chaining up in ::style-updatedCarlos Garnacho2011-01-041-7/+3
* Split off gtkprivate.hEmmanuele Bassi2010-10-201-0/+1
* Remove GtkObject completelyMatthias Clasen2010-09-261-1/+1
* Move destroy signal to GtkWidgetJavier Jardón2010-09-261-7/+5
* API: Remove gtk_widget_push_colormap()Benjamin Otte2010-09-261-5/+0
* Tons of transfer annotationsMatthias Clasen2010-09-211-1/+1
* Use GtkFooPrivate instead GtkFooPrivJavier Jardón2010-08-271-7/+7
* gtk/gtkinvisible.c: use accessor functions to access GtkWidgetJavier Jardón2010-08-221-8/+9
* GtkInvisible: move public members to private structureJavier Jardón2010-07-131-15/+34
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-4/+0
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_TOPLEVEL)Javier Jardón2010-04-261-1/+1
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_REALIZED)Javier Jardón2010-03-061-1/+1
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_NO_WINDOW)Javier Jardón2010-03-061-1/+1
* Deprecate widget flag: GTK_WIDGET_REALIZEDJavier Jardón2010-03-031-1/+1
* examples/gtkdial/gtkdial.c gdk/gdkapplaunchcontext.c gdk/gdkpango.cMichael Natterer2008-08-121-3/+3
* 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
* Make GTK+ work as an untrusted X client. (#136571, Ed Catmur)Matthias Clasen2006-05-251-2/+6
* More of the sameMatthias Clasen2006-05-141-1/+1
* Boilerplate reductionMatthias Clasen2006-05-021-36/+5
* deprecated floating/sink API and implemented it in terms of the GObjectTim Janik2005-11-231-2/+1
* Intern some more strings.Matthias Clasen2005-09-011-1/+1
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-1/+1
* Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITEMatthias Clasen2005-03-221-1/+2
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+3
* 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 bug 134982, reported by Morten Welinder:Matthias Clasen2004-02-221-0/+2
* The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog andMatthias Clasen2004-01-161-2/+2
* Document 2.2 API additions.Matthias Clasen2002-11-281-1/+7
* Add ::screen-changed signal.Owen Taylor2002-11-071-2/+9
* Deprecation cleanupManish Singh2002-10-101-14/+15
* declare parent_class staticjacob berkman2002-10-011-1/+1
* Minor documentation fixesSoren Sandmann2002-08-101-1/+1
* Renames:Owen Taylor2002-06-201-1/+1
* Add notification for screen property. (#80280)Owen Taylor2002-06-201-0/+3
* Integrate Erwann Chenede's multihead changes for the gtk/ directory.Alex Larsson2002-04-291-4/+167
* Remove excess calls to g_return_if_fail from static and virtual functions.Matthias Clasen2002-01-301-4/+0
* Make the default default colormap the GdkRGB colormap, not the systemOwen Taylor2001-09-071-0/+6
* Patch from Matthias Clasen to remove remove all instances ofOwen Taylor2001-07-181-1/+0
* Avoid chaining up to parent impl, since we have a INPUT_ONLY window.Owen Taylor2001-04-021-7/+17