Ryan Lortie
7414323519
GtkTreeViewColumn: start padding at 0
...
If we start with a padding of -1 then it can leak out of the size
allocation request for the column when the treeview is empty. The
GtkTreeView will then collect these -1 values and add them together,
returning -n where 'n' is the number of columns.
This is usually not a problem because treeviews tend to be used with a
scrollbar and the width of the scrollbar will be added to this number
bringing it into positive territory again. On Ubuntu, with overlay
scrollbars, this is not the case, however.
https://bugzilla.gnome.org/show_bug.cgi?id=703062
2013-09-30 09:24:14 -04:00
Bastien Nocera
4e060e6efe
Fix possible crash in header bar
...
When the header bar's top-level widget is not a GtkWindow,
don't try to get the inexistant "decoration-button-layout"
property.
2013-09-27 17:27:51 +02:00
Lionel Landwerlin
98994f5df6
GdkWindowX11: Prevent non renderered window to be display by the compositor
...
When mapping a window for the first time, make sure the compositor
won't display it until we're done painting.
https://bugzilla.gnome.org/show_bug.cgi?id=702196
2013-09-26 22:16:03 +01:00
Kjartan Maraas
bb8c6ffeed
Updated Norwegian bokmål translation
2013-09-26 21:19:21 +02:00
Chun-wei Fan
ee2dc51d7a
Update Demos Visual Studio Projects
...
Improve optimization, by re-enabling WholeProgramOptimization but changing
the linker optimization to not drop items that are not referenced in code
(such as compiled gresource sources that are not directly referenced in
code, as they are still needed for the demos to run properly).
2013-09-26 19:53:41 +08:00
Yuri Myasoedov
9fac69160d
Updated Russian translation
2013-09-25 23:22:49 +04:00
Christian Kirbach
c088a0d04e
Updated German translation
2013-09-25 15:21:16 +02:00
Josep Sànchez
fc116508a4
[l10n] Update Catalan translation
2013-09-25 00:39:21 +02:00
Inaki Larranaga Murgoitio
d62e9dac4a
Updated Basque language
2013-09-24 22:16:22 +02:00
Inaki Larranaga Murgoitio
6309e936bc
Updated Basque language
2013-09-24 09:20:05 +02:00
Pavol Klačanský
490b58f029
Updated slovak translation
2013-09-23 22:17:50 +02:00
Pavol Klačanský
210290326b
Updated slovak translation
2013-09-23 22:16:28 +02:00
Matthias Clasen
70a6996751
Bump version
2013-09-23 14:46:25 -04:00
Matthias Clasen
b92f6b1dbe
3.10.0
2013-09-23 13:48:01 -04:00
Matthias Clasen
c8544a3c4d
Add a release note about settings
2013-09-23 13:48:01 -04:00
Matthias Clasen
3b6156fdb5
Allow applications to use gtk-menu-bar-accel in 3.10
...
gnome-terminal is still using this setting, so we'll let
applications override it for another cycle. It is no longer
backed by a system-wide setting, though, and it will still
go away eventually.
This partically reverts b26c74e5da
2013-09-23 13:48:01 -04:00
Matthias Clasen
34cf40e95c
Allow applications to use gtk-enable-mnemonics in 3.10
...
gnome-terminal is still using this setting, so we'll let
applications override it for another cycle. It is no longer
backed by a system-wide setting, though, and it will still
go away eventually.
This partically reverts 7e3a494fac
2013-09-23 13:48:01 -04:00
Matthias Clasen
3312a68a88
Drop border-image-repeat test for 3.10.0
...
It got broken by recent cairo changes. Investigation and
fixing will happen on master.
2013-09-23 13:47:50 -04:00
Yosef Or Boczko
6c90719b52
Updated Hebrew translation
...
Signed-off-by: Yosef Or Boczko <yoseforb@gmail.com>
2013-09-23 17:11:26 +03:00
Milo Casagrande
70d0e4186f
[l10n] Updated Italian translation.
2013-09-23 15:10:26 +02:00
Petr Kovar
8de3055914
Update Czech transaltion
2013-09-23 15:00:29 +02:00
Petr Kovar
bae9b158fd
Update Czech translation
2013-09-23 14:26:32 +02:00
Alexander Larsson
68c450468e
icon-theme: Better handling of unscaled icon directories
...
If an icon is in a Fixed or Threshold directory we normally don't
scale it. However, in the case of HiDPI scaling we *do* want to
scale it, to avoid different layouts in Lo/HiDPI. We look up whatever
the size of the icon would have been in LoDPI and scale to that
in the no-scaling case, thus getting the same layout as the
unscaled case.
https://bugzilla.gnome.org/show_bug.cgi?id=708384
2013-09-23 12:45:34 +02:00
Alexander Larsson
a001dc0ec7
icon-theme: Make icon_info_new() have some args
...
This gets rid of a bunch of duplicated code.
2013-09-23 12:45:34 +02:00
Alexander Larsson
ae24cbc11f
testicontheme: Add some tests for scales
2013-09-23 12:45:34 +02:00
Chun-wei Fan
a3519988f5
demos/gtk-demo/toolpalette.c: Avoid C99ism
...
Avoid declaring variable at the middle of the block
2013-09-23 16:39:25 +08:00
Nilamdyuti Goswami
9b8f740635
Assamese translation updated
2013-09-23 13:25:09 +05:30
Andika Triwidada
c38e1ab301
Updated Indonesian translation
2013-09-23 09:48:12 +07:00
Peter Mráz
3d473d9602
Updated slovak translation
2013-09-22 22:54:11 +02:00
Pavol Klačanský
8e74179bf3
Updated slovak translation
2013-09-22 22:54:11 +02:00
Claude Paroz
12afdbe518
Updated French translation
2013-09-22 20:04:42 +02:00
Aurimas Černius
9779c355e3
Updated Lithuanian translation
2013-09-22 17:40:38 +03:00
Chun-wei Fan
00f9b1e769
MSVC Builds: "Install" gtklistboxrowaccessible.h
...
...which is an a11y header introduced in commit c22e27f9
.
2013-09-22 22:10:28 +08:00
Pavol Klačanský
06ed35548c
Updated slovak translation
2013-09-22 15:41:43 +02:00
Daniel Mustieles
04036f8221
Updated Spanish translation
2013-09-22 12:11:29 +02:00
Yosef Or Boczko
e4a299ea2c
Updated Hebrew properties translation
2013-09-22 12:34:32 +03:00
Yosef Or Boczko
1b0b6ba5d4
Updated Hebrew translation
2013-09-22 12:31:01 +03:00
Matthias Clasen
e5317f0f9a
Improve struct packing in various places
2013-09-21 23:50:55 -04:00
Matthias Clasen
d137f74fe9
Remove priv pointer from GtkStackSwitcher
...
This is a new widget, so lets avoid the unnecessary
priv pointer while we still can.
2013-09-21 23:50:55 -04:00
Matthias Clasen
4b13b93394
Improve struct packing in GdkWindowImplWayland
2013-09-21 23:50:55 -04:00
Duarte Loreto
e92ed298b5
Updated Portuguese translation
2013-09-22 02:50:58 +01:00
Duarte Loreto
8f7a52239d
Updated Portuguese translation
2013-09-22 02:29:51 +01:00
Matthias Clasen
f0aba21fd2
Small cleanup for the previous commit
...
When setting an accessible type, we don't need to
set an accessible row anymore.
2013-09-21 20:56:46 -04:00
Matthias Clasen
c22e27f986
Add a GtkListBoxRow accessible
...
This lets us do two things:
1. Set the list-item role
2. Set selectable and selected states as appropriate
https://bugzilla.gnome.org/show_bug.cgi?id=692258
2013-09-21 20:51:22 -04:00
Matthias Clasen
bdd4d65e85
Small improvement to GtkLinkButton a11y
...
ATK has a visited state, so propagate the visited property
of GtkLinkButton to that state.
2013-09-21 20:51:21 -04:00
Rūdolfs Mazurs
9111aaf1f7
Updated Latvian translatio
2013-09-21 21:51:20 +03:00
Matej Urbančič
eaafb32afc
Updated Slovenian translation
2013-09-21 20:27:52 +02:00
Baurzhan Muftakhidinov
94b97d9dbd
Update Kazakh translation
2013-09-21 16:36:08 +06:00
Federico Mena Quintero
1e5dde7eab
places sidebar: Don't activate the bookmark if Eject was clicked
...
This should really fix https://bugzilla.gnome.org/show_bug.cgi?id=704087 ...
Signed-off-by: Federico Mena Quintero <federico@gnome.org>
2013-09-20 21:14:00 -05:00
Matthias Clasen
9f3627cd7c
Trivial typo fix
2013-09-20 20:17:25 -04:00