- 25 Oct, 2004 10 commits
-
-
Anders Carlsson authored
2004-10-25 Anders Carlsson <andersca@imendio.com> * gdk/gdk.symbols: * gdk/gdkdisplay.h: * gdk/x11/gdkdisplay-x11.c: (gdk_display_supports_clipboard_persistence), (gdk_display_store_clipboard): New API to handle the clipboard manager. * gtk/gtk.symbols: * gtk/gtkclipboard.c: (gtk_clipboard_class_init), (gtk_clipboard_finalize), (selection_clear_event_cb), (clipboard_unset), (gtk_clipboard_set_text), (gtk_clipboard_request_targets), (gtk_clipboard_wait_for_targets), (clipboard_peek), (gtk_clipboard_owner_change), (gtk_clipboard_wait_is_target_available), (gtk_clipboard_store_timeout), (gtk_clipboard_set_can_store), (gtk_clipboard_selection_notify), (gtk_clipboard_store), (_gtk_clipboard_store_all): * gtk/gtkclipboard.h: Add API for clipboard persistence and implement it, also add gtk_clipboard_wait_is_target_available. * gtk/gtkmain.c: (gtk_main): Call _gtk_clipboard_store_all before exiting.
-
Matthias Clasen authored
2004-10-25 Matthias Clasen <mclasen@redhat.com> * gtk/gtkaboutdialog.h: * gtk/gtkaboutdialog.c (gtk_about_dialog_set_logo_icon_name) (gtk_about_dialog_get_logo_icon_name): Support named icons as logos. (#156378, James Henstridge)
-
Adam Weinberger authored
* en_CA.po: Updated Canadian English translation.
-
Matthias Clasen authored
2004-10-25 Matthias Clasen <mclasen@redhat.com> * gtk/gtkdialog.c (gtk_dialog_set_alternative_button_order): Fix the doc formatting. * gtk/gtkcellview.[hc]: Make function parameter names consistent.
-
Matthias Clasen authored
2004-10-25 Matthias Clasen <mclasen@redhat.com> * tests/Makefile.am (noinst_PROGRAMS): Add testimage.
-
Matthias Clasen authored
2004-10-25 Matthias Clasen <mclasen@redhat.com> * tests/testicontheme.c (main): Use gtk_image_new_from_icon_name().
-
Kjartan Maraas authored
2004-10-25 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Add.
-
Matthias Clasen authored
2004-10-25 Matthias Clasen <mclasen@redhat.com> Add a public setting for button ordering (#74669, Owen Taylor) * gtk/gtksettings.c (gtk_settings_class_init): Add a gtk-alternative-button-order setting. * gtk/gtkdialog.h: * gtk/gtkdialog.c (gtk_alternative_dialog_button_order): A getter for the alternative button order setting. * gtk/gtkdialog.c (gtk_dialog_set_alternative_button_order): New function to install an alternative button order for a dialog. * gtk/gtkfilesel.c (gtk_file_selection_init): * gtk/gtkfontsel.c (gtk_font_selection_dialog_init): * gtk/gtkmessagedialog.c (gtk_message_dialog_add_buttons): * gtk/gtkcolorseldialog.c (gtk_color_selection_dialog_init): * gtk/gtkfilechooserdefault.c (location_popup_handler): Set up an alternative button order.
-
Matthias Clasen authored
2004-10-25 Matthias Clasen <mclasen@redhat.com> * gtk/gtkimage.h: * gtk/gtkimage.c (gtk_image_new_from_icon_name) (gtk_image_set_from_icon_name, gtk_image_get_icon_name) (gtk_image_set_pixel_size, gtk_image_get_pixel_size): Add a new type GTK_IMAGE_ICON_NAME for named icons, update the size and content of stock, icon set and named icon images upon style changes, and allow to set a fixed pixel size for named icon images. (#155688, James Henstridge) * tests/testimage.c: Test application for theming behaviour of different image types and for image dnd.
-
Matthias Clasen authored
2004-10-24 Matthias Clasen <mclasen@redhat.com> * gtk/gtkcellrenderercombo.c: Use G_DEFINE_TYPE, intialize the has_entry property, ref the model and add a finalizer. (#156325, Olivier Andrieu)
-
- 24 Oct, 2004 5 commits
-
-
Jonathan Blandford authored
Sun Oct 24 02:54:36 2004 Jonathan Blandford <jrb@redhat.com> * gtk/gtk.types: Add GtkAboutDialog and GtkFileChooserButton * gtk/tmpl/GtkFileChooserButton.sgml: Write docs * gtk/tmpl/GtkListStore.sgml: Update performance comment now that we use GSequence. * gtk/visual_index.xml: Fix up a couple of errors. * gtk/images/*png: update Sun Oct 24 02:56:43 2004 Jonathan Blandford <jrb@redhat.com> * docs/tools/widgets.c: Update GtkFileChooserButton doc shot.
-
Matthias Clasen authored
2004-10-24 Matthias Clasen <mclasen@redhat.com> * gtk/gtkicontheme.c: Use the new g_key_file api in GLib. * gtk/Makefile.am (gtk_c_sources): Remove gtkiconthemeparser.[hc] * gtk/gtkiconthemeparser.[hc]: Removed.
-
Matthias Clasen authored
-
Matthias Clasen authored
2004-10-24 Matthias Clasen <mclasen@redhat.com> * gtk/gtkfilechooserdefault.c (location_popup_handler): If the location dialog is brought up by typing '/', insert the slash in the entry. (#155370, Warren Togami) 2004-10-23 Matthias Clasen <mclasen@redhat.com> * gtk/gtkfilechooserdefault.c (tree_view_keybinding_cb) (trap_activate_cb): Accept shift-/ for bringing up the location popup, since German and French keyboards generate such events. (#154163, Frederic Crozat)
-
Matthias Clasen authored
2004-10-23 Matthias Clasen <mclasen@redhat.com> * gtk/gtktreeview.c (gtk_tree_view_size_allocate): Invalidate the window if the tree is empty, to avoid resizing artifacts from the focus rectangle. (#155881, Vincent Noel, patch by Billy Biggs)
-
- 23 Oct, 2004 5 commits
-
-
Matthias Clasen authored
-
Søren Sandmann authored
Sat Oct 23 16:14:37 2004 Søren Sandmann <sandmann@redhat.com> * gtk/gtksequence.c (_gtk_sequence_node_insert_sorted): Remove assertion that can get triggered by broken sort functions.
-
Søren Sandmann authored
Sat Oct 23 16:07:46 2004 Søren Sandmann <sandmann@redhat.com> * gtk/gtksequence.c (_gtk_sequence_swap): Replace broken, overly clever implementation with one that works. * gtk/gtkliststore.c (gtk_list_store_swap): emit "rows_reordered" instead of "changed" twice. Bug 153479
-
Søren Sandmann authored
Sat Oct 23 15:17:55 2004 Søren Sandmann <sandmann@redhat.com> * gtk/gtkmenutoolbutton.c (button_state_changed_cb): Remove check for previous state being ACTIVE. Bug 153876.
-
Francisco Javier F. Serrador authored
2004-10-23 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation
-
- 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)
-