summaryrefslogtreecommitdiff
path: root/gtk/gtkwidget.c
Commit message (Expand)AuthorAgeFilesLines
* 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-0/+99
* Various reentrancy fixes for widgets being destroyed out ofOwen Taylor2004-02-131-1/+9
* Fix #105497; constify uses of GdkColor.Federico Mena Quintero2004-01-261-16/+16
* Added documentation for GtkWidget::popup_menu.Federico Mena Quintero2004-01-221-0/+12
* The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog andMatthias Clasen2004-01-161-50/+50
* Correct misleading docs. Add docs for the "activate" signal. (#129358,Matthias Clasen2003-12-181-3/+2
* === Released 2.3.1 ===Owen Taylor2003-12-081-1/+28
* allow accel activation depending on sensitivity and the attach widget.Tim Janik2003-11-271-5/+36
* Make string setters safe for self-assignment. (#122745, Soeren Sandmann)Matthias Clasen2003-11-071-4/+6
* Changes to make cross-process merging feasible:Matthias Clasen2003-09-211-1/+73
* Fix a bug where on theme change, resize/redraw wasn't properly gettingOwen Taylor2003-08-071-2/+2
* make _gtk_tool_item_toolbar_reconfigured() an internal functionSoeren Sandmann2003-07-301-1/+1
* Some updates to the DND signal docs.Matthias Clasen2003-07-291-12/+25
* Document DND signals.Matthias Clasen2003-07-251-12/+159
* Fix C99 declarationSoeren Sandmann2003-07-181-9/+23
* Add this API.Soeren Sandmann2003-07-181-2/+18
* Implement a loader for named themed icon based on from gnome-desktopOwen Taylor2003-07-021-2/+2
* More formatting fixes for docs.Matthias Clasen2003-06-291-13/+14
* Doc comment fix.Matthias Clasen2003-06-291-1/+0
* Add a blurb for shadow_type.Matthias Clasen2003-06-241-10/+10
* Document new properties as 2.4 additions.Matthias Clasen2003-06-141-71/+72
* Special case pixmaps. (#114880)Anders Carlsson2003-06-121-0/+7
* Document child-notify and drag-data-received signals. Owen, we need toMatthias Clasen2003-06-111-0/+71
* Before delivering an event to a widget, check that (if relevant), theOwen Taylor2003-06-091-0/+48
* g_return_if_fail() if GTK_WIDGET_ANCHORED (widget) || GTK_IS_INVISIBLEOwen Taylor2003-05-211-0/+2
* Add docs.Matthias Clasen2003-05-191-0/+16
* Fix PROP_HAS_FOCUS/ PROP_IS_FOCUS confusion. (#111333, Jody Goldberg)Owen Taylor2003-05-051-1/+1
* Add note about periods in names. (#57680)Matthias Clasen2003-02-091-0/+2
* Add docs.Matthias Clasen2002-12-181-0/+22
* Delete EWMH properties if no private->state flags are set. (#66754)Matthias Clasen2002-12-101-1/+1
* Remove left-over NULL checks that were preventing the NULL to "unmodify"Owen Taylor2002-12-081-5/+0
* Document 2.2 API additions.Matthias Clasen2002-11-281-0/+14
* Add a note about reflexive ancestry. (#99085, Frederic Lespez)Matthias Clasen2002-11-211-2/+3
* add -DGTK_DISABLE_DEPRECATED. #undef it at the top of gtktypebuiltins.c.Manish Singh2002-11-201-92/+106
* Add _gtk_window_unset_focus_and_default(), use to clear the focus andOwen Taylor2002-11-121-35/+19
* Use the correct struct offset for the screen_changed signal.Anders Carlsson2002-11-091-1/+1
* Note that get_pango_context() is not "until death does us part", butOwen Taylor2002-11-081-12/+25
* Add ::screen-changed signal.Owen Taylor2002-11-071-5/+92
* Deprecation cleanupManish Singh2002-10-131-493/+518
* Don't invalidate a widget if it or one of its ancestors isn't mapped.Soeren Sandmann2002-10-131-1/+7
* - Replace GdkPointerHooks with a multihead-safe GdkDisplayPointerHooks,Owen Taylor2002-10-071-1/+1
* Privatize gtk_selection_request, gtk_selection_incr_eventOwen Taylor2002-09-231-3/+3
* Mark abstract types as G_TYPE_FLAG_ABSTRACT. (#72383)Matthias Clasen2002-09-211-10/+12
* Minor documentation fixesSoren Sandmann2002-08-101-17/+21
* [ Patch from Padraig O'Briain, #87904 ]Owen Taylor2002-07-251-1/+1
* Renames:Owen Taylor2002-06-201-2/+2
* Fix type names for GtkIconSet, GtkIconSource, GtkSelectionData, GtkBorder,Owen Taylor2002-06-131-1/+1
* Add a "is_focus" property indicating whether a widget is the focus widgetOwen Taylor2002-06-061-0/+15
* Changes multihead reorganizing code for win32 support, mostly from a patchOwen Taylor2002-06-061-3/+3