]> Pileus Git - ~andy/gtk/log
~andy/gtk
11 years agoAdd API to force a GtkIconHelper pixbuf rescaling
Carlos Garnacho [Fri, 13 Jul 2012 13:54:29 +0000 (15:54 +0200)]
Add API to force a GtkIconHelper pixbuf rescaling

This API is handy in entries and status icons, where the size is
limited and independent of the pixbuf size

11 years agomenu: small code cleanup
Carlos Garnacho [Fri, 13 Jul 2012 12:49:47 +0000 (14:49 +0200)]
menu: small code cleanup

Don't check twice for the widget being realized to move
both windows

11 years agomenu: code style fix
Carlos Garnacho [Fri, 13 Jul 2012 12:47:38 +0000 (14:47 +0200)]
menu: code style fix

The newline before != looks unintentional

11 years agoicontheme: Don't assume a symbolic icon size of 16x16
Carlos Garnacho [Wed, 6 Jun 2012 16:16:05 +0000 (18:16 +0200)]
icontheme: Don't assume a symbolic icon size of 16x16

If the symbolic icon has other size than 16x16, the embedder
SVG that overrides colors would still force that size, resulting
in clipping instead of resizing. So fetch the original pixbuf
size the first time a symbolic icon is requested for a GtkIconInfo,
and use that size for the embedder SVG so it can be scaled properly
afterwards.

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

11 years agointrospection: mark data in GtkCallback as closure
Carlos Garnacho [Wed, 27 Jun 2012 12:51:57 +0000 (14:51 +0200)]
introspection: mark data in GtkCallback as closure

This is needed for so GtkContainer::forall() can be implemented
in non-native code, and the callback gets the passed data if
called.

https://bugzilla.gnome.org/show_bug.cgi?id=644926#c28

11 years agoSome updates
Matthias Clasen [Fri, 13 Jul 2012 11:36:31 +0000 (07:36 -0400)]
Some updates

11 years agoUpdated Indonesian translation of Property Nicks
Andika Triwidada [Fri, 13 Jul 2012 04:48:44 +0000 (11:48 +0700)]
Updated Indonesian translation of Property Nicks

11 years agoUpdated Indonesian translation
Andika Triwidada [Fri, 13 Jul 2012 03:59:13 +0000 (10:59 +0700)]
Updated Indonesian translation

11 years agowayland: Ensure we destroy the shell surface when destroying the surface
Rob Bradford [Wed, 11 Jul 2012 18:22:27 +0000 (19:22 +0100)]
wayland: Ensure we destroy the shell surface when destroying the surface

Otherwise we can try and use an invalid object that the compositor has already
deleted.

11 years agowayland: wl_shell_surface_set_popup requires a valid seat and serial
Rob Bradford [Wed, 11 Jul 2012 18:18:37 +0000 (19:18 +0100)]
wayland: wl_shell_surface_set_popup requires a valid seat and serial

If we don't have our own grab then get the grab from the parent.

11 years agowayland: Protocol update: wl_pointer_set_cursor takes a serial
Rob Bradford [Wed, 11 Jul 2012 18:17:45 +0000 (19:17 +0100)]
wayland: Protocol update: wl_pointer_set_cursor takes a serial

11 years agowayland: Protocol update: wl_shell_surface_resize and _move take serials
Rob Bradford [Wed, 11 Jul 2012 16:10:40 +0000 (17:10 +0100)]
wayland: Protocol update: wl_shell_surface_resize and _move take serials

11 years agowayland: Save the serial number for the ping event
Rob Bradford [Wed, 11 Jul 2012 16:09:23 +0000 (17:09 +0100)]
wayland: Save the serial number for the ping event

11 years agowayland: Save the serial numbers for the pointer events
Rob Bradford [Wed, 11 Jul 2012 16:08:39 +0000 (17:08 +0100)]
wayland: Save the serial numbers for the pointer events

11 years agowayland: Add internal API for handling Wayland serial numbers
Rob Bradford [Wed, 11 Jul 2012 16:06:32 +0000 (17:06 +0100)]
wayland: Add internal API for handling Wayland serial numbers

We need to keep track of the serial numbers for various API requests.

11 years agowayland: Ensure that _get_client_pointer returns a pointer
Rob Bradford [Wed, 11 Jul 2012 15:12:50 +0000 (16:12 +0100)]
wayland: Ensure that _get_client_pointer returns a pointer

The previous implementation could return a device that is a keyboard.

11 years agowayland: Port to libxkbcommon API changes
Rob Bradford [Wed, 11 Jul 2012 13:43:50 +0000 (14:43 +0100)]
wayland: Port to libxkbcommon API changes

xkb_string_to_keysym -> xkb_keysym_from_name
xkb_keysym_get_name -> xkb_keysym_get_name

11 years agowayland: Switch to new wayland cursors mechanism
Rob Bradford [Wed, 11 Jul 2012 13:43:16 +0000 (14:43 +0100)]
wayland: Switch to new wayland cursors mechanism

11 years agowayland: Protocol change: wl_buffer_damage
Rob Bradford [Wed, 11 Jul 2012 13:40:31 +0000 (14:40 +0100)]
wayland: Protocol change: wl_buffer_damage

wl_buffer_damage is no longer necessary - it is sufficient to damage the
surface that the buffer is attached to instead.

11 years agowayland: Protocol change: configure event
Rob Bradford [Wed, 11 Jul 2012 13:38:28 +0000 (14:38 +0100)]
wayland: Protocol change: configure event

The 'time' value has been removed.

11 years agowayland: Protocol change: wl_shell_surface_* take surfaces for parents
Rob Bradford [Wed, 11 Jul 2012 13:37:46 +0000 (14:37 +0100)]
wayland: Protocol change: wl_shell_surface_* take surfaces for parents

These functions used to take shell_surface objects and now take surface
objects the parents.

11 years agowayland: Remove unused variable
Rob Bradford [Wed, 11 Jul 2012 13:37:04 +0000 (14:37 +0100)]
wayland: Remove unused variable

11 years agowayland: Temporary disable/hackaround keyboard code
Rob Bradford [Wed, 11 Jul 2012 13:36:03 +0000 (14:36 +0100)]
wayland: Temporary disable/hackaround keyboard code

11 years agowayland: Port to SHM pool allocation mechanism
Rob Bradford [Wed, 11 Jul 2012 13:31:15 +0000 (14:31 +0100)]
wayland: Port to SHM pool allocation mechanism

11 years agowayland: Port to new input protocol mechanism
Rob Bradford [Wed, 11 Jul 2012 13:29:43 +0000 (14:29 +0100)]
wayland: Port to new input protocol mechanism

This replaces the wl_input_device with wl_pointer, wl_keyboard, wl_touch all
tied together under a wl_seat.

This is quite a radical change in protocol and for now keyboard handling is
disabled.

11 years agowayland: Load cursor theme using new Wayland cursor library
Rob Bradford [Wed, 11 Jul 2012 13:18:28 +0000 (14:18 +0100)]
wayland: Load cursor theme using new Wayland cursor library

This requires the SHM object be initialised - therefore this is the most
logical (if slightly ugly place.)

We also need to make sure that we do something clever to load the correct
cursor theme.

11 years agowayland: Remove unhelpful debug message
Rob Bradford [Wed, 11 Jul 2012 13:17:36 +0000 (14:17 +0100)]
wayland: Remove unhelpful debug message

11 years agowayland: Protocol change: ping event on shell_surface
Rob Bradford [Wed, 11 Jul 2012 13:15:04 +0000 (14:15 +0100)]
wayland: Protocol change: ping event on shell_surface

11 years agowayland: Update configure.ac to add now needed wayland-cursor
Rob Bradford [Wed, 11 Jul 2012 13:12:07 +0000 (14:12 +0100)]
wayland: Update configure.ac to add now needed wayland-cursor

11 years agowayland: Update to new header path for xkbcommon
Rob Bradford [Mon, 18 Jun 2012 15:02:37 +0000 (16:02 +0100)]
wayland: Update to new header path for xkbcommon

11 years agoConsistently allow -1 to mean 'append' in tree models
Matthias Clasen [Thu, 12 Jul 2012 12:35:50 +0000 (08:35 -0400)]
Consistently allow -1 to mean 'append' in tree models

Both GtkListStore and GtkTreeStore had a few methods that allowed
-1 to mean 'append' when specified as a position, but others that
demanded positive position arguments. Make this consistent by
always allowing -1.
https://bugzilla.gnome.org/show_bug.cgi?id=667808

11 years agoEnsure that XDG_DATA_HOME is created before using it
Emmanuele Bassi [Wed, 4 Jul 2012 10:41:50 +0000 (11:41 +0100)]
Ensure that XDG_DATA_HOME is created before using it

The recently-used.xbel storage for recently used files is located inside
the $XDG_DATA_HOME directory; there's no actual guarantee that the
directory has been created already, even though it's very highly
probable on any modern distribution. We should create it, along with its
intermediate parents, before constructing the file monitor that we use
to get change notifications.

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

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

11 years agoFix typo replacing action "Parse" with "Paste"
Micah Carrick [Tue, 26 Jun 2012 03:21:22 +0000 (20:21 -0700)]
Fix typo replacing action "Parse" with "Paste"

The builder XML description has an action for "win.parse" but the
application is looking for "win.paste". Rename the label to
"_Paste" and the action to "win.paste" in the window action XML.

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

11 years agoChange signal parameter names in GdkWindow to be valid C identifiers
Phil Clayton [Sun, 1 Jul 2012 23:35:46 +0000 (00:35 +0100)]
Change signal parameter names in GdkWindow to be valid C identifiers

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

11 years agoRevert "level-bar: introduce GtkLevelBar"
Matthias Clasen [Wed, 11 Jul 2012 11:15:34 +0000 (07:15 -0400)]
Revert "level-bar: introduce GtkLevelBar"

This reverts commit 126a2308ca467744178d4be3309403f6899de987.

Pushed by mistake.

11 years agoRevert "visuals: add a visual demo for GtkLevelBar"
Matthias Clasen [Wed, 11 Jul 2012 11:15:07 +0000 (07:15 -0400)]
Revert "visuals: add a visual demo for GtkLevelBar"

This reverts commit ffdd7a5e185879006d405ffd69f68ff60f5fccfa.

Pushed by mistake.

11 years agodocs: link against libgdk-3.la
Víctor Manuel Jáquez Leal [Wed, 4 Jul 2012 16:41:36 +0000 (18:41 +0200)]
docs: link against libgdk-3.la

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

11 years agovisuals: add a visual demo for GtkLevelBar
Cosimo Cecchi [Fri, 8 Jun 2012 22:58:51 +0000 (18:58 -0400)]
visuals: add a visual demo for GtkLevelBar

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

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

11 years agolevel-bar: introduce GtkLevelBar
Cosimo Cecchi [Tue, 29 May 2012 21:00:33 +0000 (17:00 -0400)]
level-bar: introduce GtkLevelBar

Similar to CcStrengthBar from gnome-control-center, but more generic and
with thorough CSS styling support.

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

11 years agoGtkApplication: Fix unsetting menu models
Matthias Clasen [Wed, 11 Jul 2012 01:24:10 +0000 (21:24 -0400)]
GtkApplication: Fix unsetting menu models

Pointed out by Zachary Dovel in
http://bugzilla.gnome.org/show_bug.cgi?id=679705

11 years agoUpdated Norwegian nynorsk translation
Kjartan Maraas [Tue, 10 Jul 2012 13:17:06 +0000 (15:17 +0200)]
Updated Norwegian nynorsk translation

11 years agoSilence the build
Matthias Clasen [Tue, 10 Jul 2012 02:12:45 +0000 (22:12 -0400)]
Silence the build

Hide gdbus-codegen behind $(AM_V_GEN) for silence and cleanliness.

11 years agoAdd missing functions to the docs
Matthias Clasen [Tue, 26 Jun 2012 19:09:12 +0000 (15:09 -0400)]
Add missing functions to the docs

://bugzilla.gnome.org/show_bug.cgi?id=678828

11 years agoOpenBSD: use G_N_ELEMENTS instead of nitems
Antoine Jacoutot [Mon, 9 Jul 2012 16:20:34 +0000 (18:20 +0200)]
OpenBSD: use G_N_ELEMENTS instead of nitems

nitems is never guaranteed to be defined in sys/params.h as it is meant
to be defined within a protected ifdef __KERNEL conditional.
Use G_N_ELEMENTS from GLib which is the proper way of doing this.

11 years agoa11y: Make lockbutton notify about state changes
Benjamin Otte [Mon, 9 Jul 2012 01:11:01 +0000 (03:11 +0200)]
a11y: Make lockbutton notify about state changes

In particular, ensure that the name of the lockbutton gets updated as
the displayed text of the lockbutton changes.

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

11 years agoa11y: Get lockbutton text directly
Benjamin Otte [Mon, 9 Jul 2012 00:58:22 +0000 (02:58 +0200)]
a11y: Get lockbutton text directly

Instead of letting the generic button code attempt to find the currently
displayed text, just return the text directly.

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

11 years agoa11y: Add separate accessible for GtkLockButton
Benjamin Otte [Mon, 9 Jul 2012 00:29:16 +0000 (02:29 +0200)]
a11y: Add separate accessible for GtkLockButton

The accessible doesn't do anything yet, this is just infrastructure
work.

11 years agoa11y: Don't mess up if column gets hidden
Benjamin Otte [Sun, 8 Jul 2012 23:28:26 +0000 (01:28 +0200)]
a11y: Don't mess up if column gets hidden

We were using a function that insisted on visible columns for computing
the potential ID of an invisible column. Not good.

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

11 years agoentry: guard for != NULL before unreffing the pixbuf
Cosimo Cecchi [Sun, 8 Jul 2012 04:27:30 +0000 (00:27 -0400)]
entry: guard for != NULL before unreffing the pixbuf

In gtk_entry_get_icon_pixbuf() we unreference the pixbuf that
_gtk_icon_helper_ensure_pixbuf() gives us back, since the function
doesn't return a reference, and by doing so we're able to return the
reference owned by the cached icon helper.
Since the icon helper method can return NULL though, if no icon
properties have been set on it, guard for != NULL before unreffing the
pixbuf, as that would cause a critical warning.

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

11 years agomodelmenu: listen for toplevel changes on the attach widget
Cosimo Cecchi [Thu, 5 Jul 2012 14:49:39 +0000 (10:49 -0400)]
modelmenu: listen for toplevel changes on the attach widget

Right now, when we create a GtkModelMenu for a GMenuModel, we listen to
changes to the menu's attach-widget to detect when a toplevel
GtkApplicationWindow becomes available to fetch actions from it.

This unfortunately breaks this simple code:

  GtkWidget *application_window = gtk_application_window_new();
  GtkWidget *menu_button = gtk_menu_button_new();
  GMenuModel *menu_model = get_menu_model();

  gtk_menu_button_set_menu_model(menu_button, menu_model);
  gtk_container_add(GTK_CONTAINER(application_window), menu_button);

Since GtkMenuButton creates a GtkModelMenu and sets itself as its attach
widget before it's added to a hierarchy containing a
GtkApplicationWindow.

Fix the bug by simply listening for changes in the window hierarchy, and
creating the menu model when the attach widget is added to an
application window.

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

11 years agomenu: notify attach-widget property when menu is detached
Cosimo Cecchi [Thu, 5 Jul 2012 17:21:03 +0000 (13:21 -0400)]
menu: notify attach-widget property when menu is detached

When the menu is detached, the attach-widget property changes value to
NULL, so we should notify a property change, like
gtk_menu_attach_to_widget() does.

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

11 years agoapplication: fix double free of app_id
Cosimo Cecchi [Thu, 5 Jul 2012 20:40:23 +0000 (16:40 -0400)]
application: fix double free of app_id

This is fallout from commit 257b42e2f9d0759cc79967034f80c571c600faf3 -
those fields were already getting freed in
gtk_application_shutdown_x11() and my commit caused crashes on quit
instead.

Thanks to Rico Tzschichholz for reporting the bug and testing this fix.

11 years agomodelmenu: set the accel group on the GtkMenu
Cosimo Cecchi [Fri, 29 Jun 2012 22:29:42 +0000 (18:29 -0400)]
modelmenu: set the accel group on the GtkMenu

Or the accelerators added for actions in the menu won't be displayed in
the menu items.

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

11 years agomenubutton: set DROPDOWN_MENU hint on the menu toplevel
Cosimo Cecchi [Wed, 4 Jul 2012 19:41:55 +0000 (15:41 -0400)]
menubutton: set DROPDOWN_MENU hint on the menu toplevel

So the WM can render the menu shadows correctly, omitting the top side,
in the common case the menu is rendered down from a toolbar.

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

11 years agogtkstyle: add a gtkstyle-fallback style class for RC colors
Cosimo Cecchi [Thu, 28 Jun 2012 22:09:33 +0000 (18:09 -0400)]
gtkstyle: add a gtkstyle-fallback style class for RC colors

As an addition to 10423726709539724be0ea19bed76ba4331af774, themes might
want to avoid using the hardcoded GTK defaults for legacy GtkStyle
values. Add a gtkstyle-fallback style class that can be used by themes
to tweak the legacy GtkStyle defaults.

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

11 years agoapplication: plug some memory leaks
Cosimo Cecchi [Mon, 2 Jul 2012 06:24:37 +0000 (02:24 -0400)]
application: plug some memory leaks

11 years agodocs: fix a number of typos and obsolete references
Cosimo Cecchi [Mon, 2 Jul 2012 06:19:06 +0000 (02:19 -0400)]
docs: fix a number of typos and obsolete references

11 years agoUpdated Vietnamese translation
Nguyễn Thái Ngọc Duy [Sat, 30 Jun 2012 02:42:01 +0000 (09:42 +0700)]
Updated Vietnamese translation

11 years agopo/vi: import from Damned Lies
Nguyễn Thái Ngọc Duy [Sat, 30 Jun 2012 02:31:58 +0000 (09:31 +0700)]
po/vi: import from Damned Lies

11 years agomenubutton: don't dereference NULL GdkEvent
Cosimo Cecchi [Fri, 29 Jun 2012 22:30:53 +0000 (18:30 -0400)]
menubutton: don't dereference NULL GdkEvent

Since we explictly call popup_menu with NULL when it's
keyboard-activated, we need to be careful and not access event->device
without checking for event != NULL before.

11 years agodocs: add missing GtkApplication accelerator methods to doc sections
Cosimo Cecchi [Fri, 29 Jun 2012 20:54:10 +0000 (16:54 -0400)]
docs: add missing GtkApplication accelerator methods to doc sections

11 years agoGActionMuxer: disconnect group signals on finalize
Ryan Lortie [Fri, 29 Jun 2012 03:55:33 +0000 (23:55 -0400)]
GActionMuxer: disconnect group signals on finalize

The signals for the action group were being disconnected when the action
group was explicitly removed from the GActionMuxer but the same was not
being done when it was finalized.

This means that a change in the state of an action group that used to be
associated with a finalized GActionMuxer would result in a crash.  This
would happen for stateful application actions after closing a window.

11 years agodocs: add gtk_ui_manager_add_ui_from_resource to gtk-doc
Cosimo Cecchi [Thu, 28 Jun 2012 21:19:39 +0000 (17:19 -0400)]
docs: add gtk_ui_manager_add_ui_from_resource to gtk-doc

Or it won't show up in devhelp/online dev docs.

11 years agoHandle transparent colors better in GtkStyle emulation
Alexander Larsson [Thu, 28 Jun 2012 19:30:24 +0000 (21:30 +0200)]
Handle transparent colors better in GtkStyle emulation

We can't expose colors with alpha in the GtkStyle colors, since
GdkColor has no alpha. Currently we throw away alpha completely,
which fails very badly for completely transparent backgrounds,
which now is the default for most widgets, as it typically
end up with black-on-black.

We handle this by falling back on the default/previous colors for
transparent colors. This is is simple and avoids complete failure.

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

11 years agoUpdated Greek translation
Tom Tryfonidis [Thu, 28 Jun 2012 15:50:29 +0000 (18:50 +0300)]
Updated Greek translation

11 years agoa11y: remove implementation for [add/remove]_global_event_listener
Alejandro Piñeiro [Mon, 25 Jun 2012 17:45:25 +0000 (19:45 +0200)]
a11y: remove implementation for [add/remove]_global_event_listener

Since release 2.5.3, ATK provides an implementation for those
methods, so toolkits doesn't need to implement them.

11 years agoUpdated Telugu Translation
Sasi Bhushan Boddepalli [Wed, 27 Jun 2012 07:39:08 +0000 (13:09 +0530)]
Updated Telugu Translation

11 years agoUpdated Bulgarian translation
Alexander Shopov [Wed, 27 Jun 2012 04:14:05 +0000 (07:14 +0300)]
Updated Bulgarian translation

11 years agobuild: Drop --without-atk-bridge option
Colin Walters [Tue, 26 Jun 2012 13:41:33 +0000 (09:41 -0400)]
build: Drop --without-atk-bridge option

Instead, always build it if and only if X11.  This reduces the set of
supported configurations.

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

11 years agowidget-factory: add a symbolic icon column in the treeview example
Cosimo Cecchi [Tue, 26 Jun 2012 15:41:21 +0000 (11:41 -0400)]
widget-factory: add a symbolic icon column in the treeview example

11 years agoBump version
Matthias Clasen [Mon, 25 Jun 2012 21:45:26 +0000 (17:45 -0400)]
Bump version

11 years ago3.5.6
Matthias Clasen [Mon, 25 Jun 2012 21:20:17 +0000 (17:20 -0400)]
3.5.6

11 years agoDon't export private GtkMountOperationHandler api
Matthias Clasen [Mon, 25 Jun 2012 20:26:41 +0000 (16:26 -0400)]
Don't export private GtkMountOperationHandler api

11 years agoUpdates for 3.5.6
Matthias Clasen [Mon, 25 Jun 2012 19:01:14 +0000 (15:01 -0400)]
Updates for 3.5.6

11 years agoradiobutton: add missing (element-type) annotation for radio groups
Cosimo Cecchi [Wed, 30 May 2012 21:31:02 +0000 (17:31 -0400)]
radiobutton: add missing (element-type) annotation for radio groups

The GSLists should specify their element-type in every annotation. We
are missing some.

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

11 years agomenu: add missing (scope async) annotation to gtk_menu_popup()
Cosimo Cecchi [Wed, 30 May 2012 21:30:08 +0000 (17:30 -0400)]
menu: add missing (scope async) annotation to gtk_menu_popup()

Or the g-i scanner will emit a warning.

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

11 years agowidget: silence g-i scanner warning
Cosimo Cecchi [Wed, 30 May 2012 21:31:57 +0000 (17:31 -0400)]
widget: silence g-i scanner warning

The parameter should be named the same in the definition and the
declararion.

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

11 years agofontchooser: silence g-i scanner warning
Cosimo Cecchi [Wed, 30 May 2012 21:29:30 +0000 (17:29 -0400)]
fontchooser: silence g-i scanner warning

These parameters should be named the same in the definition and the
declaration.

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

11 years agoactionable: silence g-i scanner warning
Cosimo Cecchi [Wed, 30 May 2012 21:28:06 +0000 (17:28 -0400)]
actionable: silence g-i scanner warning

The parameter should be named the same in the definition and the
declararion.

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

11 years agoapplication: fix a typo in introspection annotation
Cosimo Cecchi [Wed, 30 May 2012 21:12:04 +0000 (17:12 -0400)]
application: fix a typo in introspection annotation

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

11 years agoBug 676077: Fix handling of Keyboard Input on Windows
Chun-wei Fan [Tue, 15 May 2012 08:16:25 +0000 (16:16 +0800)]
Bug 676077: Fix handling of Keyboard Input on Windows

Don't use ASCII control characters to denote the input of Esc, Tab,
Return/Enter, Backspace and Delete, as it seems that it is not how
Windows handle them, and they cause weird characters to appear in the
input field on GTK+3 programs in non-English Windows.  Instead, let
these keys be handled as-is on Windows, like what is done in GTK+-2.x.

Checked with mclasen on IRC, and thanks to the people who verified the
patch to not break anything on English Windows.

11 years agoRename gtk_icon_view_get_cell_area to gtk_icon_view_get_cell_rect
Alexander Larsson [Mon, 25 Jun 2012 13:00:42 +0000 (15:00 +0200)]
Rename gtk_icon_view_get_cell_area to gtk_icon_view_get_cell_rect

get_cell_area was "conflicting" with the property named "cell-area"
which is something different.

11 years agoUpdated Galician translations
Fran Diéguez [Sun, 24 Jun 2012 21:57:58 +0000 (23:57 +0200)]
Updated Galician translations

11 years agoEnable gio-unix for Quartz
John Ralls [Sun, 24 Jun 2012 11:36:51 +0000 (12:36 +0100)]
Enable gio-unix for Quartz

Fixes a compile failure because gdbus-config uses G_OS_UNIX to guard
gio-unix features instead of HAVE_GIO_UNIX.

11 years agoCosmetics
Matthias Clasen [Sat, 23 Jun 2012 17:08:03 +0000 (13:08 -0400)]
Cosmetics

11 years agoFix a compiler warning
Matthias Clasen [Sat, 23 Jun 2012 17:07:47 +0000 (13:07 -0400)]
Fix a compiler warning

This was introduced in the previous commit.

11 years agoGtkNotebook: Fix reverse tab order
Matthias Clasen [Sat, 23 Jun 2012 16:20:54 +0000 (12:20 -0400)]
GtkNotebook: Fix reverse tab order

When using Shift-Tab to move the focus out of page content onto
the tab label, we end up in a situation where both Tab and Shift-Tab
move focus back into the page, which is not really what is expected
when the notebook is part of a dialog.

Instead, arrange things so that using Shift-Tab with focus on a
tab label moves the focus out of the notebook.

http://bugzilla.gnome.org/show_bug.cgi?id=669986

11 years agogtkdbusinterfaces: Fix srcdir != builddir
Colin Walters [Sat, 23 Jun 2012 16:19:06 +0000 (12:19 -0400)]
gtkdbusinterfaces: Fix srcdir != builddir

11 years agogtk: add gtkdbusinterfaces.xml to EXTRA_DIST
Rico Tzschichholz [Sat, 23 Jun 2012 15:48:27 +0000 (17:48 +0200)]
gtk: add gtkdbusinterfaces.xml to EXTRA_DIST

11 years agoGtkNotebook: Maintain invariants during tab dnd
Matthias Clasen [Sat, 23 Jun 2012 13:59:10 +0000 (09:59 -0400)]
GtkNotebook: Maintain invariants during tab dnd

It turns out that we can end up removing a notebook child while
the tab is still 'detached'. Child removal causes
gtk_notebook_remove_tab_label() to be called on the tab label,
but that function did not deal with the eventuality that the tab
label may be a child of the dnd window.

http://bugzilla.gnome.org/show_bug.cgi?id=677943

11 years agoconfig.h.win32.in: Updates
Chun-wei Fan [Sat, 23 Jun 2012 04:59:51 +0000 (12:59 +0800)]
config.h.win32.in: Updates

Make it reflect the contents of the config.h.in template.

11 years agogtk/gtkcsseasevalue.c: Remove C99ism
Chun-wei Fan [Sat, 23 Jun 2012 04:48:32 +0000 (12:48 +0800)]
gtk/gtkcsseasevalue.c: Remove C99ism

11 years agoUpdate Visual C++ property sheets
Chun-wei Fan [Sat, 23 Jun 2012 04:47:31 +0000 (12:47 +0800)]
Update Visual C++ property sheets

"Install" the demo css files as well.

11 years agoFix the gtk3-demo Visual C++ projects
Chun-wei Fan [Sat, 23 Jun 2012 04:46:54 +0000 (12:46 +0800)]
Fix the gtk3-demo Visual C++ projects

Add the demos that were introduced recently in the projects.

11 years agogtk/Makefile.am: Fix Visual C++ disthook rules
Chun-wei Fan [Sat, 23 Jun 2012 04:15:59 +0000 (12:15 +0800)]
gtk/Makefile.am: Fix Visual C++ disthook rules

gtkdbusgenerated.c needs to be included in the projects as well.

11 years agoUpdate Visual C++ 2008 property sheet
Chun-wei Fan [Sat, 23 Jun 2012 04:14:35 +0000 (12:14 +0800)]
Update Visual C++ 2008 property sheet

Standardize on using $(CopyDir), as it is now done in the Visual C++ 2010
sheets, for consistency reasons.

11 years agobuild: Add --without-atk-bridge, only check for it on X11 platforms
Colin Walters [Fri, 22 Jun 2012 17:29:03 +0000 (13:29 -0400)]
build: Add --without-atk-bridge, only check for it on X11 platforms

Some builders using gtk3 outside of the GNOME cycle want an option to
avoid linking to atk-bridge-2.0.  Provide that, and at the same time
ensure we're only looking for it on X11 platforms.

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

11 years agomountoperation: use the Shell DBus proxy if available
Cosimo Cecchi [Thu, 21 Jun 2012 01:36:09 +0000 (21:36 -0400)]
mountoperation: use the Shell DBus proxy if available

Make GMountOperation look for an owner of org.Gtk.MountOperationHandler
if possible, and use it instead of the GTK-based dialogs.
This allows applications to use the implementation offered by the
desktop shell, if available, through a DBus private interface:
org.Gtk.MountOperationHandler.

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

11 years agoAdd gtk_icon_view_get_cell_area
Alexander Larsson [Tue, 19 Jun 2012 16:58:13 +0000 (18:58 +0200)]
Add gtk_icon_view_get_cell_area

This gets the current cell area of a particular item. Its similar
to gtk_tree_view_get_cell_area().

The code is extracted from gtk_icon_view_set_tooltip_cell which now
just calls the old code.

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

11 years agoFixed the issue reported in Bug #613561
Shankar Prasad [Fri, 22 Jun 2012 10:54:29 +0000 (16:24 +0530)]
Fixed the issue reported in Bug #613561