]> Pileus Git - ~andy/gtk/log
~andy/gtk
14 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)

14 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)

14 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)

14 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)

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

14 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

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

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

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

14 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

14 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

14 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

14 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

14 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.

14 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
14 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

14 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

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

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

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

14 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.

14 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

14 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>
14 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

14 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

14 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

14 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

14 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

14 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)"

14 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.

14 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.

14 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.

14 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.

14 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).

14 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.

14 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.

14 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.

14 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

14 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.

14 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.

14 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

14 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

14 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

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

14 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

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

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

14 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**

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

14 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).

14 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

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

14 years agoModified Armenian translation - po file.
noch [Wed, 23 Jun 2010 09:33:09 +0000 (14:33 +0500)]
Modified Armenian translation - po file.

14 years agoAdded Armenian translation - po file. Modified LINGUAS.
noch [Wed, 23 Jun 2010 07:28:08 +0000 (12:28 +0500)]
Added Armenian translation - po file. Modified LINGUAS.

14 years ago[gtk] Add gtk_font_selection_dialog_get_font_selection()
Javier Jardón [Tue, 22 Jun 2010 23:28:35 +0000 (01:28 +0200)]
[gtk] Add gtk_font_selection_dialog_get_font_selection()

This is needed to access the fontsel sealed member.

14 years ago[test] Exclude message-area as it's a object property
Javier Jardón [Tue, 22 Jun 2010 20:26:18 +0000 (22:26 +0200)]
[test] Exclude message-area as it's a object property

14 years agoAdd new api to gtk.symbols
Javier Jardón [Tue, 22 Jun 2010 19:50:33 +0000 (21:50 +0200)]
Add new api to gtk.symbols

Add newly added api gtk_accessible_set_widget() and
gtk_message_dialog_get_message_area()

14 years agoUpdated Spanish translation
Jorge González [Tue, 22 Jun 2010 19:15:07 +0000 (21:15 +0200)]
Updated Spanish translation

14 years ago[gtkaccessible] Use the correct guards in gtk_accessible_set_widget()
Javier Jardón [Tue, 22 Jun 2010 19:10:23 +0000 (21:10 +0200)]
[gtkaccessible] Use the correct guards in gtk_accessible_set_widget()

Also, allow the widget variable to be NULL

14 years agoGenerate correct grab broken event for WM_KILLFOCUS
Tor Lillqvist [Tue, 22 Jun 2010 18:15:59 +0000 (21:15 +0300)]
Generate correct grab broken event for WM_KILLFOCUS

WM_KILLFOCUS means that a keyboard grab (not a pointer grab), if any,
has been broken. I don't think this bug has matterd much as gtk
generates a grab-broken-event signal for both keybord and pointer
grabs being broken anyway.

14 years agobgo#328069 - Add gtk_message_dialog_get_message_area()
Federico Mena Quintero [Tue, 22 Jun 2010 18:10:52 +0000 (13:10 -0500)]
bgo#328069 - Add gtk_message_dialog_get_message_area()

Signed-off-by: Federico Mena Quintero <federico@novell.com>
14 years agobgo#622371 - Add gtk_accessible_set_widget() - the widget field was GSEAL()ed.
Vincent Untz [Tue, 22 Jun 2010 10:24:38 +0000 (12:24 +0200)]
bgo#622371 - Add gtk_accessible_set_widget() - the widget field was GSEAL()ed.

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

14 years ago[docs] Fixes issue with GtkEntryBuffer signal documentation
Chris Kühl [Mon, 21 Jun 2010 16:29:38 +0000 (18:29 +0200)]
[docs] Fixes issue with GtkEntryBuffer signal documentation

14 years agogtkenums.h: Remove trailing comma to fix warning.
Murray Cumming [Mon, 21 Jun 2010 13:21:44 +0000 (15:21 +0200)]
gtkenums.h: Remove trailing comma to fix warning.

14 years agoUpdated Slovenian translation
Klemen Košir [Sun, 20 Jun 2010 09:40:58 +0000 (11:40 +0200)]
Updated Slovenian translation

14 years agoDo not distribute GIRs
Javier Jardón [Sun, 20 Jun 2010 06:20:42 +0000 (08:20 +0200)]
Do not distribute GIRs

14 years ago[gdkpango] Fix typo
Javier Jardón [Sat, 19 Jun 2010 23:14:17 +0000 (01:14 +0200)]
[gdkpango] Fix typo

14 years agoRemove unused gtk_style_get_font_internal() function
Javier Jardón [Sat, 19 Jun 2010 22:49:15 +0000 (00:49 +0200)]
Remove unused gtk_style_get_font_internal() function

This function is no longer necesary as draw_string() function
was dropped from GtkStyle
See commit 5300dc2b36c1e533bea45046549f4cf9d3bdb687

14 years agoRemove gdk_input_* callbacks on file descriptors deprecated functions
Javier Jardón [Sat, 19 Jun 2010 22:46:38 +0000 (00:46 +0200)]
Remove gdk_input_* callbacks on file descriptors deprecated functions

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

14 years agoRemove GdkWChar deprecated code
Javier Jardón [Sat, 19 Jun 2010 21:01:14 +0000 (23:01 +0200)]
Remove GdkWChar deprecated code

14 years agoRemove deprecated gdk_text_* and gdk_string_* functions
Javier Jardón [Sat, 19 Jun 2010 22:14:43 +0000 (00:14 +0200)]
Remove deprecated gdk_text_* and gdk_string_* functions

Remove gdk_string_extents(), gdk_text_extents(),
gdk_text_extents_wc(), gdk_string_width(), gdk_text_width(),
gdk_text_width_wc(), gdk_string_measure(), gdk_text_measure(),
gdk_string_height(), gdk_text_height()

14 years agoRemove gdk_char_* deprecated functions
Javier Jardón [Sat, 19 Jun 2010 21:08:35 +0000 (23:08 +0200)]
Remove gdk_char_* deprecated functions

Remove gdk_char_width(), gdk_char_width_wc(), gdk_char_measure()
and gdk_char_height()

14 years agoRemove deprecated GdkDrawable functions
Javier Jardón [Sat, 19 Jun 2010 19:26:47 +0000 (21:26 +0200)]
Remove deprecated GdkDrawable functions

Remove gdk_drawable_get_data(), gdk_drawable_set_data(),
gdk_drawable_ref(), gdk_drawable_unref(),
gdk_draw_string(), gdk_draw_text(), gdk_draw_text_wc()

14 years agoPrevent concurrent use of GTK+ 2 and 3
Matthias Clasen [Sat, 19 Jun 2010 02:27:26 +0000 (22:27 -0400)]
Prevent concurrent use of GTK+ 2 and 3

If we detect a gtk2-only symbol, error out early.

14 years agoFix make check
Matthias Clasen [Sat, 19 Jun 2010 01:58:36 +0000 (21:58 -0400)]
Fix make check

14 years agoA forgotten rename
Matthias Clasen [Sat, 19 Jun 2010 01:58:19 +0000 (21:58 -0400)]
A forgotten rename

14 years agoapplication: Remove a variable and silence a compiler warning
Emmanuele Bassi [Fri, 18 Jun 2010 13:26:57 +0000 (14:26 +0100)]
application: Remove a variable and silence a compiler warning

14 years agoapplication: Revert the leak plug
Emmanuele Bassi [Fri, 18 Jun 2010 13:26:05 +0000 (14:26 +0100)]
application: Revert the leak plug

The &s in the signature of a GVariant means "pass me a pointer". To
avoid repeating the same mistake, use a const gchar* to declare the
key.

14 years agoapplication: Plug a leak
Emmanuele Bassi [Fri, 18 Jun 2010 11:06:39 +0000 (12:06 +0100)]
application: Plug a leak

The key returned by g_variant_iter_next() should be freed as well.

Also, clean up the coding style a bit.

14 years agoFixed some typos in new docs that are about GtkSizeRequest (not GtkSizeGroup)
Tristan Van Berkom [Fri, 18 Jun 2010 04:32:09 +0000 (00:32 -0400)]
Fixed some typos in new docs that are about GtkSizeRequest (not GtkSizeGroup)

14 years agoRemoved extendedlayoutexample.c (was a failed git mv --> testheightforwidth.c)
Tristan Van Berkom [Fri, 18 Jun 2010 04:12:55 +0000 (00:12 -0400)]
Removed extendedlayoutexample.c (was a failed git mv --> testheightforwidth.c)

14 years agoMass api change from GtkExtendedLayout --> GtkSizeRequest
Tristan Van Berkom [Fri, 18 Jun 2010 04:11:26 +0000 (00:11 -0400)]
Mass api change from GtkExtendedLayout --> GtkSizeRequest

This commit makes a few massive changes to the extended layout
code:
  a.) gtkextendedlayout.c --> gtksizerequest.c
  b.) _is_height_for_width --> get_request_mode()
  c.) get_desired_size(), get_desired_width(), get_desired_height() -->
      get_size(), get_width(), get_height()

This is the first partial commit and only effects portions
of the tree that have already been merged in master (in order to
easily cherry pick this commit).

Conflicts:

gtk/Makefile.am
gtk/gtk.h
gtk/gtk.symbols
gtk/gtkextendedlayout.h

14 years agoBump version
Matthias Clasen [Fri, 18 Jun 2010 01:09:50 +0000 (21:09 -0400)]
Bump version

14 years agoUpdates
Matthias Clasen [Thu, 17 Jun 2010 16:54:10 +0000 (12:54 -0400)]
Updates

14 years agoapplication: Fix marshaler for GVariant gtype change
Christian Persch [Thu, 17 Jun 2010 22:25:06 +0000 (00:25 +0200)]
application: Fix marshaler for GVariant gtype change

Use VARIANT instead of BOXED.

14 years ago[docs] Fix gtk_tree_sortable_set_sort_column_id()
Stanislas Marquis [Thu, 17 Jun 2010 16:21:32 +0000 (18:21 +0200)]
[docs] Fix gtk_tree_sortable_set_sort_column_id()

@sortable => @sort_column_id

Signed-off-by: Javier Jardón <jjardon@gnome.org>
14 years agoBump glib requirement
Matthias Clasen [Thu, 17 Jun 2010 15:57:02 +0000 (11:57 -0400)]
Bump glib requirement

14 years ago[docs/gtk-faq] Close <para> tag
Javier Jardón [Thu, 17 Jun 2010 15:42:28 +0000 (17:42 +0200)]
[docs/gtk-faq] Close <para> tag

14 years agoapplication: Allow sub-classes to override the Window creation
Emmanuele Bassi [Thu, 17 Jun 2010 14:41:12 +0000 (15:41 +0100)]
application: Allow sub-classes to override the Window creation

Sub-classes of GtkApplication might want to override the way an
application window is created - for instance, to hook into GtkBuilder
or to set up some basic UI or state.

A new GtkApplication::create_window() virtual function is added to the
GtkApplicationClass vtable, which returns the newly created GtkWindow.
The gtk_application_create_window() function calls the vfunc and adds
the returned window to the list of windows managed by the application
instance.

Calling gtk_application_add_window() will also set the default window,
if one is not already set.

This commit also removes a spurious g_object_ref_sink() on the newly
created GtkWindow.

14 years agogail: do not use removed GTK_WIDGET_*SET macros
Javier Jardón [Wed, 16 Jun 2010 18:37:54 +0000 (20:37 +0200)]
gail: do not use removed GTK_WIDGET_*SET macros

In the absence of new API to port to, left the code commented
with a /* FIXME */ state, for somebody with better gail knowledge
to fix.

14 years agoDeprecate GTK_OBJECT_FLAGS() and GtkObjectFlags enum
Javier Jardón [Thu, 13 May 2010 18:07:17 +0000 (20:07 +0200)]
Deprecate GTK_OBJECT_FLAGS() and GtkObjectFlags enum

This macro will be moved to a private header in GTK+3.

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

14 years ago[gtk/gtkmenu] Emit an "attach-widget" event in gtk_menu_attach_to_widget()
Javier Jardón [Wed, 16 Jun 2010 18:18:39 +0000 (20:18 +0200)]
[gtk/gtkmenu] Emit an "attach-widget" event in gtk_menu_attach_to_widget()

Reported by ageorge@datasys.net in bug
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=621683

14 years ago[docs] Fix missing comma in gtkrc docs
Javier Jardón [Wed, 16 Jun 2010 17:51:04 +0000 (19:51 +0200)]
[docs] Fix missing comma in gtkrc docs

Reported by Alexander Saprykin in bug
https://bugzilla.gnome.org/show_bug.cgi?id=621775

14 years ago[docs] Add 'Since: 2.16' tag to GtkEntryIconPosition
Stanislas Marquis [Wed, 16 Jun 2010 17:39:14 +0000 (19:39 +0200)]
[docs] Add 'Since: 2.16' tag to GtkEntryIconPosition

Signed-off-by: Javier Jardón <jjardon@gnome.org>
14 years ago[GtkApplication] Update for GApplication API changes
Colin Walters [Wed, 16 Jun 2010 15:02:39 +0000 (11:02 -0400)]
[GtkApplication] Update for GApplication API changes

Move appid parameter first to match GApplication.

14 years agoGtkMenuShell: Store device on GTK+ device grab.
Carlos Garnacho [Tue, 15 Jun 2010 23:13:42 +0000 (01:13 +0200)]
GtkMenuShell: Store device on GTK+ device grab.

gtk_menu_shell_deactivate() needs to know the device to end the
GTK+ grab.

14 years agoGtkMenuShell: take a single device for grabs.
Carlos Garnacho [Tue, 15 Jun 2010 23:09:41 +0000 (01:09 +0200)]
GtkMenuShell: take a single device for grabs.

The other device will always be the associated device.

14 years agoUpdated Spanish translation
Jorge González [Wed, 16 Jun 2010 04:02:53 +0000 (06:02 +0200)]
Updated Spanish translation

14 years agoconfigure.ac: Fix build if no XInput libraries are available.
Carlos Garnacho [Tue, 15 Jun 2010 21:24:34 +0000 (23:24 +0200)]
configure.ac: Fix build if no XInput libraries are available.

14 years agogdk_event_get_device(): Fallback to core pointer/keyboard.
Carlos Garnacho [Fri, 4 Jun 2010 15:06:57 +0000 (17:06 +0200)]
gdk_event_get_device(): Fallback to core pointer/keyboard.

Events could be injected by third party code, which could not have a
GdkDevice set for newer GdkEvent types holding a GdkDevice. This
function will now fallback to core pointer/keyboard, plus issuing
a warning about the problem.