- 06 May, 2004 3 commits
-
-
Matthias Clasen authored
Wed May 5 23:09:48 2004 Matthias Clasen <maclas@gmx.de> * gdk-pixbuf-io.h (GdkPixbufFormatFlags): New format flag GDK_PIXBUF_FORMAT_SCALABLE to mark scalable formats. * gdk-pixbuf.h: * gdk-pixbuf-io.c (gdk_pixbuf_format_is_scalable): New function. (#137995, Dom Lachowicz)
-
Elijah Newren authored
2004-05-05 Elijah Newren <newren@math.utah.edu> Changes to support do-not-focus-on-map hint in conjunction with _NET_WM_USER_TIME (#115650): * gdk/gdkwindow.h (struct _GdkWindowObject): Add a new boolean field focus_on_map * gdk/gdkwindow.h (gdk_window_set_accept_focus): New function to set it. * gtk/gtkwindow.[hc]: Add a boolean property "focus_on_map" and gtk_window_get_focus_on_map() and gtk_window_set_focus_on_map(). * gdk/win32/gdkwindow-win32.c (gdk_window_new): * gdk/linux-fb/gdkwindow-fb.c (gdk_window_new): * gdk/x11/gdkwindow-x11.c (gdk_window_new): Initialize the focus_on_map field to TRUE. * gdk/win32/gdkwindow-win32.c (gdk_window_set_focus_on_map): * gdk/linux-fb/gdkwindow-fb.c (gdk_window_set_focus_on_map): * gdk/x11/gdkwindow-x11.c (gdk_window_set_focus_on_map): * gdk/x11/gdkwindow-x11.c (setup_toplevel_window): Implementations for the various backends. The Win32 and linux-fb implementations set the focus_on_map field, but don't use it yet to actually implement noinput windows. The X implementation sets _NET_WM_USER_TIME to 0 if focus_on_map is FALSE (see the EWMH). * gdk/x11/gdkwindow-x11.h: * gdk/x11/gdkevents-x11.c (set_user_time): * gdk/x11/gdkinput-x11.c (_gdk_input_common_other_event): * gdk/x11/gdkwindow-x11.c (gdk_x11_window_set_user_time): s/_gdk_x11_window_set_user_time/gdk_x11_window_set_user_time/, since we want that function to be part of the public API.
-
Matthias Clasen authored
Wed May 5 22:20:21 2004 Matthias Clasen <maclas@gmx.de> Merge from 2.4: * gtk/gtkiconfactory.c (icon_source_clear): Don't call g_free() on a pixbuf. (#141961, Crispin Flowerday)
-
- 05 May, 2004 3 commits
-
-
Matthias Clasen authored
2004-05-05 Matthias Clasen <mclasen@redhat.com> * gtk/gtk-docs.sgml: * gdk-pixbuf/gdk-pixbuf.sgml: * gdk/gdk-docs.sgml: Add multiple indices.
-
Matthias Clasen authored
2004-05-05 Matthias Clasen <mclasen@redhat.com> Merge from 2.4: * gtk/gtkuimanager.c (print_node): Make the output parseable. (#141929, Sven Neumann)
-
Tor Lillqvist authored
2004-05-05 Tor Lillqvist <tml@iki.fi> * gdk/win32/gdkdnd-win32.c (gdk_drag_find_window_for_screen): Add multi-monitor offset. (#141842, John Ehresman)
-
- 04 May, 2004 5 commits
-
-
Owen Taylor authored
-
Matthias Clasen authored
-
Federico Mena Quintero authored
2004-05-04 Federico Mena Quintero <federico@ximian.com> Fixes #139562, based on a patch by Christian Neumair. * gtk/gtkfilechooserdefault.c (struct _GtkFileChooserDefault): Add a filter_combo_hbox field to contain the filter combo. (show_filters): Show/hide the filter_combo_hbox. (create_filename_entry_and_filter_combo): Removed. (file_pane_create): Create the filter_combo_hbox here.
-
Matthias Clasen authored
2004-05-04 Matthias Clasen <mclasen@redhat.com> * modules/input/gtkimcontextxim.c: Fix the recent string_conversion_callback change to work on Solaris. (#141190, Padraig O'Briain)
-
Matthias Clasen authored
2004-05-04 Matthias Clasen <mclasen@redhat.com> * gtk/gtkselection.c: Disable debug logging again.
-
- 03 May, 2004 4 commits
-
-
Matthias Clasen authored
2004-05-03 Matthias Clasen <mclasen@redhat.com> * gtk/gtkselection.c: Make the chunk size for incremental transfers depend on the maximal request size, capped at 256k. This should allow most selections to be transferred nonincrementally, avoiding many roundtrips and protocol overhead.
-
Federico Mena Quintero authored
2004-05-03 Federico Mena Quintero <federico@ximian.com> * gtk/gtkuimanager.c (gtk_ui_manager_class_init): Call g_signal_new() correctly and initialize the signal fields. Fixes #141749; patch based on Michael Natterer's.
-
Matthias Clasen authored
* gtk/gtkselection.c (_gtk_selection_request): Fix a debug message to show correct information. (_gtk_selection_incr_event): Make INCRemental transfer of MULTIPLE targets work. This was broken since 1997!
-
Pablo Saratxaga authored
-
- 02 May, 2004 1 commit
-
-
Hans Breuer authored
2004-05-02 Hans Breuer <hans@breuer.org> * gdk/win32/gdkdrawable-win32.c (draw_segments) : don't modify the passed in GdkSegment(s) in place, we may get them again to draw at the same place. Fixes bug #129095, bug #137177, ... (draw_segments) draw the end pixel again to get the pixmap mask right, fixes bug #126710, #130202 * gdk/win32/gdkwindow-win32.c : use SetForegroundWindow, fixes bug #106013, John Ehresman * gtk/makefile.msc.in : don't try to link gtk.res but use gtk-win32.res (as supposed to be fixed below :)
-
- 01 May, 2004 1 commit
-
-
Hans Breuer authored
2004-05-01 Hans Breuer <hans@breuer.org> * tests/Makefile.am : tests/makefile.msc is in CVS for a long time, finally added to EXTRA_DIST : fixes bug #141334, John Ehresman
-
- 30 Apr, 2004 2 commits
-
-
Matthias Clasen authored
2004-04-30 Matthias Clasen <mclasen@redhat.com> * === Released 2.4.1 === * configure.in: Version 2.4.1, interface age 1. * NEWS: Updates
-
Matthias Clasen authored
Fri Apr 30 00:19:11 2004 Matthias Clasen <maclas@gmx.de> * xdgmimemagic.c (_xdg_mime_magic_read_a_number): Make sure the static string is long enough. (#136323, Morten Welinder)
-
- 29 Apr, 2004 6 commits
-
-
Federico Mena Quintero authored
2004-04-29 Federico Mena Quintero <federico@ximian.com> Fixes #140412. * gtk/gtkfilechooserdefault.c (remove_selected_bookmarks): New function; moved the code over from remove_bookmark_button_clicked_cb(). (remove_selected_bookmarks): Now, getting a non-removable bookmark is not an error, as we may be called as a result of hitting the Delete key. (shortcuts_key_press_event_cb): New handler; delete the bookmark if the user presses Backspace, Delete, or KP_Delete.
-
Matthias Clasen authored
2004-04-29 Matthias Clasen <mclasen@redhat.com> * gtk/gtkaction.c (closure_accel_activate): Use _gtk_action_emit_activate() instead of directly emitting the activate signal. (#141429, Jody Goldberg) * gtk/gtkactiongroup.c (gtk_action_group_add_action_with_accel): Warn people when the accelerator can not be parsed. (#141429, Jody Goldberg)
-
Federico Mena Quintero authored
2004-04-29 Federico Mena Quintero <federico@ximian.com> * gtk/tmpl/gtkfilechooser.sgml: Added an .gtkrc-2.0 example of how to actually change the key bindings.
-
Matthias Clasen authored
2004-04-29 Matthias Clasen <mclasen@redhat.com> * tests/testentrycompletion.c (main): Add a missing cat. (#141070, Chris Sherlock) * gtk/gtkrc.c (gtk_rc_check_pixmap_dir): Remove unused variable. (#141022, Chris Sherlock) * gtk/gtkcombo.c (gtk_combo_popup_list): Add a missing cast. (#141013, Chris Sherlock) * gtk/gtkcellview.c (gtk_cell_view_cell_layout_clear): Remove unused variable. (#141011, Chris Sherlock)
-
Tor Lillqvist authored
2004-04-29 Tor Lillqvist <tml@iki.fi> * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_dashes): Plug memory leak. (#140775, John Ehresman)
-
Matthias Clasen authored
Thu Apr 29 01:09:50 2004 Matthias Clasen <maclas@gmx.de> * gdk/gdkdraw.c (_gdk_drawable_get_scratch_gc): Use depth - 1 to index the cached gcs, not depth. (#139494)
-
- 28 Apr, 2004 1 commit
-
-
Matthias Clasen authored
2004-04-28 Matthias Clasen <mclasen@redhat.com> * gdk/gdkdraw.c (_gdk_drawable_get_scratch_gc): Docs typo fix.
-
- 27 Apr, 2004 2 commits
-
-
Andras Timar authored
2004-04-27 Andras Timar <timar@gnome.hu> * hu.po: Updated Hungarian translation.
-
Jordi Mallach authored
-
- 25 Apr, 2004 3 commits
-
-
Christian Neumair authored
-
Soeren Sandmann authored
Sun Apr 25 15:36:02 2004 Soeren Sandmann <sandmann@daimi.au.dk> * gtk/gtktoolbutton.c (gtk_tool_button_set_label_widget): Fix cut'n'paste-o from previous commit. (#141046, Torsten Schoenfeld).
-
Kostas Papadimas authored
-
- 24 Apr, 2004 5 commits
-
-
Christophe Merlet authored
-
Francisco Javier F. Serrador authored
2004-04-24 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
-
Theppitak Karoonboonyanan authored
-
Theppitak Karoonboonyanan authored
GtkIMContextXIM (#101814)
-
Updated ja.po. T.Aihana authored
2004-04-24 Updated ja.po. T.Aihana <aihana@gnome.gr.jp>
-
- 23 Apr, 2004 4 commits
-
-
Matthias Clasen authored
2004-04-23 Matthias Clasen <mclasen@redhat.com> * gtk/gtkclipboard.c (gtk_clipboard_wait_for_targets): Correctly initialize targets. (#139883, John Finlay)
-
Matthias Clasen authored
2004-04-23 Matthias Clasen <mclasen@redhat.com> * gtk/tmpl/gtkdialog.sgml: * gtk/tmpl/gtkeditable.sgml: * gtk/tmpl/gtkfilesel.sgml: * gtk/tmpl/gtkmain.sgml: * gtk/tmpl/gtkmenu.sgml: * gtk/tmpl/gtkmessagedialog.sgml: * gtk/tmpl/gtktogglebutton.sgml: Remove excessive casts from examples. (#139387, Olexiy Avramchenko)
-
Matthias Clasen authored
2004-04-23 Matthias Clasen <mclasen@redhat.com> * gdk/gdkdraw.c (gdk_draw_drawable): Small doc improvement.
-
Matthias Clasen authored
2004-04-23 Matthias Clasen <mclasen@redhat.com> * gtk/gtktreeselection.c (gtk_tree_selection_get_selected_rows): Don't recommend gtk_tree_row_reference_new_proxy(). (#138309, Tim-Philipp Müller)
-