- 31 May, 2004 5 commits
-
-
Federico Mena Quintero authored
2004-05-31 Federico Mena Quintero <federico@ximian.com> * gtk/gtkfilechooserdefault.c (renderer_edited_cb): Change to the newly-created folder. Fixes #138932. (trap_activate_cb): Only return TRUE if we did handle the event. Fixes #143359; patch by jylefort@brutele.be.
-
Matthias Clasen authored
-
Matthias Clasen authored
Mon May 31 02:16:37 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkhandlebox.c: Make detached handleboxes work when their parent is minimized, porting the fix from 1.2. (#1923, #57182) Mon May 31 02:03:17 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkwindow.c (gtk_window_show): Make moving realized, unmapped windows work.
-
Matthias Clasen authored
Mon May 31 00:27:33 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkfilechooserutils.c (_gtk_file_chooser_set_delegate): Fix a typo. Mon May 31 00:23:55 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkfilechooser.c (gtk_file_chooser_set_preview_widget): Refer to ::update-preview, not ::selection-changed.
-
Matthias Clasen authored
Mon May 31 00:16:36 2004 Matthias Clasen <maclas@gmx.de> * gtk/tmpl/gtktable.sgml: Document the default attach options for gtk_table_attach_defaults(). (#143391, Steve Chaplin)
-
- 29 May, 2004 1 commit
-
-
Christian Rose authored
2004-05-29 Christian Rose <menthos@menthos.com> * configure.in: Added "tk" to ALL_LINGUAS. * po/tk.po, po-properties/tk.po: Added Turkmen translation by Gurban Mühemmet Tewekgeli <gmtavakkoli@yahoo.com>.
-
- 28 May, 2004 3 commits
-
-
Matthias Clasen authored
Fri May 28 14:57:13 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkwidget.c (gtk_widget_set_parent): Add informative messages for common problems. (#137974, Owen Taylor)
-
Matthias Clasen authored
-
Matthias Clasen authored
Fri May 28 14:20:17 2004 Matthias Clasen <maclas@gmx.de> * gdk/x11/gdkevents-x11.c: Fix off-by-one allocation errors. (#143337, Billy Biggs)
-
- 27 May, 2004 9 commits
-
-
Owen Taylor authored
Thu May 27 16:36:22 2004 Owen Taylor <otaylor@redhat.com> * gdk/x11/gdkcolor-x11.c (gdk_colormap_alloc_colors): Set bits within visual->depth that aren't used for color to 1s, in case they are alpha.
-
Jonathan Blandford authored
Thu May 27 15:23:17 2004 Jonathan Blandford <jrb@gnome.org> * Sync from upstream
-
Anders Carlsson authored
2004-05-27 Anders Carlsson <andersca@gnome.org> * gtk/gtkfilechooserdefault.c (save_folder_combo_create): Make separator rows insensitive.
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Jonathan Blandford authored
Thu May 27 00:07:47 2004 Jonathan Blandford <jrb@gnome.org> * gtk/gtkcombobox.c (gtk_combo_box_list_destroy): only remove the signal if the box exists.
-
Matthias Clasen authored
-
Robert Ögren authored
2004-05-26 Robert Ögren <gtk@roboros.com> * gdk/win32/gdkinput-win32.c (_gdk_input_other_event): Send key modifiers (shift, ctrl etc) in button and motion events from the tablet. (#143240) 2004-05-26 Robert Ögren <gtk@roboros.com> * gdk/win32/gdkinput-win32.c (gdk_device_get_state): Simple implementation for extended input devices using last known device state (#143237)
-
- 26 May, 2004 1 commit
-
-
Matthias Clasen authored
Tue May 25 21:54:00 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkframe.c: Move docs inline, fixing them on the way. (#143029, Steve Chaplin)
-
- 24 May, 2004 1 commit
-
-
Robert Ögren authored
2004-05-11 Robert Ögren <gtk@roboros.com> * gdk/win32/gdkevents-win32.c (propagate): Don't propagate mouse events to windows that want extended input events. (#142943) (gdk_event_translate): Move check for extended input devices to propagate, new parameter to propagate. (gdk_pointer_grab, gdk_display_pointer_ungrab): Enable calls to _gdk_input_(un)grab_pointer. (#142943) * gdk/win32/gdkinput-win32.c (_gdk_input_other_event): Check for input grab. [Fix missing update of impl in "dijkstra" event propagation loop] Drop the parallel "impl" pointer, just use a cast. Don't propagate beyond windows that want normal input events. (#142943) (gdk_input_grab_pointer, gdk_input_ungrab_pointer): Limited implementation of input grab. (#142943)
-
- 22 May, 2004 3 commits
-
-
cinamod authored
-
Tor Lillqvist authored
2004-05-22 Tor Lillqvist <tml@iki.fi> * gdk/win32/gdkinput-win32.c (print_lc): Remove duplicated line. (Spotted by Benoît Carpentier.)
-
cinamod authored
-
- 21 May, 2004 6 commits
-
-
Raymond Penners authored
-
Raymond Penners authored
-
cinamod authored
-
cinamod authored
-
cinamod authored
-
cinamod authored
-
- 20 May, 2004 1 commit
-
-
Matthias Clasen authored
Wed May 19 23:42:40 2004 Matthias Clasen <maclas@gmx.de> * gdk/gdk-sections.txt: Add the right include for the "X interaction" section.
-
- 18 May, 2004 7 commits
-
-
Matthias Clasen authored
-
Matthias Clasen authored
2004-05-18 Matthias Clasen <mclasen@redhat.com> * configure.in: Check for XFIXES extension. * gdk/x11/gdkdisplay-x11.h (struct _GdkDisplayX11): Add a gboolean have_xfixes member. * gdk/x11/gdkdisplay-x11.c (gdk_display_open): Register XFIXES events and set have_xfixes. * gdk/gdkevents.h (GdkEventType): Add GDK_OWNER_CHANGE. (GdkEventOwnerChange): New event struct for owner change events. (GdkOwnerChange): New enum for the reason field of GdkEventOwnerChange. * gdk/x11/gdkevents-x11.c (gdk_event_translate): Translate XFixesSelectionNotify events into GdkEventOwnerChange events. * gdk/gdkdisplay.h: * gdk/x11/gdkdisplay-x11.c (gdk_display_supports_selection_notification): (gdk_display_request_selection_notification): New api to support selection ownership notification. * gtk/gtkclipboard.h: * gtk/gtkclipboard.c (_gtk_clipboard_handle_event): New private api to handle owner change events. (clipboard_peek): Refactored out the body of gtk_clipboard_get_for_display() for use in _gtk_clipboard_handle_event(). * gtk/gtkmain.c (gtk_main_do_event): Handle GDK_OWNER_CHANGE events by calling _gtk_clipboard_handle_event().
-
Matthias Clasen authored
2004-05-18 Matthias Clasen <mclasen@redhat.com> * gtk/gtkintl.h: Include glib/gi18n-lib.h and only define the P_() macros ourselves.
-
Matthias Clasen authored
2004-05-18 Matthias Clasen <mclasen@redhat.com> * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup): Restrict the width of the popup to be no larger than the monitor. (#142678, DmD Ljungmark)
-
Matthias Clasen authored
-
Matthias Clasen authored
2004-05-18 Matthias Clasen <mclasen@redhat.com> * gtk/gtkbutton.c: Go back to the initial fix for the focus-overdrawing problem, which was actually correct according to docs/widget_geometry.txt. * gtk/gtkarrow.c (gtk_arrow_class_init): Bump the initial arrow size from 11 to 15 to compensate for that.
-
Matthias Clasen authored
2004-05-18 Matthias Clasen <mclasen@redhat.com> * gtk/gtktextview.c (gtk_text_view_class_init): Document the arguments of the ::move-cursor signal. (#142725)
-
- 17 May, 2004 3 commits
-
-
Matthias Clasen authored
2004-05-17 Matthias Clasen <mclasen@redhat.com> * gtk/gtkbutton.c (gtk_button_size_request) (gtk_button_size_allocate, _gtk_button_paint): Allocate space for the focus rectangle only if necessary. (#142668, Michael Natterer)
-
Matthias Clasen authored
* gtk/gtkhruler.c (gtk_hruler_draw_ticks): Remove two useless lines. (#142479, Morten Welinder)
-
Matthias Clasen authored
Sun May 16 22:53:47 2004 Matthias Clasen <maclas@gmx.de> Merged from 2.4 * io-pnm.c (pnm_read_next_value): Don't read integers partially. (#142584, Kouichirou Hiratsuka)
-