| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Another attempt to make meson handle the
master -> main transition in glib.
|
|\
| |
| |
| |
| |
| |
| | |
spinbutton: Connect swipe gesture to the text entry
Closes #4008
See merge request GNOME/gtk!3649
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The swipe gesture forces values in the spin button that are
"impossible" according to the adjustment. This can break things
in creative ways.
Ensure the steps provided are always multiples of the adjustment
step value, and keep the remainder for further interaction.
|
|/
|
|
|
|
|
|
|
|
|
|
|
| |
In the GTK3 days, the spin button was an entry, with buttons on
top, and the swipe gesture affected the input on the entry bits.
Now the spin button is a container, so this gesture in the capture
phase applies to all contained children (incl. buttons).
Attach this gesture to the entry itself, so the buttons are left
outside this business. The gesture is still in the capture phase
in order to prevent text selection/edition/etc to happen.
Fixes: https://gitlab.gnome.org/GNOME/gtk/-/issues/4008
|
|\
| |
| |
| |
| | |
Install gtkpasswordentrybuffer.h
See merge request GNOME/gtk!3646
|
|/ |
|
|\
| |
| |
| |
| | |
Make GtkPasswordEntryBuffer public
See merge request GNOME/gtk!3645
|
|/ |
|
|\
| |
| |
| |
| |
| |
| | |
a11y: Update the level property for tree expanders
Closes #3892
See merge request GNOME/gtk!3470
|
| |
| |
| |
| |
| |
| |
| | |
We already have the depth of a tree expander in order to compute the
indentation.
Fixes: #3892
|
|\ \
| | |
| | |
| | |
| | | |
subprojects: Use GLib main branch
See merge request GNOME/gtk!3642
|
|/ /
| |
| |
| |
| |
| |
| |
| | |
GLib upstream has renamed its `master` branch to `main`.
See https://gitlab.gnome.org/GNOME/glib/-/issues/2348.
Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Docs: Tweaks
Closes #3638
See merge request GNOME/gtk!3639
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The focusable property has the meaning that can-focus had
in GTK 3.
Update tests, and mention this in the migration guide.
Fixes: #3638
|
|/ /
| |
| |
| | |
Remove some more redundant "or NULL" blurbs.
|
|\ \
| | |
| | |
| | |
| | | |
popovermenu: doc tweaks
See merge request GNOME/gtk!3638
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Submenu action fixes
Closes #3721
See merge request GNOME/gtk!3272
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
We were not updating the state of submenu-actions
for nested submenus.
Fixes: #3721
|
| | |
| | |
| | |
| | |
| | | |
We were not updating submenu-action state
for items in menubars.
|
| | |
| | |
| | |
| | |
| | | |
This broke when GtkActionMuxer stopped being a
GActionGroup.
|
| | |
| | |
| | |
| | | |
This was lost at some point.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
gtkpopcountprivate.h: Fix build on ARM/aarch64 Visual Studio
See merge request GNOME/gtk!3637
|
| |/ /
| | |
| | |
| | |
| | |
| | | |
__popcnt() is not supported for ARM nor ARM64 Visual Studio builds, so we must
use the fallback implementation as intrinsics are not supported for this
purpose on ARM/ARM64 Visual Studio builds.
|
|\ \ \
| |/ /
|/| |
| | |
| | |
| | |
| | | |
Load icon from executable on Windows
Closes #3713
See merge request GNOME/gtk!3326
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
GtkFileFilter: Allow case-insensitive patterns
Closes #3705
See merge request GNOME/gtk!359
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This is less flexible than a glob pattern, but it is
explicitly case-insensitive, to match the behavior
on Windows.
Fixes: #3705
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This will be used in GtkFileFilter in the future.
Tests included.
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | | |
imcontext: Ignore more keysyms
See merge request GNOME/gtk!3634
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
It finally dawned on my that #3673 is just another
case of unexpected keysyms getting sent our way via
fringe XKB features.
Ignore them all!
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
docs: Mention <packing> in migration guide
Closes #3950 and #2271
See merge request GNOME/gtk!3630
|
| |\ \ \
| |/ / /
|/| | |
| | | | |
# Conflicts:
# docs/reference/gtk/migrating-3to4.md
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
docs: Mention <packing> in migration guide
Closes #3950
See merge request GNOME/gtk!3629
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
I just had to debug this to rediscover how it works, so
add a comment for next time.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
When mentioning xml tags in markdown, we must write
them as `<foo>`, or they will come out mangled.
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | | |
Add another hint for what to do with child properties.
Fixes: #3950
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Name the icon theme we're using.
Fixes: #2271
|
| | | |
| | | |
| | | |
| | | | |
These XXX comments aren't useful enough to keep.
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
I just had to debug this to rediscover how it works, so
add a comment for next time.
|
|/ / /
| | |
| | |
| | |
| | |
| | | |
Add another hint for what to do with child properties.
Fixes: #3950
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
fnmatch: Support case-folding
See merge request GNOME/gtk!3628
|
| | | |
| | | |
| | | |
| | | |
| | | | |
We have a well-working way to test internal
apis now, lets use it for these tests.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This will be used in GtkFileFilter in the future.
Update all callers.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Documentation update for combo_box_new_with_entry
See merge request GNOME/gtk!3605
|
| | | | | |
|
|\ \ \ \ \
| |/ / / /
|/| | | |
| | | | |
| | | | | |
docs: use markdown syntax for hyperlinks
See merge request GNOME/gtk!3589
|
| | | | | |
|