Chun-wei Fan
da31982379
Fix build on C89 compilers
...
-Avoid defining variables in the middle of the block
-Include fallback-c89.c in gtkrevealer.c in place of math.h as
fallback-c89.c includes math.h itself, and is needed for round()
2013-05-28 13:36:54 +08:00
Chun-wei Fan
8b15b4415c
Clean up the pre-configured gdkconfig.h.win32
...
The deprecation macros are now defined in gdkversionmacros.h, so remove
them from gdkconfig.h.win32 to avoid macro redefinition warnings.
2013-05-28 13:04:37 +08:00
Matthias Clasen
d1990652fd
Forgotten bug info
2013-05-27 21:50:37 -04:00
Matthias Clasen
4baccaea67
Post-release bump
2013-05-27 19:41:23 -04:00
Matthias Clasen
ca89cf0a41
3.9.2
2013-05-27 18:25:32 -04:00
Matthias Clasen
fe2260c53d
Fix distclean
...
extract-strings was left behind.
2013-05-27 18:25:31 -04:00
Matthias Clasen
0f1e781f32
Add new widgets to the gallery
...
Make GtkHeaderBar, GtkPlacesSidebar, GtkStack and GtkStackSwitcher
show up in the gallery.
2013-05-27 16:40:43 -04:00
Matthias Clasen
5486bfb14f
Minor documentation formatting fixes
2013-05-27 15:26:59 -04:00
Matthias Clasen
ff049fad62
Add an index for 3.10 symbols in gdk docs
2013-05-27 15:17:25 -04:00
Matthias Clasen
f8b66763b0
Add release note about GtkBin compatibility
2013-05-27 15:03:04 -04:00
Matthias Clasen
540c665117
Add gtk_test_widget_wait_for_draw to docs
2013-05-27 14:49:43 -04:00
Matthias Clasen
00e1e881cf
Remove gtk_widget_preferred_size_and_baseline from the docs
...
No longer exported since bd4d00918e
.
2013-05-27 14:42:58 -04:00
Matthias Clasen
d0ca67a34b
Document --enable-installed-tests option
2013-05-27 14:41:35 -04:00
Matthias Clasen
d824164e31
Add new symbols to docs
...
Also, minor formatting fixes.
2013-05-27 14:36:53 -04:00
Matthias Clasen
cbe5a3a590
Add a tiled window state
...
This information is needed to draw client-side decorations
properly in this state.
https://bugzilla.gnome.org/show_bug.cgi?id=696001
2013-05-27 13:31:28 -04:00
Chun-wei Fan
3741a3bfbe
Update Visual Studio 2010 projects
...
Add a PlatformToolset tag for each configuration for project files that
do not yet have them. This is to ease support for Visual Studio 2012 as
we can copy and easily replace a few items with automated scripts as
project files for Visual Studio 2010 and 2012 are very similar.
This might change when we eventually support the Metro (aka Windows 8
Modern UI), but this will suffice for the time being.
2013-05-27 18:25:57 +08:00
Dušan Kazik
2abdab1ece
Updated slovak translation
2013-05-26 16:03:13 +02:00
Timothy Arceri
84513df5a7
Fix error_selecting_folder_over_existing_file_dialog() never displaying message
...
https://bugzilla.gnome.org/show_bug.cgi?id=700864
2013-05-26 00:37:23 -04:00
Timothy Arceri
b940122c4a
Handle G_IO_ERROR_FILENAME_TOO_LONG errors when saving
...
https://bugzilla.gnome.org/show_bug.cgi?id=591969
2013-05-26 00:21:41 -04:00
Timothy Arceri
8f668240de
Update gtk_file_chooser_set_do_overwrite_confirmation() documentation to reflect what is actually happening
...
https://bugzilla.gnome.org/show_bug.cgi?id=360131
2013-05-26 00:17:48 -04:00
Alban Browaeys
b08fe39cd8
GtkPlacesSidebar: do not unref mount
...
Do not unref mount has we grabbed its pointer without taking
a reference.
Otherwise the following call to g_list_free_full on network_mounts
frees it a second time. Segfault in nautilus ensue.
https://bugzilla.gnome.org/show_bug.cgi?id=700979
2013-05-26 00:03:13 -04:00
Matthias Clasen
fc1ff40296
csd: Fix handling of titlebar height
...
gtk_widget_get_allocated_height returns the adjusted
allocation, so we can't use it as measure for how much
room to leave when drawing the window background.
2013-05-25 21:02:00 -04:00
Matthias Clasen
530edd0d9b
Add more tests to testheaderbar
...
Check that one can use widgets other than GtkHeaderBar as
titlebars.
2013-05-25 20:56:14 -04:00
Matthias Clasen
80513aa2c7
GtkBox: don't propagate the expand child property
...
The intention of the expand widget flags was to in fact propagate
legacy expand child properties as well. Due to implementation errors,
this was only happening in some cases, but not in others. To avoid
breaking old code assuming traditional expand flag behavior, this
commit removes all attempts to propagate GtkBox::expand.
This was discussed in
https://bugzilla.gnome.org/show_bug.cgi?id=698656 and
https://bugzilla.gnome.org/show_bug.cgi?id=628902
This patch was written by Tristan Van Berkom.
2013-05-25 14:46:09 -04:00
Matthias Clasen
f83af03579
Avoid shadowing a variable
...
I don't think this broke anything, but it is just inviting
confusion.
2013-05-25 13:17:57 -04:00
Matthias Clasen
47b2248eb3
testwindowsize: show the actual window size
2013-05-25 13:12:56 -04:00
Matthias Clasen
526958cd53
Add an interactive window sizing test
2013-05-25 11:42:28 -04:00
Bastien Nocera
314dcf7a9e
GdkRgba: Fix 'loose' typo
...
Should be "lose"
https://bugzilla.gnome.org/show_bug.cgi?id=700844
2013-05-23 20:53:30 +02:00
Bastien Nocera
536fc22de4
GtkSearchEntry: Don't wait for timeout when emptying
...
When the text entry gets cleared, emit the "changed" signal
straight away. This avoids a lag when dismissing a search.
https://bugzilla.gnome.org/show_bug.cgi?id=700787
2013-05-23 20:53:30 +02:00
Bastien Nocera
1bfbfbc50c
GtkTreeView: Use GtkEntry private function to remove hack
...
https://bugzilla.gnome.org/show_bug.cgi?id=700787
2013-05-23 20:53:30 +02:00
Bastien Nocera
ffbe7f6eb6
GtkEntry: Focus the entry without selecting the text
...
Focusing the text entry without selecting all the text is needed in
some places (GtkTreeView, and some uses of GtkSearchEntry) so
create a private helper to avoid replicating the hacks.
https://bugzilla.gnome.org/show_bug.cgi?id=700787
2013-05-23 20:53:30 +02:00
Matthias Clasen
875b1d07de
Don't include X11 headers in wayland
...
The include of X11/keysyms.h in gdkdevice-wayland.c was just
a leftover.
2013-05-23 12:26:26 -04:00
Victor Ibragimov
f3832d6a9e
po-properties updated for Tajik
2013-05-23 12:29:48 +05:00
Matthias Clasen
895a81c793
Drop test images
...
These were left behind when gdk-pixbuf was split off.
2013-05-22 23:02:31 -04:00
Federico Mena Quintero
e6dca05445
GtkFileChooser: Only allow creating bookmarks for folders, not files
...
https://bugzilla.gnome.org/show_bug.cgi?id=561221
Signed-off-by: Federico Mena Quintero <federico@gnome.org>
2013-05-22 17:30:49 -05:00
Federico Mena Quintero
dc2f399dd0
GtkPlacesSidebar: Only create bookmarks for folders, not files
...
https://bugzilla.gnome.org/show_bug.cgi?id=561221
Signed-off-by: Federico Mena Quintero <federico@gnome.org>
2013-05-22 17:22:28 -05:00
Benjamin Otte
8b1740b965
tests: Stop expander from failing
...
The test was flaky without gtk_widget_wait_for_draw().
2013-05-22 00:15:08 +02:00
Matthias Clasen
3beeb2cda0
Wayland: not all screens are square
...
https://bugzilla.gnome.org/show_bug.cgi?id=700737
2013-05-21 07:50:22 -04:00
Benjamin Otte
7c26980f3e
tests: Install tests/css/parser
2013-05-21 13:11:10 +02:00
Benjamin Otte
12953f20b3
tests: Install testsuite/css
2013-05-21 13:11:10 +02:00
Rafael Ferreira
3f19f6d4bb
Updated Brazilian Portuguese translation
2013-05-21 02:29:16 -03:00
John Ralls
ffd538c802
Bug 667759 - gtkdnd-quartz.c is missing annotations for introspection
...
Work around this by introspecting gtkclipboard.c and gtkdnd.c instead
of the quartz alternatives.
Note that this is temporary: The implementation of GdkSelection
will make the quartz alternatives unnecessary. See bug 571582.
2013-05-20 15:44:18 -07:00
John Ralls
af1499c371
Bug 691921 - GTK+ built on Leopard references [NSMenu removellItems]
...
Test it with respondsToSelector, and if it isn't available delete the
items one at a time.
2013-05-20 15:17:47 -07:00
Colin Walters
1944e0368d
modules/input: Only build quartz module if we're targeting quartz
...
Otherwise the build is broken on GNU/Linux and Win32.
2013-05-20 14:18:02 -04:00
E. K. Kato
155caad426
Bug 694273 - Patch to support NSTextInputClient in text widgets
...
Provides an input module for native OSX input methods.
Based on a patch by Hiroyuki Yamamoto
(http://www.sraoss.jp/sylpheed/sylpheed/macosx/gtk+-2.24.0-macosx-textinputclient_ja-test1.patch ).
Adjustments for Gtk3 by Matthew Francis <gnomebugs@newsheffield.co.uk>
2013-05-20 10:48:32 -07:00
Kjartan Maraas
9b9a0b71eb
Updated Norwegian bokmål translation
2013-05-20 18:31:46 +02:00
Daniel Mustieles
50b88e94d6
Updated Spanish translation
2013-05-20 12:36:35 +02:00
Victor Ibragimov
fcd17f97ea
Tajik translation updated
2013-05-20 12:44:12 +05:00
Luc Pionchon
b634d8de47
typo
...
https://bugzilla.gnome.org/show_bug.cgi?id=699289
2013-05-19 21:24:01 -04:00
Luc Pionchon
0e08ff19ba
Add doc to set markup and accelerator on a MenuItem.
...
https://bugzilla.gnome.org/show_bug.cgi?id=699289
2013-05-19 21:24:01 -04:00