| Commit message (Expand) | Author | Age | Files | Lines |
* | Start implementing display/screen closing scheme; keep a flag for whether | Owen Taylor | 2002-08-01 | 1 | -0/+44 |
* | escape_string() only takes one arg | jacob berkman | 2002-07-31 | 1 | -0/+5 |
* | Avoid using g_strescape(), since it mangles UTF-8, (#89479, Yao Zhang.) | Owen Taylor | 2002-07-31 | 1 | -0/+5 |
* | Handle inverted ranges correctly (#85436, fix from Norihiro UMEDA) | Owen Taylor | 2002-07-30 | 1 | -0/+6 |
* | Fix bug in the selection mode option menus which were setting the wrong | Owen Taylor | 2002-07-30 | 1 | -0/+6 |
* | Honor GDK_PIXBUF_CSOURCE from configure.in when cross-compiling. (#87099, | Owen Taylor | 2002-07-30 | 1 | -0/+6 |
* | Unset gtk-im-surrounding-info object data again. (Fix from Yao Zhang, | Owen Taylor | 2002-07-29 | 1 | -0/+6 |
* | ri Jul 26 17:59:06 2002 Owen Taylor <otaylor@redhat.com> | Owen Taylor | 2002-07-26 | 1 | -0/+5 |
* | API additions: _move, _reorder and _swap for stores, path constructor. | Kristian Rietveld | 2002-07-26 | 1 | -0/+54 |
* | Check if depth of the source is not equal to the depth of the colormap | Shivram U | 2002-07-26 | 1 | -0/+7 |
* | Use gdk_rgb_convert_4, not gdk_rgb_convert_8 for depth 4, bpp 8, | Matthias Clasen | 2002-07-25 | 1 | -0/+6 |
* | When a menubar is up, use F10 to cycle menubars, not Control-Tab (#87159, | Owen Taylor | 2002-07-25 | 1 | -0/+9 |
* | [ Patch from Padraig O'Briain, #87904 ] | Owen Taylor | 2002-07-25 | 1 | -0/+12 |
* | Apply patch from Gustavo Giraldez for bug #78513 | Havoc Pennington | 2002-07-25 | 1 | -0/+5 |
* | Don't use GTK_RC_FILES, since it causes problems with what KDE (etc.) does | Owen Taylor | 2002-07-24 | 1 | -0/+6 |
* | Fixed the LSB -> MSB case. Fixes #79463. | Federico Mena Quintero | 2002-07-16 | 1 | -0/+5 |
* | gdk/gdk.c gdk/gdkinternals.h gdk/win32/gdkmain-win32.c pass argc and argv | Sven Neumann | 2002-07-16 | 1 | -0/+9 |
* | activate the menu item so old apps work properly | jacob berkman | 2002-07-10 | 1 | -0/+5 |
* | Fix some cases where signal connection IDs where being assigned to guint | Owen Taylor | 2002-07-10 | 1 | -0/+7 |
* | Add an extra parameter to _gtk_menu_item_select_first() to allow us to | Owen Taylor | 2002-07-06 | 1 | -0/+10 |
* | fix warning. (gtk_tree_view_search_iter): fix warning, #85884 | Jonathan Blandford | 2002-07-05 | 1 | -0/+14 |
* | Merge from HEAD. | Kristian Rietveld | 2002-07-05 | 1 | -0/+7 |
* | Use hyphen instead of underscore in signal names in calls to | Padraig O'Briain | 2002-07-02 | 1 | -0/+6 |
* | only validate the visible area if we've ever been requisitioned. | Jonathan Blandford | 2002-07-02 | 1 | -0/+5 |
* | sync up white space/variable names to match tree_store equiv. | Jonathan Blandford | 2002-07-01 | 1 | -0/+8 |
* | Fix for failure of gdk_pixbuf_xlib_get_from_drawable if source | Bill Haneman | 2002-07-01 | 1 | -0/+6 |
* | Renames: | Owen Taylor | 2002-06-20 | 1 | -0/+9 |
* | Add a singleton object that we can use to get notification when displays | Owen Taylor | 2002-06-20 | 1 | -0/+25 |
* | Patch from Erwann Chenede. | Owen Taylor | 2002-06-20 | 1 | -0/+11 |
* | Get the owner from the display if !NULL. Otherwise, warn for multihead. | Owen Taylor | 2002-06-20 | 1 | -0/+28 |
* | Add notification for screen property. (#80280) | Owen Taylor | 2002-06-20 | 1 | -0/+5 |
* | Set the display. | Owen Taylor | 2002-06-19 | 1 | -0/+10 |
* | Set the display. | Owen Taylor | 2002-06-18 | 1 | -0/+8 |
* | Typo fix. | Owen Taylor | 2002-06-18 | 1 | -0/+4 |
* | Make the core pointer object per-display. (#85698) | Owen Taylor | 2002-06-18 | 1 | -0/+10 |
* | Added Bulgarian (bg). | Yanko Kaneti | 2002-06-18 | 1 | -0/+4 |
* | Replace gdk_cursor_new_for_screen() with gdk_cursor_new_for_display(). | Owen Taylor | 2002-06-18 | 1 | -0/+13 |
* | ue Jun 18 12:04:10 2002 Owen Taylor <otaylor@redhat.com> | Owen Taylor | 2002-06-18 | 1 | -0/+6 |
* | Add a gboolean create argument, so we don't create the structure unless we | Owen Taylor | 2002-06-18 | 1 | -0/+7 |
* | fix bugzilla references | Owen Taylor | 2002-06-16 | 1 | -2/+2 |
* | Actually use the UTF-8 filename, so we actually fix #83386. | Owen Taylor | 2002-06-16 | 1 | -0/+9 |
* | Fix backwards asssertion. (#85434) | Owen Taylor | 2002-06-16 | 1 | -2/+6 |
* | Notify about "background-full-height-set", not "bg_full_height_set". | James M. Cape | 2002-06-15 | 1 | -0/+7 |
* | Fix bug #84268, where validate_rows sometimes didn't remove itself | Jonathan Blandford | 2002-06-14 | 1 | -0/+5 |
* | disconnect_by_func instead of disconnect_by_data. Someone else could use | Jonathan Blandford | 2002-06-14 | 1 | -0/+10 |
* | Ignore state change events for windows that aren't our toplevels. (#84482, | Owen Taylor | 2002-06-14 | 1 | -0/+6 |
* | ri Jun 14 10:00:29 2002 Owen Taylor <otaylor@redhat.com> | Owen Taylor | 2002-06-14 | 1 | -0/+10 |
* | Fix type names for GtkIconSet, GtkIconSource, GtkSelectionData, GtkBorder, | Owen Taylor | 2002-06-13 | 1 | -0/+10 |
* | Make work gdk_colormap_sync() work for DirectColor visuals as well. Fill | Owen Taylor | 2002-06-13 | 1 | -0/+8 |
* | Add the obsolete CUA cut/copy/paste bindings. (#79078) | Owen Taylor | 2002-06-13 | 1 | -0/+8 |