summaryrefslogtreecommitdiff
path: root/gtk/gtkwidget.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Export gtk_widget_set_accel_path().Owen Taylor2002-01-301-1/+1
* Consistently use GdkModifierType. (#66950, Mark Patton)Owen Taylor2002-01-301-2/+2
* Use G_TYPE_INSTANCE_GET_INTERFACE. ditto. ditto. ditto. Don't referenceMike Kestner2002-01-091-1/+1
* applied patch from owen to get rid of accel map notifiers. changed thingsTim Janik2001-11-201-1/+1
* added gtkaccelmap.sgml. other updates.Tim Janik2001-11-131-23/+6
* Add a function gdk_window_invalidate_maybe_recurse() for use in "shallowOwen Taylor2001-11-041-19/+21
* Add a utility function to translate coordinates relative to one widget'sOwen Taylor2001-10-161-0/+7
* Add xgettext:no-c-format comment to to handle '99% of the time. (#60473,Owen Taylor2001-09-191-3/+0
* Make the default default colormap the GdkRGB colormap, not the systemOwen Taylor2001-09-071-0/+2
* Really remove set_default_style().Owen Taylor2001-08-191-1/+0
* Add some compat macros for push/pop/set_visual that were supposed to beOwen Taylor2001-08-111-0/+6
* fix a typo.Havoc Pennington2001-08-101-0/+10
* Enforce the widget/child realization/mapping invariants.Owen Taylor2001-07-191-0/+4
* Check GTK_WIDGET_TOPLEVEL(gtk_widget_get_toplevel (widget)), notOwen Taylor2001-07-051-2/+4
* Remove change check for GTK_TYPE_OBJECT derivation to G_TYPE_OBJECTS -Owen Taylor2001-07-011-1/+2
* Allow %NULL for style to mean "revert to default style"Owen Taylor2001-06-301-4/+8
* Clip the retrieved image data to the screen, using a server grab to avoidHavoc Pennington2001-06-291-1/+15
* Fix stupid error introduced last night that was making things decidedlyOwen Taylor2001-06-241-0/+4
* fix PROP_EVENTS.Tim Janik2001-06-191-1/+13
* Add a GtkWindowGroup struct that allows grouping together multiple windowsOwen Taylor2001-06-141-0/+2
* geez, don't call g_list funcs on GSListHavoc Pennington2001-06-081-1/+5
* Deprecate gtk_widget_set().Owen Taylor2001-06-051-0/+2