- 22 Oct, 2004 6 commits
-
-
Matthias Clasen authored
2004-10-22 Matthias Clasen <mclasen@redhat.com> * gtk/gtk-sections.txt: Add new DND functions.
-
Matthias Clasen authored
2004-10-22 Matthias Clasen <mclasen@redhat.com> * gtk/gtkfilechooserbutton.c (gtk_file_chooser_button_drag_data_received) (gtk_file_chooser_button_init): Use the new file DND api. * gtk/gtkdnd.h: * gtk/gtkdnd.c (gtk_drag_dest_add_uri_targets) (gtk_drag_source_add_uri_targets): * gtk/gtkselection.h: * gtk/gtkselection.c (gtk_target_list_add_uri_targets): (gtk_selection_data_set_uris): (gtk_selection_data_get_uris): New functions to allow handling file DND "without knowing jack shit". * configure.in: Bump glib requirement to 2.5.4. * gtk/gtkfilechooserdefault.c (shortcuts_drop_uris): Use g_uri_list_extract_uris().
-
Francisco Javier F. Serrador authored
2004-10-23 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
-
Owen Taylor authored
* gtk/gtktextbuffer.c (gtk_text_buffer_backspace): Fix backspacing on the empty last line of a buffer (https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=136840, Dan Williams)
-
Matthias Clasen authored
2004-10-22 Matthias Clasen <mclasen@redhat.com> * gtk/gtkdnd.c: Document how to use info with text/image targets. * gtk/gtkselection.h: * gtk/gtkselection.c (gtk_target_list_add_text_targets): (gtk_target_list_add_image_targets): Add info argument. * gtk/gtkcalendar.c (gtk_calendar_motion_notify): * gtk/gtkentry.c (gtk_entry_init): * gtk/gtktextview.c (gtk_text_view_init): Adjust all callers.
-
Laurent Dhima authored
2004-10-22 Laurent Dhima <laurenti@alblinux.net> * sq.po: Updated Albanian translation.
-
- 21 Oct, 2004 8 commits
-
-
Anders Carlsson authored
2004-10-22 Anders Carlsson <andersca@gnome.org> * gtk/gtktexttag.c: (gtk_text_tag_get_property): GdkBitmap is a GObject, not a boxed type.
-
Owen Taylor authored
Thu Oct 21 15:01:09 2004 Owen Taylor <otaylor@redhat.com> #155952 * gtk/gtkentry.c: Fix checking the wrong position for the backspace_deletes_character PangoLogAttr. * gtk/gtktextbuffer.[ch] gtk/gtk.symbols (gtk_text_buffer_backspace): Move backspace logic from GtkTextView to here, check backspace_deletes_char. * gtk/gtktextview.c: Use gtk_text_buffer_backspace().
-
Matthias Clasen authored
-
Matthias Clasen authored
2004-10-21 Matthias Clasen <mclasen@redhat.com> * gtk/gtkicontheme.c (gtk_icon_theme_has_icon): Implement for cached themes. * gtk/gtkiconcache.h: * gtk/gtkiconcache.c (_gtk_icon_cache_has_icon): New function. * gtk/updateiconcache.c (scan_directory): Don't skip .icon files which are listed before their images. (foreach_remove_func): Instead filter lonely .icon files out here. * gtk/gtkicontheme.c (theme_dir_get_icon_suffix): Filter out the HAS_ICON_FILE flag.
-
Amanpreet Singh Alam authored
-
Matthias Clasen authored
2004-10-21 Matthias Clasen <mclasen@redhat.com> * gtk/gtkiconcache.c: Make it compile without mmap() and add some more checks. (#155973, Morten Welinder)
-
Matthias Clasen authored
2004-10-21 Matthias Clasen <mclasen@redhat.com> Add convenience api for image dnd (#150165): * gtk/gtkselection.h: * gtk/gtkselection.c (gtk_target_list_add_image_targets) (gtk_selection_data_set_pixbuf, gtk_selection_data_get_pixbuf): New functions to handle the image formats readable/writable by gdk-pixbuf. * gtk/gtkdnd.h: * gtk/gtkdnd.c (gtk_drag_dest_add_image_targets) (gtk_drag_source_add_text_targets): New functions to handle the image formats readable/writable by gdk-pixbuf.
-
Matthias Clasen authored
2004-10-20 Matthias Clasen <mclasen@redhat.com> * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_new): Make the code clearer. (#155239, Murray Cumming)
-
- 20 Oct, 2004 6 commits
-
-
David Lodge authored
2004-10-20 David Lodge <dave@cirt.net> * en_GB.po: Updated British English translation.
-
Miloslav Trmac authored
2004-10-20 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation.
-
Matthias Clasen authored
2004-10-20 Matthias Clasen <mclasen@redhat.com> * gtk/gtkicontheme.c: Small fixes.
-
Adam Weinberger authored
* en_CA.po: Updated Canadian English translation.
-
Matthias Clasen authored
2004-10-20 Matthias Clasen <mclasen@redhat.com> * gtk/gtkrc.c: Include gtkmodules.h. (#155885, Kazuki IWAMOTO) * gtk/gtktoolbar.h: Add _gtk_toolbar_rebuild_menu(). (#155885)
-
Matthias Clasen authored
2004-10-20 Matthias Clasen <mclasen@redhat.com> * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init): Fix a wrong blurb. (#155838, Morten Welinder)
-
- 19 Oct, 2004 6 commits
-
-
Matthias Clasen authored
* tests/testicontheme.c: Add a "display" option.
-
Matthias Clasen authored
2004-10-19 Matthias Clasen <mclasen@redhat.com> Implement icon theme caching. (#154034, Martijn Vernooij, caching schema proposed by Owen Taylor, initial implementation by Anders Carlsson) * gtk/gtkdebug.h: * gtk/gtkmain.c: Add a "icontheme" debug flag. * gtk/Makefile.am (gtk_c_sources): Add gtkiconcache.c (gtk_private_h_sources): Add gtkiconcache.h (bin_PROGRAMS): Add gtk-update-icon-cache * gtk/gtkicontheme.c: Use icon caches if they are available. Currently, GTK+ uses the cache to get information about the available sizes, image file formats and .icon files. The actual image data, and the .icon file contents are not cached yet. * gtk/updateiconcache.c: A cmdline utility for generating icon cache files. * gtk/gtkiconcache.h: * gtk/gtkiconcache.c: The glue code to mmap an icon cache file and manage the information it contains.
-
Laurent Dhima authored
2004-10-19 Laurent Dhima <laurenti@alblinux.net> * sq.po: Updated Albanian translation.
-
Laurent Dhima authored
2004-10-19 Laurent Dhima <laurenti@alblinux.net> * sq.po: Updated Albanian translation.
-
Miloslav Trmac authored
2004-10-19 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation.
-
Matthias Clasen authored
2004-10-19 Matthias Clasen <mclasen@redhat.com> * tests/testicontheme.c: Set the locale, tidy up output.
-
- 18 Oct, 2004 4 commits
-
-
Raphael Higino authored
-
Sebastien Bacher authored
-
Matthias Clasen authored
2004-10-18 Matthias Clasen <mclasen@redhat.com> Fix #155658, Sebastian Bacher: * gdk/x11/gdkwindow-x11.h (struct _GdkToplevelX11): Add a new is_leader flag. * gdk/x11/gdkwindow-x11.c (update_wm_hints): Set wm hints on leader windows even if they are withdrawn. (gdk_window_set_group): Mark the new leader window as such. We never remove the flag again, but that should a) be vanishingly rare and b) not a problem, since the flag just turns off an optimization. * gdk/x11/gdkdisplay-x11.c (gdk_display_open): Mark the default leader window as such.
-
Matthias Clasen authored
-
- 17 Oct, 2004 4 commits
-
-
Adam Weinberger authored
* en_CA.po: Updated Canadian English translation.
-
Vincent van Adrighem authored
2004-10-17 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Tino Meinen.
-
David Lodge authored
2004-10-17 David Lodge <dave@cirt.net> * en_GB.po: Updated British English translation.
-
Matthias Clasen authored
2004-10-17 Matthias Clasen <mclasen@redhat.com> * gtk/gtkaboutdialog.c (gtk_about_dialog_new): Destroy secondary dialogs if the main dialog is hidden. (#155084, Paolo Borelli)
-
- 16 Oct, 2004 4 commits
-
-
Matthias Clasen authored
2004-10-16 Matthias Clasen <mclasen@redhat.com> * gtk/gtkaboutdialog.c (gtk_about_dialog_destroy): Don't leak the secondary dialogs. (#155084, Paolo Borelli)
-
Matthias Clasen authored
-
Matthias Clasen authored
2004-10-16 Matthias Clasen <mclasen@redhat.com> * gtk/gtkhsv.c (gtk_hsv_expose): Fix redraw issues with the focus on the ring.
-
Matthias Clasen authored
2004-10-15 Matthias Clasen <mclasen@redhat.com> * gtk/tmpl/gtkaboutdialog.sgml: More short description unification.
-
- 15 Oct, 2004 2 commits
-
-
Danilo Šegan authored
-
Danilo Šegan authored
-