summaryrefslogtreecommitdiff
path: root/gtk/gtkwidget.h
Commit message (Expand)AuthorAgeFilesLines
* Move documentation from templates to inline comments: GtkWidgetJavier Jardón2009-11-281-22/+337
* Substitute gtk_widget_ref/unref with g_object_ref/unrefJavier Jardón2009-10-141-2/+2
* Bug 69872 - GTK_WIDGET_SET_FLAGS should be deprecatedMichael Natterer2009-09-041-0/+4
* Add gtk_widget_set_window()Michael Natterer2009-08-281-1/+4
* Bug 69872 - GTK_WIDGET_SET_FLAGS should be deprecatedMichael Natterer2009-08-281-0/+6
* Add gtk_widget_set_allocation to gtkwidget.h and gtk.symbolsCody Russell2009-08-131-0/+2
* Bug 69872 – GTK_WIDGET_SET_FLAGS should be deprecatedMichael Natterer2009-08-071-0/+2
* Bug 69872 – GTK_WIDGET_SET_FLAGS should be deprecatedMichael Natterer2009-08-071-0/+4
* Fix gtk_widget_get_allocation()Michael Natterer2009-07-301-0/+3
* Two more getters for flags plus one new propertyMichael Natterer2009-07-171-0/+4
* Add API for more widget flagsMichael Natterer2009-07-171-2/+14
* Add gtk_widget_get_state() for accessing the sealed member "state"Michael Natterer2009-07-141-0/+2
* Add API for some sealed widget flagsMichael Natterer2009-07-141-0/+5
* Accelerators failed for submenus (GNOME bug 582025)Tristan Van Berkom2009-06-221-0/+4
* removed this function because there is massive disagreement about how toMichael Natterer2008-09-021-1/+0
* move the gtk_widget_get_parent() and gtk_widget_get_parent_window()Michael Natterer2008-08-291-3/+2
* Bug 56070 – Can't click button after setting it sensitive.Cody Russell2008-08-011-0/+8
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* Change docs and signature of gtk_widget_get_allocationTim Janik2008-06-201-2/+1
* Fix gtk_widget_get_allocationTim Janik2008-06-201-1/+2
* Seal GtkWidgetTim Janik2008-06-201-9/+11
* whitespace cleanup: remove trailing whitespace and excess newlines andMichael Natterer2008-05-281-1/+1
* define __GTK_H_INSIDE__ around including all other headers.Michael Natterer2008-05-281-0/+4
* added GdkRectangle *clip_rect to gtk_widget_get_snapshot().21:10:15 Tim Janik2008-05-211-1/+2
* Bug 318807 – Offscreen windows and window redirection.10:49:20 Tim Janik2008-05-211-0/+5
* include <atk/atk.h> instead of <atk/atkobject.h>Johan Dahlin2008-04-251-1/+1
* gtk/gtkbutton.h gtk/gtkcellrenderer.h gtk/gtkimcontext.h gtk/gtkstyle.hMichael Natterer2008-01-251-3/+3
* add getter/setter pair, slight addition to has-tooltip propertyKristian Rietveld2007-07-101-0/+3
* Introduce convenience property "GtkWidget:tooltip-text" taking care ofMathias Hasselmann2007-06-151-5/+10
* Update docs Deprecate gtk_widget_{ref,unref}Matthias Clasen2007-06-101-2/+2
* new method, gtk_widget_modify_cursor() (#89314).Yevgen Muntyan2007-06-061-0/+3
* New tooltips API.Kristian Rietveld2007-02-061-1/+14
* Add new infrastructure for notifications of failed keyboard navigation andMichael Natterer2006-11-161-1/+4
* Create 'composited' label.Søren Sandmann2006-04-251-1/+6
* Support input shapes: (#331070)Matthias Clasen2006-02-201-0/+4
* Remove G_GNUC_NULL_TERMINATED from gtk_widget_new as well, pointed out byMatthias Clasen2005-07-261-1/+1
* Add a GrabBroken event to GDK, and a grab-broken-event signal toMatthias Clasen2005-06-251-1/+4
* Small cleanups.Matthias Clasen2005-05-061-8/+2
* Typo fixes. (#169728, Morten Welinder, Owen Taylor)Matthias Clasen2005-03-091-7/+7
* Use G_GNUC_NULL_TERMINATED where appropriate. (#165682, Marc Meissner)Matthias Clasen2005-03-081-3/+3
* Mark as const.Matthias Clasen2004-11-281-1/+1
* Fix #149191, reported by Morten Welinder:Matthias Clasen2004-08-031-2/+2
* Add prototype for _gtk_widget_grab_notify()Soeren Sandmann2004-05-101-0/+3
* Fixes from Torsten Schoenfeld.Owen Taylor2004-02-261-1/+1
* Patch from Padraig O'Briain to add gtk_widget_add/remove_mnemonic_label,Owen Taylor2004-02-251-1/+6
* Fix #105497; constify uses of GdkColor.Federico Mena Quintero2004-01-261-4/+4
* allow accel activation depending on sensitivity and the attach widget.Tim Janik2003-11-271-4/+8
* Changes to make cross-process merging feasible:Matthias Clasen2003-09-211-1/+5
* Mark parent public as well; it's extensively accessed in existing code, soOwen Taylor2003-08-111-2/+0