summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* activate the menu item so old apps work properlyjacob berkman2002-07-101-0/+1
* Fix some cases where signal connection IDs where being assigned to guintOwen Taylor2002-07-103-6/+6
* Add an extra parameter to _gtk_menu_item_select_first() to allow us toOwen Taylor2002-07-066-12/+48
* fix warning. (gtk_tree_view_search_iter): fix warning, #85884Jonathan Blandford2002-07-054-9/+10
* Merge from HEAD.Kristian Rietveld2002-07-051-0/+1
* Use hyphen instead of underscore in signal names in calls toPadraig O'Briain2002-07-021-2/+2
* only validate the visible area if we've ever been requisitioned.Jonathan Blandford2002-07-021-1/+4
* sync up white space/variable names to match tree_store equiv.Jonathan Blandford2002-07-013-11/+15
* Renames:Owen Taylor2002-06-2011-18/+18
* Add a singleton object that we can use to get notification when displaysOwen Taylor2002-06-202-29/+184
* Get the owner from the display if !NULL. Otherwise, warn for multihead.Owen Taylor2002-06-201-4/+14
* Get rid of gtk_style_get_font_for_display(), make gtk_style_get_font()Owen Taylor2002-06-205-44/+40
* Only change the double click time if the screen for the notification isOwen Taylor2002-06-201-3/+9
* Add notification for screen property. (#80280)Owen Taylor2002-06-201-0/+3
* Set the display.Owen Taylor2002-06-191-68/+103
* Typo fix.Owen Taylor2002-06-181-1/+1
* Make the core pointer object per-display. (#85698)Owen Taylor2002-06-182-4/+5
* Replace gdk_cursor_new_for_screen() with gdk_cursor_new_for_display().Owen Taylor2002-06-1813-39/+35
* Actually use the UTF-8 filename, so we actually fix #83386.Owen Taylor2002-06-161-4/+4
* Fix backwards asssertion. (#85434)Owen Taylor2002-06-161-1/+1
* Notify about "background-full-height-set", not "bg_full_height_set".James M. Cape2002-06-151-1/+1
* Fix bug #84268, where validate_rows sometimes didn't remove itselfJonathan Blandford2002-06-141-10/+24
* disconnect_by_func instead of disconnect_by_data. Someone else could useJonathan Blandford2002-06-141-7/+32
* ri Jun 14 10:00:29 2002 Owen Taylor <otaylor@redhat.com>Owen Taylor2002-06-141-2/+2
* Fix type names for GtkIconSet, GtkIconSource, GtkSelectionData, GtkBorder,Owen Taylor2002-06-137-9/+9
* Add the obsolete CUA cut/copy/paste bindings. (#79078)Owen Taylor2002-06-132-4/+26
* Fix so that the encoding of the filename is handled properly in the caseOwen Taylor2002-06-131-3/+31
* Don't return a positive status unless there is a text target in the drag.Owen Taylor2002-06-131-2/+3
* Save the initial grab time, use that when changing the pointer. (#83052,Owen Taylor2002-06-131-1/+3
* traverse all nodes, not just the leafs (pointed out by Josh Parsons)Kristian Rietveld2002-06-131-1/+1
* Add an informative g_warning() when the entry has lost a focus-out-event.Owen Taylor2002-06-121-0/+7
* Check to see if the menu item is selectable before settingOwen Taylor2002-06-121-0/+3
* Fix bug where if CENTER_ON_PARENT was set, but there was no parent,Owen Taylor2002-06-121-7/+14
* ed Jun 12 16:34:13 2002 Owen Taylor <otaylor@redhat.com>Owen Taylor2002-06-121-4/+37
* Clamp size of child to at least 1x1. (#82431, Boris Shingarov.)Owen Taylor2002-06-121-0/+3
* Handle 0 increment, to fix division-by-zero problem. (#82816, GeorgeOwen Taylor2002-06-121-0/+3
* Fix memory leak. (Patch from Matthias Clasen, #84926)Owen Taylor2002-06-122-0/+5
* Allow NULL for widget path or class path as documented. (#83150, SergeyOwen Taylor2002-06-121-2/+4
* Fix ZWJ => ZWN typo. (#83092, Tino Meinen)Owen Taylor2002-06-121-1/+1
* Add compose sequences of dead_acute + c/C => C WITH CEDDILLA. (NanoOwen Taylor2002-06-121-0/+2
* added gdkdisplay and gdkscreenHans Breuer2002-06-101-0/+4
* Don't leak child_anchor_table. (#84425)Matthias Clasen2002-06-092-1/+13
* Fix sizing bug.Jonathan Blandford2002-06-081-2/+32
* New function, split off from gtk_tree_view_column_clear_attributes.Matthias Clasen2002-06-072-6/+17
* use the RootWindow of this screen for gdk_window_get_pointer.Mark McLoughlin2002-06-071-1/+2
* Don't redraw when the area is completely above the visible area.Owen Taylor2002-06-061-2/+4
* Add a "is_focus" property indicating whether a widget is the focus widgetOwen Taylor2002-06-066-110/+245
* don't leak the GArray (figured out by Matthias Clasen, fixes #82026).Kristian Rietveld2002-06-061-0/+2
* Changes multihead reorganizing code for win32 support, mostly from a patchOwen Taylor2002-06-064-6/+14
* Related bugs: #76252, #76396, #80866.Kristian Rietveld2002-06-052-10/+220