Ilkka Tuohela
92724270d9
Updated Finnish translation
2005-07-28 16:36:20 +00:00
Yair Hershkovitz
e4f0f0548e
Updated Hebrew translation.
...
2005-07-28 Yair Hershkovitz <yairhr@gmail.com>
* he.po: Updated Hebrew translation.
2005-07-28 16:33:45 +00:00
Ilkka Tuohela
7fad9f9d73
Bulk changes to Finnish strings
2005-07-28 15:40:11 +00:00
Dom Lachowicz
3d14f381b7
re-sync with gtk-wimp cvs
2005-07-28 12:24:25 +00:00
Laurent Dhima
48d7e1ca92
Updated Albanian translation.
...
2005-07-28 Laurent Dhima <laurenti@alblinux.net>
* sq.po: Updated Albanian translation.
2005-07-28 09:56:38 +00:00
Manish Singh
bf262e5f2e
Shut up CVS
2005-07-27 22:17:19 +00:00
Ivan Stojmirov
4ff7fc8cc4
eee
2005-07-27 21:22:12 +00:00
Priit Laes
68957c2a8d
Translation updated by Ivar Smolin.
...
2005-07-27 Priit Laes <plaes@cvs.gnome.org>
* et.po: Translation updated by Ivar Smolin.
2005-07-27 10:51:40 +00:00
Ankitkumar Rameshchandra Patel
e6a25cbabc
Updated Translation
2005-07-27 09:57:19 +00:00
Tor Lillqvist
23d233d937
Handle PS_ALTERNATE, too.
...
2005-07-27 Tor Lillqvist <tml@novell.com>
* gdk/win32/gdkmain-win32.c (_gdk_win32_psstyle_to_string): Handle
PS_ALTERNATE, too.
* gdk/win32/gdkmain-win32.c (gdk_screen_get_height_mm): Fix for
multi-monitor cases. (#311677 , Tim Evans)
2005-07-27 06:28:20 +00:00
Behdad Esfahbod
23cbc3a65b
Fixed mismatching format modifier. Build breaker.
2005-07-27 02:38:16 +00:00
Owen Taylor
cd2ff9ab02
Fix to be monotonic in the original size ( #308145 , Morten Welinder)
...
2005-07-26 Owen Taylor <otaylor@redhat.com>
* gtk/gtknotebook.c (gtk_notebook_page_allocate): Fix to be
monotonic in the original size (#308145 , Morten Welinder)
2005-07-27 00:00:05 +00:00
Owen Taylor
dbadd50ad7
Use >= not > in deciding whether to subtract out x/ythickness. ( #308145 ,
...
2005-07-26 Owen Taylor <otaylor@redhat.com>
* gtk/gtknotebook.c (gtk_notebook_page_allocate): Use
>= not > in deciding whether to subtract out x/ythickness.
(#308145 , Morten Welinder)
2005-07-26 23:58:01 +00:00
Elijah Newren
e2d2d159ca
Revert part of patch from #166379 ; don't have gtk_window_present() change
...
2005-07-26 Elijah Newren <newren@gmail.com>
Revert part of patch from #166379 ; don't have gtk_window_present()
change a window's desktop, but rather leave it up to the WM.
(#311653 )
* gtk/gtkwindow.c (gtk_window_present_with_time): Don't change a
window's workspace
2005-07-26 23:46:55 +00:00
Tor Lillqvist
624016fee6
Declare GetAncestor() and define GA_PARENT if missing (MSVC6). ( #311633 )
...
2005-07-26 Tor Lillqvist <tml@novell.com>
* gtk/gtkplug-win32.c: Declare GetAncestor() and define GA_PARENT
if missing (MSVC6). (#311633 )
2005-07-26 20:42:18 +00:00
Hendrik Brandt
08f09dc083
Updated German translation.
...
2005-07-26 Hendrik Brandt <heb@gnome-de.org>
* po*/de.po: Updated German translation.
2005-07-26 20:21:10 +00:00
Federico Mena Quintero
4b4c0fe86c
New directory with the start of a framework for testing performance in
...
2005-07-26 Federico Mena Quintero <federico@ximian.com>
* perf/: New directory with the start of a framework for testing
performance in GTK+.
* Makefile.am (SRC_SUBDIRS): Added the perf directory.
* configure.in (AC_OUTPUT): Generate perf/Makefile.
2005-07-26 18:46:01 +00:00
Matthias Clasen
98a1367afe
Fix up includes on Win32. ( #311630 , Kazuki Iwamoto)
...
2005-07-26 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkfilechooserdefault.c: Fix up includes on Win32.
(#311630 , Kazuki Iwamoto)
2005-07-26 18:43:27 +00:00
Matthias Clasen
4242628811
Make it compile
2005-07-26 17:16:51 +00:00
Matthias Clasen
31329ec363
Add ISO_Level3_Shift to the list of keysyms to ignore for composition,
...
2005-07-26 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkimcontextsimple.c: Add ISO_Level3_Shift to
the list of keysyms to ignore for composition, since
AltGr keys produce it in some keyboard layouts. (#307283 )
2005-07-26 15:56:50 +00:00
Matthias Clasen
2e64df4035
Remove G_GNUC_NULL_TERMINATED from gtk_widget_new as well, pointed out by
...
2005-07-26 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkwidget.h:
* gtk/gtk.symbols: Remove G_GNUC_NULL_TERMINATED from
gtk_widget_new as well, pointed out by Kjartan Maraas.
2005-07-26 15:02:23 +00:00
Artur Flinta
c96fb60670
Updated Polish translation by GNOME PL Team.
...
2005-07-26 Artur Flinta <aflinta@cvs.gnome.org>
* pl.po: Updated Polish translation by GNOME PL Team.
2005-07-26 12:56:06 +00:00
Artur Flinta
20319a0e15
Updated Polish translation by GNOME PL Team.
...
2005-07-26 Artur Flinta <aflinta@cvs.gnome.org>
* pl.po: Updated Polish translation by GNOME PL Team.
2005-07-26 11:42:51 +00:00
Matthias Clasen
ad476671c1
Pad out the full width, in an attempt to work around bug #311225 .
...
2005-07-25 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkhsv.c (paint_triangle): Pad out the full width, in
an attempt to work around bug #311225 .
2005-07-25 20:25:43 +00:00
Federico Mena Quintero
8f35b79ded
Call gtk_menu_attach_to_widget() in the example for the ::popup-menu
...
2005-07-22 Federico Mena Quintero <federico@ximian.com>
* gtk/migrating-checklist.sgml: Call gtk_menu_attach_to_widget()
in the example for the ::popup-menu signal.
2005-07-25 17:37:45 +00:00
Matthias Clasen
c3354e76d7
Call msgfmt -c to catch format string errors
2005-07-25 14:28:44 +00:00
Matthias Clasen
113b4e2f2d
Call msgfmt with -c to catch format string errors
2005-07-25 14:26:57 +00:00
Matthias Clasen
3e7c9de080
Add a missing Plural-Forms declaration
2005-07-25 14:25:54 +00:00
Matthias Clasen
518bbebc3a
Fix a format string error.
2005-07-25 14:22:28 +00:00
Matthias Clasen
e0f77a1f76
Trivial doc fixes.
...
2005-07-25 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktreemodelsort.c: Trivial doc fixes.
* gtk/gtktreesortable.c: Talk about comparison functions, not
sort functions in some places. (#311398 , Fabrice Bauzac)
2005-07-25 Matthias Clasen <mclasen@redhat.com>
* gtk/tmpl/gtktreemodelsort.sgml: Note that the sorting
function is not guaranteed to be stable. (#311398 ,
Fabrice Bauzac)
2005-07-25 13:55:31 +00:00
Matthias Clasen
258f25700d
gtk/gtkfilechooserdialog.[hc] Remove the G_GNUC_NULL_TERMINATED marker
...
2005-07-25 Matthias Clasen <mclasen@redhat.com>
* gtk/gtk.symbols:
* gtk/gtkobject.[hc]:
* gtk/gtkfilechooserdialog.[hc]
* gtk/gtkdialog.[hc]: Remove the G_GNUC_NULL_TERMINATED marker
from a number of varargs functions where we allow to omit the
varargs completely. (#311465 , Callum McKenzie)
2005-07-25 13:34:24 +00:00
Ankitkumar Rameshchandra Patel
8fe10d1357
Updated Translation
2005-07-25 08:51:01 +00:00
Alexander Shopov
bd3687a16c
Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>
...
2005-07-25 Alexander Shopov <ash@contact.bg>
* bg.po: Updated Bulgarian translation by
Alexander Shopov <ash@contact.bg>
2005-07-25 06:55:27 +00:00
Francisco Javier F. Serrador
d06a37f60a
Updated spanish translation.
...
2005-07-24 Francisco Javier F. Serrador <serrador@cvs.gnome.org>
* es.po: Updated spanish translation.
2005-07-24 16:47:23 +00:00
Kjartan Maraas
4ebb0fb475
Updated Norwegian bokmål translation. Same
...
2005-07-24 Kjartan Maraas <kmaraas@gnome.org>
* nb.po: Updated Norwegian bokmål translation.
* no.po: Same
2005-07-24 15:05:06 +00:00
Miloslav Trmac
03ad7a6304
Updated Czech translation.
...
2005-07-23 Miloslav Trmac <mitr@volny.cz>
* cs.po: Updated Czech translation.
2005-07-23 16:47:28 +00:00
Duarte Loreto
99db5f22ca
Updated Portuguese translation.
...
2005-07-23 Duarte Loreto <happyguy_pt@hotmail.com>
* pt.po: Updated Portuguese translation.
2005-07-23 14:32:53 +00:00
Funda Wang
f1639f0a36
Updated Simplified Chinese translation
2005-07-23 07:03:25 +00:00
Chao-Hsiung Liao
04a5be247c
zh_TW.po Updated Traditional Chinese translation.
...
2005-07-23 Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
* zh_TW.po Updated Traditional Chinese translation.
2005-07-23 05:41:12 +00:00
Duarte Loreto
e288e65998
Updated Portuguese translation.
...
2005-07-23 Duarte Loreto <happyguy_pt@hotmail.com>
* pt.po: Updated Portuguese translation.
2005-07-22 23:41:03 +00:00
Vincent van Adrighem
4cf83bfd24
Translation updated by Tino Meinen.
...
2005-07-22 Vincent van Adrighem <adrighem@gnome.org>
* nl.po: Translation updated by Tino Meinen.
2005-07-22 20:40:44 +00:00
Matthias Clasen
22d4d65e01
2.7.4
2005-07-22 20:28:31 +00:00
Matthias Clasen
e4ac49b48e
Updates
2005-07-22 16:23:34 +00:00
Matthias Clasen
fe1380e0c4
Point out escaping oversight. ( #311260 , Owen Taylor)
...
2005-07-22 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkmessagedialog.c (gtk_message_dialog_format_secondary_markup):
Point out escaping oversight. (#311260 , Owen Taylor)
2005-07-22 16:10:32 +00:00
Nikos Charonitakis
1db798a400
Updated Greek translation
2005-07-22 16:05:00 +00:00
Matthias Clasen
07dd252abe
Add bug ref
2005-07-22 15:37:10 +00:00
Matthias Clasen
da260ce835
Make anchored patterns work as they did before.
...
2005-07-22 Matthias Clasen <mclasen@redhat.com>
* gdk-pixbuf-io.c (format_check): Make anchored patterns work
as they did before.
2005-07-22 15:34:32 +00:00
Ignacio Casal Quinteiro
fee54dfc8f
*** empty log message ***
2005-07-22 15:33:50 +00:00
Ivan Stojmirov
feee1ee9f6
done
2005-07-22 11:11:48 +00:00
Adam Weinberger
ad0297980c
Updated Canadian English translation.
...
2005-07-22 Adam Weinberger <adamw@gnome.org>
* en_CA.po: Updated Canadian English translation.
2005-07-22 10:36:53 +00:00