Commit Graph

6842 Commits

Author SHA1 Message Date
Laurent Dhima
22ab31501a Updated Albanian translation
* sq.po: Updated Albanian translation
2003-09-08 10:37:12 +00:00
Laurent Dhima
13609d4459 Updated 2003-09-08 10:34:32 +00:00
Jordi Mallach
4f904adeec Updated Catalan translation by Mireia Farrs <mifarrus@hotmail.com>. 2003-09-08 01:03:45 +00:00
Mugurel Tudor
6d4f02c96c *** empty log message *** 2003-09-06 20:59:18 +00:00
Fixed mis-translations for ja.po. T.Aihana
39d405164a 2003-09-06 Fixed mis-translations for ja.po. T.Aihana <aihana@gnome.gr.jp> 2003-09-06 09:13:23 +00:00
Tor Lillqvist
7eecef7a81 Remove spurious 'a' at start of comment line.
2003-09-05  Tor Lillqvist  <tml@iki.fi>

	* configure.in: Remove spurious 'a' at start of comment line.
2003-09-05 23:45:33 +00:00
Nikos Charonitakis
93e78caeec One more review of Greek translation 2003-09-05 23:24:44 +00:00
Owen Taylor
70744c155d //bugs.xfree86.org/show_bug.cgi?id=534)
Fri Sep  5 14:15:10 2003  Owen Taylor  <otaylor@redhat.com>

        * Back out locale-dependent interpretation of
        KP_Decimal, the official XFree86 interpretation
        is that KP_Decimal => . KP_Separator => ,
        always, independent of locale.
        (#105161, Frederic Crozat,
        http://bugs.xfree86.org/show_bug.cgi?id=534)
2003-09-05 18:24:44 +00:00
Taneem Ahmed
5ff7715295 Added "bn" to ALL_LINGUAS. Added Bangla translation by Sayamindu and
2003-09-05  Taneem Ahmed  <taneem@bengalinux.org>

	* configure.in: Added "bn" to ALL_LINGUAS.
	* po/bn.po: Added Bangla translation by Sayamindu and Progga
	of Ankur group <gnome-translation@bengalinux.org>.
2003-09-05 08:46:00 +00:00
Kristian Rietveld
76b974a403 Released GTK+ 2.2.4. GTK_2_2_4 2003-09-04 17:53:27 +00:00
Kristian Rietveld
a417fc447c updates.
Thu Sep  4 19:11:23 2003  Kristian Rietveld  <kris@gtk.org>

	* docs/RELEASE-HOWTO: updates.
2003-09-04 17:16:01 +00:00
Nikos Charonitakis
4040ffe4a3 Review Greek translation 2003-09-04 13:56:45 +00:00
Kostas Papadimas
9da1fa2a03 Updated the Greek translation 2003-09-04 10:34:24 +00:00
Kristian Rietveld
74ba2d30aa for the END case, use end_position - page_size instead of G_MAXINT, since
Wed Sep  3 23:18:17 2003  Kristian Rietveld  <kris@gtk.org>

	* gtk/gtkmenu.c (gtk_menu_real_move_scroll): for the END case,
	use end_position - page_size instead of G_MAXINT, since
	gtk_menu_scroll_to doesn't CLAMP anymore internally. (Fixes #121237,
	reported by Havoc Pennington).
2003-09-03 21:25:02 +00:00
Kristian Rietveld
be8c14f372 if icon->style != NULL, unref it. (Fixes memleak, patch from Kjartan
Wed Sep  3 21:58:03 2003  Kristian Rietveld  <kris@gtk.org>

	* gtk/gtkiconfactory.c (cached_icon_free): if icon->style != NULL,
	unref it. (Fixes memleak, patch from Kjartan Maraas).
2003-09-03 20:03:52 +00:00
Kristian Rietveld
4a04fc7dc1 broken pipe 2003-09-03 19:50:09 +00:00
Kristian Rietveld
740e6ed91b big patch from Kjartan Maraas to fix numerous typos.
Wed Sep  3 21:38:26 2003  Kristian Rietveld  <kris@gtk.org>

	* gdk/Makefile.am, gdk/linux-fb/gdkfbmanager.c, gdk/x11/gdkcolor-x11.c,
	gdk-pixbuf/io-gif.c, gtk/Makefile.am, gtk/gtkcalendar.c,
	gtk/gtkclist.c, gtk/gtkctree.c, gtk/gtkdnd.c, gtk/gtkentry.c,
	gtk/gtkhandlebox.c, gtk/gtkitemfactory.c, gtk/gtkmenu.c,
	gtk/gtknotebook.c, gtk/gtkrange.c, gtk/gtkrc.h, gtk/gtktree.c,
	gtk/gtktypeutils.h, gtk/gtkwindow.c: big patch from Kjartan Maraas
	to fix numerous typos.
2003-09-03 19:49:25 +00:00
BST 2003 Tony Gale
628468f1e7 Correct compile line for threads example.
Wed Sep  3 17:38:01 BST 2003  Tony Gale <gale@gtk.org>

        * docs/faq/gtk-faq.sgml: Correct compile line for threads example.
2003-09-03 16:49:02 +00:00
Tor Lillqvist
6f1fb7d058 Don't call CloseHandle() on the HMODULE returned from GetModuleHandle().
2003-09-02  Tor Lillqvist  <tml@iki.fi>

	* gdk/win32/gdkdisplay-win32.c (gdk_display_open): Don't call
	CloseHandle() on the HMODULE returned from GetModuleHandle().
	Didn't cause any harm, but didn't do anything useful either. When
	running a GTK+ program under MS's debugger, the CloseHandle() call
	would cause a "first-chance exception" in ntdll.dll to show up.
	(The exception is caught appropriately if you let it proceed, but
	it confuses the person using the debugger). Thanks to Bruce
	Hochstetler for noticing.
2003-09-02 23:05:22 +00:00
Kristian Rietveld
ed7926ac39 revert the change to only select when button 1 is pressed introduced in
Tue Sep  2 21:01:19 2003  Kristian Rietveld  <kris@gtk.org>

	* gtk/gtktreeview.c (gtk_tree_view_button_press): revert the change
	to only select when button 1 is pressed introduced in the fix of
	bug #120187.
2003-09-02 19:13:54 +00:00
Kjartan Maraas
1fbf45667e Update header.
2003-08-31  Kjartan Maraas  <kmaraas@gnome.org>

	* no.po: Update header.
2003-08-31 11:10:01 +00:00
updated ja.po. T.Aihana
9166ad5796 2003-08-30 updated ja.po. T.Aihana <aihana@gnome.gr.jp> 2003-08-30 11:18:35 +00:00
Laurent Dhima
467d86547b Added "sq" to ALL_LINGUAS
* configure.in: Added "sq" to ALL_LINGUAS
2003-08-29 12:21:32 +00:00
Laurent Dhima
ddda77ac93 Added Albanian translation by Besnik Bleta <besnikbleta@hotmail.com>
* sq.po: Added Albanian translation by Besnik Bleta <besnikbleta@hotmail.com>
2003-08-29 12:17:08 +00:00
Laurent Dhima
71a9e76713 Added Albanian file
* sq.po: Added Albanian file
2003-08-29 12:14:09 +00:00
Wang Jian
a66b975e51 *** empty log message *** 2003-08-28 21:26:12 +00:00
Pablo Gonzalo del Campo
edd2866d57 Revision of Spanish translation by Francisco Javier F. Serrador
2003-08-28  Pablo Gonzalo del Campo  <pablodc@bigfoot.com>

        * es.po: Revision of Spanish translation by
                 Francisco Javier F. Serrador <serrador@arrakis.es>.
2003-08-28 15:05:30 +00:00
Andraz Tori
fecf4f36bb Updated Slovenian translation 2003-08-27 11:36:12 +00:00
Christian Neumair
219859bd85 Updated German translation. 2003-08-27 10:59:08 +00:00
Vincent van Adrighem
03238680ef Dutch translation updated.
2003-08-27  Vincent van Adrighem  <V.vanAdrighem@dirck.mine.nu>

	* nl.po: Dutch translation updated.
2003-08-26 23:04:54 +00:00
BST 2003 Tony Gale
3e2fbe47b8 Fix missing tag #120713
Tue Aug 26 19:44:02 BST 2003  Tony Gale <gale@gtk.org>

        * docs/faq/gtk-faq.sgml: Fix missing tag #120713
2003-08-26 18:47:08 +00:00
Owen Taylor
e90d1cdb52 === Released 2.2.3 ===
Tue Aug 26 10:01:18 2003  Owen Taylor  <otaylor@redhat.com>

        * === Released 2.2.3 ===
GTK_2_2_3
2003-08-26 18:27:37 +00:00
Guntupalli Karunakar
c3eea233c3 Updated Hindi translation 2003-08-26 16:10:01 +00:00
Owen Taylor
38d974d6a1 Fix variable declaration not at start of block. (#120371, Damien Carbery)
Tue Aug 26 09:57:38 2003  Owen Taylor  <otaylor@redhat.com>

        * gdk/x11/gdkkeys-x11.c (update_keymaps): Fix variable
        declaration not at start of block. (#120371, Damien Carbery)

        * NEWS: Bunch of typo fixes from Kristian.
2003-08-26 14:11:15 +00:00
Dafydd Harries
f6646427bb Updated Welsh translation. 2003-08-26 13:11:39 +00:00
Frédéric Crozat
7bf4c0ba2e My firstname is Frederic, not Federico :) 2003-08-26 07:46:06 +00:00
Owen Taylor
0d61cf7cf0 === Released 2.2.3 ===
Mon Aug 25 21:48:34 2003  Owen Taylor  <otaylor@redhat.com>

        * === Released 2.2.3 ===

        * configure.in: Version 2.2.3, interface age 3

        * NEWS: Updated

        * gdk/x11/gdkkeys-x11.c (gdk_keymap_translate_keyboard_state):
        SGML markup fixes.
2003-08-26 04:15:23 +00:00
Owen Taylor
e86529966a Since we add one to the layout's reported width to account for the cursor,
Mon Aug 25 19:55:55 2003  Owen Taylor  <otaylor@redhat.com>

        * gtk/gtktextview.c (gtk_text_view_update_layout_width):
        Since we add one to the layout's reported width to
        account for the cursor, we need to subtract one when
        setting the wrap width for the layout. (Fixes infinite
        loop (#120325, Federico Crozat)

        * gtk/gtktextlayout.c (gtk_text_layout_get_line_display):
        Be a bit more careful about rounding when converting
        wrapped width from Pango units to pixels.
2003-08-26 00:06:09 +00:00
Owen Taylor
4b01f3de88 Send the focus on to the parent when there was no focus widget before and
Wed Aug 20 21:26:49 2003  Owen Taylor  <otaylor@redhat.com>

        * gtk/gtkplug.c (gtk_plug_focus): Send the focus on
        to the parent when there was no focus widget before
        and no focus widget after - that is, when there are
        no focusable widgets. (#108678, help tracking it
        down from Padraig O'Briain, Federico Mena Quintero, )

        * gtk/gtkxembed.[ch]: Move various shared utilities
        for the XEMBED protocol eused by GtkPlug and GtkSocket
        here.

        * gtk/gtkxembed.[ch] gtkplug.c gtksocket.c: Implement
        a flag bit that is sent with focus mesages to indicate
        that the focus has wrapped around on the toplevel;
        use this bit to catch infinite loops when there is no
        focusable widget at ll in the entire toplevel.

        * tests/testsocket.c (child_read_watch): Remove an
        extraneous unref.

        * gtk/gtkplug.c gtk/gtksocket.c gtk/gtkxembed.h:
        Up XEMBED protocol version to 1, add logic for
        sending the right version in XEMBED_EMBEDDED_NOTIFY.

        * gtk/gtksocket.c (gtk_socket_add_window): Send
        the embedder window in the XEMBED_EMBEDDED_NOTIFY
        as the spec requires.
2003-08-25 21:46:24 +00:00
Owen Taylor
89b3194a02 Don't include page->menu_label - causes various problems, including
Mon Aug 25 17:28:04 2003  Owen Taylor  <otaylor@redhat.com>

        * gtk/gtknotebook.c (gtk_notebook_forall): Don't
        include page->menu_label - causes various problems,
        including #12047.
2003-08-25 21:34:37 +00:00
Kristian Rietveld
aa43d03026 Fixes #115871, reported by Michael Natterer.
Mon Aug 25 23:21:43 2003  Kristian Rietveld  <kris@gtk.org>

	Fixes #115871, reported by Michael Natterer.

	* gtk/gtktreeprivate.h: added GtkTreeSelectMode enum,
	added ctrl_pressed and shift_pressed bitfields,
	(_gtk_tree_selection_internal_select_node): replace GdkModifierType
	arg with GtkTreeSelectMode.

	* gtk/gtktreeselection.c (gtk_tree_selection_set_mode),
	(gtk_tree_selection_select_path), (gtk_tree_selection_unselect_path),
	(_gtk_tree_selection_internal_select_node): all updated for
	GdkModifierType -> GtkTreeSelectMode move.

	* gtk/gtktreeview.c (gtk_tree_view_button_press): set ctrl_pressed
	and shift_pressed around selection handling block,
	(gtk_tree_view_real_select_cursor_row),
	(gtk_tree_view_real_toggle_cursor_row),
	(gtk_tree_view_real_selection_cursor_parent),
	(gtk_tree_view_real_set_cursor): use ctrl_pressed and shift_pressed,
	instead of checking the event state. And also updates for the
	GdkModifierType -> GtkTreeSelectMode move.
2003-08-25 21:25:52 +00:00
Owen Taylor
29a2f31f23 Send the focus on to the parent when there was no focus widget before and
Wed Aug 20 21:26:49 2003  Owen Taylor  <otaylor@redhat.com>

        * gtk/gtkplug.c (gtk_plug_focus): Send the focus on
        to the parent when there was no focus widget before
        and no focus widget after - that is, when there are
        no focusable widgets. (#108678, help tracking it
        down from Padraig O'Briain, Federico Mena Quintero, )

        * gtk/gtkxembed.[ch]: Move various shared utilities
        for the XEMBED protocol eused by GtkPlug and GtkSocket
        here.

        * gtk/gtkxembed.[ch] gtkplug.c gtksocket.c: Implement
        a flag bit that is sent with focus mesages to indicate
        that the focus has wrapped around on the toplevel;
        use this bit to catch infinite loops when there is no
        focusable widget at ll in the entire toplevel.

        * tests/testsocket.c (child_read_watch): Remove an
        extraneous unref.

        * gtk/gtkplug.c gtk/gtksocket.c gtk/gtkxembed.h:
        Up XEMBED protocol version to 1, add logic for
        sending the right version in XEMBED_EMBEDDED_NOTIFY.

        * gtk/gtksocket.c (gtk_socket_add_window): Send
        the embedder window in the XEMBED_EMBEDDED_NOTIFY
        as the spec requires.
2003-08-25 21:14:20 +00:00
Owen Taylor
eee5fc14c2 Fix up CapsLock and NumLock handling for non-XKB. Add a special case hack
Mon Aug 25 16:15:41 2003  Owen Taylor  <otaylor@redhat.com>

        * gdk/x11/gdkkeys-x11.c: Fix up CapsLock and
        NumLock handling for non-XKB. Add a special case
        hack for NumLock on Sun servers. (Patch from
        Robert Basch, #115819)
2003-08-25 20:20:25 +00:00
Richard Allen
ff9cbaa98a *** empty log message *** 2003-08-25 13:02:30 +00:00
Owen Taylor
2094238a33 Fix some missing initializations of rc_file->directory.
Sun Aug 24 17:00:03 2003  Owen Taylor  <otaylor@redhat.com>

        * gtk/gtkrc.c: Fix some missing initializations of
        rc_file->directory.
2003-08-24 21:01:54 +00:00
Owen Taylor
2da6e732ac Fix problem where rc_file->directory wasn't always getting set. (#120549,
Sat Aug 23 21:40:18 2003  Owen Taylor  <otaylor@redhat.com>

        * gtk/gtkrc.c (gtk_rc_context_parse_one_file): Fix
        problem where rc_file->directory wasn't always getting
        set. (#120549, Luis Villa)
2003-08-24 02:31:13 +00:00
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