| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixes from Torsten Schoenfeld. | Owen Taylor | 2004-02-26 | 1 | -1/+1 |
* | Patch from Padraig O'Briain to add gtk_widget_add/remove_mnemonic_label, | Owen Taylor | 2004-02-25 | 1 | -0/+99 |
* | Various reentrancy fixes for widgets being destroyed out of | Owen Taylor | 2004-02-13 | 1 | -1/+9 |
* | Fix #105497; constify uses of GdkColor. | Federico Mena Quintero | 2004-01-26 | 1 | -16/+16 |
* | Added documentation for GtkWidget::popup_menu. | Federico Mena Quintero | 2004-01-22 | 1 | -0/+12 |
* | The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog and | Matthias Clasen | 2004-01-16 | 1 | -50/+50 |
* | Correct misleading docs. Add docs for the "activate" signal. (#129358, | Matthias Clasen | 2003-12-18 | 1 | -3/+2 |
* | === Released 2.3.1 === | Owen Taylor | 2003-12-08 | 1 | -1/+28 |
* | allow accel activation depending on sensitivity and the attach widget. | Tim Janik | 2003-11-27 | 1 | -5/+36 |
* | Make string setters safe for self-assignment. (#122745, Soeren Sandmann) | Matthias Clasen | 2003-11-07 | 1 | -4/+6 |
* | Changes to make cross-process merging feasible: | Matthias Clasen | 2003-09-21 | 1 | -1/+73 |
* | Fix a bug where on theme change, resize/redraw wasn't properly getting | Owen Taylor | 2003-08-07 | 1 | -2/+2 |
* | make _gtk_tool_item_toolbar_reconfigured() an internal function | Soeren Sandmann | 2003-07-30 | 1 | -1/+1 |
* | Some updates to the DND signal docs. | Matthias Clasen | 2003-07-29 | 1 | -12/+25 |
* | Document DND signals. | Matthias Clasen | 2003-07-25 | 1 | -12/+159 |
* | Fix C99 declaration | Soeren Sandmann | 2003-07-18 | 1 | -9/+23 |
* | Add this API. | Soeren Sandmann | 2003-07-18 | 1 | -2/+18 |
* | Implement a loader for named themed icon based on from gnome-desktop | Owen Taylor | 2003-07-02 | 1 | -2/+2 |
* | More formatting fixes for docs. | Matthias Clasen | 2003-06-29 | 1 | -13/+14 |
* | Doc comment fix. | Matthias Clasen | 2003-06-29 | 1 | -1/+0 |
* | Add a blurb for shadow_type. | Matthias Clasen | 2003-06-24 | 1 | -10/+10 |
* | Document new properties as 2.4 additions. | Matthias Clasen | 2003-06-14 | 1 | -71/+72 |
* | Special case pixmaps. (#114880) | Anders Carlsson | 2003-06-12 | 1 | -0/+7 |
* | Document child-notify and drag-data-received signals. Owen, we need to | Matthias Clasen | 2003-06-11 | 1 | -0/+71 |
* | Before delivering an event to a widget, check that (if relevant), the | Owen Taylor | 2003-06-09 | 1 | -0/+48 |
* | g_return_if_fail() if GTK_WIDGET_ANCHORED (widget) || GTK_IS_INVISIBLE | Owen Taylor | 2003-05-21 | 1 | -0/+2 |
* | Add docs. | Matthias Clasen | 2003-05-19 | 1 | -0/+16 |
* | Fix PROP_HAS_FOCUS/ PROP_IS_FOCUS confusion. (#111333, Jody Goldberg) | Owen Taylor | 2003-05-05 | 1 | -1/+1 |
* | Add note about periods in names. (#57680) | Matthias Clasen | 2003-02-09 | 1 | -0/+2 |
* | Add docs. | Matthias Clasen | 2002-12-18 | 1 | -0/+22 |
* | Delete EWMH properties if no private->state flags are set. (#66754) | Matthias Clasen | 2002-12-10 | 1 | -1/+1 |
* | Remove left-over NULL checks that were preventing the NULL to "unmodify" | Owen Taylor | 2002-12-08 | 1 | -5/+0 |
* | Document 2.2 API additions. | Matthias Clasen | 2002-11-28 | 1 | -0/+14 |
* | Add a note about reflexive ancestry. (#99085, Frederic Lespez) | Matthias Clasen | 2002-11-21 | 1 | -2/+3 |
* | add -DGTK_DISABLE_DEPRECATED. #undef it at the top of gtktypebuiltins.c. | Manish Singh | 2002-11-20 | 1 | -92/+106 |
* | Add _gtk_window_unset_focus_and_default(), use to clear the focus and | Owen Taylor | 2002-11-12 | 1 | -35/+19 |
* | Use the correct struct offset for the screen_changed signal. | Anders Carlsson | 2002-11-09 | 1 | -1/+1 |
* | Note that get_pango_context() is not "until death does us part", but | Owen Taylor | 2002-11-08 | 1 | -12/+25 |
* | Add ::screen-changed signal. | Owen Taylor | 2002-11-07 | 1 | -5/+92 |
* | Deprecation cleanup | Manish Singh | 2002-10-13 | 1 | -493/+518 |
* | Don't invalidate a widget if it or one of its ancestors isn't mapped. | Soeren Sandmann | 2002-10-13 | 1 | -1/+7 |
* | - Replace GdkPointerHooks with a multihead-safe GdkDisplayPointerHooks, | Owen Taylor | 2002-10-07 | 1 | -1/+1 |
* | Privatize gtk_selection_request, gtk_selection_incr_event | Owen Taylor | 2002-09-23 | 1 | -3/+3 |
* | Mark abstract types as G_TYPE_FLAG_ABSTRACT. (#72383) | Matthias Clasen | 2002-09-21 | 1 | -10/+12 |
* | Minor documentation fixes | Soren Sandmann | 2002-08-10 | 1 | -17/+21 |
* | [ Patch from Padraig O'Briain, #87904 ] | Owen Taylor | 2002-07-25 | 1 | -1/+1 |
* | Renames: | Owen Taylor | 2002-06-20 | 1 | -2/+2 |
* | Fix type names for GtkIconSet, GtkIconSource, GtkSelectionData, GtkBorder, | Owen Taylor | 2002-06-13 | 1 | -1/+1 |
* | Add a "is_focus" property indicating whether a widget is the focus widget | Owen Taylor | 2002-06-06 | 1 | -0/+15 |
* | Changes multihead reorganizing code for win32 support, mostly from a patch | Owen Taylor | 2002-06-06 | 1 | -3/+3 |