f5ea2b740b
Updated British English properties translation
2011-03-17 12:51:19 +00:00
665da2c499
widget: Queue a resize when setting widget to insensitive.
...
See 015f227776 for details on why this is
necessary.
2011-03-17 11:59:17 +01:00
3f491f7157
style: Move private function into private header
...
The function wasn't exported, so everybody using it would have gotten
linking failures.
2011-03-17 11:59:17 +01:00
979a68c74a
paned: Remove unused variable
2011-03-17 11:59:17 +01:00
ef6e276ee6
[l10n] Updated German translation
2011-03-17 11:52:54 +01:00
ff9eb56c6e
Don't only use ch != 0 to check if a character is a control char.
...
https://bugzilla.gnome.org/show_bug.cgi?id=644976
2011-03-16 20:09:14 -04:00
6ecfddf2e2
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
2011-03-16 20:09:13 -04:00
9205abe374
range: allow stepper-spacing > 0 and trough-under-steppers = TRUE
...
Commit 4bb3d64414 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
4bb3d64414 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
2011-03-16 13:20:07 -04:00
66a77d0bc0
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
2011-03-16 12:48:59 -04:00
f4930dca55
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
2011-03-16 10:52:32 -04:00
69b9794d9e
broadway: fix a build warning
2011-03-16 10:48:24 -04:00
3938d3c2e4
[gi] add Virtual annotation for gtk_container_forall vfunc
2011-03-16 10:42:24 -04:00
927f1344b5
Updated Galician translations
2011-03-15 15:53:00 +01:00
4fadd346fa
Merge branch 'broadway'
2011-03-15 13:00:24 +01:00
9a26fd25af
broadway: Enable TCP_NODELAY for output socket
...
This makes us send data immediately, giving a much snappier
over-network experience.
2011-03-15 11:47:38 +01:00
7605258890
broadway: Fix up whitespace and indentation for js code
2011-03-15 10:33:08 +01:00
520dd09e8a
broadway: Use camelCase for all js code
2011-03-15 10:26:53 +01:00
2635a27814
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.
2011-03-15 10:18:07 +01:00
e3a2176a1f
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.
2011-03-15 09:50:07 +01:00
58c234e7d0
broadway: Don't crash if output is NULL
2011-03-15 08:50:18 +01:00
4408e9d958
broadway: Implement gdk_broadway_device_window_at_position
...
This is required for ungrabs to work properly
2011-03-14 21:40:59 +01:00
08f832908e
broadway: Ensure we begin a path when clipping
2011-03-14 20:59:28 +01:00
acd72d0961
broadway: Do copy rects with compositing mode "copy"
2011-03-14 20:59:00 +01:00
c9f38ba518
notebook: make GtkNotebook respect the focus-padding style property
...
https://bugzilla.gnome.org/show_bug.cgi?id=644348
2011-03-14 11:59:27 -04:00
a5e5e2343c
broadway: Fix undefined variable error in js
2011-03-14 16:38:24 +01:00
63c0198347
broadway: Start windows transparent rather than black
...
This avoids flashing
2011-03-14 16:04:34 +01:00
084003953d
broadway: Make broadway port configurable with BROADWAY_DISPLAY
2011-03-14 15:58:55 +01:00
9214796a4d
broadway: Report right coordinates on ungrab enter
2011-03-14 15:46:29 +01:00
99d194b747
broadway: Fix various typos in mouse button event reporting
2011-03-14 15:24:25 +01:00
ca203adc73
broadway: Fix up grab events, its "mode" not "detail" we send
2011-03-14 12:13:21 +01:00
a1de735b87
broadway: Track button state
2011-03-14 12:09:19 +01:00
e53abee805
broadway: Fix time in ungrab
2011-03-14 12:02:18 +01:00
95b19bca33
broadway: Implement pointer grabs
2011-03-14 11:52:46 +01:00
7d2ff79ddf
broadway: Fix some window coordinate reporting issues
2011-03-14 11:28:57 +01:00
cf6bf44184
broadway: Remove debug code and fix whitespace issues
2011-03-14 11:21:37 +01:00
c2ce462486
broadway: Add debug logging framework for js
2011-03-14 10:05:24 +01:00
e2f8215751
broadway: Fix typo that broke window hiding
2011-03-14 09:51:54 +01:00
0b54bb5fdd
Updated Kurdish translation
2011-03-13 21:52:06 +01:00
aa4978ee75
Updated Kurdish translation
2011-03-13 21:14:00 +01:00
f09e25d59c
Updated Slovenian translation
2011-03-13 18:14:48 +01:00
bd0e717bdd
Updated Korean translation
2011-03-13 23:27:36 +09:00
ddc588236b
Add annotations to gtk_window_get_position
...
Part of bug 644353, patch by Ulrik Sverdrup.
2011-03-12 21:25:07 -05:00
02ac322c9a
Fix annotations for gtk_accelerator_parse
...
Part of bug 644353, patch by Ulrik Sverdrup.
2011-03-12 21:23:25 -05:00
4a44f3f6e1
Formatting fixes
2011-03-12 21:22:27 -05:00
677f268e8d
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
2011-03-12 20:36:40 -05:00
21558ae67f
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
2011-03-12 20:32:42 -05:00
5e7ebb5a9e
Update Czech translation
2011-03-12 23:34:14 +01:00
aa1fdb4123
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
2011-03-12 13:43:28 -05:00
ee46a97934
Updated Slovenian translation
2011-03-12 19:26:10 +01:00
fc4158a03f
Updated French translation
2011-03-12 18:03:08 +01:00