| Commit message (Expand) | Author | Age | Files | Lines |
* | Reset the animation iter on unrealize as well as unmap. (#94336) | Owen Taylor | 2002-09-27 | 8 | -16/+75 |
* | - use gtk_settings_get_for_screen () instead of gtk_settings_get_default | Hidetoshi Tajima | 2002-09-26 | 7 | -132/+262 |
* | fix GtkWindowMnemonic to have a separate typedef | Havoc Pennington | 2002-09-25 | 18 | -100/+1065 |
* | Add gdk_screen_make_display_name(), which returns a display name that can | Owen Taylor | 2002-09-25 | 10 | -0/+89 |
* | Patch from Eric Warmenhoven, #94123 | Owen Taylor | 2002-09-25 | 8 | -3/+145 |
* | add -DG_DISABLE_DEPRECATED and -DGDK_PIXBUF_DISABLE_DEPRECATED to compile | Manish Singh | 2002-09-25 | 35 | -155/+254 |
* | check if last_selected is valid before doing a strcmp on it, which may | Manish Singh | 2002-09-25 | 7 | -1/+38 |
* | preserve ordering from gtk_tree_selection_foreach when returning filenames | Manish Singh | 2002-09-25 | 8 | -6/+66 |
* | Make a GObject (#75970, James Henstridge) | Owen Taylor | 2002-09-24 | 8 | -1/+110 |
* | Look up the visual as well as the colormap, since calling | Owen Taylor | 2002-09-24 | 7 | -3/+62 |
* | disable/enable preedit/status in GtkIMContextXIM (#59076) | Hidetoshi Tajima | 2002-09-24 | 10 | -3/+211 |
* | Replace leftover gdkx_visual_get_for_screen () by | Matthias Clasen | 2002-09-24 | 7 | -1/+19 |
* | Add a missing ; to make things compile. | Matthias Clasen | 2002-09-24 | 7 | -1/+13 |
* | Replace leftover gdk_colormap_lookup () by gdk_x11_colormap_foreign_new () | Matthias Clasen | 2002-09-24 | 7 | -1/+38 |
* | Add a GtkAccelGroupFindFunc to clean up the prototype. (#76670, Vitaly | Owen Taylor | 2002-09-24 | 10 | -17/+79 |
* | Merge from gtk-2-0: | Tor Lillqvist | 2002-09-24 | 7 | -4/+52 |
* | Add a missing ; to make things compile. | Matthias Clasen | 2002-09-24 | 7 | -1/+25 |
* | Make icon sizes configurable (#70648, slightly based on a patch from Bill | Owen Taylor | 2002-09-24 | 14 | -79/+597 |
* | Doc twiddle | Owen Taylor | 2002-09-24 | 1 | -1/+0 |
* | gdk/win32/gdkimage-win32.c gdk/x11/gdkimage-x11.c Add bounds-checking | Owen Taylor | 2002-09-24 | 9 | -2/+50 |
* | Delete unused private gdk_visual_lookup(), make gdk_colormap_lookup() | Owen Taylor | 2002-09-24 | 14 | -84/+224 |
* | Fixed bug #93072 by Juan Manuel García Molina <juanma_gm@wanadoo.es>. | German Poo Caaman~o | 2002-09-24 | 2 | -69/+43 |
* | Remove the check for editable. (Reported by Brent Fox) | Owen Taylor | 2002-09-24 | 7 | -68/+100 |
* | Honor GTK_WIDGET_APP_PAINTABLE() (#92305, Jonathan Blandford.) | Owen Taylor | 2002-09-24 | 7 | -4/+35 |
* | Change the window parameter for | Owen Taylor | 2002-09-24 | 11 | -19/+68 |
* | Fix up a bit to look for the loaders in the right place. (#93011, Dennis | Owen Taylor | 2002-09-24 | 7 | -3/+39 |
* | Fixes to GtkIMContextSimple compose table for us-intl keyboards (Red Hat | Owen Taylor | 2002-09-24 | 7 | -1/+41 |
* | Chain up so that entry->activates_default is honored. (#93865, Pieter | Owen Taylor | 2002-09-24 | 7 | -0/+39 |
* | cpp macros aren't ``;'' terminated | Jacob Berkman | 2002-09-24 | 7 | -1/+31 |
* | Privatize gtk_selection_request, gtk_selection_incr_event | Owen Taylor | 2002-09-23 | 12 | -31/+101 |
* | Add missing bug # reference | Owen Taylor | 2002-09-23 | 6 | -6/+6 |
* | Restore back to the default format instead of an empty format. | Owen Taylor | 2002-09-23 | 9 | -12/+71 |
* | Allow accel_path == NULL. (#84241, James Henstridge.) | Owen Taylor | 2002-09-23 | 7 | -2/+34 |
* | i Add gtk_notebook_get_n_pages (#73229, Havoc Pennington) | Owen Taylor | 2002-09-23 | 8 | -4/+113 |
* | Make gtk_menu_shell_select_first() public. (#70374) | Owen Taylor | 2002-09-23 | 5 | -9/+9 |
* | Add a keys_changed signal emitted when the keymap changes. (#72148) | Owen Taylor | 2002-09-23 | 12 | -63/+234 |
* | Use 'signed int' not 'gint' for signed bitfields. (#93020, Vitaly Tishkov) | Owen Taylor | 2002-09-23 | 4 | -6/+6 |
* | Fix incorrect usage of gdk_get_default_root_window ()). (#92767) | Owen Taylor | 2002-09-23 | 7 | -1/+42 |
* | Patch from Joshua N Pritikin to fix problem where signal connection wasn't | Owen Taylor | 2002-09-23 | 7 | -3/+38 |
* | Patch from Eric Warmenhoven to with miscellaneous linux-fb fixes, | Owen Taylor | 2002-09-22 | 12 | -23/+138 |
* | Mark abstract types as G_TYPE_FLAG_ABSTRACT. (#72383) | Matthias Clasen | 2002-09-21 | 25 | -127/+316 |
* | Copy from X11 backend. The old version mishandled consecutive newlines. | Tor Lillqvist | 2002-09-21 | 8 | -7/+52 |
* | Set the IM context client window to NULL, not to the window that is about | Owen Taylor | 2002-09-20 | 7 | -1/+37 |
* | Fri Sep 20 16:56:54 2002 Owen Taylor <otaylor@redhat.com> ... | Owen Taylor | 2002-09-20 | 7 | -1/+37 |
* | On Win32, look explicitly for LANG, LC_ALL and LC_CTYPE, and if not found, | Tor Lillqvist | 2002-09-19 | 7 | -0/+60 |
* | Delete leftover declarations of the obsolete Win32-only functions | Tor Lillqvist | 2002-09-19 | 17 | -389/+205 |
* | Remove the _-prefix from gdk_pixbuf_set_option and | Matthias Clasen | 2002-09-19 | 10 | -20/+25 |
* | Fix usage of compat GTK_TYPE_ macros without including gtkobject.h. | Owen Taylor | 2002-09-19 | 9 | -13/+79 |
* | _-prefix gdk_pixbuf_non_anim_new and gdk_pixbuf_set_option. Adjust all | Matthias Clasen | 2002-09-17 | 10 | -20/+27 |
* | Stockify color picker icon. (#89880) | Matthias Clasen | 2002-09-16 | 11 | -44/+60 |