summaryrefslogtreecommitdiff
path: root/gtk/gtkwidget.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change parameter names to match the header file and the documentation.Matthias Clasen2002-05-131-6/+6
* gtk/gtkfilesel.c gtk/gtkplug.c gtk/gtkwidget.c gtk/gtkwindow.c a few typosVitaly Tishkov2002-05-131-1/+1
* Bump version to 2.1.0, binary, interface age 0.Matthias Clasen2002-05-051-1/+46
* Correct the composite_child blurb.Matthias Clasen2002-05-021-6/+6
* Integrate Erwann Chenede's multihead changes for the gtk/ directory.Alex Larsson2002-04-291-23/+182
* Accept NULL for color to mean "unmodify"Owen Taylor2002-04-201-24/+41
* s/<!>/<!-- -->/g throughout the documentation to bring the producedMatthias Clasen2002-04-181-14/+14
* don't install/change accelerators from locked accel groups.Tim Janik2002-04-161-1/+4
* Fix problems with HandleBox and focusing - #78232Owen Taylor2002-04-091-0/+6
* Patch from Erwann Chenede, #73900 fixing a lot of warnings with Forte CC,Owen Taylor2002-03-201-3/+3
* Remove leftover notification of has-default. (#75508, Jacob Berkman.)Owen Taylor2002-03-201-4/+1
* Fix segfault when widget->parent is NULL. (#75615, Alexey A. Malyshev)Owen Taylor2002-03-201-1/+1
* Centralize lookup and caching of cursor GC's here.Owen Taylor2002-03-031-1/+7
* Handle NO_WINDOW widgets with windows that are children of widget->window.Owen Taylor2002-03-031-23/+38
* Switch style of stamp file usage.Owen Taylor2002-03-021-1/+13
* Allow focus-change events to be sent to unrealized widgets; they aren'tOwen Taylor2002-02-271-3/+6
* Don't to focus insensitive widgets. (#68203)Owen Taylor2002-02-261-0/+3
* lower case the key_val. (gtk_accel_group_connect_by_path) : ditto.Jody Goldberg2002-02-231-12/+2
* Patch from Matthias Clasen (#54488)Owen Taylor2002-02-231-2/+2
* Implement "fuzzy" key binding lookups; allow matches on key and level butOwen Taylor2002-02-211-6/+2
* Add some docs for GTK_NEED_REQUEST GTK_NEED_ALLOCATION.Owen Taylor2002-02-181-0/+2
* Add key bindings on GtkScrolledWindow for arrow keys, PageUp/PageDownOwen Taylor2002-02-161-1/+1
* Patch from Bill Haneman and Padraig O'Briain to add cursor_aspect_ratioOwen Taylor2002-02-141-1/+12
* Implement Control-F1 as toggle-tooltips-mode.Owen Taylor2002-02-131-2/+5
* Change show_help signal to return gboolean instead of void. This allowsPadraig O'Briain2002-02-071-9/+12
* Change popup_menu signal to return gboolean instead of void. This allowsPadraig O'Briain2002-02-071-6/+7
* Export gtk_widget_set_accel_path().Owen Taylor2002-01-301-11/+31
* Consistently use GdkModifierType. (#66950, Mark Patton)Owen Taylor2002-01-301-10/+10
* General property notification cleanup.Matthias Clasen2002-01-281-1/+4
* Remove excessive g_return_if_fail() calls. (#57615)Matthias Clasen2002-01-231-40/+10
* link to new X11 section in a lot of places when mentioning the windowHavoc Pennington2002-01-191-4/+5
* Mark children as composite. (#66360)Matthias Clasen2002-01-171-0/+6
* Call gtk_selection_remove_all() here, not in destroy/ finalize. (#66636,Owen Taylor2002-01-171-2/+2
* Documentation additions.Matthias Clasen2002-01-141-2/+2