]> Pileus Git - ~andy/gtk/log
~andy/gtk
19 years agogdk/gdkdraw.c #include gdkcairo.h for gdk_cairo_create() declaration.
Manish Singh [Sat, 14 May 2005 07:19:48 +0000 (07:19 +0000)]
gdk/gdkdraw.c #include gdkcairo.h for gdk_cairo_create() declaration.

Sat May 14 00:07:46 2005  Manish Singh  <yosh@gimp.org>

        * gdk/gdkdraw.c
        * gdk/gdkpango.c: #include gdkcairo.h for gdk_cairo_create()
        declaration.

        * gtk/gtkiconview.c (gtk_icon_view_create_drag_icon): actually
        call gdk_cairo_set_source_color() with a color.

        * gtk/gtkimage.c (gtk_image_expose): remove unused stock_id variable.

        * tests/testiconview.c (main): cast args of drag functions to the
        appropriate type.

19 years agoUpdate for cairo-xlib API change.
Owen Taylor [Sat, 14 May 2005 01:04:15 +0000 (01:04 +0000)]
Update for cairo-xlib API change.

2005-05-13  Owen Taylor  <otaylor@redhat.com>

        * gdk/x11/gdkdrawable-x11.c: Update for cairo-xlib API change.

        * gdk/x11/gdkpixmap-x11.[ch] gdk/gdk.symbols: Export
        gdk_pixmap_impl_x11_get_type(), needed in gdkdrawable-x11.c.

19 years agoUpdated Nepali Translation
Pawan chitrakar [Fri, 13 May 2005 14:07:30 +0000 (14:07 +0000)]
Updated Nepali Translation

2005-05-13  Pawan chitrakar  <pawan@nplinux.org>

* ne.po: Updated Nepali Translation

19 years agoUpdated Greek Translation
Kostas Papadimas [Thu, 12 May 2005 16:04:16 +0000 (16:04 +0000)]
Updated Greek Translation

19 years agoUse a GtkAlignment rather than a GtkDrawingArea to draw the swatch in to
Owen Taylor [Thu, 12 May 2005 01:12:19 +0000 (01:12 +0000)]
Use a GtkAlignment rather than a GtkDrawingArea to draw the swatch in to

2005-05-11  Owen Taylor  <otaylor@redhat.com>

        * gtk/gtkcolorbutton.c: Use a GtkAlignment rather than a GtkDrawingArea
        to draw the swatch in to avoid having an extraneous window.

19 years agoUse a GtkAlignment rather than a GtkDrawingArea to draw the swatch in to
Owen Taylor [Wed, 11 May 2005 19:16:19 +0000 (19:16 +0000)]
Use a GtkAlignment rather than a GtkDrawingArea to draw the swatch in to

2005-05-11  Owen Taylor  <otaylor@redhat.com>

* gtk/gtkcolorbutton.c: Use a GtkAlignment rather than a GtkDrawingArea
to draw the swatch in to avoid having an extraneous window.

* gtk/gtkcolorsel.c (color_sample_draw_sample): Actually se tthe
color when !has_opacity.

2005-05-10  Owen Taylor  <otaylor@redhat.com>

* gdk/gdkcairo.[ch] gdk/gdkcolor.[ch] gdk/Makefile.am: Add source
files for Cairo convenience functionality.

* gdk/gdkcairo.h (gdk_cairo_rectangle, gdk_cairo_region): Add a
convenience functions to add GdkRectangle, GdkRegion to a cairo path.

* gdk/gdkwindow.c gdk/gdkgc.c gtk/gtkcolorsel.c gtk/gtkiconview.c
gtk/gtkstyle.c: Use gdk_cairo_rectangle/region().

* gdk/gdkcairo.[ch] gdk/gdkdrawable.h gdk/gdkdraw.c: Rename
gdk_drawable_create_cairo_context() to gdk_cairo_create().

* gdk/gdkcairo.c gdk/gdkpixbuf.h gdk/gdkpixbuf-render.c:
Rename gdk_pixbuf_set_as_cairo_source() to
gdk_cairo_set_source_pixbuf().

* gdk/gdkdraw.c gdk/gdkpango.c gtk/gtkcolorsel.c gtk/gtkhruler.c
gtk/gtkhsv.c gtk/gtkiconview.c gtk/gtkstyle.c gtk/gtkvruler.c:
Adjust for renames.

* gdk/gdk.symbols: Update.

* gtk/gtkwidget.c (gtk_widget_queue_shallow_draw): Fix
coordinate system problem that was causing the wrong portions
to be invalidated.

* gtk/gtkcellrenderer.c (gtk_cell_renderer_render)
gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render)
gtk/gtkcellrendererprogress.c (gtk_cell_renderer_progress_render)
gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render)
gtk/gtkcellview.c (gtk_cell_view_expose)
gtk/gtkdnd.c (gtk_drag_highlight_expose)
gtk/gtkentry.c (gtk_entry_draw_text)
gtk/gtktextview.c (text_window_invalidate_rect): Some cairoization.

* gtk/gtkcalendar.[ch]: Beat into something roughly resembling
GTK+ style ... use instance-private data and standard names for
private structure, etc. Move function docs inline.

* gtk/gtkcalendar.[ch]: Switch to drawing everything in
expose. Switch drawing to Cairo.

* gtk/gtkcalendar.c (gtk_calendar_freeze): Deprecate
gtk_calendar_freeze/thaw

19 years agoCheck that GDK_IS_SCREEN(screen) (like the X11 backend does), not screen
Tor Lillqvist [Tue, 10 May 2005 06:51:44 +0000 (06:51 +0000)]
Check that GDK_IS_SCREEN(screen) (like the X11 backend does), not screen

2005-05-10  Tor Lillqvist  <tml@novell.com>

* gdk/win32/gdkproperty-win32.c (gdk_screen_get_setting): Check
that GDK_IS_SCREEN(screen) (like the X11 backend does), not screen
== gdk_screen_get_default(), as that might return NULL when this
function is called.

19 years agoupdated Nepali Translation
Pawan Chitrakar [Tue, 10 May 2005 06:31:05 +0000 (06:31 +0000)]
updated Nepali Translation

2005-05-10  Pawan Chitrakar  <pawan@nplinux.org>

* ne.po: updated Nepali Translation

19 years agoFlip the padding
Matthias Clasen [Tue, 10 May 2005 03:44:02 +0000 (03:44 +0000)]
Flip the padding

19 years agoFill in unused bits so they can be used for the depth-32 target case.
Owen Taylor [Mon, 9 May 2005 22:54:10 +0000 (22:54 +0000)]
Fill in unused bits so they can be used for the depth-32 target case.

2005-05-09  Owen Taylor  <otaylor@redhat.com>

        * gdk/gdkrgb.c (gdk_rgb_convert_0888_br, gdk_rgb_convert_8880_br):
        Fill in unused bits so they can be used for the depth-32 target case.
        Rewrite so that that gives a marginal speedup rather than a
        marginal slowdown. (on x86)

        * gdk/gdkscreen.h gdk/x11/gdkscreen-x11.[ch] gdk/x11/gdkvisual-x11.c:
        Add gdk_screen_get_rgba_colormap/visual to get a visual for
        windows with an alpha channel, if one exists.

        * gdk/win32/gdkscreen-win32.c gdk/linux-fb/gdkscreen-fb.c:
        Stub out gdk_screen_get_rgba_colormap/visual.

        * gdk/x11/gdkcolor-x11.c (gdk_colormap_alloc_colors): computation of
        "unused" wasn't right for depth == 32, since it depended on
        shifting by 32.

        * gdk/gdkrgb.c: Fill in alpha bits with 1s. (Based on patch from
        Keith Packard,
        http://mail.gnome.org/archives/gtk-devel-list/2004-June/msg00080.html)

        * gdk/x11/gdkdrawable-x11.c (gdk_x11_drawable_get_picture):
        Implement again, without using Xft.

        * tests/testgtk.c: Add a test for windows with an alpha channel.

19 years agoRevert accidental commit
Matthias Clasen [Mon, 9 May 2005 15:03:45 +0000 (15:03 +0000)]
Revert accidental commit

19 years agoFix a typo (#303473, Masao Mutoh)
Matthias Clasen [Mon, 9 May 2005 03:53:32 +0000 (03:53 +0000)]
Fix a typo (#303473, Masao Mutoh)

2005-05-08  Matthias Clasen  <mclasen@redhat.com>

* gdk/tmpl/visuals.sgml: Fix a typo (#303473, Masao Mutoh)

19 years agoAdditions
Matthias Clasen [Sun, 8 May 2005 06:25:46 +0000 (06:25 +0000)]
Additions

19 years agoAdd keyname-table.h
Matthias Clasen [Sun, 8 May 2005 05:48:45 +0000 (05:48 +0000)]
Add keyname-table.h

2005-05-08  Matthias Clasen  <mclasen@redhat.com>

* gdk/Makefile.am (IGNORE_HFILES): Add keyname-table.h

* gdk/gdk-sections.txt: Add gdk_cairo_set_source_color,
gdk_drawable_create_cairo_context and
gdk_pixbuf_set_as_cairo_source, remove
gdk_draw_rectangle_alpha_libgtk_only

* gdk/tmpl/pixbufs.sgml:
* gdk/tmpl/cursors.sgml: Add long descriptions.

* gdk/tmpl/events.sgml:
* gdk/tmpl/dnd.sgml:
* gdk/tmpl/windows.sgml:
* gdk/tmpl/pixmaps.sgml:
* gdk/tmpl/x_interaction.sgml: Small additions.

19 years agoSmall documentation additions.
Matthias Clasen [Sun, 8 May 2005 05:47:52 +0000 (05:47 +0000)]
Small documentation additions.

2005-05-08  Matthias Clasen  <mclasen@redhat.com>

* gdk/gdkcolor.c (gdk_cairo_set_source_color):
* gdk/gdkimage.h:
* gdk/gdkdraw.c:
* gdk/gdkcolor.h:
* gdk/gdkcursor.h:
* gdk/x11/gdkcolor-x11.c: Small documentation additions.

19 years agoForgotten fix.
Matthias Clasen [Sun, 8 May 2005 05:46:45 +0000 (05:46 +0000)]
Forgotten fix.

19 years agoChange the return type to GtkWidget*, proposed by Owen Taylor.
Matthias Clasen [Sun, 8 May 2005 03:37:43 +0000 (03:37 +0000)]
Change the return type to GtkWidget*, proposed by Owen Taylor.

2005-05-07  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkscrolledwindow.h:
* gtk/gtkscrolledwindow.c (gtk_scrolled_window_get_hscrollbar):
(gtk_scrolled_window_get_cscrollbar): Change the return
type to GtkWidget*, proposed by Owen Taylor.

19 years agoFix a reference. (#303403, Masao Mutoh)
Matthias Clasen [Sun, 8 May 2005 03:25:46 +0000 (03:25 +0000)]
Fix a reference. (#303403, Masao Mutoh)

2005-05-07  Matthias Clasen  <mclasen@redhat.com>

* gdk/tmpl/pango_interaction.sgml: Fix a reference.
(#303403, Masao Mutoh)

19 years agoFix typos in the docs. (#303389, Masao Mutoh)
Matthias Clasen [Sun, 8 May 2005 03:18:09 +0000 (03:18 +0000)]
Fix typos in the docs. (#303389, Masao Mutoh)

2005-05-07  Matthias Clasen  <mclasen@redhat.com>

* gdk/x11/gdkscreen-x11.c (gdk_screen_get_width_mm)
(gdk_screen_get_height_mm): Fix typos in the docs.  (#303389,
Masao Mutoh)

19 years agoFix a copy-and-paste accident
Matthias Clasen [Sun, 8 May 2005 03:13:37 +0000 (03:13 +0000)]
Fix a copy-and-paste accident

19 years agoGet the foreground color, not the background color.
Owen Taylor [Sat, 7 May 2005 19:00:36 +0000 (19:00 +0000)]
Get the foreground color, not the background color.

2005-05-07  Owen Taylor  <otaylor@redhat.com>

        * gdk/gdkgc.c (gc_get_foreground): Get the foreground color, not
        the background color.

19 years agoChange prototype to match cairo_set_source_surface().
Owen Taylor [Sat, 7 May 2005 18:51:18 +0000 (18:51 +0000)]
Change prototype to match cairo_set_source_surface().

2005-05-07  Owen Taylor  <otaylor@redhat.com>

        * gdk/gdkpixbuf-render.c gdk/gdkpixbuf.h (gdk_pixbuf_set_as_cairo_source):
        Change prototype to match cairo_set_source_surface().

        * gdk/gdkdraw.c gdk/gdkgc.c gdk/gdkpixbuf-render.c gdk/gdkwindow.c
        gtk/gtkhsv.c tests/testcairo.c.

19 years agoMerged from gtk-2-6:
Federico Mena Quintero [Fri, 6 May 2005 21:00:01 +0000 (21:00 +0000)]
Merged from gtk-2-6:

2005-05-06  Federico Mena Quintero  <federico@ximian.com>

Merged from gtk-2-6:

* gtk/gtkfilesystemunix.c (fill_in_mime_type): Don't fill the mime
types if this is an AFS directory.
(fill_in_names): If we are in an AFS directory, set the MIME type
blindly to "x-directory/normal".

19 years agoAlways initialize child-visible to FALSE, otherwise we may end up with the
Matthias Clasen [Fri, 6 May 2005 19:36:41 +0000 (19:36 +0000)]
Always initialize child-visible to FALSE, otherwise we may end up with the

2005-05-06  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtknotebook.c (gtk_notebook_insert_page_menu): Always
initialize child-visible to FALSE, otherwise we may end up
with the wrong page visible initially.  (#302283, Patrik Fimml)

* gtk/gtktreeview.c (gtk_tree_view_draw_arrow): Make expanders
appear insensitive in insensitive treeviews.

19 years agoUpdated Czech translation.
Miloslav Trmac [Fri, 6 May 2005 09:04:41 +0000 (09:04 +0000)]
Updated Czech translation.

2005-05-06  Miloslav Trmac  <mitr@volny.cz>

* cs.po: Updated Czech translation.

19 years agoTest DND.
Matthias Clasen [Fri, 6 May 2005 04:14:32 +0000 (04:14 +0000)]
Test DND.

2005-05-06  Matthias Clasen  <mclasen@redhat.com>

* tests/testiconview.c: Test DND.

* gtk/gtk.symbols:
* gtk/gtkiconview.[hc]: Add DND support similar to the DND
support in the tree view.  (#150270)

19 years agoSmall cleanups.
Matthias Clasen [Fri, 6 May 2005 03:12:33 +0000 (03:12 +0000)]
Small cleanups.

2005-05-05  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtktreednd.h:
* gtk/gtkwidget.h: Small cleanups.

19 years agoAnother one
Matthias Clasen [Fri, 6 May 2005 03:05:51 +0000 (03:05 +0000)]
Another one

19 years agotypo fix
Matthias Clasen [Fri, 6 May 2005 03:05:17 +0000 (03:05 +0000)]
typo fix

19 years agoFix a typo
Matthias Clasen [Thu, 5 May 2005 19:49:30 +0000 (19:49 +0000)]
Fix a typo

19 years agoFixed calendar:MY
Nguyen Thai Ngoc Duy [Thu, 5 May 2005 03:57:49 +0000 (03:57 +0000)]
Fixed calendar:MY

19 years agoMinor wording fix
Owen Taylor [Thu, 5 May 2005 00:14:06 +0000 (00:14 +0000)]
Minor wording fix

19 years agoFix a bug in focus tracking when we move between has_pointer_focus and
Owen Taylor [Thu, 5 May 2005 00:12:21 +0000 (00:12 +0000)]
Fix a bug in focus tracking when we move between has_pointer_focus and

2005-05-04  Owen Taylor  <otaylor@redhat.com>

        * gdk/x11/gdkevents-x11.c gdk/x11/gdkwindow-x11.h: Fix a bug
        in focus tracking when we move between has_pointer_focus and
        has_focus_window directly. (#109246, Billy Biggs, Niko Tyni
        and others)

        * gdk/x11/gdkevents-x11.c: Also fix some extremely confusion
        that could happen in the case of no window manager + keyboard grabs,
        by moving to a more consistent model of when we pay attention
        to mode=NotifyGrab/NotifyUngrab events.

        * docs/focus_tracking.txt: Extensive writeup about how to track
        focus under X11

19 years agoReplace cairo_show_surface() uses with
Søren Sandmann [Wed, 4 May 2005 17:22:20 +0000 (17:22 +0000)]
Replace cairo_show_surface() uses with

Wed May  4 13:21:41 2005  Søren Sandmann  <sandmann@redhat.com>

* tests/testcairo.c (draw): Replace cairo_show_surface() uses with
cairo_set_source_surface()/cairo_paint();

19 years agoForgotten file
Matthias Clasen [Wed, 4 May 2005 13:51:41 +0000 (13:51 +0000)]
Forgotten file

19 years agogdk/win32/gdkdrawable-win32.c (generic_draw, blit_from_pixmap) Minor fixes
Tor Lillqvist [Wed, 4 May 2005 11:43:44 +0000 (11:43 +0000)]
gdk/win32/gdkdrawable-win32.c (generic_draw, blit_from_pixmap) Minor fixes

2005-05-04  Tor Lillqvist  <tml@novell.com>

* gdk/win32/gdkdrawable-win32.c (generic_draw, blit_from_pixmap)
* gdk/win32/gdkgc-win32.c (gdk_win32_gc_values_to_win32values,
_gdk_win32_gc_new, _gdk_windowing_gc_set_clip_region,
gdk_win32_hdc_get): Minor fixes to make Win32 backend compile
again.

19 years agoUpdated Canadian English translation.
Adam Weinberger [Wed, 4 May 2005 05:36:22 +0000 (05:36 +0000)]
Updated Canadian English translation.

2005-05-04  Adam Weinberger  <adamw@gnome.org>

* en_CA.po: Updated Canadian English translation.

19 years agoAvoid getting the interface struct twice in the same function. (#300513,
Matthias Clasen [Wed, 4 May 2005 03:16:28 +0000 (03:16 +0000)]
Avoid getting the interface struct twice in the same function. (#300513,

2005-05-03  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkfilesystem.c:
* gtk/gtkcelleditable.c:
* gtk/gtktreemodel.c: Avoid getting the interface struct
twice in the same function.  (#300513, Billy Biggs)

19 years agoAvoid getting the interface struct twice in the same function. (#300513,
Matthias Clasen [Tue, 3 May 2005 05:23:35 +0000 (05:23 +0000)]
Avoid getting the interface struct twice in the same function. (#300513,

2005-05-03  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtktreemodel.c: Avoid getting the interface struct
twice in the same function.  (#300513, Billy Biggs)

19 years agoAdd gtk_dialog_get_response_for_widget. Add new scrolled window getters.
Matthias Clasen [Tue, 3 May 2005 05:02:04 +0000 (05:02 +0000)]
Add gtk_dialog_get_response_for_widget. Add new scrolled window getters.

2005-05-03  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtk-sections.txt: Add gtk_dialog_get_response_for_widget.
Add new scrolled window getters.

19 years agoAdd getters for the scrollbars. (#167181, Billy Biggs)
Matthias Clasen [Tue, 3 May 2005 05:01:04 +0000 (05:01 +0000)]
Add getters for the scrollbars. (#167181, Billy Biggs)

2005-05-03  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkscrolledwindow.h:
* gtk/gtkscrolledwindow.c (gtk_scrolled_window_get_vscrollbar):
* gtk/gtk.symbols: Add getters for the scrollbars.  (#167181,
Billy Biggs)

19 years ago*** empty log message ***
Matthias Clasen [Tue, 3 May 2005 04:47:13 +0000 (04:47 +0000)]
*** empty log message ***

19 years agoAdd gtk_dialog_get_response_for_widget.
Matthias Clasen [Tue, 3 May 2005 04:46:29 +0000 (04:46 +0000)]
Add gtk_dialog_get_response_for_widget.

2005-05-03  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtk-sections.txt: Add gtk_dialog_get_response_for_widget.

19 years agoMake this function public. (#170748, Morten Welinder)
Matthias Clasen [Tue, 3 May 2005 04:44:53 +0000 (04:44 +0000)]
Make this function public. (#170748, Morten Welinder)

2005-05-03  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtk.symbols:
* gtk/gtkdialog.h:
* gtk/gtkdialog.c (gtk_dialog_get_response_for_widget):
Make this function public.  (#170748, Morten Welinder)

19 years agoMerged from gtk-2-6:
Federico Mena Quintero [Tue, 3 May 2005 01:55:33 +0000 (01:55 +0000)]
Merged from gtk-2-6:

2005-05-02  Federico Mena Quintero  <federico@ximian.com>

Merged from gtk-2-6:

Fixes #301068:

* gtk/gtkfilesystemunix.c (struct _GtkFileSystemUnix): Add fields
to store struct stat for /afs and /net, and boolean fields to say
whether these are valid.
(struct _GtkFileFolderUnix): Added a boolean is_network_dir field.
(gtk_file_system_unix_get_folder): Fill in the is_network_dir
field of the folder structure.
(fill_in_names): If the folder is a network directory, create a
fake struct stat for its entries.
(fill_in_stats): Don't stat() the children of network directories.

* gtk/gtkfilechooserdefault.c (list_mtime_data_func): If the mtime
is 0, use "Unknown" for the cell's displayed text.

19 years agoAdd a draw-border style property to allow themes to draw outside the
Owen Taylor [Mon, 2 May 2005 23:29:24 +0000 (23:29 +0000)]
Add a draw-border style property to allow themes to draw outside the

2005-04-28  Owen Taylor  <otaylor@redhat.com>

* gtk/gtkwidget.c: Add a draw-border style property to allow
themes to draw outside the widget's allocation.

* gdk/gdkwindow.c gtk/gtkstyle.c: Remove some save/restore pairs
that were working around the clip-leakage bug in Cairo.

* gtk/gtkstyle.c: Use cairo_fill_preserve() rathe than
save/fill/restore.

* gdk/gdkgc.c gdk/gdkinternals.h: Add _gdk_gc_update_context()
That updates a Cairo context to match a GC.

* gdk/gdkdraw.c: Use _gdk_gc_update_context() to add support
for tiles/stipples/clipping to gdk_draw_glyphs(),
gdk_draw_trapezoids().

* gdk/gdkpango.c: Use _gdk_gc_update_context() instead of internal
implementation of stipples. Use one cairo_t across the entire
drawing operation. Replace cairo_matrix_create() with
stack-allocated matrices.

* gdk/gdkgc.c gdk/gdkinternals.h gdk/x11/gdkgc-x11.c
gdk/win32/gdkgc-win32.c: Save various aspects of the
GC state (fill, tile, stipple, foreground, background, clip region)
in instance-private-data for future use. Add getters.
Get rid of _gdk_windowing_gc_get_foreground() function implemented
by the backends.

* gdk/gdkgc.c gdk/gdkinternals.h gdk/x11/gdkgc-x11.c
gdk/win32/gdkgc-win32.c gdk/linux-fb/gdkgc-fb.c: Add
_gdk_gc_init() to do initial setup of the GC from values;
fixes some problems from drawable redirection.

* gdk/gdkgc.c gdk/gdkinternals.h gdk/x11/gdkgc-x11.c
gdk/win32/gdkgc-win32.c gdk/linux-fb/gdkgc-fb.c: Move
gdk_gc_copy() and gdk_gc_set_clip_{region,rectangle}() into
the generic code, add _gdk_windowing_gc_copy(),
_gdk_windowing_gc_set_clip_region() to do backend specific
stuff.

* gdk/x11/{gdkprivate-x11.h,gdkgc-x11.c.c,gdkdrawable-x11.c}
gdk/win32/{gdkprivate-win32.h,gdkgc-x11.c.c,gdkdrawable-x11.c}
gdk/linux-fb/{gdkprivate-fb.h,gdkgc-fb.c.c,gdkdrawable-fb.c}:
Don't duplicate state that now is stored by the generic code.

* gdk/gdk.symbols Update

19 years agoAdd new icon view functions.
Matthias Clasen [Mon, 2 May 2005 20:29:38 +0000 (20:29 +0000)]
Add new icon view functions.

2005-05-02  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtk-sections.txt: Add new icon view functions.

19 years agoTest cell renderers.
Matthias Clasen [Mon, 2 May 2005 20:28:37 +0000 (20:28 +0000)]
Test cell renderers.

2005-05-02  Matthias Clasen  <mclasen@redhat.com>

* tests/testiconview.c: Test cell renderers.

* gtk/gtk.symbols: Add new functions.

* gtk/gtkiconview.[hc]: Implement GtkCellLayout and use
cell renderers for drawing and editing. (#148144, #160242)

19 years agoReturn a sufficient width for cases where pango_layout_get_pixel_extents()
Matthias Clasen [Mon, 2 May 2005 17:53:52 +0000 (17:53 +0000)]
Return a sufficient width for cases where pango_layout_get_pixel_extents()

2005-05-02  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkcellrenderertext.c (get_size): Return a sufficient
width for cases where pango_layout_get_pixel_extents() returns
a rectangle with nonzero x.

19 years agoFix the build
Matthias Clasen [Mon, 2 May 2005 16:40:41 +0000 (16:40 +0000)]
Fix the build

19 years agoDoc fixups
Matthias Clasen [Mon, 2 May 2005 16:17:12 +0000 (16:17 +0000)]
Doc fixups

19 years agoRemove nonexisting functions.
Matthias Clasen [Mon, 2 May 2005 16:11:15 +0000 (16:11 +0000)]
Remove nonexisting functions.

2005-05-02  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtk-sections.txt: Remove nonexisting functions.

19 years agoFix up the docs a bit.
Matthias Clasen [Mon, 2 May 2005 16:09:37 +0000 (16:09 +0000)]
Fix up the docs a bit.

2005-05-02  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkmenushell.c (gtk_menu_shell_set_take_focus):
(gtk_menu_shell_get_take_focus): Fix up the docs a bit.

19 years agoForgotten file
Matthias Clasen [Mon, 2 May 2005 14:05:41 +0000 (14:05 +0000)]
Forgotten file

19 years agoForgotten Changelog
Matthias Clasen [Mon, 2 May 2005 13:54:58 +0000 (13:54 +0000)]
Forgotten Changelog

19 years agoreturn silently if "gtk_initialized" is TRUE. Re-enables calling GTK's
Michael Natterer [Mon, 2 May 2005 13:41:32 +0000 (13:41 +0000)]
return silently if "gtk_initialized" is TRUE. Re-enables calling GTK's

2005-05-02  Michael Natterer  <mitch@imendio.com>

* gtk/gtkmain.c (do_post_parse_initialization): return silently if
"gtk_initialized" is TRUE. Re-enables calling GTK's init functions
multiple times when using gtk_get_option_group(), just as one can
call gtk_init() multiple times without doing any harm.

19 years agoTranslation updated by Ivar Smolin.
Priit Laes [Mon, 2 May 2005 06:07:27 +0000 (06:07 +0000)]
Translation updated by Ivar Smolin.

2005-05-02  Priit Laes  <plaes@cvs.gnome.org>

* et.po: Translation updated by Ivar Smolin.

19 years agoPropagate the event to unanchored children in the text window. (#302494,
Matthias Clasen [Mon, 2 May 2005 03:02:17 +0000 (03:02 +0000)]
Propagate the event to unanchored children in the text window. (#302494,

2005-05-01  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtktextview.c (gtk_text_view_expose_event): Propagate
the event to unanchored children in the text window.
(#302494, Stephen Kennedy)

19 years agoTake multi-monitor offset into account. (#302525)
Tor Lillqvist [Sat, 30 Apr 2005 17:50:00 +0000 (17:50 +0000)]
Take multi-monitor offset into account. (#302525)

2005-04-30  Tor Lillqvist  <tml@novell.com>

* gdk/win32/gdkdnd-win32.c (gdk_dropfiles_filter): Take
multi-monitor offset into account. (#302525)

19 years agoUpdated Czech translation.
Miloslav Trmac [Sat, 30 Apr 2005 14:45:07 +0000 (14:45 +0000)]
Updated Czech translation.

2005-04-30  Miloslav Trmac  <mitr@volny.cz>

* cs.po: Updated Czech translation.

19 years agoMake the docs build. (#302230, Ali Akcaagac)
Matthias Clasen [Sat, 30 Apr 2005 03:49:06 +0000 (03:49 +0000)]
Make the docs build. (#302230, Ali Akcaagac)

2005-04-29  Matthias Clasen  <mclasen@redhat.com>

        * gtk/gtkradioaction.c: Make the docs build.  (#302230,
        Ali Akcaagac)

19 years agoGet rid of this function, instead show the bin_window when it is created.
Matthias Clasen [Fri, 29 Apr 2005 20:09:56 +0000 (20:09 +0000)]
Get rid of this function, instead show the bin_window when it is created.

2005-04-29  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkiconview.c (gtk_icon_view_map): Get rid of this
function, instead show the bin_window when it is created.

19 years agoDon't grab focus to unrealized widgets. (#302240, Philip Langdale)
Matthias Clasen [Fri, 29 Apr 2005 19:20:49 +0000 (19:20 +0000)]
Don't grab focus to unrealized widgets. (#302240, Philip Langdale)

2005-04-29  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkradiobutton.c (gtk_radio_button_focus): Don't
grab focus to unrealized widgets.  (#302240, Philip Langdale)

19 years agoSet background upon state changes. (#301651, Billy Biggs)
Matthias Clasen [Fri, 29 Apr 2005 18:50:03 +0000 (18:50 +0000)]
Set background upon state changes. (#301651, Billy Biggs)

2005-04-29  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtktreeview.c (gtk_tree_view_state_changed): Set
background upon state changes.  (#301651, Billy Biggs)
(gtk_tree_view_get_path_at_pos): Take RTL into account
when iterating over the columns.  (#302163)

19 years agoSync to upstream.
Matthias Clasen [Fri, 29 Apr 2005 18:24:38 +0000 (18:24 +0000)]
Sync to upstream.

2005-04-29  Matthias Clasen  <mclasen@redhat.com>

* Sync to upstream.

19 years agoSet background upon state changes. (#301651, Billy Biggs)
Matthias Clasen [Fri, 29 Apr 2005 18:17:10 +0000 (18:17 +0000)]
Set background upon state changes. (#301651, Billy Biggs)

2005-04-29  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtktreeview.c (gtk_tree_view_state_changed): Set
background upon state changes.  (#301651, Billy Biggs)

19 years agoCheck for nm.
Matthias Clasen [Fri, 29 Apr 2005 17:59:07 +0000 (17:59 +0000)]
Check for nm.

2005-04-29  Matthias Clasen  <mclasen@redhat.com>

* configure.in: Check for nm.

* gtk/Makefile.am: Use $(NM), not nm directly. (#301299,
Nguyen Thai Ngoc Duy)

19 years agoRefer to the correct property. (#301115, Richard Hult)
Matthias Clasen [Fri, 29 Apr 2005 17:19:41 +0000 (17:19 +0000)]
Refer to the correct property. (#301115, Richard Hult)

2005-04-29  Matthias Clasen  <mclasen@redhat.com>

* gtk/tmpl/gtkuimanager.sgml: Refer to the correct
property. (#301115, Richard Hult)

19 years agoUse the internal unselect_all function, since we need the unselection to
Matthias Clasen [Fri, 29 Apr 2005 17:02:06 +0000 (17:02 +0000)]
Use the internal unselect_all function, since we need the unselection to

2005-04-29  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkiconview.c (gtk_icon_view_move_cursor_start_end): Use
the internal unselect_all function, since we need the unselection
to happen even in browse mode.  (#300995, Mathias Hasselmann)

19 years agoUse g_object_notify() instead of triggering a ::notify by re-setting the
Matthias Clasen [Fri, 29 Apr 2005 16:31:49 +0000 (16:31 +0000)]
Use g_object_notify() instead of triggering a ::notify by re-setting the

2005-04-29  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkuimanager.c (update_node): Use g_object_notify() instead
of triggering a ::notify by re-setting the property.  (#300982,
Sven Neumann)

* gtk/gtkaction.c (connect_proxy): Use gtk_action_sync_tooltip().

19 years agoAlso scroll horizontally when necessary, and keep the northwest corner of
Matthias Clasen [Fri, 29 Apr 2005 16:20:07 +0000 (16:20 +0000)]
Also scroll horizontally when necessary, and keep the northwest corner of

2005-04-29  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkiconview.c (gtk_icon_view_scroll_to_item): Also
scroll horizontally when necessary, and keep the northwest
corner of the item visible.  (#300913, Mathias Hasselmann)

19 years agoAdd some more tests.
Matthias Clasen [Fri, 29 Apr 2005 15:24:30 +0000 (15:24 +0000)]
Add some more tests.

2005-04-29  Matthias Clasen  <mclasen@redhat.com>

* tests/testiconview.c: Add some more tests.

* gtk/gtkiconview.c (gtk_icon_view_select_path): Don't crash
if the path does not point to a row in the model.  (#300909,
Mathias Hasselmann)
(gtk_icon_view_rows_reordered): Re-layout here.  (#301009,
Mathias Hasselmann)

19 years agoDon't crash if the path does not point to a row in the model. (#300909,
Matthias Clasen [Fri, 29 Apr 2005 14:56:37 +0000 (14:56 +0000)]
Don't crash if the path does not point to a row in the model. (#300909,

2005-04-29  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkiconview.c (gtk_icon_view_select_path): Don't crash
if the path does not point to a row in the model.  (#300909,
Mathias Hasselmann)

19 years agoRemove conflict markers
Matthias Clasen [Fri, 29 Apr 2005 14:45:36 +0000 (14:45 +0000)]
Remove conflict markers

19 years agoAdd some more attribute tests.
Matthias Clasen [Fri, 29 Apr 2005 14:43:50 +0000 (14:43 +0000)]
Add some more attribute tests.

2005-04-29  Matthias Clasen  <mclasen@redhat.com>

* tests/testtext.c: Add some more attribute tests.

* gtk/gtktexttag.c (gtk_text_tag_class_init): Correct the documentation
of the rise property. String change, but it is more important to
be correct than to be translated.  (#301740)

19 years agoHungarian translation updated.
Gabor Kelemen [Thu, 28 Apr 2005 10:26:44 +0000 (10:26 +0000)]
Hungarian translation updated.

2005-04-28  Gabor Kelemen  <kelemeng@gnome.hu>

* hu.po: Hungarian translation updated.

19 years agoFinnish translation merged from gtk-2-6 and updated.
Tommi Vainikainen [Thu, 28 Apr 2005 09:37:44 +0000 (09:37 +0000)]
Finnish translation merged from gtk-2-6 and updated.

2005-04-28  Tommi Vainikainen  <thv@iki.fi>

* fi.po: Finnish translation merged from gtk-2-6 and updated.

19 years agoHungarian translation updated.
Gabor Kelemen [Wed, 27 Apr 2005 22:46:04 +0000 (22:46 +0000)]
Hungarian translation updated.

2005-04-28  Gabor Kelemen  <kelemeng@gnome.hu>

* hu.po: Hungarian translation updated.

19 years agoGet volume name also on Win9x. (#301798, Daniel Atallah)
Tor Lillqvist [Mon, 25 Apr 2005 00:47:31 +0000 (00:47 +0000)]
Get volume name also on Win9x. (#301798, Daniel Atallah)

2005-04-25  Tor Lillqvist  <tml@novell.com>

* gtk/gtkfilesystemwin32.c
(gtk_file_system_win32_volume_get_display_name): Get volume name
also on Win9x. (#301798, Daniel Atallah)
(canonicalize_filename): Add explicit braces to silence compiler
warning.

19 years agoUpdated Spanish translation.
Francisco Javier F. Serrador [Sat, 23 Apr 2005 15:51:55 +0000 (15:51 +0000)]
Updated Spanish translation.

2005-04-23  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>

* es.po: Updated Spanish translation.

19 years agoUpdated Russian translation
Nickolay V. Shmyrev [Fri, 22 Apr 2005 20:09:27 +0000 (20:09 +0000)]
Updated Russian translation

19 years agoTypo.
Tor Lillqvist [Fri, 22 Apr 2005 08:10:01 +0000 (08:10 +0000)]
Typo.

19 years agoInitailize gettext before use. Calling bindtextdomain() and
Tor Lillqvist [Fri, 22 Apr 2005 07:35:37 +0000 (07:35 +0000)]
Initailize gettext before use. Calling bindtextdomain() and

2005-04-22  Tor Lillqvist  <tml@novell.com>

* gtk/gtkmain.c: Initailize gettext before use. Calling
bindtextdomain() and bind_textdomain_codeset() in
do_post_parse_initialization() is too late. Put the calls in a new
function gettext_initialization(), and call that from
gtk_init_with_args() and gtk_parse_args(). Fixes #170948 for
GTK+'s part, but the same problem occurs also at least in
atk. Thanks to Robert Ögren, Daniel Atallah and Kevin Strange.

19 years agoMatch character height instead of cell height. Fix #301228.
Ivan, Wong Yat Cheung [Thu, 21 Apr 2005 10:39:39 +0000 (10:39 +0000)]
Match character height instead of cell height. Fix #301228.

2005-04-19  Ivan, Wong Yat Cheung  <email@ivanwong.info>

* gdk/win32/gdkfont-win32.c (gdk_font_load_internal): Match
character height instead of cell height. Fix #301228.

19 years agoUpdated British English translation.
David Lodge [Tue, 19 Apr 2005 19:20:23 +0000 (19:20 +0000)]
Updated British English translation.

2005-04-19  David Lodge  <dave@cirt.net>

* en_GB.po: Updated British English translation.

19 years agoMerged from gtk-2-6:
Federico Mena Quintero [Mon, 18 Apr 2005 17:56:57 +0000 (17:56 +0000)]
Merged from gtk-2-6:

2005-04-18  Federico Mena Quintero  <federico@ximian.com>

Merged from gtk-2-6:

* gtk/gtkfilechooserdefault.c (remove_selected_bookmarks): Remove
obsolete assertion that the selected row can't be a volume; this
is handled by the "removable" column now.  Fixes #301017.

19 years agogtk/gtkstyle.c gtk/gtkcolorsel.c gtk/gtkhsv.c gtk/gtkiconview.c Update to
Owen Taylor [Mon, 18 Apr 2005 15:11:01 +0000 (15:11 +0000)]
gtk/gtkstyle.c gtk/gtkcolorsel.c gtk/gtkhsv.c gtk/gtkiconview.c Update to

2005-04-18  Owen Taylor  <otaylor@redhat.com>

        * gtk/gtkstyle.c gtk/gtkcolorsel.c gtk/gtkhsv.c gtk/gtkiconview.c
        * gdk/gdkcolor.c gdk/gdkwindow.c gdk/gdkpixbuf-render.c
        gdk/gdkpango.c tests/testcairo.c: Update to new Cairo API for
        setting color and opacity. (#301066, Vincent Noel)

19 years agoMerged from gtk-2-6:
Federico Mena Quintero [Fri, 15 Apr 2005 21:27:27 +0000 (21:27 +0000)]
Merged from gtk-2-6:

2005-04-15  Federico Mena Quintero  <federico@ximian.com>

Merged from gtk-2-6:

* gtk/gtkfilechooserdefault.c (pending_select_paths_process):
Patch from Christian Neumair <chris@gnome-de.org>; only select the
first row if we are in OPEN mode.  The only other case we were
letting pass through was SELECT_FOLDER, but selecting the first
row when changing folders confuses people when folders are
actually being selected.  Fixes #171885.

19 years agoFixed some typos.
Iñaki Larrañaga [Wed, 13 Apr 2005 18:24:38 +0000 (18:24 +0000)]
Fixed some typos.

2005-04-13  Iñaki Larrañaga  <dooteo@euskalgnu.org>

        * eu.po: Fixed some typos.

19 years agoUpdated Basque translation.
Iñaki Larrañaga [Wed, 13 Apr 2005 18:21:48 +0000 (18:21 +0000)]
Updated Basque translation.

2005-04-13  Iñaki Larrañaga  <dooteo@euskalgnu.org>

        * eu.po: Updated Basque translation.

19 years agoUpdated Basque trasnlation.
Iñaki Larrañaga [Wed, 13 Apr 2005 17:28:08 +0000 (17:28 +0000)]
Updated Basque trasnlation.

2005-04-13  Iñaki Larrañaga  <dooteo@euskalgnu.org>

        * eu.po: Updated Basque trasnlation.

19 years agoRevert problematic fixes.
Matthias Clasen [Wed, 13 Apr 2005 15:04:30 +0000 (15:04 +0000)]
Revert problematic fixes.

19 years agoFix #300218:
Ivan, Wong Yat Cheung [Mon, 11 Apr 2005 18:59:05 +0000 (18:59 +0000)]
Fix #300218:

2005-04-11  Ivan, Wong Yat Cheung  <email@ivanwong.info>

Fix #300218:

* gdk/win32/gdkselection-win32.c (gdk_selection_convert): Fix
C99ism.

* gtk/updateiconcache.c: Guard inclusion of unistd.h and
utime.h.

19 years agoUpdated Catalan translation.
Josep Puigdemont i Casamajó [Mon, 11 Apr 2005 11:32:50 +0000 (11:32 +0000)]
Updated Catalan translation.

19 years agoUpdated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>
Alexander Shopov [Mon, 11 Apr 2005 06:50:59 +0000 (06:50 +0000)]
Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>

2005-04-11  Alexander Shopov  <ash@contact.bg>

* bg.po: Updated Bulgarian translation by
Vladimir Petkov <vpetkov@i-space.org>

19 years agoUpdated Catalan translation.
Josep Puigdemont i Casamajó [Mon, 11 Apr 2005 00:47:23 +0000 (00:47 +0000)]
Updated Catalan translation.

19 years agoAdd some missing files.
Matthias Clasen [Sun, 10 Apr 2005 03:00:19 +0000 (03:00 +0000)]
Add some missing files.

19 years agoSome more fixes necessary to make building with gcc 4 work.
Matthias Clasen [Sun, 10 Apr 2005 01:01:18 +0000 (01:01 +0000)]
Some more fixes necessary to make building with gcc 4 work.

* gdk/x11/gdkinput-xfree.c:
* gdk/x11/gdkinput-none.c:
* gdk/gtk.symbols: Some more fixes necessary to
make building with gcc 4 work.

19 years agoAdd 16x16 versions of the zoom icons and of GTK_STOCK_INDEX. Some of the
Matthias Clasen [Sat, 9 Apr 2005 23:48:50 +0000 (23:48 +0000)]
Add 16x16 versions of the zoom icons and of GTK_STOCK_INDEX. Some of the

Add 16x16 versions of the zoom icons and of
GTK_STOCK_INDEX. Some of the images were taken from
the hicolor icon theme, and were originally created
by Jakub Steiner and Tuomas Kuosmanen.  (#167515,
Vincent Noel)

* gtk/stock-icons/stock_index_16.png:
* gtk/stock-icons/stock_zoom_1_16.png:
* gtk/stock-icons/stock_zoom_fit_16.png:
* gtk/stock-icons/stock_zoom_in_16.png:
* gtk/stock-icons/stock_zoom_out_16.png: New images.

* gtk/stock-icons/Makefile.am: Add the new images.

19 years agoAdd some 16x16 icons
Matthias Clasen [Sat, 9 Apr 2005 23:46:58 +0000 (23:46 +0000)]
Add some 16x16 icons