Javier Jardón
588bec9121
Move documentation from templates to inline comments: GtkAboutDialog
...
https://bugzilla.gnome.org/show_bug.cgi?id=597865
2009-10-14 03:33:09 +02:00
Javier Jardón
df9e1c3294
Substitute gtk_widget_ref/unref with g_object_ref/unref
...
Substitute the use of gtk_widget_ref/unref in documentation examples
and in internal gtk+ code
https://bugzilla.gnome.org/show_bug.cgi?id=598218
2009-10-14 03:30:57 +02:00
Javier Jardón
b66583f2a5
Substitute gtk_style_unref for g_object_unref in documentation example
...
https://bugzilla.gnome.org/show_bug.cgi?id=598218
2009-10-14 03:30:31 +02:00
Javier Jardón
57bc513713
Use g_object_ref/unref instead deprecated gdk_*_ref/unref functions
...
Substitute deprecated reference counting functions for
g_object_ref/unref in documentation and in internal code
https://bugzilla.gnome.org/show_bug.cgi?id=598217
2009-10-14 03:13:52 +02:00
Tor Lillqvist
fb63e32a9d
Don't use XP themes until they work
2009-10-13 21:34:22 +03:00
Javier Jardón
8539899349
Bump version to 2.19.0
2009-10-13 17:29:04 +02:00
Leonid Kanter
9eeece19ed
Updated Russian translation
2009-10-13 17:19:26 +03:00
Leonid Kanter
891c2d1b3f
Updated Russian translation
2009-10-13 17:00:59 +03:00
Nguyễn Thái Ngọc Duy
646955f186
po/vi.po: update translation of "Places"
2009-10-13 20:19:54 +07:00
David Planella
1542fa6f8d
Updated Catalan translation
2009-10-13 13:37:44 +02:00
David Planella
0ade1c4bff
Updated Catalan translation
2009-10-12 19:32:26 +02:00
Javier Jardón
127033f83d
Bug 596019 - No accessors for GtkDialog buttons
...
Add API for GtkDialog to return widgets by response ID.
Added gtk_dialog_get_widget_for_response() to access to all kinds
of buttons with all kinds of responses.
2009-10-12 17:20:02 +02:00
Dumitru Mișu Moldovan
39c1da4d01
Updated Romanian translation
2009-10-11 14:29:25 +03:00
Kjartan Maraas
80ace71c94
Updated Norwegian bokmål translation
2009-10-11 12:36:48 +02:00
Eitan Isaacson
76997ab57d
Explicitly set the accessible name of GtkToolButton.
...
GAIL is not able to retrieve the correct button name alone, so it must be set in gtktoolbutton.c
https://bugzilla.gnome.org/show_bug.cgi?id=597596
2009-10-10 18:11:00 -07:00
Michael Natterer
59f2a62e9c
Revert "Remove deprecated GtkContainer function and macros"
...
This reverts commit 0e3a46915e
.
2009-10-10 18:26:07 +02:00
Javier Jardón
0e3a46915e
Remove deprecated GtkContainer function and macros
2009-10-10 16:58:33 +02:00
Branko Kokanović
1b32f7ad17
Updated Serbian translation
2009-10-09 20:12:26 +00:00
Tor Lillqvist
f562138ef0
Create and install gtk-update-icon-cache.exe.manifest to avoid UAC
2009-10-09 15:13:39 +03:00
Tor Lillqvist
2e0b5580ef
Don't include gdkwin32.h when testing Objective-C++
...
Fixes bug #594644 . If somebody actually some day needs to include
gdkwin32.h from an Objective-C++ program something needs to be done.
2009-10-09 14:35:49 +03:00
Matthias Clasen
088baaec31
Make selecting the last character work again
...
This broke when I added link support. git bisect helped to track it
down.
2009-10-09 07:08:54 +02:00
Matej Urbančič
b3b26b517d
Updated Slovenian translation
2009-10-08 14:20:59 +02:00
Timo Jyrinki
3cad065c98
Updated Finnish translation by Jiri Grönroos.
2009-10-08 12:50:35 +03:00
Tor Lillqvist
9212f560f0
Fix the GDI+ gdk-pixbuf loader
...
Should fix bug #552678 . Patch by Dominic Lachowicz, based on a clueful
response from Jason Copenhaver on Albeto Ruiz's blog
http://aruiz.typepad.com/siliconisland/2009/08/dear-lazyweb-gtk-need-gdi-help.html
2009-10-08 10:59:55 +03:00
André Gondim
f38fc7f37d
Updated Brazilian Portuguese translation.
...
Reviewed by Rodrigo Flores <mail@rodrigoflores.org>.
2009-10-07 07:20:26 -03:00
Alexander Shopov
79c2af5c4e
Updated Bulgarian translation
2009-10-07 07:48:27 +03:00
Tor Lillqvist
425b652003
Don't ignore SIGPIPE unless it exists
2009-10-06 14:53:22 +03:00
Manoj Kumar Giri
2dee48b6d0
Updated Oriya Translation
2009-10-06 11:27:46 +05:30
Matthias Clasen
4ee18f8b94
Bump version
2009-10-05 17:44:25 -04:00
Matthias Clasen
68f25328e4
2.18.2
2009-10-05 17:42:00 -04:00
Matthias Clasen
c29e8f6cff
Updates
2009-10-05 16:43:37 -04:00
Alexander Larsson
c5d0861179
Don't request window sizes with zero width or height
...
Zero width/height is unsupported and will magically be turned into one.
For instance, gtk_widget_size_allocate() will eventually do this magic
on the value stored in widget->allocation.
However, if we don't do this magic conversion early, then the value
returned from gtk_window_compute_configure_request() will not be
comparable with whats stored in widget->allocation. (I.E. they will
differ if width or height are zero).
This is dangerous, as we do such a comparison in gtk_window_move_resize().
Currently a change from e.g. 10x1 (current allocation) to 10x0 (new size)
will be expected to produce a ConfigureNotify, when it actually won't,
thus never thawing the frozen toplevel.
Fixes bug #588059
2009-10-05 22:07:06 +02:00
Alexander Larsson
786b589d95
Fix up _gdk_windowing_window_at_pointer coordinate reporting
...
We need to do a final XQueryWindow to get the coordinates inside the
windows rather than in the parent window.
This fixes bug #597386 , "Cannot click buttons more than once...", which
failed due to the grab tracking stuff getting the wrong coordinates as
per the above.
2009-10-05 11:41:50 +02:00
Matthias Clasen
4581432387
Plug a memory leak
...
Valgrind reported a leak of regions from gdk_window_process_updates_internal.
2009-10-04 22:35:12 -04:00
Takayuki KUSANO
05ded28d7d
Updated Japanese translation
2009-10-03 18:34:58 +09:00
Luca Ferretti
c3b22ee7c4
Updated Italian translation
2009-10-03 09:20:44 +02:00
Sebastian Dröge
59177b1932
Bug 596959 - DirectFB backend compilation broken with changes from 2.18.0 to 2.18.1
...
Fix compilation of the DirectFB backend after internal API changes of GDK.
2009-10-02 07:39:34 +02:00
Pascal Terjan
f3013bf6ed
Call XReconfigureWMWindow with proper screen
...
Thanks gcc :
gdkwindow-x11.c:1731: warning: passing argument 3 of
'XReconfigureWMWindow' makes integer from pointer without a cast
/usr/include/X11/Xlib.h:1871: note: expected 'int' but argument is of
type 'struct GdkScreen *'
Signed-off-by: Pascal Terjan <pterjan@mandriva.com>
2009-10-01 18:36:43 +02:00
Matthias Clasen
97d15954ad
Move SIGPIPE suppression to gtk_init and document it
...
Some people were unhappy with doing it deep inside the lpr print
backend at an unpredictable time, and SIGPIPE is almost never
wanted anyway.
2009-10-01 11:45:28 -04:00
Miloš Popović
42ad005847
Updated Serbian translation
2009-10-01 01:23:06 +00:00
Matthias Clasen
3b39aacd29
Bump version
2009-09-30 18:02:46 -04:00
Matthias Clasen
df3775821d
2.18.1
2009-09-30 18:00:21 -04:00
Matthias Clasen
121868f660
Updates
2009-09-30 16:28:02 -04:00
Petr Kovar
724b2bae64
Updated Czech translation
2009-09-30 21:23:10 +02:00
Adrian Johnson
7c3e8130c4
Correct the orientation of landscape pages
...
The convention for landscape pages, and required by PostScript
Language Reference Manual, is for landscape printing to rotate user
space 90 degrees counterclockwise. Part of bug 596423
2009-09-30 12:47:55 -04:00
Adrian Johnson
4261efda2b
Emit PageOrientation DSC comment into PostScript print output
...
The PageOrientation DSC comment tells PostScript viewers such as gv or
evince the orientation to use when displaying the page. Part of bug 596423
2009-09-30 12:46:58 -04:00
Marek Kasik
dd52987d1f
Speed up printer listing in the print dialog
...
Use shorter timeout for connection testing to avoid A 3-6 second
delay before the printers appear. Bug 594643
2009-09-30 12:43:40 -04:00
Gabor Kelemen
14f3006d12
Updated Hungarian translation
2009-09-30 16:49:55 +02:00
Kristian Rietveld
a4145bfeef
Bug 588449 - DnD doesn't work on GDK/Quartz
...
Patch from Paul Davis. This gets the basics of drag and drop properly
working on Mac OS X.
2009-09-30 15:07:37 +02:00
Christian Dywan
31771cc640
Add a note about tooltip theming
...
This should help to reduce the amount of confusion about how to
make a tooltip window appear like a tooltip. Bug 596080.
2009-09-30 08:45:30 -04:00