| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Change parameter names to match the header file and the documentation. | Matthias Clasen | 2002-05-13 | 1 | -6/+6 |
* | gtk/gtkfilesel.c gtk/gtkplug.c gtk/gtkwidget.c gtk/gtkwindow.c a few typos | Vitaly Tishkov | 2002-05-13 | 1 | -1/+1 |
* | Bump version to 2.1.0, binary, interface age 0. | Matthias Clasen | 2002-05-05 | 1 | -1/+46 |
* | Correct the composite_child blurb. | Matthias Clasen | 2002-05-02 | 1 | -6/+6 |
* | Integrate Erwann Chenede's multihead changes for the gtk/ directory. | Alex Larsson | 2002-04-29 | 1 | -23/+182 |
* | Accept NULL for color to mean "unmodify" | Owen Taylor | 2002-04-20 | 1 | -24/+41 |
* | s/<!>/<!-- -->/g throughout the documentation to bring the produced | Matthias Clasen | 2002-04-18 | 1 | -14/+14 |
* | don't install/change accelerators from locked accel groups. | Tim Janik | 2002-04-16 | 1 | -1/+4 |
* | Fix problems with HandleBox and focusing - #78232 | Owen Taylor | 2002-04-09 | 1 | -0/+6 |
* | Patch from Erwann Chenede, #73900 fixing a lot of warnings with Forte CC, | Owen Taylor | 2002-03-20 | 1 | -3/+3 |
* | Remove leftover notification of has-default. (#75508, Jacob Berkman.) | Owen Taylor | 2002-03-20 | 1 | -4/+1 |
* | Fix segfault when widget->parent is NULL. (#75615, Alexey A. Malyshev) | Owen Taylor | 2002-03-20 | 1 | -1/+1 |
* | Centralize lookup and caching of cursor GC's here. | Owen Taylor | 2002-03-03 | 1 | -1/+7 |
* | Handle NO_WINDOW widgets with windows that are children of widget->window. | Owen Taylor | 2002-03-03 | 1 | -23/+38 |
* | Switch style of stamp file usage. | Owen Taylor | 2002-03-02 | 1 | -1/+13 |
* | Allow focus-change events to be sent to unrealized widgets; they aren't | Owen Taylor | 2002-02-27 | 1 | -3/+6 |
* | Don't to focus insensitive widgets. (#68203) | Owen Taylor | 2002-02-26 | 1 | -0/+3 |
* | lower case the key_val. (gtk_accel_group_connect_by_path) : ditto. | Jody Goldberg | 2002-02-23 | 1 | -12/+2 |
* | Patch from Matthias Clasen (#54488) | Owen Taylor | 2002-02-23 | 1 | -2/+2 |
* | Implement "fuzzy" key binding lookups; allow matches on key and level but | Owen Taylor | 2002-02-21 | 1 | -6/+2 |
* | Add some docs for GTK_NEED_REQUEST GTK_NEED_ALLOCATION. | Owen Taylor | 2002-02-18 | 1 | -0/+2 |
* | Add key bindings on GtkScrolledWindow for arrow keys, PageUp/PageDown | Owen Taylor | 2002-02-16 | 1 | -1/+1 |
* | Patch from Bill Haneman and Padraig O'Briain to add cursor_aspect_ratio | Owen Taylor | 2002-02-14 | 1 | -1/+12 |
* | Implement Control-F1 as toggle-tooltips-mode. | Owen Taylor | 2002-02-13 | 1 | -2/+5 |
* | Change show_help signal to return gboolean instead of void. This allows | Padraig O'Briain | 2002-02-07 | 1 | -9/+12 |
* | Change popup_menu signal to return gboolean instead of void. This allows | Padraig O'Briain | 2002-02-07 | 1 | -6/+7 |
* | Export gtk_widget_set_accel_path(). | Owen Taylor | 2002-01-30 | 1 | -11/+31 |
* | Consistently use GdkModifierType. (#66950, Mark Patton) | Owen Taylor | 2002-01-30 | 1 | -10/+10 |
* | General property notification cleanup. | Matthias Clasen | 2002-01-28 | 1 | -1/+4 |
* | Remove excessive g_return_if_fail() calls. (#57615) | Matthias Clasen | 2002-01-23 | 1 | -40/+10 |
* | link to new X11 section in a lot of places when mentioning the window | Havoc Pennington | 2002-01-19 | 1 | -4/+5 |
* | Mark children as composite. (#66360) | Matthias Clasen | 2002-01-17 | 1 | -0/+6 |
* | Call gtk_selection_remove_all() here, not in destroy/ finalize. (#66636, | Owen Taylor | 2002-01-17 | 1 | -2/+2 |
* | Documentation additions. | Matthias Clasen | 2002-01-14 | 1 | -2/+2 |