]> Pileus Git - ~andy/gtk/log
~andy/gtk
13 years agoUpdate translation for Afrikaans (af)
Friedel Wolff [Thu, 24 Mar 2011 21:13:33 +0000 (23:13 +0200)]
Update translation for Afrikaans (af)

13 years agoMake selectable labels work again
Matthias Clasen [Thu, 24 Mar 2011 16:44:03 +0000 (12:44 -0400)]
Make selectable labels work again

You can select something, but moving the focus somewhere else, or bringing up
the context menu makes the selection go away. This makes it impossible to
copy-paste the text.

The reason for this regression is that gtk_label_state_changed was sloppy and
assumed that it would only ever be called when a labels goes insensitive, which
is no longer the case.

The patch fixes things by explicitly checking if the widget is insensitive, and
only resetting the selection in that case, which is the same behaviour we have
for e.g. GtkEntry.

13 years agoMerge Simplified Chinese translation from branch gtk-3-0.
Aron Xu [Thu, 24 Mar 2011 16:36:19 +0000 (16:36 +0000)]
Merge Simplified Chinese translation from branch gtk-3-0.

13 years agoswitch: hardcode a smaller font size for the switch label
Cosimo Cecchi [Tue, 22 Mar 2011 18:53:21 +0000 (14:53 -0400)]
switch: hardcode a smaller font size for the switch label

This should not really be done here, but we can't override font size
from the theme just yet.

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

13 years agogtksettings: unset attributes set to normal from font description
Cosimo Cecchi [Tue, 22 Mar 2011 18:51:06 +0000 (14:51 -0400)]
gtksettings: unset attributes set to normal from font description

So that they do not override values coming from the theme.

Based on a patch by Carlos Garnacho.

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

13 years agoRevert "styleproperties: don't force replacing the font description"
Cosimo Cecchi [Tue, 22 Mar 2011 18:35:23 +0000 (14:35 -0400)]
Revert "styleproperties: don't force replacing the font description"

It turns out the bug is more complicated than I originally understood.
Not replacing the font description fields while merging here makes it
impossible for application's CSS to override fonts.

This reverts commit 89c1d93b68aaaebeb5db0dc2a58895721c6665aa.

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

13 years agoAdd DOAP file
Olav Vitters [Wed, 23 Mar 2011 10:54:36 +0000 (11:54 +0100)]
Add DOAP file

13 years agogtk-demo: Add placeholder text to search entry demo
Carlos Garcia Campos [Tue, 22 Mar 2011 11:47:50 +0000 (12:47 +0100)]
gtk-demo: Add placeholder text to search entry demo

13 years agoconfigure: bump version to 3.1.0
Michael Natterer [Mon, 21 Mar 2011 19:58:40 +0000 (20:58 +0100)]
configure: bump version to 3.1.0

13 years agoBug 643805 - Allow GtkExpander to resize the toplevel upon expanding/collpasing
Michael Natterer [Mon, 21 Mar 2011 19:57:43 +0000 (20:57 +0100)]
Bug 643805 - Allow GtkExpander to resize the toplevel upon expanding/collpasing

Add gtk_expander_get,set_resize_toplevel() and a "resize-toplevel"
property.

13 years agoCheck whether a resolution has been set in GtkPrintSettings
Marek Kasik [Fri, 19 Nov 2010 09:55:25 +0000 (10:55 +0100)]
Check whether a resolution has been set in GtkPrintSettings

If resolution has not been set then use default resolution from ppd.

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

13 years agothemingengine: don't hardcode white to draw insensitive labels shadow
Cosimo Cecchi [Mon, 21 Mar 2011 14:53:12 +0000 (10:53 -0400)]
themingengine: don't hardcode white to draw insensitive labels shadow

Use the background color instead.
I think the optimal solution would be delegating the shadow rendering to
the theme completely, and removing this in GtkThemingEngine, but for
now, this simple fix makes the dark variant more usable.

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

13 years agofilechooserdefault: fix a build warning
Cosimo Cecchi [Fri, 18 Mar 2011 20:28:11 +0000 (16:28 -0400)]
filechooserdefault: fix a build warning

13 years agoFix leaking calls to gdk_device_manager_list_devices()
Garrett Regier [Sat, 19 Mar 2011 16:09:27 +0000 (09:09 -0700)]
Fix leaking calls to gdk_device_manager_list_devices()

gdk_device_manager_list_devices() returns a newly allocated list.

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

13 years agoFix portability issues in configure
Matthias Clasen [Mon, 21 Mar 2011 14:32:49 +0000 (10:32 -0400)]
Fix portability issues in configure

Avoid using bash features unnecessarily.
Patch by Matteo Settenvini
https://bugzilla.gnome.org/show_bug.cgi?id=645057

13 years agoFree the motion hint infos in GdkDisplay
Garrett Regier [Sat, 19 Mar 2011 16:11:45 +0000 (09:11 -0700)]
Free the motion hint infos in GdkDisplay

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

13 years agowindow: Export theme variant to X11
Florian Müllner [Sun, 20 Mar 2011 13:37:27 +0000 (14:37 +0100)]
window: Export theme variant to X11

The metacity theme format allows to use colors from the current
GTK+ theme in window decorations. Since GTK+ now gained support
for dark theme variants, window managers using that theme format
(metacity, mutter, compiz via gtk-window-decorator) should be able
to use colors from the correct variant; so in case a variant is
requested, export it in the _GTK_THEME_VARIANT property on
toplevel windows.

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

13 years agoUpdated Lithuanian translation.
Gintautas Miliauskas [Mon, 21 Mar 2011 13:28:19 +0000 (14:28 +0100)]
Updated Lithuanian translation.

13 years agogail: Implement AtkObject::get_attributes() in GailEntry
Carlos Garcia Campos [Wed, 2 Mar 2011 17:17:05 +0000 (18:17 +0100)]
gail: Implement AtkObject::get_attributes() in GailEntry

And return the GtkEntry placeholder text as a new attribute.

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

13 years agogtkentry: Add hinting to GtkEntry
Carlos Garcia Campos [Thu, 24 Feb 2011 12:29:10 +0000 (13:29 +0100)]
gtkentry: Add hinting to GtkEntry

gtk_entry_set_placeholder_text() makes the entry display the given text
when it is empty and unfocused. Based on previous patch by Alberto
Garcia.

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

13 years agoUpdated Assamese translations
Amitakhya Phukan [Mon, 21 Mar 2011 07:28:18 +0000 (12:58 +0530)]
Updated Assamese translations

13 years agoUpdated Assamese translations
Amitakhya Phukan [Mon, 21 Mar 2011 07:27:50 +0000 (12:57 +0530)]
Updated Assamese translations

13 years agoUpdated Indonesian translation of gtk+ properties
Andika Triwidada [Mon, 21 Mar 2011 04:17:08 +0000 (11:17 +0700)]
Updated Indonesian translation of gtk+ properties

13 years agoUpdated Hungarian translation
Gabor Kelemen [Sat, 19 Mar 2011 22:45:36 +0000 (23:45 +0100)]
Updated Hungarian translation

13 years agoUpdated Dutch translation by Wouter Bolsterlee
Wouter Bolsterlee [Sat, 19 Mar 2011 16:58:06 +0000 (17:58 +0100)]
Updated Dutch translation by Wouter Bolsterlee

13 years agoradiobutton: exclude states we set manually from the previous state
Cosimo Cecchi [Fri, 18 Mar 2011 19:14:25 +0000 (15:14 -0400)]
radiobutton: exclude states we set manually from the previous state

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

13 years agoradiobutton: build the new state flags from the previous flags on click
Cosimo Cecchi [Fri, 18 Mar 2011 19:00:11 +0000 (15:00 -0400)]
radiobutton: build the new state flags from the previous flags on click

This fixes e.g. sensitivity issues with GtkRadioButton on state update.

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

13 years agogtk: Make region argument to gtk_widget_queue_draw_region() const
Benjamin Otte [Mon, 14 Feb 2011 18:10:39 +0000 (19:10 +0100)]
gtk: Make region argument to gtk_widget_queue_draw_region() const

13 years agoswitch: fix boundaries for the switch motion
Cosimo Cecchi [Thu, 17 Mar 2011 22:27:03 +0000 (18:27 -0400)]
switch: fix boundaries for the switch motion

We were ignoring the focus ring padding, and we were incorrectly setting
handle_x to padding.left, while the draw handler already takes padding
into account while redrawing.

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

13 years agonotebook: don't forget to reset the style after setting show-tabs
Cosimo Cecchi [Thu, 17 Mar 2011 21:26:15 +0000 (17:26 -0400)]
notebook: don't forget to reset the style after setting show-tabs

This fixes a regression after commit
b04f4c536aeab4281a9f0117e67accae19d691b9

13 years agoGdkDeviceManagerXI2: process send_event core events
Dan Winship [Tue, 15 Mar 2011 16:25:36 +0000 (12:25 -0400)]
GdkDeviceManagerXI2: process send_event core events

XSendEvent doesn't currently work with XI2 events, so add code to
translate core events when they have the send_event flag.

(We still don't actually select for core pointer/keyboard events, so
we will only receive send_event events that are sent with a 0
event_mask.)

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

13 years agotreeview: add the separator style class to the tree view separator lines
Cosimo Cecchi [Thu, 17 Mar 2011 21:08:41 +0000 (17:08 -0400)]
treeview: add the separator style class to the tree view separator lines

13 years agofilechooser: use the sidebar style class for the file chooser sidebar
William Jon McCann [Fri, 28 Jan 2011 03:00:20 +0000 (22:00 -0500)]
filechooser: use the sidebar style class for the file chooser sidebar

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

13 years agostylecontext: add a sidebar style class
Cosimo Cecchi [Thu, 17 Mar 2011 21:09:05 +0000 (17:09 -0400)]
stylecontext: add a sidebar style class

13 years agoset initial pane position
William Jon McCann [Fri, 28 Jan 2011 02:12:05 +0000 (21:12 -0500)]
set initial pane position

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

13 years agofilechooser: add the inline-toolbar style class to the bottom toolbar
Cosimo Cecchi [Thu, 17 Mar 2011 19:44:18 +0000 (15:44 -0400)]
filechooser: add the inline-toolbar style class to the bottom toolbar

13 years agostylecontext: add an inline-toolbar style class
Cosimo Cecchi [Thu, 17 Mar 2011 19:44:03 +0000 (15:44 -0400)]
stylecontext: add an inline-toolbar style class

13 years agostyleproperties: don't force replacing the font description
Cosimo Cecchi [Thu, 17 Mar 2011 18:31:57 +0000 (14:31 -0400)]
styleproperties: don't force replacing the font description

Otherwise custom fonts will always get overridden by the default stored
in GtkSettings when merging them.

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

13 years agonotebook: Don't set notebook style with hidden tabs
Bastien Nocera [Thu, 17 Mar 2011 17:59:46 +0000 (17:59 +0000)]
notebook: Don't set notebook style with hidden tabs

When tabs are not shown, and the notebook is used as a container,
we should not set the notebook style, otherwise the theme has no
way to know whether tabs are shown or not, and which colour to draw
the background.

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

13 years agowidget: Don't override state data when recursing to children
Benjamin Otte [Thu, 17 Mar 2011 15:45:19 +0000 (16:45 +0100)]
widget: Don't override state data when recursing to children

Writing onto the passed-in GtkStateData could cause changes that would
propagate to siblings, as the data was not reset again.
By copying the data structure, this is avoided and the proper values are
passed to sibling widgets.

13 years agowidget: Fix typo in docs
Benjamin Otte [Thu, 17 Mar 2011 15:26:50 +0000 (16:26 +0100)]
widget: Fix typo in docs

13 years agoUpdate properties POTFILES
Frédéric Péters [Thu, 17 Mar 2011 13:40:09 +0000 (14:40 +0100)]
Update properties POTFILES

13 years agoUpdated British English properties translation
Bruce Cowan [Thu, 17 Mar 2011 12:50:44 +0000 (12:50 +0000)]
Updated British English properties translation

13 years agowidget: Queue a resize when setting widget to insensitive.
Benjamin Otte [Thu, 17 Mar 2011 10:55:14 +0000 (11:55 +0100)]
widget: Queue a resize when setting widget to insensitive.

See 015f22777621008dac136940680dff4f250ca42b for details on why this is
necessary.

13 years agostyle: Move private function into private header
Benjamin Otte [Tue, 15 Mar 2011 11:20:29 +0000 (12:20 +0100)]
style: Move private function into private header

The function wasn't exported, so everybody using it would have gotten
linking failures.

13 years agopaned: Remove unused variable
Benjamin Otte [Tue, 15 Mar 2011 11:16:28 +0000 (12:16 +0100)]
paned: Remove unused variable

13 years ago[l10n] Updated German translation
Mario Blättermann [Thu, 17 Mar 2011 10:52:54 +0000 (11:52 +0100)]
[l10n] Updated German translation

13 years agoDon't only use ch != 0 to check if a character is a control char.
Jasper St. Pierre [Wed, 16 Mar 2011 23:04:20 +0000 (19:04 -0400)]
Don't only use ch != 0 to check if a character is a control char.

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

13 years agogdkkeyuni: Fix DEL for binary search
Jasper St. Pierre [Wed, 16 Mar 2011 23:03:34 +0000 (19:03 -0400)]
gdkkeyuni: Fix DEL for binary search

The list needs to be sorted in order for the binary search to work properly.

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

13 years agorange: allow stepper-spacing > 0 and trough-under-steppers = TRUE
Cosimo Cecchi [Mon, 14 Mar 2011 22:21:47 +0000 (18:21 -0400)]
range: allow stepper-spacing > 0 and trough-under-steppers = TRUE

Commit 4bb3d6441439e4d99255a3a08b39da7100ced953 introduced a limitation
to GtkRange style properties; when stepper-spacing is > 0,
trough-under-steppers is automatically set to FALSE; this means that
setting a spacing between the steppers (e.g. the scrollbar buttons) and
the trough (i.e. the area over which the slider is free to move) would
make the buttons always get the full allocation on the !orientation
direction.
The rationale is without this limitation, you would get an area which
seems clickable, but it's actually not.

While this is true, and undesirable, for big stepper spacings, themes
that use trough-under-steppers (which is TRUE by default anyway),
might want to set smaller spacings to avoid drawing a double line between
the button and the slider borders.

To add confusion, the documentation got it flipped, i.e. it stated
setting a positive stepper-spacing would set trough-under-steppers to
TRUE (which would also make the behavior expected by commit
4bb3d6441439e4d99255a3a08b39da7100ced953 impossible).

I don't think hardcoding either of the two limitations is a good thing.
We should let themes handle this instead, and remove this limitation. If
you want the old behavior, you can manually set trough-under-steppers to
FALSE if you set a positive stepper-spacing in your theme.

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

13 years agoMake gdk_keyval_to_unicode return more codes
Matthias Clasen [Wed, 16 Mar 2011 16:46:45 +0000 (12:46 -0400)]
Make gdk_keyval_to_unicode return more codes

Previously, we didn't map ASCII controls to their Unicode
counterparts. Fix that.

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

13 years agowidget: reset widget style after applying style classes from GtkBuilder
Cosimo Cecchi [Wed, 16 Mar 2011 14:50:03 +0000 (10:50 -0400)]
widget: reset widget style after applying style classes from GtkBuilder

Otherwise, the parsed style classes do not get propagated to the
children.

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

13 years agobroadway: fix a build warning
Cosimo Cecchi [Wed, 16 Mar 2011 14:48:24 +0000 (10:48 -0400)]
broadway: fix a build warning

13 years ago[gi] add Virtual annotation for gtk_container_forall vfunc
John (J5) Palmieri [Wed, 16 Mar 2011 14:41:15 +0000 (10:41 -0400)]
[gi] add Virtual annotation for gtk_container_forall vfunc

13 years agoUpdated Galician translations
Fran Diéguez [Tue, 15 Mar 2011 14:53:00 +0000 (15:53 +0100)]
Updated Galician translations

13 years agoMerge branch 'broadway'
Alexander Larsson [Tue, 15 Mar 2011 12:00:24 +0000 (13:00 +0100)]
Merge branch 'broadway'

13 years agobroadway: Enable TCP_NODELAY for output socket
Alexander Larsson [Tue, 15 Mar 2011 10:47:38 +0000 (11:47 +0100)]
broadway: Enable TCP_NODELAY for output socket

This makes us send data immediately, giving a much snappier
over-network experience.

13 years agobroadway: Fix up whitespace and indentation for js code
Alexander Larsson [Tue, 15 Mar 2011 09:33:08 +0000 (10:33 +0100)]
broadway: Fix up whitespace and indentation for js code

13 years agobroadway: Use camelCase for all js code
Alexander Larsson [Tue, 15 Mar 2011 09:26:53 +0000 (10:26 +0100)]
broadway: Use camelCase for all js code

13 years agobroadway: Fix flicker when resizing windows
Alexander Larsson [Tue, 15 Mar 2011 09:18:07 +0000 (10:18 +0100)]
broadway: Fix flicker when resizing windows

Resizing a canvas causes a clear, so we have to save the previous
content and restore to avoid flickering.

13 years agobroadway: double buffer window updates
Alexander Larsson [Tue, 15 Mar 2011 08:50:07 +0000 (09:50 +0100)]
broadway: double buffer window updates

Ensure that we're writing all the updates for a single rendering op
in one go without callbacks inbetween. That way some rendering will
be delayed, but the user will never see partial renderings.

13 years agobroadway: Don't crash if output is NULL
Alexander Larsson [Mon, 14 Mar 2011 22:25:36 +0000 (23:25 +0100)]
broadway: Don't crash if output is NULL

13 years agobroadway: Implement gdk_broadway_device_window_at_position
Alexander Larsson [Mon, 14 Mar 2011 20:40:59 +0000 (21:40 +0100)]
broadway: Implement gdk_broadway_device_window_at_position

This is required for ungrabs to work properly

13 years agobroadway: Ensure we begin a path when clipping
Alexander Larsson [Mon, 14 Mar 2011 19:59:28 +0000 (20:59 +0100)]
broadway: Ensure we begin a path when clipping

13 years agobroadway: Do copy rects with compositing mode "copy"
Alexander Larsson [Mon, 14 Mar 2011 19:59:00 +0000 (20:59 +0100)]
broadway: Do copy rects with compositing mode "copy"

13 years agonotebook: make GtkNotebook respect the focus-padding style property
Cosimo Cecchi [Mon, 14 Mar 2011 15:01:43 +0000 (11:01 -0400)]
notebook: make GtkNotebook respect the focus-padding style property

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

13 years agobroadway: Fix undefined variable error in js
Alexander Larsson [Mon, 14 Mar 2011 15:38:24 +0000 (16:38 +0100)]
broadway: Fix undefined variable error in js

13 years agobroadway: Start windows transparent rather than black
Alexander Larsson [Mon, 14 Mar 2011 15:04:34 +0000 (16:04 +0100)]
broadway: Start windows transparent rather than black

This avoids flashing

13 years agobroadway: Make broadway port configurable with BROADWAY_DISPLAY
Alexander Larsson [Mon, 14 Mar 2011 14:58:55 +0000 (15:58 +0100)]
broadway: Make broadway port configurable with BROADWAY_DISPLAY

13 years agobroadway: Report right coordinates on ungrab enter
Alexander Larsson [Mon, 14 Mar 2011 14:46:29 +0000 (15:46 +0100)]
broadway: Report right coordinates on ungrab enter

13 years agobroadway: Fix various typos in mouse button event reporting
Alexander Larsson [Mon, 14 Mar 2011 14:24:25 +0000 (15:24 +0100)]
broadway: Fix various typos in mouse button event reporting

13 years agobroadway: Fix up grab events, its "mode" not "detail" we send
Alexander Larsson [Mon, 14 Mar 2011 11:13:21 +0000 (12:13 +0100)]
broadway: Fix up grab events, its "mode" not "detail" we send

13 years agobroadway: Track button state
Alexander Larsson [Mon, 14 Mar 2011 11:09:19 +0000 (12:09 +0100)]
broadway: Track button state

13 years agobroadway: Fix time in ungrab
Alexander Larsson [Mon, 14 Mar 2011 11:02:18 +0000 (12:02 +0100)]
broadway: Fix time in ungrab

13 years agobroadway: Implement pointer grabs
Alexander Larsson [Mon, 14 Mar 2011 10:46:43 +0000 (11:46 +0100)]
broadway: Implement pointer grabs

13 years agobroadway: Fix some window coordinate reporting issues
Alexander Larsson [Mon, 14 Mar 2011 10:22:12 +0000 (11:22 +0100)]
broadway: Fix some window coordinate reporting issues

13 years agobroadway: Remove debug code and fix whitespace issues
Alexander Larsson [Mon, 14 Mar 2011 10:21:37 +0000 (11:21 +0100)]
broadway: Remove debug code and fix whitespace issues

13 years agobroadway: Add debug logging framework for js
Alexander Larsson [Mon, 14 Mar 2011 09:05:24 +0000 (10:05 +0100)]
broadway: Add debug logging framework for js

13 years agobroadway: Fix typo that broke window hiding
Alexander Larsson [Mon, 14 Mar 2011 08:51:54 +0000 (09:51 +0100)]
broadway: Fix typo that broke window hiding

13 years agoUpdated Kurdish translation
Erdal Ronahi [Sun, 13 Mar 2011 20:52:06 +0000 (21:52 +0100)]
Updated Kurdish translation

13 years agoUpdated Kurdish translation
Erdal Ronahi [Sun, 13 Mar 2011 20:14:00 +0000 (21:14 +0100)]
Updated Kurdish translation

13 years agoUpdated Slovenian translation
Klemen Košir [Sun, 13 Mar 2011 17:14:48 +0000 (18:14 +0100)]
Updated Slovenian translation

13 years agoUpdated Korean translation
Changwoo Ryu [Sun, 13 Mar 2011 14:27:02 +0000 (23:27 +0900)]
Updated Korean translation

13 years agoAdd annotations to gtk_window_get_position
Matthias Clasen [Sun, 13 Mar 2011 02:25:07 +0000 (21:25 -0500)]
Add annotations to gtk_window_get_position

Part of bug 644353, patch by Ulrik Sverdrup.

13 years agoFix annotations for gtk_accelerator_parse
Matthias Clasen [Sun, 13 Mar 2011 02:23:25 +0000 (21:23 -0500)]
Fix annotations for gtk_accelerator_parse

Part of bug 644353, patch by Ulrik Sverdrup.

13 years agoFormatting fixes
Matthias Clasen [Sun, 13 Mar 2011 02:22:27 +0000 (21:22 -0500)]
Formatting fixes

13 years agopaned: don't set the "pane-separator" style class to all the container
Cosimo Cecchi [Wed, 9 Mar 2011 06:14:24 +0000 (01:14 -0500)]
paned: don't set the "pane-separator" style class to all the container

Otherwise children inherit color properties specified for the pane
separator itself.

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

13 years agothemingengine: Use render_background_internal() to render handle background
Carlos Garcia Campos [Sat, 12 Mar 2011 16:02:49 +0000 (17:02 +0100)]
themingengine: Use render_background_internal() to render handle background

Instead of using always the background color. This fixes handles that
have a background image like gnome-panel applets in a transparent
panel.

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

13 years agoUpdate Czech translation
Petr Kovar [Sat, 12 Mar 2011 22:33:53 +0000 (23:33 +0100)]
Update Czech translation

13 years agoGtkAboutDialog: keep toggle button state in sync
Matthias Clasen [Sat, 12 Mar 2011 18:42:05 +0000 (13:42 -0500)]
GtkAboutDialog: keep toggle button state in sync

When hiding the dialog, we hide the credits/license parts, so
we need to update the toggle buttons controlling them.
https://bugzilla.gnome.org/show_bug.cgi?id=644355

13 years agoUpdated Slovenian translation
Klemen Košir [Sat, 12 Mar 2011 18:26:10 +0000 (19:26 +0100)]
Updated Slovenian translation

13 years agoUpdated French translation
Bruno Brouard [Sat, 12 Mar 2011 17:03:08 +0000 (18:03 +0100)]
Updated French translation

13 years agoUpdated Swedish translation
Daniel Nylander [Fri, 11 Mar 2011 20:55:12 +0000 (21:55 +0100)]
Updated Swedish translation

13 years agoUpdated Swedish translation
Daniel Nylander [Fri, 11 Mar 2011 20:41:01 +0000 (21:41 +0100)]
Updated Swedish translation

13 years agobroadway: Get query_state window coords from browser side
Alexander Larsson [Fri, 11 Mar 2011 20:39:11 +0000 (21:39 +0100)]
broadway: Get query_state window coords from browser side

13 years agobroadway: Split out getPositionsFromAbsCoord from getPositionsFromEvent
Alexander Larsson [Fri, 11 Mar 2011 20:28:39 +0000 (21:28 +0100)]
broadway: Split out getPositionsFromAbsCoord from getPositionsFromEvent

13 years agobroadway: Fix up a bunch of js style issues
Alexander Larsson [Fri, 11 Mar 2011 20:12:57 +0000 (21:12 +0100)]
broadway: Fix up a bunch of js style issues

13 years agobroadway: Move event coordinate calculation to browser side
Alexander Larsson [Fri, 11 Mar 2011 20:10:23 +0000 (21:10 +0100)]
broadway: Move event coordinate calculation to browser side

13 years agogtk: Queue a resize after state changes
Benjamin Otte [Fri, 11 Mar 2011 18:42:26 +0000 (19:42 +0100)]
gtk: Queue a resize after state changes

Lots of style properties - border-width in this case - can change the
size of widgets, so we need to queue a resize instead of just redrawing.

13 years agobroadway: Implement pointer query_status
Alexander Larsson [Fri, 11 Mar 2011 13:56:31 +0000 (14:56 +0100)]
broadway: Implement pointer query_status