summaryrefslogtreecommitdiff
path: root/gtk/gtkwidget.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Mark some members as public. Document public GtkWidget members.Matthias Clasen2003-08-091-0/+4
* Add this API.Soeren Sandmann2003-07-181-0/+1
* gtk/gtkradiobutton.c (gtk_radio_button_draw_indicator)Soeren Sandmann2002-11-101-1/+0
* docs/reference/gdk/tmpl/dnd.sgml docs/reference/gdk/tmpl/drawing.sgmlSoeren Sandmann2002-11-081-7/+7
* Add ::screen-changed signal.Owen Taylor2002-11-071-0/+4
* Deprecation cleanupManish Singh2002-10-131-8/+8
* Minor documentation fixesSoren Sandmann2002-08-101-9/+4
* Bump version to 2.1.0, binary, interface age 0.Matthias Clasen2002-05-051-0/+4
* Integrate Erwann Chenede's multihead changes for the gtk/ directory.Alex Larsson2002-04-291-1/+12
* don't install/change accelerators from locked accel groups.Tim Janik2002-04-161-1/+2
* Switch style of stamp file usage.Owen Taylor2002-03-021-2/+4
* Massive padding addition to class structures.Owen Taylor2002-02-231-4/+8
* Change show_help signal to return gboolean instead of void. This allowsPadraig O'Briain2002-02-071-1/+1
* Change popup_menu signal to return gboolean instead of void. This allowsPadraig O'Briain2002-02-071-1/+1