- 01 Mar, 2006 1 commit
-
-
Amanpreet Singh Alam authored
-
- 28 Feb, 2006 2 commits
-
-
Simos Xenitellis authored
-
Anders Carlsson authored
2006-02-28 Anders Carlsson <andersca@imendio.com> * gdk-pixbuf-io.c: Update documentation now that tiff supports saving. * io-tiff.c: (tiff_load_read): (tiff_load_write): (tiff_load_seek): (tiff_load_close): (tiff_load_size): (tiff_load_map_file): (tiff_load_unmap_file): (gdk_pixbuf__tiff_image_stop_load): Rename callback functions that are used during loading. (tiff_save_read): (tiff_save_write): (tiff_save_seek): (tiff_save_close): (tiff_save_size): (create_save_context): (free_save_context): New callback functions which operate on a memory buffer. (gdk_pixbuf__tiff_image_save_to_callback): Implement saving of pixbufs to tiffs. (save_to_file_cb): (gdk_pixbuf__tiff_image_save): New function that saves a pixbuf to a FILE handle. Uses save_to_callback. (fill_vtable): Add new functions. (fill_info): Change flags since this module supports writing now.
-
- 27 Feb, 2006 6 commits
-
-
Federico Mena Quintero authored
2006-02-27 Federico Mena Quintero <federico@novell.com> * gtk/gtkfontsel.c (gtk_font_selection_set_font_name): Check that the fontsel has a screen assigned before doing anything. This will at least warn the caller of what is wrong, since we only populate the family_list until we get a screen. Also, put the reference docs here. Fixes bug #332756. (gtk_font_selection_dialog_get_font_name): Document this here. (gtk_font_selection_get_font_name): Document this here; mention that the font names get normalized, so the result of this function may not be the same as what you set with gtk_font_selection_set_font_name().
-
Matthias Clasen authored
2006-02-27 Matthias Clasen <mclasen@redhat.com> * gtk/gtk.symbols: * gtk/gtktrayicon-x11.c: Fix symbol lists for make check.
-
Michael Natterer authored
2006-02-27 Michael Natterer <mitch@imendio.com> * gdk/x11/gdksettings.c: map "gtk-touchscreen-mode" to the "Gtk/TouchscreenMode" XSettings property, remove trailing whitespace. * gdk/x11/checksettings.c: #include <string.h> and sprinkled some newlines.
-
Tim Janik authored
Mon Feb 27 14:52:50 2006 Tim Janik <timj@imendio.com> * gdkevents-x11.c: * gdksettings.c: moved and renamed the gdk_settings_names and gdk_settings_map. * gdk/x11/checksettings.c: test program for the gdk_settings_map array. * gdk/x11/Makefile.am: run checksettings as part of make check.
-
Matthias Clasen authored
-
Matthias Clasen authored
2006-02-27 Matthias Clasen <mclasen@redhat.com> * gtk/gtkdnd.c (gtk_drag_get_cursor): Comment out some unused code, and fix the reference point of composited drag cursors. (#320132, Christian Neumair)
-
- 26 Feb, 2006 1 commit
-
-
Michael David Emmel authored
-
- 25 Feb, 2006 2 commits
-
-
PST 2006 Michael Emmel authored
Sat Feb 25 10:35:23 PST 2006 Michael Emmel <mike.emmel@gmail.com> *gdk/directfb/gdkdisplay-directfb.c *gdk/directfb/gdkwindow-directfb.c Added stubs for shape window functions to fix compile problems
-
Federico Mena Quintero authored
2006-02-24 Federico Mena Quintero <federico@novell.com> * gtk/gtkfilechooserdefault.c (shortcuts_list_create): Make the column header visible, and make it be "_Places". Changed the accessible object name to Places as well. Fixes bug #331306. (file_pane_create): Do not create the path bar and "create folder" button here... (browse_widgets_create): ... but create them here instead. This moves the path bar to be above both the hpaned, giving it the full width of the dialog. Fixes bug #327733.
-
- 24 Feb, 2006 2 commits
-
-
Tim Janik authored
Thu Feb 23 13:28:21 2006 Tim Janik <timj@imendio.com> * gdk/x11/gdkim-x11.c (_gdk_x11_initialize_locale): remove unconditional warnings about missing X locale support. Gdk properly handles this situation anyway.
-
Tim Janik authored
Fri Feb 17 14:20:29 2006 Tim Janik <timj@imendio.com> * gtk/gtktreemodel.h: * gtk/gtktextbtree.h: added G_GNUC_WARN_UNUSED_RESULT warnings for iterator functions, to avoid invalid iterators go unnoticed, suggested by Markku Vire <markku.vire@movial.fi>.
-
- 23 Feb, 2006 3 commits
-
-
Matthias Clasen authored
-
Matthias Clasen authored
2006-02-23 Matthias Clasen <mclasen@redhat.com> * gtk/gtknotebook.h: Add a reorder_tab keynav signal and an insert_page vfunc to GtkNotebook. * gtk/gtk.symbols: * gtk/gtknotebook.c: Support notebook DND. New API includes gtk_notebook_set_window_creation_hook, gtk_notebook_[gs]et_group_id, gtk_notebook_[gs]et_tab_reorderable, gtk_notebook_[gs]et_tab_detachable (#73240, Carlos Garnacho)
-
Matthias Clasen authored
2006-02-23 Matthias Clasen <mclasen@redhat.com> * gtk/gtktextiter.c: Fix macro declaration * gtk/gtkaboutdialog.c: Remove an accidentally included function.
-
- 22 Feb, 2006 6 commits
-
-
Matthias Clasen authored
-
Matthias Clasen authored
2006-02-22 Matthias Clasen <mclasen@redhat.com> * gtk/gtktextbtree.c: * gtk/gtktextiter.c: Minor optimizations. (#332059, Arnaud Charlet)
-
Matthias Clasen authored
2006-02-22 Matthias Clasen <mclasen@redhat.com> * gtk/gtkradiobutton.c (gtk_radio_button_clicked): Emit notify::active here, when changing the value of this property. (#331651)
-
Matthias Clasen authored
2006-02-22 Matthias Clasen <mclasen@redhat.com> * gtk/gtknotebook.c: Apply a patch by Paolo Borelli to make the tab menu keynavigatable. (#331440)
-
Matthias Clasen authored
2006-02-22 Matthias Clasen <mclasen@redhat.com> * gtk/gtkaboutdialog.c: Change Close buttons to GTK_RESPONSE_CANCEL so Escape works. (#331940, Daniel Drake)
-
Michael Natterer authored
2006-02-22 Michael Natterer <mitch@imendio.com> * gtk/gtksettings.c: added boolean property gtk-touchscreen-mode, which essentially means "there are no motion notify events", so widgets can't use the pointer hovering them for anything. * gtk/gtkmenu.c: if gtk-touchscreen-mode is TRUE, scroll menus when clicking the scroll arrows, since hovering goes undetected. Fixes bug #323028. Added boolean style property "double-arrows" which always makes both scroll arrows visible when the menu is too long. For pushed-in popup menus, both arrows are always shown (regardless of double-arrows), in order to fix user confusion about the blank area. Fixes bug #129463.
-
- 21 Feb, 2006 4 commits
-
-
Inaki Larranaga authored
2006-02-21 Inaki Larranaga <dooteo@euskalgnu.org> * eu.po: Updated Basque translation.
-
Kristian Rietveld authored
2006-02-21 Kristian Rietveld <kris@imendio.com> * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_rows_reordered): Make sure we always update the virtual root, also when ->priv->root is still NULL. (Markku Vire)
-
Sven Neumann authored
-
Anders Carlsson authored
2006-02-21 Anders Carlsson <andersca@imendio.com> * gdk/quartz/gdkselection-quartz.c: (make_list): (gdk_text_property_to_utf8_list_for_display): Add these from the win32 backend.
-
- 20 Feb, 2006 13 commits
-
-
Matthias Clasen authored
2006-02-20 Matthias Clasen <mclasen@redhat.com> * gtk/gtknotebook.c: Properly update internal state when child visibility changes. (#331785, Sebastien Bacher)
-
Matthias Clasen authored
2006-02-20 Matthias Clasen <mclasen@redhat.com> * gdk/gdkgc.c (_gdk_gc_update_context): Obtain the background color from the gc when it is needed. (#331820)
-
Matthias Clasen authored
-
Matthias Clasen authored
2006-02-19 Matthias Clasen <mclasen@redhat.com> * gdk/gdkgc.c (_gdk_gc_update_context): Add a gc_changed argument, and avoid setting the clip region if the gc has not changed. * gdk/gdkgc.c: Update all callers. * gdk/gdkpango.c (get_cairo_context): Avoid updating the context if nothing changed.
-
Anders Carlsson authored
2006-02-20 Anders Carlsson <andersca@imendio.com> * gdk/quartz/gdkdisplay-quartz.c: (gdk_display_supports_shapes): (gdk_display_supports_input_shapes): * gdk/quartz/gdkwindow-quartz.c: (gdk_display_warp_pointer): (gdk_window_input_shape_combine_mask): (gdk_window_input_shape_combine_region): (gdk_window_set_child_input_shapes): (gdk_window_set_accept_focus): (gdk_window_merge_child_input_shapes): Add stubs for input shape functions.
-
Anders Carlsson authored
2006-02-20 Anders Carlsson <andersca@mac.com> * gdk/quartz/gdkevents-quartz.c: (get_keyboard_modifiers_from_nsevent): Fix typo so ctrl gets passed on to the gdk event. * gdk/quartz/gdkproperty-quartz.c: (gdk_atom_name): g_strdup the atom name.
-
Tor Lillqvist authored
2006-02-20 Tor Lillqvist <tml@novell.com> * gdk/win32/gdkdisplay-win32.c (gdk_display_supports_shapes): New function, return TRUE. (gdk_display_supports_input_shapes): New function, return FALSE.
-
Tor Lillqvist authored
2006-02-20 Tor Lillqvist <tml@novell.com> * gdk/win32/gdkwindow-win32.c (do_shape_combine_region): New function. Factor out code from gdk_window_shape_combine_mask(). (gdk_window_shape_combine_region): Actually do something. Convert region to a HRGN and call do_shape_combine_region(). (gdk_window_input_shape_combine_mask) (gdk_window_input_shape_combine_region) (gdk_window_set_child_input_shapes) (gdk_window_merge_child_input_shapes): New functions, dummy implementations.
-
Michael Natterer authored
2006-02-20 Michael Natterer <mitch@imendio.com> * gdk/x11/gdkdisplay-x11.h (struct _GdkDisplayX11): adding boolean have_shapes and have_input_shapes members fixes the build.
-
Tor Lillqvist authored
2006-02-20 Tor Lillqvist <tml@novell.com> * gdk/win32/gdkfont-win32.c: Replace all calls to g_strcasecmp() with g_ascii_strcasecmp().
-
Matthias Clasen authored
2006-02-19 Matthias Clasen <mclasen@redhat.com> * gtk/gtk-sections.txt: Additions. * gdk/gdk-sections.txt: Additions.
-
Matthias Clasen authored
2006-02-19 Matthias Clasen <mclasen@redhat.com> Support input shapes: (#331070) * gdk/gdk.symbols: * gdk/gdkdisplay.h: * gdk/gdkwindow.h: * gdk/x11/gdkdisplay-x11.c (gdk_display_supports_shapes) (gdk_display_supports_input_shapes): Functions to determine if a display supports shaped windows or input shapes. * gdk/x11/gdkwindow-x11.c (gdk_window_input_shape_combine_region): (gdk_window_input_shape_combine_mask): (gdk_window_set_child_input_shapes): (gdk_window_merge_child_input_shapes): Input shape versions of the window shape API. * gtk/gtk.symbols: * gtk/gtkwidget.h: * gtk/gtkwidget.c (gtk_widget_input_shape_combine_mask): New function to set an input shape on a widget.
-
Matthias Clasen authored
2006-02-19 Matthias Clasen <mclasen@redhat.com> * gtk/gtklinkbutton.c (gtk_link_button_class_init): Fix a cast.
-