- 28 Nov, 2004 11 commits
-
-
Manish Singh authored
Sun Nov 28 12:11:21 2004 Manish Singh <yosh@gimp.org> * makegdkpixbufalias.pl: ytpo fix, so attributes are really propagated.
-
Adam Weinberger authored
* en_CA.po: Updated Canadian English translation.
-
Matthias Clasen authored
2004-11-28 Matthias Clasen <mclasen@redhat.com> * Makefile.am (LDADDS): Add necessary libraries to make it compile with -no-undefined. (#159713, Robert Ögren)
-
Matthias Clasen authored
2004-11-28 Matthias Clasen <mclasen@redhat.com> * gtk/gtkwidget.h (gtk_requisition_get_type): * gtk/gtktypeutils.h (gtk_identifier_get_type): * gtk/gtktexttag.h (gtk_text_attributes_get_type): * gtk/gtkstyle.h (gtk_border_get_type): * gtk/gtkfilesystemmodel.h (_gtk_file_system_model_get_type): * gtk/gtkfilechooserentry.h (_gtk_file_chooser_entry_get_type): * gtk/gtkfilechooserembed.h (_gtk_file_chooser_embed_get_type): * gtk/gtkfilechooserdefault.h (_gtk_file_chooser_default_get_type): * gtk/gtkaccelmap.h (gtk_accel_map_get_type): Mark as const. * gtk/gtk.symbols: * gtk/Makefile.am: Mark get_type() functions generated by glib-mkenums as const.
-
Matthias Clasen authored
2004-11-28 Matthias Clasen <mclasen@redhat.com> * gdk/gdkvisual.h (gdk_visual_get_type): * gdk/gdkscreen.h (gdk_screen_get_type): * gdk/gdkinput.h (gdk_device_get_type): * gdk/gdk.h (gdk_rectangle_get_type): * gdk/gdkfont.h (gdk_font_get_type): * gdk/gdkevents.h (gdk_event_get_type): * gdk/gdkdrawable.h (gdk_drawable_get_type): * gdk/gdkdisplay.h (gdk_display_get_type): * gdk/gdkcursor.h (gdk_cursor_get_type): * gdk/gdkcolor.h (gdk_color_get_type): Mark as const. * gdk/gdk.symbols: * gdk/Makefile.am (stamp-gdkenumtypes.h): Mark get_type() functions generated by glib-mkenums as const.
-
Matthias Clasen authored
2004-11-28 Matthias Clasen <mclasen@redhat.com> * gdk-pixbuf.symbols: * Makefile.am: Mark get_type() functions generated by glib-mkenums as const.
-
Matthias Clasen authored
2004-11-28 Matthias Clasen <mclasen@redhat.com> * gtk/gtktextview.c (gtk_text_view_move_iter_by_lines): Return a boolean indicating whether we could do the requested move. (gtk_text_view_move_cursor_internal): For GTK_MOVEMENT_DISPLAY_LINES, move to the beginning/end of the line if we're on the first/last line. (#155891, Paolo Borelli)
-
Matthias Clasen authored
2004-11-28 Matthias Clasen <mclasen@redhat.com> * gtk/gtkaction.c (closure_accel_activate): Don't claim to have handled the accelerator if the action is insensitive. (#151541, Jody Goldberg)
-
Matthias Clasen authored
2004-11-28 Matthias Clasen <mclasen@redhat.com> * gtk/images/combo-box.png: New image * gtk/visual_index.xml: * gtk/Makefile.am (HTML_IMAGES): Add combo-box.png
-
Matthias Clasen authored
2004-11-27 Matthias Clasen <mclasen@redhat.com> * gtk/gtkcolorsel.c (key_press): Implement keynav for the color picker (only on X11 currently, since GDK doesn't support pointer warping). Space and Return pick a color, Esc cancels the picking, arrow keys move the pointer by single pixels, Alt-arrow combinations move the pointer by 20 pixels. (#135385, Frances Keenan)
-
Matthias Clasen authored
2004-11-27 Matthias Clasen <mclasen@redhat.com> * POTFILES.in: Add gdk/gdkpango.c. (pointed out by Marcel Telka)
-
- 27 Nov, 2004 1 commit
-
-
Manish Singh authored
Sat Nov 27 15:18:14 2004 Manish Singh <yosh@gimp.org> * contrib/gdk-pixbuf-xlib/gdk-pixbuf-xlib-drawable.c (rgb565amsb, rgb555msb): make proper casts in big endian cases.
-
- 26 Nov, 2004 3 commits
-
-
Matthias Clasen authored
2004-11-26 Matthias Clasen <mclasen@redhat.com> * gtk/gtkiconview.c (gtk_icon_view_set_model): Queue a layout. (#159436, Olivier Andrieu)
-
Matthias Clasen authored
2004-11-26 Matthias Clasen <mclasen@redhat.com> * gtk/gtkiconview.c (gtk_icon_view_set_model): Check column types on the new model, and check them all. (#159389, Olivier Andrieu)
-
Matthias Clasen authored
2004-11-26 Matthias Clasen <mclasen@redhat.com> * gdk/x11/gdkselection-x11.c (gdk_text_property_to_utf8_list_for_display): Don't crash if Xlib fails to return UTF-8. (#159373, Kristian Høgsberg)
-
- 25 Nov, 2004 4 commits
-
-
Manish Singh authored
Thu Nov 25 14:32:35 2004 Manish Singh <yosh@gimp.org> * gdk/abicheck.sh * gtk/abicheck.sh: filter out G_GNUC stuff when doing the compare. * gtk/gtkmenuitem.c (gtk_menu_shell_button_release): add GTK_MENU_ITEM() cast.
-
Manish Singh authored
Thu Nov 25 14:21:37 2004 Manish Singh <yosh@gi,p.org> * abicheck.sh: filter out G_GNUC stuff when doing the compare.
-
Kjartan Maraas authored
2004-11-25 Kjartan Maraas <kmaraas@gnome.org> * configure.in: Add forgotten «nb» to ALL_LINGUAS. * po-properties/nb.po: Update
-
Martin Willemoes Hansen authored
* da.po: Updated Danish translation.
-
- 24 Nov, 2004 6 commits
-
-
Matthias Clasen authored
-
Matthias Clasen authored
2004-11-24 Matthias Clasen <mclasen@redhat.com> * xdgmimeparent.c (_xdg_mime_parent_read_from_file): Initialize the parent field of the newly allocate list entry. (#159330, Alex Larsson)
-
Miloslav Trmac authored
2004-11-24 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation.
-
Martin Willemoes Hansen authored
* da.po: Updated Danish translation.
-
Matthias Clasen authored
2004-11-24 Matthias Clasen <mclasen@redhat.com> Open submenus on click. (#128968, Martin Jeppesen) * gtk/gtkmenushell.c (gtk_menu_shell_button_release): Don't activate items with submenus after the timeout, just select them. * gtk/gtkmenuitem.c (gtk_real_menu_item_select): Make submenus popup immediately on click, regardless of popup delay.
-
Matthias Clasen authored
2004-11-23 Matthias Clasen <mclasen@redhat.com> * configure.in: Rework confusing error message. (#151742, Stepan Kasal)
-
- 23 Nov, 2004 4 commits
-
-
Matthias Clasen authored
2004-11-23 Matthias Clasen <mclasen@redhat.com> * gtk/gtkuimanager.h (gtk_ui_manager_get_type): * gtk/gtktreeview.h (gtk_tree_view_get_type): * gtk/gtktreeviewcolumn.h (gtk_tree_view_column_get_type): * gtk/gtktreestore.h (gtk_tree_store_get_type): * gtk/gtktreeselection.h (gtk_tree_selection_get_type): * gtk/gtktreemodelfilter.h (gtk_tree_model_filter_get_type): * gtk/gtktreemodel.h (gtk_tree_iter_get_type): (gtk_tree_path_get_type): (gtk_tree_row_reference_get_type): * gtk/gtktoolitem.h (gtk_tool_item_get_type): * gtk/gtktoolbutton.h (gtk_tool_button_get_type): * gtk/gtktoggleaction.h (gtk_toggle_action_get_type): * gtk/gtkthemes.h (gtk_theme_engine_get_type): * gtk/gtktextiter.h (gtk_text_iter_get_type): * gtk/gtksettings.h (gtk_settings_get_type): * gtk/gtkselection.h (gtk_selection_data_get_type): * gtk/gtkradioaction.h (gtk_radio_action_get_type): * gtk/gtkmenutoolbutton.h (gtk_menu_tool_button_get_type): * gtk/gtkliststore.h (gtk_list_store_get_type): * gtk/gtkiconview.h (gtk_icon_view_get_type): * gtk/gtkicontheme.h (gtk_icon_info_get_type): * gtk/gtkiconfactory.h (gtk_icon_factory_get_type): (gtk_icon_set_get_type): (gtk_icon_source_get_type): * gtk/gtkfilesystemwin32.h (gtk_file_system_win32_get_type): * gtk/gtkfilesystemunix.h (gtk_file_system_unix_get_type): * gtk/gtkfilesystem.h (gtk_file_folder_get_type): (gtk_file_info_get_type, gtk_file_path_get_type): (gtk_file_system_get_type): * gtk/gtkfilefilter.h (gtk_file_filter_get_type): * gtk/gtkfilechooserwidget.h (gtk_file_chooser_widget_get_type): * gtk/gtkfilechooser.h (gtk_file_chooser_get_type): * gtk/gtkfilechooserdialog.h (gtk_file_chooser_dialog_get_type): * gtk/gtkexpander.h (gtk_expander_get_type): * gtk/gtkentrycompletion.h (gtk_entry_completion_get_type): * gtk/gtkcombobox.h (gtk_combo_box_get_type): * gtk/gtkcomboboxentry.h (gtk_combo_box_entry_get_type): * gtk/gtkclipboard.h (gtk_clipboard_get_type): * gtk/gtkcellview.h (gtk_cell_view_get_type): * gtk/gtkcellrenderertoggle.h (gtk_cell_renderer_toggle_get_type): * gtk/gtkcellrenderertext.h (gtk_cell_renderer_text_get_type): * gtk/gtkcellrendererprogress.h (gtk_cell_renderer_progress_get_type): * gtk/gtkcellrendererpixbuf.h (gtk_cell_renderer_pixbuf_get_type): * gtk/gtkcellrenderercombo.h (gtk_cell_renderer_combo_get_type): * gtk/gtkcelllayout.h (gtk_cell_layout_get_type): * gtk/gtkactiongroup.h (gtk_action_group_get_type): * gtk/gtkaction.h (gtk_action_get_type): * gtk/gtkaccessible.h (gtk_accessible_get_type): * gtk/gtkaccelmap.h (gtk_accel_map_get_type): * gtk/gtkaccelgroup.h (gtk_accel_group_get_type): * gtk/gtkmessagedialog.h (gtk_message_dialog_get_type): Mark as const. * gtk/gtkicontheme.h: Don't mark gtk_icon_theme_error_quark() as const, to be consistent with all the other error_quark functions. (technically they are const, but since these are called only in error paths, giving the compiler better optimization opportunities doesn't matter much) * gtk/gtk.symbols: * gdk/gdk.symbols: Add attribute annotations. * gtk/makegtkalias.pl: * gdk/makegdkalias.pl: Keep attribute annotations, but strip PRIVATE. * gtk/Makefile.am (gtk.def): * gdk/Makefile.am (gdk.def): Strip attribute annotations, but keep PRIVATE.
-
Matthias Clasen authored
2004-11-23 Matthias Clasen <mclasen@redhat.com> * gdk-pixbuf-core.h: Don't mark gdk_pixbuf_error_quark() as const, to be consistent with all the other error_quark functions. (technically they are const, but since these are called only in error paths, giving the compiler better optimization opportunities doesn't matter much) * gdk-pixbuf.symbols: Add attribute annotations. * makegdkpixbufalias.pl: Keep attribute annotations, but strip PRIVATE. * Makefile.am (gdk_pixbuf.def): Strip attribute annotations, but keep PRIVATE.
-
Matthias Clasen authored
2004-11-22 Matthias Clasen <mclasen@redhat.com> * gtk/gtktoolbar.c (gtk_toolbar_set_icon_size): Add a deprecation note.
-
Matthias Clasen authored
2004-11-22 Matthias Clasen <mclasen@redhat.com> * gdk/gdkevents.c (gdk_event_get_root_coords): Handle scroll events. (#159098, Felipe Heidrich)
-
- 22 Nov, 2004 8 commits
-
-
Francisco Javier F. Serrador authored
2004-11-22 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
-
Matthias Clasen authored
2004-11-22 Matthias Clasen <mclasen@redhat.com> * gtk/gtkmenuitem.c (gtk_menu_item_paint): Make the size of the arrow depend only on the font size, not on the child allocation. (#131345, Morten Welinder)
-
Matthias Clasen authored
-
Matthias Clasen authored
2004-11-22 Matthias Clasen <mclasen@redhat.com> * configure.in: Require Pango 1.7.0 for PangoRenderer.
-
Martin Willemoes Hansen authored
* da.po: Updated Danish translation.
-
Funda Wang authored
-
Jordi Mallach authored
-
Funda Wang authored
-
- 21 Nov, 2004 3 commits
-
-
Adam Weinberger authored
* en_CA.po: Updated Canadian English translation.
-
Sven Neumann authored
2004-11-21 Sven Neumann <sven@gimp.org> * gtk/gtkwidget.c (gtk_widget_create_pango_context): removed call to gdk_pango_context_set_colormap() which isn't needed any longer.
-
David Lodge authored
2004-11-21 David Lodge <dave@cirt.net> * en_GB.po: Updated British translation.
-