Commit Graph

17897 Commits

Author SHA1 Message Date
Brian Cameron
f43a78a892 Fix casting problem in gmodule code.
This fixes bug 579884.  Previously the return value of g_slist_find_custom was
being recasted as type (GtkModuleInfo *).  This patch sets the return value
to a temporary variable of type (GSList *), and sets info to temp->data.  This
avoids a crashing problem.
2009-04-24 18:16:15 -05:00
Vladimir Melo
28a6068eb9 Updated Brazilian Portuguese translation. 2009-04-22 20:49:58 -03:00
Matej Urban
b33db85956 Updated Slovenian translation 2009-04-22 12:07:53 +02:00
Christian Persch
f1bb36c9d7 Allow unsetting the icon title set with gdk_window_set_icon_name
Change gdk_window_set_icon_name to allow using NULL to unset a
previously set icon title, so that the icon title tracks the normal
title again. Bug #535557.
2009-04-20 14:57:06 +02:00
Tobias Mueller
3c625fed07 Remove a deprecated call to gtk_status_icon_set_tooltip
This fixes bug 574386.
2009-04-20 01:45:10 +02:00
Khaled Hosny
39eb2c618e Updated Arabic translation 2009-04-19 20:00:33 +02:00
Matthias Clasen
61af085938 Point to better place for git documentation 2009-04-18 15:18:10 -04:00
Matthias Clasen
11adc5a0d3 Don't leak RequiresInfo when parsing GtkBuilder files
This fixes bug 579366.
2009-04-18 14:53:00 -04:00
Matthias Clasen
c28fabe3f6 Make GtkAssistant keep its padding when built with GtkBuilder 2009-04-18 14:43:52 -04:00
Luca Ferretti
553523048a Updated Italian translation
Completed Italian translation for 2.16
2009-04-18 17:32:57 +02:00
Philip Withnall
db1e138952 Updated British English translation 2009-04-18 16:29:24 +01:00
David Planella
ec0dd9f1ab Updated Catalan translation 2009-04-18 11:45:56 +02:00
Deng Xiyue
fbfea09f37 Updated zh_CN translation 2009-04-18 07:44:44 +02:00
Matthias Clasen
dfbc1199d4 Fix a resizing problem with marks on scales
Queue a resize when marks are added to or removed from GtkScale
widgets. This fixes a visual glitch with the 100% mark in
gnome-volume-control.
2009-04-16 00:50:46 -04:00
Stefan Kost
663bf3db0e build: fix the build when not making man-pages 2009-04-15 18:13:20 +03:00
Milos Popovic
2bac62984b Updated Serbian translation 2009-04-15 10:47:49 +02:00
Manoj Kumar Giri
647db71507 Upadated Oriya Translation 2009-04-14 15:20:48 +05:30
Manoj Kumar Giri
73fff08dfb Updated Oriya Translation 2009-04-14 12:05:23 +05:30
Manoj Kumar Giri
ee3734e935 Updated Oriya Translation 2009-04-14 12:01:09 +05:30
Khaled Hosny
2bcaf6c2af Updated Arabic translation 2009-04-14 01:21:50 +02:00
Ankitkumar Patel
82ba15b349 Updated Gujarati Translations 2009-04-13 17:24:21 +05:30
Kenneth Nielsen
85f6ac2ab2 Updated Danish translation\n\nUpdated Danish translation by Kenneth Nielsen 2009-04-12 17:03:04 +02:00
Jorge González
bf641cd461 Updated Spanish translation 2009-04-12 16:49:25 +02:00
Kenneth Nielsen
419686f716 Updated Danish translation\n\nUpdated Danish translation by Kenneth Nielsen 2009-04-12 15:10:16 +02:00
Matthias Clasen
fd9ee5539f Bump version 2009-04-11 18:09:33 -04:00
Matthias Clasen
035be761f4 Release 2.16.1 2009-04-11 18:05:34 -04:00
Matthias Clasen
33857adc7d Remove generated files 2009-04-11 15:54:33 -04:00
Matthias Clasen
bfb8eed292 Update for 2.16.1 2009-04-11 15:52:28 -04:00
Michael J. Chudobiak
b07c6616f8 Minor file descriptor leak in testgtk
Added a missing fclose. Bug #578366.
2009-04-11 13:42:14 -04:00
Matthias Clasen
2c6db0bae2 Remove generated files 2009-04-11 11:40:30 -04:00
Christian Persch
db7d72c82f Display localised accelerator keys also in OTHER mode
This fixes bug 572797.
2009-04-11 01:53:32 -04:00
Michael Chudobiak
f07613bb12 Fix a small leak in GtkFileSelector 2009-04-11 01:47:29 -04:00
Bruce Cowan
7b2bda7c84 Add GtkHSV in gtk.types to fix documentation 2009-04-11 01:44:35 -04:00
Christian Dywan
e5af8c67a1 Correct tutorial url in faq 2009-04-11 01:42:07 -04:00
MOROHOSHI Akihiko
d8da8dd4ff Improve dialog handling in gtk-builder-convert
Make gtk-builder-convert handle response ids in GtkFileChooserDialog
correctly. (#557629)
2009-04-11 01:34:22 -04:00
Simos Xenitellis
8066cc1555 Updated Greek translation 2009-04-10 23:29:14 +01:00
Claude Paroz
fd513c3e1a Updated French translation 2009-04-10 22:12:35 +02:00
Carlos Garcia Campos
67d8ed9ed3 Send the print job title to the previewer
The previewer should know the print job title too, it could be included
in the print settings file. Fixes bug #561345
2009-04-10 11:53:11 +02:00
Carlos Garcia Campos
d77156952d Save PageSetup into print settings file used by the print previewer
Fixes bug #578271
2009-04-10 11:53:11 +02:00
Carlos Garcia Campos
5261d14d6f Fix memory leak in gdkscreen-x11
When RandR 1.2 X driver doesn't return any usable multihead data the
monitors array is freed, without freeing the memory allocated by the array
elements before. Fixes bug #578354
2009-04-10 00:14:23 -04:00
Matthias Clasen
f0b4779d56 Improve accessible name
Change the accessible name of an entry in the print dialog from "At"
to "Time of print". String addition. (#577964)
2009-04-10 00:09:27 -04:00
Matthias Clasen
1f1db4f288 Expand GtkBuilder migration guide 2009-04-09 23:42:44 -04:00
Matthias Clasen
af56f63561 Update release instructions for git 2009-04-09 19:38:55 -04:00
Jorge González
24a9dadfe9 Updated Spanish translation 2009-04-09 17:04:17 +02:00
Sven Neumann
de64faabeb Fix compilation with DirectFB 1.0
The code used a field introduced with DirectFB 1.2. Added a
compile-time version check to make it work with DirectFB 1.0.
2009-04-09 16:50:25 +02:00
Reşat SABIQ
3f41896abe Updated Crimean Tatar (Crimean Turkish) translation
Updated crh.po.
2009-04-09 04:37:32 -05:00
Reşat SABIQ
f702e212d8 Updated Crimean Tatar (Crimean Turkish) translation
Updated crh.po.
2009-04-09 03:56:37 -05:00
Simos Xenitellis
fbbbf7a936 Merge branch 'master' of ssh://simos@git.gnome.org/git/gtk+ 2009-04-09 00:28:42 +01:00
Simos Xenitellis
d2bea918b9 Updated Greek translation 2009-04-09 00:28:18 +01:00
Luca Ferretti
8bc711b43b Updated Italian translation
Updated Italian translation by Luca Ferretti

Signed-off-by: Milo Casagrande <milo@ubuntu.com>
2009-04-08 23:33:27 +02:00