Timm Bäder
c02090b1f6
tests: Add testblur
2018-02-27 12:51:07 +01:00
Timm Bäder
1355c9ae88
scale: Remove priv pointer
2018-02-27 12:39:04 +01:00
Timm Bäder
813ccb6378
emojichooser: Only measure reference emoji once
...
Doing that once for every emoji is pretty slow and unnecessary as the
width does not change.
2018-02-27 11:45:34 +01:00
Timm Bäder
3c33e541cd
entry: Add motion controller
...
Do the mouse cursor un-obscuring in the ::motion handler instead of in
the ->event handler. We don't get rid of the GtkWidgetClass::event
handler altogether that way, but it's a step in the right direction.
2018-02-27 11:05:04 +01:00
Timm Bäder
83c74ff7d0
spinbutton: Fold function into only caller
2018-02-27 10:30:14 +01:00
Timm Bäder
7c59ac2e4a
spinbutton: Remove unused macro
2018-02-27 10:30:14 +01:00
Timm Bäder
67258c69f0
checkbutton: Don't reorder non-existent indicator widget
2018-02-26 18:23:20 +01:00
Timm Bäder
9db76cebb4
entry: Check gdk_event_get_coords return value
...
We use the x/y values later on to decide what to do with the event.
2018-02-26 12:57:17 +01:00
Timm Bäder
354eab70da
entry: Allocate icons at full height
...
Makes for a larger hit area for pointing devices. If vertical centering
is still desired, GtkWidget:halign can be set on the icon widgets.
2018-02-26 12:53:49 +01:00
Timm Bäder
a9cd2d8181
widget: Simplify set_style_context
...
No need to use widget->priv later if we already define a priv pointer
before.
2018-02-26 08:42:38 +01:00
Timm Bäder
c7294ab90e
button: Remove priv pointer
...
This way we can also move the GtkButtonPrivate definition into
gtkbutton.c
2018-02-25 16:47:20 +01:00
Timm Bäder
94493414b5
filechooserwidget: Make the location entry hexpand
2018-02-25 16:47:20 +01:00
Timm Bäder
fef4f0704a
textview: Use content size when validating contents
2018-02-25 16:47:20 +01:00
Timm Bäder
dc1612b865
contentsformat: Avoid a GPtrArray
...
We know how many items this array will have in advance, so just malloc
enough.
2018-02-25 16:47:20 +01:00
Timm Bäder
7d7045bc35
widget: Remove some unneeded prototypes
2018-02-25 16:47:20 +01:00
Matthias Clasen
e6bf832514
Don't mention papi in options docs
...
The papi print backend has been removed.
2018-02-24 21:31:52 -05:00
Matthias Clasen
79bd123911
Add some debug output to print backend loading
2018-02-24 21:31:52 -05:00
Matthias Clasen
ab322e33aa
README.md: Minor updates
2018-02-24 21:31:52 -05:00
Timm Bäder
4e23daa998
widget: Don't export propagate_hierarchy_changed
2018-02-23 22:14:38 +01:00
Timm Bäder
eb66d6bcc6
widget: Simplify _set_name
...
No need for a new_name local variable here.
2018-02-23 22:08:45 +01:00
Timm Bäder
f5afc17d26
button: Remove ::event handler
...
GRAB_BROKEN events cause the ::cancel handler of the gesture to be
emitted, which is where we also call gtk_button_do_release, so this
GtkWidget::event handler is unnecessary.
2018-02-23 21:57:49 +01:00
Timm Bäder
8720b2d8c5
widget: Correct translate_coordinate documentation
...
We write 0 to dest_x and dest_y nowadays if the two widgets do not have
a common ancestor.
2018-02-23 21:57:49 +01:00
GNOME Translation Robot
7835385264
Update Scottish Gaelic translation
...
(cherry picked from commit f3f75f62e8
)
2018-02-23 17:35:38 +00:00
GNOME Translation Robot
21e3a8daeb
Update Scottish Gaelic translation
...
(cherry picked from commit 68eb897900
)
2018-02-23 17:25:51 +00:00
Timm Bäder
a302fd34e8
Merge branch 'text-view-measure' into 'master'
...
text-view: make measure() use the layout height
See merge request GNOME/gtk!37
2018-02-23 16:03:53 +00:00
Benjamin Otte
45603f70a8
vulkan: Don't quiet the compiler
...
This reverts 76461a8004
.
We don't want to quiet the compiler here because new warnings should be
added to the enum the moment they become available.
2018-02-23 14:12:47 +01:00
Benjamin Otte
4cfaee99e7
vulkan: Add error strings for missing VkResults
...
Also, guard newer error returns with proper #if, so they don't trip up
older Vulkan versions.
2018-02-23 14:12:47 +01:00
Timm Bäder
0b9dca3d55
placessidebar: Don't create a GtkWindow for drag icons
...
Just use the drag_widget we create before, since GtkWindow drag icons
are not allowed anymore.
2018-02-23 11:08:53 +01:00
Timm Bäder
fd20e42932
range: Fix typo in allocate_trough
...
lower - upper results in something negative of course.
2018-02-23 10:59:21 +01:00
Timm Bäder
94093fd18e
widget: Improve warning for negative size_allocate dimensions
...
Print widget class, css node name and address.
2018-02-23 10:47:19 +01:00
Timm Bäder
01d7ec2c83
range: Fix coord/value translation
...
Save the x/y we allocated the slider at, which is different than
the coordinates we get from any of the widget allocation accessors.
2018-02-23 10:47:18 +01:00
Timm Bäder
79426a0a50
range: Compute slider allocation in update_initial_slider_position
...
Instead of outside at every call-site.
2018-02-23 10:47:05 +01:00
Timm Bäder
4095cac75c
range: Remove GtkScale special casing
...
This is unnecessary these days due to the negative margins of the
slider.
2018-02-23 10:47:05 +01:00
Timm Bäder
af4474f752
range: Simplify allocate_trough
2018-02-23 10:47:05 +01:00
Timm Bäder
1fea980930
range: Simplify compute_slider_position
2018-02-23 10:47:05 +01:00
Timm Bäder
4c952da6cb
range: Fix coordinates in coord_to_value
...
The given coordinate needs to be trough-relative, since that's what the
slider is relative to. Also use the trough's content size and not the
outer size.
2018-02-23 10:47:05 +01:00
Timm Bäder
52f877d606
range: Remove some unneeded includes
2018-02-23 10:47:05 +01:00
Timm Bäder
82d459f015
range: Remove priv pointer
2018-02-23 10:47:05 +01:00
Timm Bäder
ece26b847b
range: Stop tracking mouse position
...
We have the mouse position available everywhere we want to use it
anyway, so use that instead.
2018-02-23 10:47:05 +01:00
Timm Bäder
e9ecfeaca6
range: Stop tracking mouse location
...
Instead, just use gtk_widget_pick() to get the widget at the pointer
position whenever we need it.
2018-02-23 10:47:05 +01:00
Timm Bäder
69fa3c4876
range: Don't call calc_slider() on value changes
...
calc_slider() updates the slider visibility, but that can only change if
the upper or lower change.
2018-02-23 10:47:05 +01:00
Timm Bäder
8a38f62915
range: Remove unnecessary queue_draw calls
2018-02-23 10:47:05 +01:00
Timm Bäder
c200758c26
range: Remove scale special case
...
This is done automatically nowadays since the value is shown in a
widget.
2018-02-23 10:47:05 +01:00
Peter Bloomfield
1828c6b1cd
text-view: make measure() use the layout height
...
GtkTextView::measure should include the height of the text-layout in its
minimum and natural heights. This fixes scrolling when a text-view has a
scrolled-window ancestor that is not its immediate parent.
2018-02-21 08:22:42 -05:00
Emmanuele Bassi
96f8eec50b
Merge branch 'gitlab-ci-run-gtk-tests' into 'master'
...
gitlab-ci: run parts of the test suite
See merge request GNOME/gtk!22
2018-02-21 12:07:37 +00:00
Emmanuele Bassi
88d419456d
build: Do not eagerly disable checks on release builds
...
Release builds should only disable cast checks, to match what we used
to do back with the Autotools builds.
The Autotools build had an "--enable-debug=no" option, but that was
rarely used; Meson has debug, debugoptimized, release, and plain build
types, but we considered the "release" build types as the old "disable
all debugging code", which is not really accurate.
Disabling assertions and preconditon checks should be left to people
with constrained environments and/or packagers; they are supposed to
use the "plain" build type, and override the CFLAGS themselves.
2018-02-20 13:22:01 +00:00
Emmanuele Bassi
a7e96675bd
build: Use get_supported_arguments()
...
Instead of checking each flag one by one, use the appropriate method of
the Meson compiler object.
2018-02-20 13:18:28 +00:00
Matthias Clasen
bfc81767ba
Drop no-longer existing im modules
...
This was just dead code. The actual modules have already
been removed.
2018-02-19 18:38:20 -05:00
Christoph Reiter
65c3f532cf
gitlab-ci: run parts of the test suite
...
This runs the tests in testsuite/{css,gtk,tools}
All others suites have failing tests and need more work.
2018-02-19 19:43:42 +01:00
Matthias Clasen
a7df2fe7f3
Merge branch 'gtk-debug-flags-with-open-display-master' into 'master'
...
gtk_init: Fix debug flags handling when a display is already open
See merge request GNOME/gtk!27
2018-02-19 18:35:21 +00:00