]> Pileus Git - ~andy/gtk/log
~andy/gtk
13 years agoShow lock warning for num lock as well as caps lock
William Jon McCann [Thu, 1 Jul 2010 22:52:13 +0000 (18:52 -0400)]
Show lock warning for num lock as well as caps lock

https://bugzilla.gnome.org/show_bug.cgi?id=623239

13 years ago[gdk] Add gdk_keymap_get_num_lock_state
William Jon McCann [Thu, 1 Jul 2010 22:45:06 +0000 (18:45 -0400)]
[gdk] Add gdk_keymap_get_num_lock_state

https://bugzilla.gnome.org/show_bug.cgi?id=623239

13 years ago[gdk] Remove GdkWindowObject public structure
Javier Jardón [Fri, 25 Jun 2010 01:02:20 +0000 (03:02 +0200)]
[gdk] Remove GdkWindowObject public structure

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=622677

13 years ago[gdk] Add gdk_window_has_native() function
Javier Jardón [Mon, 28 Jun 2010 22:31:39 +0000 (00:31 +0200)]
[gdk] Add gdk_window_has_native() function

https://bugzilla.gnome.org/show_bug.cgi?id=622677

13 years ago[l10n] Updated Estonian translation
Ivar Smolin [Wed, 30 Jun 2010 20:55:39 +0000 (23:55 +0300)]
[l10n] Updated Estonian translation

13 years agoRemove dummy for gdk_event_get_graphics_expose()
Kristian Rietveld [Wed, 30 Jun 2010 19:42:32 +0000 (21:42 +0200)]
Remove dummy for gdk_event_get_graphics_expose()

This was a deprecated function that has been removed.

13 years agoRemove mention of gdk_event_get_graphics_expose()
Kristian Rietveld [Wed, 30 Jun 2010 19:42:05 +0000 (21:42 +0200)]
Remove mention of gdk_event_get_graphics_expose()

13 years agoFix annotation.
Ignacio Casal Quinteiro [Wed, 30 Jun 2010 18:37:22 +0000 (20:37 +0200)]
Fix annotation.

13 years agoFix typos in Cairo region conversion so that Quartz actually compiles
Kristian Rietveld [Wed, 30 Jun 2010 09:10:29 +0000 (11:10 +0200)]
Fix typos in Cairo region conversion so that Quartz actually compiles

13 years agoUpdate Quartz DnD code to set device on DnD events
Kristian Rietveld [Wed, 30 Jun 2010 08:56:10 +0000 (10:56 +0200)]
Update Quartz DnD code to set device on DnD events

13 years agoImplement gdk_drag_context_{get,set}_device in Quartz backend
Kristian Rietveld [Tue, 29 Jun 2010 11:10:44 +0000 (13:10 +0200)]
Implement gdk_drag_context_{get,set}_device in Quartz backend

13 years agoconfigure: Bump required Cairo version to 1.9.10
Benjamin Otte [Tue, 29 Jun 2010 15:05:28 +0000 (17:05 +0200)]
configure: Bump required Cairo version to 1.9.10

13 years agoAPI: Remove all GdkRegion API
Benjamin Otte [Mon, 28 Jun 2010 14:19:56 +0000 (16:19 +0200)]
API: Remove all GdkRegion API

Remove the deprecated region APIs completely from GTK.

https://bugzilla.gnome.org/show_bug.cgi?id=613284

13 years agoexamples: Port example to use cairo region API
Benjamin Otte [Mon, 28 Jun 2010 14:19:30 +0000 (16:19 +0200)]
examples: Port example to use cairo region API

https://bugzilla.gnome.org/show_bug.cgi?id=613284

13 years agos/GdkRegion/cairo_region_t/ in all of gtk
Benjamin Otte [Mon, 28 Jun 2010 12:54:37 +0000 (14:54 +0200)]
s/GdkRegion/cairo_region_t/ in all of gtk

https://bugzilla.gnome.org/show_bug.cgi?id=613284

13 years agoDeprecate the GdkRegion API
Benjamin Otte [Mon, 28 Jun 2010 12:44:12 +0000 (14:44 +0200)]
Deprecate the GdkRegion API

Includes fixing all callers to use the cairo region API instead. This is
usually just replacing the function names, the only difference is
gdk_region_get_rectangles() being replaced by
cairo_region_num_rectangles() and cairo_region_get_rectangle() which
required a bit more work.

https://bugzilla.gnome.org/show_bug.cgi?id=613284

13 years agoRemove _gdk_region_new_from_yxbanded_rects()
Benjamin Otte [Mon, 28 Jun 2010 12:31:10 +0000 (14:31 +0200)]
Remove _gdk_region_new_from_yxbanded_rects()

It was an internal function and we can use
cairo_region_create_rectangles() instead.

https://bugzilla.gnome.org/show_bug.cgi?id=613284

13 years agoImplement GdkRegion in terms of cairo_region_t
Benjamin Otte [Mon, 28 Jun 2010 12:27:55 +0000 (14:27 +0200)]
Implement GdkRegion in terms of cairo_region_t

Only changes in headers: GdkRegion and GdkRectangle are typedeffed to
cairo_region_t and cairo_rectangle_int_t respectively. The region type
was opaque anyway so it doesn't matter and the rectangle types are
identical.

https://bugzilla.gnome.org/show_bug.cgi?id=613284

13 years agoMake sure we always include gdk-pixbuf in the gdk requires
Matthias Clasen [Tue, 29 Jun 2010 11:56:32 +0000 (07:56 -0400)]
Make sure we always include gdk-pixbuf in the gdk requires

This is needed since we include gdk-pixbuf.h in public gdk headers

13 years agoSupport NOCONFIGURE (from gnome-common)
Colin Walters [Mon, 28 Jun 2010 21:16:44 +0000 (17:16 -0400)]
Support NOCONFIGURE (from gnome-common)

gnome-common's autogen.sh uses NOCONFIGURE to skip running configure.
Support that in addition to the current AUTOGEN_SUBDIR_MODE.

13 years agoRemove XID_FONT_BIT
Javier Jardón [Fri, 25 Jun 2010 00:15:36 +0000 (02:15 +0200)]
Remove XID_FONT_BIT

13 years agoRemove GDK_GC_FONT
Javier Jardón [Fri, 25 Jun 2010 00:08:40 +0000 (02:08 +0200)]
Remove GDK_GC_FONT

13 years agoRemove deprecated GdkFont
Christian Dywan [Wed, 28 Apr 2010 19:28:06 +0000 (21:28 +0200)]
Remove deprecated GdkFont

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=604196

Signed-off-by: Javier Jardón <jjardon@gnome.org>
13 years ago[GtkStyle] Remove deprecated GdkFont usage
Javier Jardón [Thu, 24 Jun 2010 22:52:20 +0000 (00:52 +0200)]
[GtkStyle] Remove deprecated GdkFont usage

13 years agoRemove deprecated code from X interaction
Javier Jardón [Thu, 24 Jun 2010 20:20:02 +0000 (22:20 +0200)]
Remove deprecated code from X interaction

13 years ago[GdkGC] Remove deprecated GdkFont from GdkGCValues structure
Javier Jardón [Thu, 24 Jun 2010 21:40:06 +0000 (23:40 +0200)]
[GdkGC] Remove deprecated GdkFont from GdkGCValues structure

13 years ago[GtkFontSel] Remove GdkFont "font" deprecated property
Javier Jardón [Thu, 24 Jun 2010 21:04:46 +0000 (23:04 +0200)]
[GtkFontSel] Remove GdkFont "font" deprecated property

13 years agoDifferentiate between stepper B and C in the detail string
Matthias Clasen [Mon, 28 Jun 2010 18:45:25 +0000 (14:45 -0400)]
Differentiate between stepper B and C in the detail string

13 years agoRevert "Add length to gtk_tree_path_get_indices"
Colin Walters [Mon, 28 Jun 2010 18:15:10 +0000 (14:15 -0400)]
Revert "Add length to gtk_tree_path_get_indices"

This reverts commit eebb16eb1af11c5327dd06b23df82f7528566739.

Was an accidental commit.

13 years agoGdkX11.gir depends on Gdk.gir
Colin Walters [Mon, 28 Jun 2010 17:50:57 +0000 (13:50 -0400)]
GdkX11.gir depends on Gdk.gir

13 years agoAdd length to gtk_tree_path_get_indices
Colin Walters [Mon, 14 Jun 2010 20:46:13 +0000 (16:46 -0400)]
Add length to gtk_tree_path_get_indices

The old version wasn't introspectable as it didn't have a length
return parameter.  Also, delete gtk_tree_path_get_indices_with_depth,
since it's no longer needed.

13 years agoAvoid a stray 'yes' in configure output
Matthias Clasen [Mon, 28 Jun 2010 16:36:33 +0000 (12:36 -0400)]
Avoid a stray 'yes' in configure output

The corresponding AC_MSG_CHECKING line got lost

13 years agoCan't select file on file browser after changing sort order
Benjamin Otte [Wed, 16 Jun 2010 10:41:40 +0000 (12:41 +0200)]
Can't select file on file browser after changing sort order

The row values are 1-indexed not 0-indexed, this has to be taken into
account when producing the new_order array.

https://bugzilla.gnome.org/show_bug.cgi?id=621414

13 years agoMake declaration return a boolean when the function does that
Benjamin Otte [Wed, 16 Jun 2010 09:54:41 +0000 (11:54 +0200)]
Make declaration return a boolean when the function does that

13 years agoGet rid of navigation region in GtkMenu
Benjamin Otte [Wed, 16 Jun 2010 11:14:01 +0000 (13:14 +0200)]
Get rid of navigation region in GtkMenu

This completes the move to get rid of using a GdkRegion for the
navigation region and the only user of gdk_region_polygon(). We keep
track of the triangle and compute in/out points ourselves now.

Unfortunately the DRAW_STAYUP_TRIANGLES debugging code doesn't work
using cairo, so I removed it completely.

13 years agoCreate the navigation region without flipping
Benjamin Otte [Sun, 23 May 2010 19:06:24 +0000 (21:06 +0200)]
Create the navigation region without flipping

Gets rid of some code in preparation to switching to do the computation
completely without GdkRegion.

13 years agoUpdated Hebrew translation.
Yaron Shahrabani [Mon, 28 Jun 2010 11:42:40 +0000 (14:42 +0300)]
Updated Hebrew translation.

13 years agoUpdated Hebrew translation.
Yaron Shahrabani [Mon, 28 Jun 2010 10:42:58 +0000 (13:42 +0300)]
Updated Hebrew translation.

13 years agoDrop a leftover reference to libgdk_pixbuf-3.0.la
Tor Lillqvist [Sun, 27 Jun 2010 21:28:55 +0000 (00:28 +0300)]
Drop a leftover reference to libgdk_pixbuf-3.0.la

13 years agoWe need to link gdk with the gio library for non-X11 backends
Tor Lillqvist [Sun, 27 Jun 2010 21:20:44 +0000 (00:20 +0300)]
We need to link gdk with the gio library for non-X11 backends

(For X11, we link with gio-unix which takes care of it.)

13 years agoRevert "Use wide character API in the Windows IME module"
Tor Lillqvist [Sun, 27 Jun 2010 20:41:50 +0000 (23:41 +0300)]
Revert "Use wide character API in the Windows IME module"

Ha, pango_win32_font_logfontw hasn't been exported from libpangowin32
after all due to a typo. This will have to wait. And actually
libpangowin32 is supposed to be deprecated surely, so that
functionality should be moved to libpangocairo or something.

This reverts commit 804effba9938b3e5ffcad1e731fdf83daf3e0aac.

13 years agoDrop gdk-pixbuf files
Tor Lillqvist [Sun, 27 Jun 2010 20:30:02 +0000 (23:30 +0300)]
Drop gdk-pixbuf files

13 years agoUse wide character API in the Windows IME module
Tor Lillqvist [Sun, 27 Jun 2010 20:20:17 +0000 (23:20 +0300)]
Use wide character API in the Windows IME module

13 years agoAdd allow-none to gdk_window_set_cursor()
Philip Withnall [Sun, 27 Jun 2010 14:39:02 +0000 (15:39 +0100)]
Add allow-none to gdk_window_set_cursor()

13 years agoUpdated Spanish translation
Jorge González [Sun, 27 Jun 2010 11:10:13 +0000 (13:10 +0200)]
Updated Spanish translation

13 years agoDo not return values from a function returning void
Emmanuele Bassi [Sun, 27 Jun 2010 10:28:44 +0000 (11:28 +0100)]
Do not return values from a function returning void

13 years agoMove Leopard-specific type definitions to gdkquartz.h
Kristian Rietveld [Sun, 27 Jun 2010 08:32:12 +0000 (10:32 +0200)]
Move Leopard-specific type definitions to gdkquartz.h

Update includes subsequently where it matters.  Fixes build on Mac OS
X 10.4.

(cherry picked from commit e634f3fbe0498afc560530d9b92eb4709d7c7f97)

13 years agoRefactor to use API that's available in OS X 10.4 as well
Kristian Rietveld [Sun, 27 Jun 2010 08:22:36 +0000 (10:22 +0200)]
Refactor to use API that's available in OS X 10.4 as well

(cherry picked from commit 3770d914ec3ac30248f8d187ccc9f5369d3a5fcc)

13 years agoBug 622333 - Crash in gdk_window_impl_quartz_begin_paint_region
John Ralls [Sat, 26 Jun 2010 16:17:30 +0000 (18:17 +0200)]
Bug 622333 - Crash in gdk_window_impl_quartz_begin_paint_region

(cherry picked from commit 093a867e51b383b5c1877415b410cc3c122c72da)

13 years agoFlip clip mask image when setting clip mask on GC
Kristian Rietveld [Sat, 26 Jun 2010 15:12:35 +0000 (17:12 +0200)]
Flip clip mask image when setting clip mask on GC

(cherry picked from commit 9f5f47f8be10fe4bf8145498cf9158ed8e922d9c)

13 years agoRework color translation to support gray scale and bitmaps
Kristian Rietveld [Sat, 26 Jun 2010 15:08:15 +0000 (17:08 +0200)]
Rework color translation to support gray scale and bitmaps

(cherry picked from commit 49f72c1fb4bf90fde0ba9c4b40794672b775d2a8)

13 years agoAdd gray visual, implement "get_best" functions
Kristian Rietveld [Fri, 25 Jun 2010 20:40:27 +0000 (22:40 +0200)]
Add gray visual, implement "get_best" functions

(cherry picked from commit 42d07ad6ce643a2fdb3c38506e85afa07e7cd17f)

13 years agobump version
Matthias Clasen [Sun, 27 Jun 2010 04:15:06 +0000 (00:15 -0400)]
bump version

13 years agoUpdate po files after the gdk-pixbuf removal
Matthias Clasen [Sun, 27 Jun 2010 03:22:43 +0000 (23:22 -0400)]
Update po files after the gdk-pixbuf removal

13 years agoUpdates
Matthias Clasen [Sun, 27 Jun 2010 03:16:36 +0000 (23:16 -0400)]
Updates

13 years agoUse SED instead of sed
Matthias Clasen [Sun, 27 Jun 2010 03:02:08 +0000 (23:02 -0400)]
Use SED instead of sed

13 years agoMisc documentation fixes
Matthias Clasen [Sun, 27 Jun 2010 03:00:47 +0000 (23:00 -0400)]
Misc documentation fixes

13 years agoUse GREP, not grep
Matthias Clasen [Sun, 27 Jun 2010 02:35:56 +0000 (22:35 -0400)]
Use GREP, not grep

As reported in bug 621927

13 years agoUpdate for the new, external gdk-pixbuf
Matthias Clasen [Sun, 27 Jun 2010 01:56:03 +0000 (21:56 -0400)]
Update for the new, external gdk-pixbuf

13 years agodon't build testapplication on OS X
Matthias Clasen [Sun, 27 Jun 2010 01:41:58 +0000 (21:41 -0400)]
don't build testapplication on OS X

See bug 622827

13 years agoRemove stray references to gtk-2.0
Matthias Clasen [Sun, 27 Jun 2010 01:40:55 +0000 (21:40 -0400)]
Remove stray references to gtk-2.0

13 years agoRemove gdk-pixbuf pc files
Matthias Clasen [Sun, 27 Jun 2010 01:29:21 +0000 (21:29 -0400)]
Remove gdk-pixbuf pc files

Noticed in bug 622847.

13 years agoAdd an accessor for the GSEALed Gtkbutton's event_window attribute
Mirsal Ennaime [Sun, 27 Jun 2010 01:22:02 +0000 (21:22 -0400)]
Add an accessor for the GSEALed Gtkbutton's event_window attribute

 * Add the gtk_button_get_event_window() function

Closes: bgo#622581
13 years agoAdd context to detail strings when drawing steppers
Matthias Clasen [Sun, 27 Jun 2010 01:04:31 +0000 (21:04 -0400)]
Add context to detail strings when drawing steppers

As usual, this is protected by a style property:
GtkRange::stepper-position-details
The detail strings are
<detail>_start, <detail>_end and <detail>_middle.

See bug 621250

13 years agoAdd an accessor for GdkImage->mem
Matthias Clasen [Sat, 26 Jun 2010 20:48:06 +0000 (16:48 -0400)]
Add an accessor for GdkImage->mem

See bug # 522756

13 years agoRemove deprecated notebook api
Matthias Clasen [Sat, 26 Jun 2010 20:29:43 +0000 (16:29 -0400)]
Remove deprecated notebook api

13 years agoFix GtkTextBuffer annotations.
Ignacio Casal Quinteiro [Thu, 24 Jun 2010 17:51:40 +0000 (19:51 +0200)]
Fix GtkTextBuffer annotations.

13 years agoUpdated Arabic translation
Khaled Hosny [Sat, 26 Jun 2010 18:39:02 +0000 (21:39 +0300)]
Updated Arabic translation

13 years agoRemove pure gdk-pixbuf tests
Matthias Clasen [Sat, 26 Jun 2010 05:08:19 +0000 (01:08 -0400)]
Remove pure gdk-pixbuf tests

These have been moved over to the gdk-pixbuf module.

13 years agoMake GTK+ use an external gdk-pixbuf
Matthias Clasen [Sat, 26 Jun 2010 05:06:30 +0000 (01:06 -0400)]
Make GTK+ use an external gdk-pixbuf

13 years ago[quartz] Delete the typedef of GdkDevicePrivate
John Ralls [Fri, 25 Jun 2010 22:22:48 +0000 (00:22 +0200)]
[quartz] Delete the typedef of GdkDevicePrivate

It's in gdkdevice.h now.

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=622765

Signed-off-by: Javier Jardón <jjardon@gnome.org>
13 years ago[docs] Remove deprecated gdk_draw_bitmap() and gdk_draw_pixmap()
Javier Jardón [Fri, 25 Jun 2010 16:16:19 +0000 (18:16 +0200)]
[docs] Remove deprecated gdk_draw_bitmap() and gdk_draw_pixmap()

This completes commit 947cde30d9e214ea01d286dd09acc5a5d62aba11

13 years agoExposed GtkTreeView's internal GtkTreeSelection for builder files
Tristan Van Berkom [Fri, 25 Jun 2010 16:14:28 +0000 (12:14 -0400)]
Exposed GtkTreeView's internal GtkTreeSelection for builder files

13 years agoAdd --add-include-path to find just-built .gir files
Colin Walters [Fri, 25 Jun 2010 16:14:12 +0000 (12:14 -0400)]
Add --add-include-path to find just-built .gir files

13 years agoRemove gdk_draw_bitmap() and gdk_draw_pixmap() functions
Javier Jardón [Fri, 25 Jun 2010 00:32:44 +0000 (02:32 +0200)]
Remove gdk_draw_bitmap() and gdk_draw_pixmap() functions

13 years agoMention pot file update in the release howto
Matthias Clasen [Thu, 24 Jun 2010 17:15:52 +0000 (13:15 -0400)]
Mention pot file update in the release howto

13 years ago[docs] Fix annotations: "(allow-none): (out)" -> "(out) (allow-none)"
Javier Jardón [Thu, 24 Jun 2010 16:10:03 +0000 (18:10 +0200)]
[docs] Fix annotations: "(allow-none): (out)" -> "(out) (allow-none)"

13 years ago[GtkTable] Add gtk_table_get_size()
Javier Jardón [Thu, 24 Jun 2010 15:28:18 +0000 (17:28 +0200)]
[GtkTable] Add gtk_table_get_size()

Add accessor function to retrieve the number of rows and columns
in the table.

13 years agoMake gtk_window_group_get_current_grab public
Matthias Clasen [Thu, 24 Jun 2010 15:16:09 +0000 (11:16 -0400)]
Make gtk_window_group_get_current_grab public

See bug #620832.

13 years agoMake the message area available in gtkbuilder as well
Matthias Clasen [Thu, 24 Jun 2010 13:34:51 +0000 (09:34 -0400)]
Make the message area available in gtkbuilder as well

See bug 32069.

13 years agoFix annotation of gtk_text_iter_(forward/backward)_search.
Ignacio Casal Quinteiro [Wed, 23 Jun 2010 13:52:59 +0000 (15:52 +0200)]
Fix annotation of gtk_text_iter_(forward/backward)_search.

13 years agoDon't handle CUPS' "connecting-to-device" state reason
Marek Kasik [Thu, 24 Jun 2010 07:27:16 +0000 (09:27 +0200)]
Don't handle CUPS' "connecting-to-device" state reason

CUPS backend shouldn't handle "connecting-to-device" state reason.
It shows "Printer '%s' may not be connected" for this state,
which is not true in almost all cases. Better is to use
"printer-state-message" which contains correct message (#622011).

13 years agoAdd an expander-in-dialog example
Matthias Clasen [Thu, 24 Jun 2010 04:35:24 +0000 (00:35 -0400)]
Add an expander-in-dialog example

To show how I expect this kind of construction to work, makes it
easier to find the code the next time I need it somewhere.

13 years agoTurn on GSEAL_ENABLE by default
Matthias Clasen [Thu, 24 Jun 2010 03:19:58 +0000 (23:19 -0400)]
Turn on GSEAL_ENABLE by default

We do this by adding -DGSEAL_ENABLE to the Cflags in the .pc files,
so you can get out of it by adding -UGSEAL_ENABLE after the pkg-config
generated flags.

13 years agotestinput: Do not use deprecated API.
Carlos Garnacho [Wed, 9 Jun 2010 15:52:14 +0000 (17:52 +0200)]
testinput: Do not use deprecated API.

13 years agoGtkWidget: ensure device events are set on realize.
Carlos Garnacho [Wed, 9 Jun 2010 15:50:26 +0000 (17:50 +0200)]
GtkWidget: ensure device events are set on realize.

https://bugzilla.gnome.org/show_bug.cgi?id=621690

13 years agoGtkWindow: Use client pointer on pointer-dependent positioning.
Carlos Garnacho [Tue, 8 Jun 2010 13:19:32 +0000 (15:19 +0200)]
GtkWindow: Use client pointer on pointer-dependent positioning.

GTK_WIN_POS_MOUSE and GTK_WIN_POS_CENTER* now work relatively to the client
pointer.

13 years agoGtkDnD: Use client pointer if no event is available.
Carlos Garnacho [Tue, 8 Jun 2010 13:27:40 +0000 (15:27 +0200)]
GtkDnD: Use client pointer if no event is available.

13 years agoGdkDeviceManager: Add gdk_device_manager_get_client_pointer().
Carlos Garnacho [Tue, 8 Jun 2010 13:16:59 +0000 (15:16 +0200)]
GdkDeviceManager: Add gdk_device_manager_get_client_pointer().

This function makes a better replacement for
gdk_display_get_core_pointer(), wherever it might yet be needed, for
XI2 resorts to XIGetClientPointer(), for the others return the only
core pointer.

https://bugzilla.gnome.org/show_bug.cgi?id=621685

13 years ago[gtk-example-application] Use the new api
Javier Jardón [Thu, 24 Jun 2010 00:02:10 +0000 (02:02 +0200)]
[gtk-example-application] Use the new api

13 years ago[testapplication] Fix some compilation warnings
Javier Jardón [Wed, 23 Jun 2010 23:51:33 +0000 (01:51 +0200)]
[testapplication] Fix some compilation warnings

13 years ago[gailprogressbar] Remove unused variables
Javier Jardón [Wed, 23 Jun 2010 23:42:14 +0000 (01:42 +0200)]
[gailprogressbar] Remove unused variables

13 years ago[testinput] Fix compilation warning: Use guint instead int
Javier Jardón [Wed, 23 Jun 2010 23:39:24 +0000 (01:39 +0200)]
[testinput] Fix compilation warning: Use guint instead int

13 years ago[gdkim] Remove unused function
Javier Jardón [Wed, 23 Jun 2010 23:37:29 +0000 (01:37 +0200)]
[gdkim] Remove unused function

13 years agoRemove unnused variable
Javier Jardón [Wed, 23 Jun 2010 23:32:23 +0000 (01:32 +0200)]
Remove unnused variable

13 years agoFix warning: should pass gboolean*, not gboolean**
Javier Jardón [Wed, 23 Jun 2010 23:31:01 +0000 (01:31 +0200)]
Fix warning: should pass gboolean*, not gboolean**

13 years agoUpdated Galician translations
Fran Diéguez [Wed, 23 Jun 2010 23:00:49 +0000 (01:00 +0200)]
Updated Galician translations

13 years agoFixing debug build (s/extended layout/size request/ in GTK_NOTE flags).
Tristan Van Berkom [Wed, 23 Jun 2010 21:53:30 +0000 (17:53 -0400)]
Fixing debug build (s/extended layout/size request/ in GTK_NOTE flags).

13 years agoDo not leak devices list in do_focus_change
Paolo Borelli [Wed, 23 Jun 2010 10:43:30 +0000 (12:43 +0200)]
Do not leak devices list in do_focus_change

13 years agoAdded Armenian translation - po file.
noch [Wed, 23 Jun 2010 09:46:37 +0000 (14:46 +0500)]
Added Armenian translation - po file.