a02f2c4291
Make ignored settings be set to false by default
2013-06-27 17:02:58 -04:00
b5863f38a0
docs: Don't drop xml/gtkstock.xml
2013-06-27 21:14:07 +02:00
f19c3896d0
menushell: don't activate a menu entry when opening a big menu
...
If a menu is opened and it doesn't fit entirely below or above
the menu bar, gtk+ will place it on top. The button release will
then activate the popup item that happens to appear under the
cursor. Avoid this by ignoring release events if they originated
in the parent menu bar and the duration of the press was too short.
https://bugzilla.gnome.org/show_bug.cgi?id=703069
2013-06-27 20:20:53 +02:00
b39ce832ce
build: Fix make dist
2013-06-27 19:43:47 +02:00
4eddc00911
docs: Add GtkListBox functions to their section and fix links
...
https://bugzilla.gnome.org/show_bug.cgi?id=702981
2013-06-27 16:28:40 +02:00
6e028767d0
Fix default value of scrolled window placement-set property
...
To make the testsuite happy.
2013-06-26 22:07:00 -04:00
fbbcb5c01b
Disable primary paste by default
2013-06-26 21:41:45 -04:00
8e69f87a46
Fixup some of the example widgets used in the docs
2013-06-26 21:35:40 -04:00
aef9dca9d5
Deprecate GtkIconFactory, GtkIconSet, GtkIconSource
...
We want to use GtkIconTheme instead. It is worth noting that
the parts that remain undeprecated are GtkIconSize and gtk_icon_size_lookup.
2013-06-26 20:02:27 -04:00
88177d8bd1
Don't use a GtkIconSet to pick the logo image
...
Just use the first pixbuf in the default list.
2013-06-26 18:48:03 -04:00
e779e04bc2
Deprecate and ignore gtk-icon-sizes setting
...
We don't have icons rendered at arbitrary sizes and we have better
APIs that aren't restricted to GtkIconSizes.
2013-06-26 18:04:27 -04:00
3e96625411
Remove the rest of gtk-touchscreen-mode
2013-06-26 15:35:47 -04:00
b101d465be
Deprecate and ignore gtk-keynav-cursor-only and gtk-keynav-wrap-around
2013-06-26 15:33:10 -04:00
b26c74e5da
Deprecate and ignore gtk-menu-bar-accel setting
...
Use 'F10' by default.
2013-06-26 14:21:44 -04:00
76936193d5
Deprecate and ignore gtk-menu popup and popdown delay settings
...
Just pick good defaults. The a11y team confirmed that they don't
rely on them.
2013-06-26 14:08:37 -04:00
e7b5be93b1
Deprecate and ignore gtk-scrolled-window-placement
...
Just use GTK_CORNER_TOP_LEFT and allow it to be changed with
gtk_scrolled_window_set_placement().
2013-06-26 13:06:12 -04:00
aa78c888eb
Deprecate and ignore gtk-fallback-icon-theme
...
The standard icon themes have built in fallbacks.
2013-06-26 12:47:43 -04:00
b2e666bf8f
Deprecate and ignore the cursor blink settings
...
And hardcode them to reasonable values.
2013-06-26 12:32:31 -04:00
2d79334bb0
Deprecate and ignore gtk-can-change-accels
...
It is disabled by default
2013-06-26 12:00:42 -04:00
7cfa7e6b72
Mark gtk-color-palette as deprecated
...
It is only used by the deprecated color selector widget.
2013-06-26 11:47:32 -04:00
7e3a494fac
Deprecate and ignore gtk-enable-mnemonics and gtk-auto-mnemonics" properties
...
They are both enabled by default.
2013-06-26 11:16:12 -04:00
e8147d15f7
Deprecate and ignore gtk-menu-images setting
...
GtkImageMenuItem images can still be enabled selectively by the app author
using the always-show-image property on the item.
2013-06-26 10:53:09 -04:00
77831bf6fd
Updated POTFILES.skip
2013-06-26 16:46:53 +02:00
bfe87c44a8
wayland: Add missing symbol export
...
gdk_wayland_window_set_use_custom_surface was not being exported
correctly.
https://bugzilla.gnome.org/show_bug.cgi?id=695861
2013-06-26 15:09:51 +01:00
427d4195a1
tests: Ignore deprecation warnings
2013-06-26 15:51:32 +02:00
14c78ed667
testsuite: Ignore deprecation warnings
2013-06-26 15:51:32 +02:00
7e69eb8ffd
gtk-demo: Fix compile warnings
2013-06-26 15:51:31 +02:00
a35102aa45
gtk-demo: Remove unused variable
2013-06-26 15:51:31 +02:00
7bd7bcec0d
settings Deprecate properties
...
Deprecate the properties that were brought back from the dead in the
last patch.
2013-06-26 15:51:31 +02:00
5b7b86c231
Revert "Remove the show-unicode-menu and show-input-method-menu settings"
...
Removing object properties is too much of an API break, even for
properties we don't expect to be used outside of GTK itself.
This reverts commit 8b811b623c
.
2013-06-26 15:51:31 +02:00
65c31629c3
Deprecate and ignore gtk-button-images setting
...
Button images can still be enabled selectively by the app author
using the always-use-image property on the button.
2013-06-26 09:15:22 -04:00
5fa0da4200
window: Make process_updates faster
...
Only look at "impl" windows in gdk_window_process_updates_with_mode()
since these are the only ones we care about. This avoids a lot of
unnecessary calls to g_list_copy() and g_object_ref().
2013-06-26 10:03:51 +02:00
d7260d4ee9
Fix a couple documentation warnings
2013-06-25 19:05:32 -04:00
424e1d0059
Start deprecating some GtkStock API
2013-06-25 19:05:32 -04:00
0091fc3543
Make the testsuite happy that get gets the default value
2013-06-25 12:39:20 -04:00
99421916e6
Adjust the a11y testsuite to match expected output
2013-06-25 12:39:19 -04:00
6e22c4cfde
Fix some regressions from stock migration
2013-06-25 12:39:19 -04:00
67d1183ac9
Document GtkTextSearchFlags
...
Move the doc about the flags from gtk_text_iter_forward_search() to the
enum.
https://bugzilla.gnome.org/show_bug.cgi?id=390048
2013-06-25 13:21:08 +02:00
c40155c8e6
gdkwindow: Don't recurse into clipped children when updating
...
We don't want to recurse into children that are clipped, as that is
wasted work. We handle this by moving the empty check to the top
of the function and only using the clipped region everywhere.
2013-06-25 10:07:49 +02:00
02c793f24a
Start migrating internals away from GtkStock
2013-06-24 22:20:49 -04:00
2b571f41e2
Remove more discontinued ChangeLogs
...
They are all in git.
2013-06-24 19:53:08 -04:00
3224e72bc1
Don't use stock APIs in the testsuite
2013-06-24 19:53:08 -04:00
fc71cbe5a6
Remove most of the stock API usage from the tests
...
With the exception of GtkActions and the tests for stock items.
2013-06-24 19:53:08 -04:00
c79a21e1dd
menu model: set separator label conditionally
...
When creating separators we were binding the "label" property on the
tracker to the "label" property on the GtkSeparatorMenuItem.
This was problematic for two reasons.
First, it was pointless. The section header label will never change.
Second, it was causing problems: doing the binding caused the value to
be initially synced up, even if it was NULL. Doing this caused
GtkMenuItem to create a GtkAccelLabel and add it as a child, which
prevented the separator from being shown normally.
Change the code a bit so that we just call gtk_menu_item_set_label()
when creating the item, if we find the label to be non-NULL.
Also, show() the separator item at first. GtkMenu manages visibility of
separators internally, but it seems "more correct" to show it ourselves
at first.
2013-06-24 18:05:27 -04:00
d498e9b588
GtkMenuTracker: fix leak when creating submenus
2013-06-24 18:05:27 -04:00
708dd8cc52
Remove usage of stock APIs in demo
...
With the exception of GtkAction.
2013-06-24 14:50:01 -04:00
75a9b91161
Don't use stock APIs in the bloatpad example
2013-06-24 14:50:01 -04:00
29f9305333
Don't use stock APIs in the widget factory
2013-06-24 14:50:01 -04:00
830691bdce
treeview: Ensure we first validate the visible area when validating
...
This invariant stopped being guaranteed when we moved the visible area
validation from a high priority idle to a tick callback.
Fixes redrawing bugs like row expanding sometimes not having any visual
effect.
2013-06-24 20:19:11 +02:00
2008148303
treeview: Reorder code
...
This just moves a function and is in preparation for the next commit.
2013-06-24 20:19:05 +02:00