- 27 Sep, 2002 4 commits
-
-
Owen Taylor authored
* gtk/gtklabel.c : Replaced instances where strlen (label->label) is used to get a byte code with strlen (label->text) as label->text contains the actual display text, while label->label contains markup / mnemonics. (#92683, Patch from Shivram U <shivaram.upadhyayula@wipro.com>, with some additions.) * gtk/gtklabel.c (gtk_label_set_uline_text_internal): Fix a leftover, now incorrect comment.
-
Owen Taylor authored
Fri Sep 27 16:15:11 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtknotebook.c (gtk_notebook_get_event_window_position): Handle the case where the first page isn't visible. (#90336, bug tracked down by Chema Celorio)
-
Owen Taylor authored
Fri Sep 27 15:57:15 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtkstock.c (builtin_items): Change accelerator from C_ut to Cu_t. (#82747, Paolo Maggi)
-
Owen Taylor authored
Fri Sep 27 15:27:45 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtkimage.c (gtk_image_unrealize): Reset the animation iter on unrealize as well as unmap. (#94336) * gtk/gtkprogressbar.c (gtk_progress_bar_set_text): Don't turn a value of "" into NULL. (#94157, Vitaly Tishkov)
-
- 26 Sep, 2002 1 commit
-
-
Hidetoshi Tajima authored
* modules/input/gtkimcontextxim.c: - use gtk_settings_get_for_screen () instead of gtk_settings_get_default () for multihead - connect property-notify signal handlers to respond runtime changes of status_style and preedit_style in the settings - Some indentation and code cleanup (#59076 - 2nd check-in)
-
- 25 Sep, 2002 6 commits
-
-
Havoc Pennington authored
2002-09-24 Havoc Pennington <hp@redhat.com> * gtk/gtkwindow.c: fix GtkWindowMnemonic to have a separate typedef * gdk/x11/gdkevents-x11.c (gdk_check_wm_state_changed): monitor FULLSCREEN state * tests/testgtk.c (get_state_controls): add fullscreen/unfullscreen test * gdk/gdkdisplay.c (gdk_display_finalize): fix unused variable * gdk/x11/gdkscreen-x11.c (init_xinerama_support): fix unused variable * gdk/x11/gdkevents-x11.c (gdk_xsettings_watch_cb): mop up unused variable * gdk/x11/gdkscreen-x11.c (_gdk_x11_screen_window_manager_changed): emit window_manager_changed signal * gdk/x11/gdkscreen-x11.h (struct _GdkScreenX11Class): add window_manager_changed signal * gdk/x11/gdkevents-x11.c (gdk_x11_screen_get_window_manager_name): new function * gtk/gtkwindow.c (gtk_window_class_init): add type_hint, skip_taskbar_hint, skip_pager_hint properties (gtk_window_set_skip_taskbar_hint): (gtk_window_get_skip_taskbar_hint): (gtk_window_set_skip_pager_hint): (gtk_window_get_skip_pager_hint): (gtk_window_fullscreen): (gtk_window_unfullscreen): new functions * gdk/gdkevents.h (GdkWindowState): add FULLSCREEN state * gdk/gdkwindow.h (GdkWindowTypeHint): add missing type hint values * gdk/x11/gdkwindow-x11.c (gdk_window_set_skip_taskbar_hint): (gdk_window_set_skip_pager_hint): (gdk_window_fullscreen): (gdk_window_unfullscreen): new functions (set_initial_hints): set fullscreen here if appropriate
-
Owen Taylor authored
Wed Sep 25 10:51:24 2002 Owen Taylor <otaylor@redhat.com> * gdk/gdkscreen.h gdk/{x11,win32,linux-fb}/gdkscreen-*.c: Add gdk_screen_make_display_name(), which returns a display name that can be used to open a display with the screen as the default (Based on patch from Mark McLoughlin, #86013)
-
Owen Taylor authored
Wed Sep 25 08:50:40 2002 Owen Taylor <otaylor@redhat.com> Patch from Eric Warmenhoven, #94123 * gdk/gdkmouse-fb.c: Add scrolling support for imps2 mice. * gdk/linux-fb/gdkimage-fb.c: Fix compilation error in last gdkimage-fb.c commit.
-
Manish Singh authored
Wed Sep 25 00:16:53 2002 Manish Singh <yosh@gimp.org> * gdk/Makefile.am gdk/x11/Makefile.am: add -DG_DISABLE_DEPRECATED and -DGDK_PIXBUF_DISABLE_DEPRECATED to compile flags * gdk/gdkcolor.c gdk/gdkdisplay.c gdk/gdkdraw.c gdk/gdkevents.c gdk/gdkgc.c gdk/gdkimage.c gdk/gdkpango.c gdk/gdkpixbuf-render.c gdk/gdkpixmap.c gdk/gdkrgb.c gdk/gdkwindow.c gdk/linux-fb/gdkdnd-fb.c gdk/linux-fb/gdkfont-fb.c gdk/win32/gdkdnd-win32.c gdk/win32/gdkfont-win32.c gdk/x11/gdkdisplay-x11.c gdk/x11/gdkdnd-x11.c gdk/x11/gdkdrawable-x11.c gdk/x11/gdkevents-x11.c gdk/x11/gdkfont-x11.c gdk/x11/gdkgc-x11.c gdk/x11/gdkgeometry-x11.c gdk/x11/gdkim-x11.c gdk/x11/gdkinput-x11.c gdk/x11/gdkkeys-x11.c gdk/x11/gdkscreen-x11.c gdk/x11/gdkwindow-x11.c: Deprecation cleanup, mostly changing gdk_foo_{ref,unref} to g_object equivalents.
-
Manish Singh authored
Tue Sep 24 23:54:20 2002 Manish Singh <yosh@gimp.org> * gtk/gtkfilesel.c: check if last_selected is valid before doing a strcmp on it, which may happen if selections happen programmatically instead of through the UI (#86566)
-
Manish Singh authored
Tue Sep 24 23:33:48 2002 Manish Singh <yosh@gimp.org> * gtk/gtkfilesel.c: preserve ordering from gtk_tree_selection_foreach when returning filenames for gtk_file_selection_get_selections (#86567) * gtk/gtkclipboard.c: GtkClipboard struct should have a GObject in it, not a GObjectClass
-
- 24 Sep, 2002 21 commits
-
-
Owen Taylor authored
Tue Sep 24 18:18:36 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtkclipboard.[ch]: Make a GObject (#75970, James Henstridge)
-
Owen Taylor authored
Tue Sep 24 19:45:55 2002 Owen Taylor <otaylor@redhat.com> * gdk/x11/gdkwindow-x11.c (gdk_window_impl_x11_get_colormap): Look up the visual as well as the colormap, since calling gdk_drawable_get_visual() causes infinite recursion. * gdk/x11/gdkwindow-x11.c (_gdk_windowing_window_init): Set the colormap for the root window.
-
Hidetoshi Tajima authored
* gnome-settings-xsettings.c: added two new xsettings for GTK+ input method preedit and status styles. With the other patch for gtk+, the preedit and status styles of GTK+ input method are configurable with associated gconf schemas keys: "/desktop/gnome/interface/gtk-im-preedit-style" "/desktop/gnome/interface/gtk-im-status-style" Both are set to "callback" by default, and platform's packging can have different default by changing libgnome's desktop_gnome_interface.schemas.
-
Matthias Clasen authored
* gdk/x11/gdkvisual-x11.c (gdkx_visual_get): Replace leftover gdkx_visual_get_for_screen () by gdk_x11_screen_lookup_visual().
-
Matthias Clasen authored
* gtk/gtkaccelgroup.h: Add a missing ; to make things compile.
-
Matthias Clasen authored
* gdk/x11/gdkwindow-x11.c (gdk_window_impl_x11_get_colormap): Replace leftover gdk_colormap_lookup () by gdk_x11_colormap_foreign_new () to make the linker happy.
-
Owen Taylor authored
Tue Sep 24 17:49:52 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtkaccelgroup.[ch] (gtk_accel_group_find): Add a GtkAccelGroupFindFunc to clean up the prototype. (#76670, Vitaly Tishkov) * gdk/x11/gdkvisual-x11.c gdk/x11/gdkx.h: Rename gdkx_visual_get_for_screen() to gdk_x11_screen_lookup_visual(). (#85702)
-
Tor Lillqvist authored
2002-09-25 Tor Lillqvist <tml@iki.fi> * gdk/win32/gdkevents-win32.c (gdk_event_translate): WM_SYSKEYDOWN, WM_SYSKEYUP: Need to handle F10 specially here in order to be able to handle it normally in the application. Set ignore_wm_char also always when handling WM_SYSKEY{DOWN,UP}, this way we can generate GDK events also for Alt-Fn keys, for instance.
-
Matthias Clasen authored
* gdk/x11/gdkx.h: Add a missing ; to make things compile.
-
Owen Taylor authored
Tue Sep 24 16:40:14 2002 Owen Taylor <otaylor@redhat.com> Make icon sizes configurable (#70648, slightly based on a patch from Bill Haneman, Brian Cameron) * gtk/gtkiconfactory.[ch]: Add gtk_icon_size_lookup_for_settings(). * gtk/gtksettings.c: Add gtk-icon-sizes XSETTING * gtk/gtkiconfactory.c: Make icon sizes per-GtkSettings. * gtk/gtkstyle.c: Use gtk_icon_size_lookup_for_settings() * gtk/gtkrc.[ch]: Privately export _gtk_rc_reset_styles() to force all the widgets to recompute their appearance.
-
Owen Taylor authored
-
Owen Taylor authored
Tue Sep 24 16:24:22 2002 Owen Taylor <otaylor@redhat.com> * gdk/win32/gdkimage-win32.c gdk/x11/gdkimage-x11.c * gdk/linux-fb/gdkimage-fb.c (gdk_image_put/get_pixel): Add bounds-checking g_return_if_fail(). (Olexiy Avramchenko)
-
Owen Taylor authored
Tue Sep 24 16:04:44 2002 Owen Taylor <otaylor@redhat.com> * gdkprivate-x11.h gdkcolor-x11.c gdkvisual-x11.c gdkwindow-x11.c: Delete unused private gdk_visual_lookup(), make gdk_colormap_lookup() private gdkcolor-x11.c. make gdk_window_add_colormap_windows private to gdkwindow-x11.c (#85674) * gdk/x11/gdkx.h gdk/x11/gdkcolor-x11.c gdkscreen-x11.h: Add gdk_x11_colormap_foreign_new(), GDK_ENABLE_BROKEN gdkx_colormap_get(), make the colormap hash per-screen. (#85697) * gdk/x11/gdkxid.c (gdk_xid_table_lookup_for_display): Remove a bit of unecessary code.
-
German Poo Caaman~o authored
2002-09-24 German Poo Caaman~o <gpoo@ubiobio.cl> * es.po: Fixed bug #93072 by Juan Manuel Garca Molina <juanma_gm@wanadoo.es>.
-
Owen Taylor authored
Thu Aug 8 16:58:22 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtkspinbutton.c (gtk_spin_button_real_change_value): Remove the check for editable. (Reported by Brent Fox)
-
Owen Taylor authored
Tue Sep 24 06:17:37 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtkeventbox.c (gtk_event_box_paint): Honor GTK_WIDGET_APP_PAINTABLE() (#92305, Jonathan Blandford.)
-
Owen Taylor authored
Tue Sep 24 05:26:31 2002 Owen Taylor <otaylor@redhat.com> * gdk/gdk.h gdk/gdkdisplay.c gdk/linux-fb/gdkevents-fb.c gdk/x11/gdkevents-x11.c gdk/win32/gdkevents-win32.c: Change the window parameter for gdk_event_send_client_message[_for_display] from guint32 to GdkNativeWindow. (#79979)
-
Owen Taylor authored
Tue Sep 24 05:16:25 2002 Owen Taylor <otaylor@redhat.com> * gtk+.spec.in: Fix up a bit to look for the loaders in the right place. (#93011, Dennis Dementiev)
-
Owen Taylor authored
Tue Sep 24 05:12:14 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtkimcontextsimple.c: Fixes to GtkIMContextSimple compose table for us-intl keyboards (Red Hat bugzilla #70995, Alexandre Oliva)
-
Owen Taylor authored
Tue Sep 24 04:50:28 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtkspinbutton.c (gtk_spin_button_activate): Chain up so that entry->activates_default is honored. (#93865, Pieter Penninckx)
-
Jacob Berkman authored
2002-09-23 Jacob Berkman <jacob@ximian.com> * gtk/gtkprogress.c (DEFAULT_FORMAT): cpp macros aren't ``;'' terminated
-
- 23 Sep, 2002 8 commits
-
-
Owen Taylor authored
Mon Sep 23 19:49:11 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtkselection.[ch] gtk/gtkwidget.c gtk/gtkmain.c: Privatize gtk_selection_request, gtk_selection_incr_event gtk_selection_notify, gtk_selection_property_notify. Add doc note about future deprecation of gtk_selection_clear() which. (#85683) * gtk/gtkoldeditable.c (gtk_old_editable_selection_clear): Chain up, rather than calling gtk_selection_clear().
-
Owen Taylor authored
-
Owen Taylor authored
Mon Sep 23 18:53:35 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtkprogressbar.c (gtk_progress_bar_set_text): Restore back to the default format instead of an empty format. * gtk/gtkprogress.c (gtk_progress_set_format_string): Make NULL restore back to the default format.
-
Owen Taylor authored
Mon Sep 23 18:45:46 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtkmenuitem.c (gtk_menu_item_set_accel_path): Allow accel_path == NULL. (#84241, James Henstridge.)
-
Owen Taylor authored
Mon Sep 23 18:01:52 2002 Owen Taylor <otaylor@redhat.com> i * gtk/gtknotebook.[ch]: Add gtk_notebook_get_n_pages (#73229, Havoc Pennington) * gtk/gtknotebook.c (gtk_notebook_get_nth_page): Handle -1 to mean the last page, as we do elsewhere. (#73229)
-
Owen Taylor authored
Mon Sep 23 17:50:23 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtkmenushell.[ch] gtk/gtkentry.c gtk/gtkmenubar.c gtk/gtkmenuitem.c gtk/gtktextview.c: Make gtk_menu_shell_select_first() public. (#70374)
-
Owen Taylor authored
Mon Sep 23 16:48:46 2002 Owen Taylor <otaylor@redhat.com> * gdk/gdkkeys.[ch] gdk/x11/gdkkeys-x11.c gdk/x11/gdkevents-x11.c: Add a keys_changed signal emitted when the keymap changes. (#72148) * gtk/gtkkeyhash.c (_gtk_key_hash_remove_entry): Hook up code to handle keymap changes, change to keep a linked list of keymap entries so that we can reinsert them in the same order on a keymap change.
-
Owen Taylor authored
Mon Sep 23 14:58:04 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtkhandlebox.h gtk/gtktextbtree.[ch]: Use 'signed int' not 'gint' for signed bitfields. (#93020, Vitaly Tishkov) * gtk/gtktextlayout.h gtk/gtktextbtree.[ch]: Fix some 'gint' bitfields that should have been unsigned.
-