Commit Graph

6796 Commits

Author SHA1 Message Date
Andraz Tori
048c7d2076 Updated Slovenian translation 2003-08-23 17:45:39 +00:00
Metin Amiroff
870fcf659e Updated Azerbaijani translation.
2003-08-23  Metin Amiroff <metin@karegen.com>

	* az.po: Updated Azerbaijani translation.
2003-08-23 08:42:48 +00:00
Stanislav Visnovsky
0a8b3b9b9f Updated Slovak translation.
2003-08-22  Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz>

        * sk.po: Updated Slovak translation.
2003-08-22 16:58:00 +00:00
Changwoo Ryu
50e7636b99 Updated Korean translation.
* ko.po: Updated Korean translation.
2003-08-22 13:47:27 +00:00
Samúel Jón Gunnarsson
d821f519de Updated Icelandic translation and added "is" to ALL_LINGUAS.
2003-08-22  Samúel Jón Gunnarsson  <sammi@techattack.nu>

	* is.po: Updated Icelandic translation and added
	"is" to ALL_LINGUAS.
2003-08-22 11:21:29 +00:00
Christian Rose
50083c8640 Added "ne" to ALL_LINGUAS. Added Nepali translation by Pawan Chitrakar
2003-08-22  Christian Rose  <menthos@menthos.com>

	* configure.in: Added "ne" to ALL_LINGUAS.
	* po/ne.po: Added Nepali translation by
	Pawan Chitrakar <pawan@nplinux.org>.
2003-08-22 11:09:47 +00:00
Owen Taylor
810d86396d Keep a list of current GtkRcFiles being parsed, not just the directories
Thu Aug 21 16:00:36 2003  Owen Taylor  <otaylor@redhat.com>

        * gtk/gtkrc.c: Keep a list of current GtkRcFiles
        being parsed, not just the directories for those
        files. Use that to catch recursion. (Part of
        #114988)
2003-08-21 20:08:17 +00:00
Kristian Rietveld
fe2d7cb957 Fix option menu scrolling (#119821, Owen Taylor).
Thu Aug 21 21:27:45 2003  Kristian Rietveld  <kris@gtk.org>

	Fix option menu scrolling (#119821, Owen Taylor).

	* gtk/gtkmenu.c (gtk_menu_scroll_to): remove logic introduced
	by #80484 and the CLAMP,
	(get_menu_height): new function,
	(gtk_menu_real_move_scroll): sort of moved the CLAMP here to correct
	new_offset to handle page up/down right.
2003-08-21 19:37:09 +00:00
Owen Taylor
6fc502b1c0 Change the interpretation of consumed_modifiers so that it contains: -
Thu Aug 21 15:17:42 2003  Owen Taylor  <otaylor@redhat.com>

        * gdk/x11/gdkkeys-x11.c: Change the interpretation
        of consumed_modifiers so that it contains:
         - Modifiers combinations actually found in
           state.
         - Single modifier modifier combinations.
        But not multi-modifier combinations that aren't
        in event->state. Document. (#100439)
2003-08-21 19:23:54 +00:00
Kristian Rietveld
630ec8d2c7 Merge from HEAD.
Thu Aug 21 20:53:46 2003  Kristian Rietveld  <kris@gtk.org>

	Merge from HEAD.

	Slightly modified patch from Yann Rouillard to improve selection
	behavior with the mouse. Fixes #120187.

	* gtk/gtktreeview.c (gtk_tree_view_button_press): only
	select/deselect items on the first button press of button 1,
	expand checks for row_activated to include triple clicks.
2003-08-21 19:06:45 +00:00
Richard Allen
0fd6188b1c *** empty log message *** 2003-08-21 13:31:42 +00:00
Kristian Rietveld
a16bbd60f7 always round approximate digit widths up, to avoid truncation, convert to
Thu Aug 21 01:33:51 2003  Kristian Rietveld  <kris@gtk.org>

	* gtk/gtkspinbutton.c (gtk_spin_button_size_request): always round
	approximate digit widths up, to avoid truncation, convert to
	pango pixels when we have the full string width instead of converting
	the approx digit width to pango pixels, take inner border and
	interior focus into account correctly. (Fixes #116368, patch from
	Morten Welinder).
2003-08-20 23:44:16 +00:00
Noah Levitt
c567c77741 Don't look at the same directory twice (in simple cases). (#120342)
2003-08-20  Noah Levitt  <nlevitt@columbia.edu>

	* gtk/queryimmodules.c: Don't look at the same directory twice (in
	simple cases). (#120342)
2003-08-20 22:13:16 +00:00
Kristian Rietveld
23ee4993bc change the type of step to gdouble, since it gets it's data from a gdouble
Wed Aug 20 22:03:25 2003  Kristian Rietveld  <kris@gtk.org>

	* gtk/gtkspinbutton.c (start_spinning): change the type of step
	to gdouble, since it gets it's data from a gdouble (Fixes #113547).
2003-08-20 20:18:30 +00:00
Vincent van Adrighem
d46d14b7b4 Dutch translation updated.
2003-08-20  Vincent van Adrighem  <V.vanAdrighem@dirck.mine.nu>

	* nl.po: Dutch translation updated.
2003-08-20 18:19:17 +00:00
Kjartan Maraas
0eeba3331a Update Norwegian translation.
2003-08-20  Kjartan Maraas  <kmaraas@gnome.org>

	* no.po: Update Norwegian translation.
2003-08-20 11:06:35 +00:00
Dmitry Mastrukov
6731a077b4 ru.po: Updated Russian translation from Russian team <gnome-cyr@gnome.org>. 2003-08-20 09:38:37 +00:00
Owen Taylor
27173a3c33 Substantially rework the handling of status windows:
Mon Aug 18 17:19:12 2003  Owen Taylor  <otaylor@redhat.com>

        * modules/input/gtkimcontextxim.[ch]: Substantially
        rework the handling of status windows:

         - Store the current StatusWindow in the
           GtkIMContextXIM structure and vice-versa, so we
           don't have to hunt the window hierarchy on
           cleanup.
         - Use the Gtkidget hierarchy instead of/or as well
           as the GdkWindow hierarchy when finding the toplevel;
           this helps for things like GtkHandlebox
         - Watch GtkWidget::hierarchy_changed to catch
           changes in the toplevel without changes in the
           GdkWindow (reparenting)
         - Never create the GtkWindow for the status window
           unless we have text to display.
         - Various cleanups, add lots of comments.

        (#115077, much help from Takuro Ashie and Hidetoshi
        Tajima in tracking this down and figuring out a fix.)

        * modules/input/gtkimcontextxim.c (gtk_im_context_xim_focus_in):

        * modules/input/gtkimcontextxim.c: Track the current
        screen for each toplevel so that we show the status
        window on the right screen. (#116340, James Su)

        * modules/input/gtkimcontextxim.c: If create a new IC
        when we currently have the focus, call XSetICFocus()
        on it.

        * modules/input/gtkimcontextxim.c (get_im): Fix bug
        with multiple open screens.
2003-08-19 21:17:31 +00:00
Owen Taylor
8ae6e8e755 Replace client_window field with 'priv' pointer, retaining binary
Tue Aug 19 14:37:46 2003  Owen Taylor  <otaylor@redhat.com>

        * gtk/gtkimmulticontext.[ch] (struct _GtkIMMulticontext):
        Replace client_window field with 'priv' pointer,
        retaining binary compatibility.

        * gtk/gtkimmulticontext.c (gtk_im_multicontext_set_slave):
        save use_preedit/cursor_location/focus status and set
        up the new slave appropriately. (#118651, Botond Botyanszki)
2003-08-19 19:24:50 +00:00
Owen Taylor
214a6e2cc4 Don't use impl->position_info.clip_rect for toplevels. (#107068, reported
Tue Aug 19 13:58:50 2003  Owen Taylor  <otaylor@redhat.com>

        * gdk/x11/gdkgeometry-x11.c (gdk_window_scroll):
        Don't use impl->position_info.clip_rect for toplevels.
        (#107068, reported by Thomas Mirlacher)
2003-08-19 18:32:42 +00:00
Richard Allen
b79e367d73 *** empty log message *** 2003-08-19 15:38:41 +00:00
Richard Allen
c996a1fe24 Updating is.po 2003-08-19 13:55:50 +00:00
Miloslav Trmac
ee96e9c5d8 Update Czech translation 2003-08-19 12:55:38 +00:00
Dafydd Harries
d8cefed261 Updated Welsh translation. 2003-08-19 05:08:09 +00:00
Kwok-Koon Cheung
86936714ce Updated traditional Chinese translation.
* zh_TW.po: Updated traditional Chinese translation.
2003-08-18 22:38:37 +00:00
Owen Taylor
3e74e28178 Add a fallback for unaligned source data for FORMAT_ARGB_MASK. (#117217)
Mon Aug 18 11:48:51 2003  Owen Taylor  <otaylor@redhat.com>

        * gdk/x11/gdkdrawable-x11.c (convert_to_format):
        Add a fallback for unaligned source data for
        FORMAT_ARGB_MASK. (#117217)
2003-08-18 16:02:39 +00:00
Owen Taylor
f17bdf3c87 Rework handling of REBUILD_PNGS, so that we also don't try to REBUILD_PNGS
Mon Aug 18 10:51:57 2003  Owen Taylor  <otaylor@redhat.com>

        * configure.in: Rework handling of REBUILD_PNGS,
        so that we also don't try to REBUILD_PNGS when
        cross-compiling and there is no gdk-pixbuf-csource.
        But give an error if gtk/stock-icons/gtkstockpixbufs.h
        is not in the source tree. (Note that REBUILDS_PNG
        was set backwards before, which is why you always
        had to manually recreate gtkstockpixbufs.h!)

        * gtk/stock-icons/Makefile.am: Don't make
        gtkstockpixbufs.h depend on newly built gdk-pixbuf-csource
        when cross-compiling. (Was already in HEAD branch)
2003-08-18 15:21:11 +00:00
Owen Taylor
c7a71edba6 Add the correct alignment magic for Sun compiler and for GCC to get the
Mon Aug 18 10:25:29 2003  Owen Taylor  <otaylor@redhat.com>

        * gdk-pixdata.c (gdk_pixdata_to_csource): Add the correct
        alignment magic for Sun compiler and for GCC to get
        the strings aligned. (Patch from Brian Cameron, #117217)
2003-08-18 15:17:28 +00:00
Owen Taylor
5e575f2326 Add a missing gtk/ in the path to libgtk.la. (#120080, Benedikt Spranger)
Mon Aug 18 10:19:55 2003  Owen Taylor  <otaylor@redhat.com>

        * gtk+-2.0-uninstalled.pc.in: Add a missing gtk/ in the
        path to libgtk.la. (#120080, Benedikt Spranger)
2003-08-18 14:23:24 +00:00
Richard Allen
ae1ecbdf7f *** empty log message *** 2003-08-18 12:58:17 +00:00
Metin Amiroff
2e214dacdf Updated Azerbaijani translation.
2003-08-18  Metin Amiroff <metin@karegen.com>

	* az.po: Updated Azerbaijani translation.
2003-08-18 10:11:09 +00:00
Sanlig Badral
dc2d6f8123 Updated MN translation 2003-08-17 20:41:46 +00:00
Evandro Fernandes Giovanini
c64d6ea25e Updated Brazilian Portuguese translation.
2003-08-17  Evandro Fernandes Giovanini  <evandrofg@ig.com.br>

        * pt_BR.po: Updated Brazilian Portuguese translation.
2003-08-17 04:08:17 +00:00
Duarte Loreto
df3ba742ae Updated Portuguese translation.
2003-08-16  Duarte Loreto <happyguy_pt@hotmail.com>

	* pt.po: Updated Portuguese translation.
2003-08-16 22:27:32 +00:00
Pauli Virtanen
19429f6089 Updated Finnish translation.
2003-08-16  Pauli Virtanen  <pauli.virtanen@hut.fi>

	* fi.po: Updated Finnish translation.
2003-08-16 16:52:06 +00:00
Owen Taylor
bceb2d7556 Make the list of default languages more comprehensive. (Suggestion of Fco.
Sat Aug 16 10:34:49 2003  Owen Taylor  <otaylor@redhat.com>

        * modules/input/imcedilla.c: Make the list of default
        languages more comprehensive. (Suggestion of
        Fco. Javier F. Serrador)

Sat Aug  9 12:47:11 2003  Owen Taylor  <otaylor@redhat.com>

        * gdk/gdk.c (gdk_arg_context_parse): Fix broken
        parentheses when skipping args.
2003-08-16 14:41:09 +00:00
Danilo Å egan
0dd6cabee7 Updated Belarusian translation by Ales Nyakhaychyk <nab@mail.by>.
2003-08-16  Danilo Å egan  <dsegan@gmx.net>

	* be.po: Updated Belarusian translation by Ales Nyakhaychyk
	<nab@mail.by>.
2003-08-16 09:47:55 +00:00
Christophe Merlet
9483fb4580 Updated French translation. 2003-08-16 07:35:12 +00:00
Danilo Å egan
7b60e68252 Updated Serbian translation.
2003-08-16  Danilo Å egan  <dsegan@gmx.net>

	* sr.po, sr@Latn.po: Updated Serbian translation.
2003-08-15 23:50:48 +00:00
Artur Flinta
d26d035c09 Updated Polish translation.
2003-08-16  Artur Flinta  <aflinta@cvs.gnome.org>

	* pl.po: Updated Polish translation.
2003-08-15 22:47:06 +00:00
Christian Rose
f57ecb8e58 Updated Swedish translation.
2003-08-16  Christian Rose  <menthos@menthos.com>

	* sv.po: Updated Swedish translation.
2003-08-15 22:35:37 +00:00
Owen Taylor
fceee37166 Improve Cedilla handling - based on a patch from Gustavo De Nardin,
Fri Aug 15 16:54:39 2003  Owen Taylor  <otaylor@redhat.com>

        Improve Cedilla handling - based on a patch from Gustavo
        De Nardin, #111334

        * modules/input/imcedilla.c po/POTFILES.in: Input method that
        produces C_WITH_CEDILLA rather than C_WITH_ACUTE for
        dead_acute+c combinations. Make this the default for
        fr and pt.

        * gtk/gtkimmulticontext.c (gtk_im_multicontext_get_slave):
        Use LC_CTYPE instead of LC_MESSAGES to pick the default
        input method.

Fri Aug 15 17:00:19 2003  Owen Taylor  <otaylor@redhat.com>

        * gtk/gtkimcontextsimple.c: Fix missing compose sequence
        for Multi_key+c+apostrophe.
2003-08-15 21:29:52 +00:00
Kristian Rietveld
f25de682d4 stop editing on vertical scrolling. (#108035, reported by Tim Janik).
Fri Aug 15 21:57:34 2003  Kristian Rietveld  <kris@gtk.org>

	* gtk/gtktreeview.c (gtk_tree_view_adjustment_changed): stop editing
	on vertical scrolling. (#108035, reported by Tim Janik).
2003-08-15 20:05:18 +00:00
Kristian Rietveld
7c5c24853f fix off-by-one error. (#109292 continued, patch from Yann Rouillard).
Fri Aug 15 20:06:42 2003  Kristian Rietveld  <kris@gtk.org>

	* gtk/gtktreeview.c (gtk_tree_model_sort_row_changed),
	(gtk_tree_model_sort_level_find_insert),
	(gtk_tree_model_sort_insert_value): fix off-by-one error.
	(#109292 continued, patch from Yann Rouillard).
2003-08-15 18:12:54 +00:00
Kristian Rietveld
46d888d5eb Also support the up, down, left, right, home, end, page up and page down
Fri Aug 15 19:04:00 2003  Kristian Rietveld  <kris@gtk.org>

	* gtk/gtktreeview.c (gtk_tree_view_class_init),
	(gtk_tree_view_key_press), (gtk_tree_view_search_key_press_event):
	Also support the up, down, left, right, home, end, page up and
	page down keys on the numpad. (#119419, reported by Alex Larsson).
2003-08-15 17:09:43 +00:00
Owen Taylor
f7be88be29 Fixes for X/Cygwin builds of GTK+ (#107623, Masahiro Sakai):
Fri Aug 15 12:34:04 2003  Owen Taylor  <otaylor@redhat.com>

        Fixes for X/Cygwin builds of GTK+ (#107623, Masahiro Sakai):

        * configure.in (GDK_DEP_LIBS_FOR_X): Make sure that
        we link libgtk against X explicitely, since we
        make GTK+ calls for plug/socket.

        * gtk/queryimmodules.c: Use USE_LA_MODULES and
        G_MODULE_SUFFIX here.

        * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_image): Protect
        XShmPutImage with #ifdef USE_SHM.
2003-08-15 16:58:18 +00:00
Owen Taylor
c7c5b16de9 Don't reposition the cursor when we aren't trying to complete. (Fixes
Thu Aug 14 18:25:39 2003  Owen Taylor  <otaylor@redhat.com>

        * gtk/gtkfilesel.c (gtk_file_selection_populate):
        Don't reposition the cursor when we aren't trying
        to complete. (Fixes problems with selection on
        startup, #108433, reported by Mark Finlay.)

        * gtk/gtkfilesel.c (gtk_file_selection_populate): Remove
        code that tried to position the cursor after the common
        prefix when there was one, it wasn't working, and
        would be hard to fix. Just always put the cursor
        at the end when completing.
2003-08-14 22:30:36 +00:00
Owen Taylor
36b9b4f9b6 If getting the current directory fails because of encoding conversion
Thu Aug 14 17:58:23 2003  Owen Taylor  <otaylor@redhat.com>

        * gtk/gtkfilesel.c (get_current_dir_utf8): If getting
        the current directory fails because of encoding
        conversion problems, walk up textually to parent
        directories until we can convert. (#113627)
2003-08-14 22:00:39 +00:00
Richard Allen
da92bd8a08 *** empty log message *** 2003-08-14 20:01:59 +00:00
Richard Allen
b9f11a98c2 Added Icelandic translation. Much work remains 2003-08-14 19:22:21 +00:00