| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| |
| |
| | |
build: Tell glib-compile-resources to make symbols internal where possible
See merge request GNOME/gtk!4334
|
| |
| |
| |
| |
| |
| | |
Partial solution to https://gitlab.gnome.org/GNOME/gtk/-/issues/4598
Signed-off-by: Simon McVittie <smcv@debian.org>
|
| | |
|
|\ \
| |/
|/|
| |
| | |
docs: Fix link to section in GtkLabel
See merge request GNOME/gtk!4333
|
|/ |
|
|\
| |
| |
| |
| |
| |
| | |
gdk/display-wayland: Don't bypass portal for theme entries
Closes #4593
See merge request GNOME/gtk!4331
|
| |
| |
| |
| |
| |
| |
| |
| | |
When commit 49589e1da added support for the new high-contrast key,
it missed that the getter should only use the setting directly when
not going through the portal.
https://gitlab.gnome.org/GNOME/gtk/-/issues/4593
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
GTK grab for GtkFileChooserNativeWin32
Closes #4582
See merge request GNOME/gtk!4329
|
| | | |
|
| |/
|/| |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Make our stack noexec
Closes #4598
See merge request GNOME/gtk!4330
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The change to use ld and objcopy for resources
had some side-effects: it leaked a few symbols
and made our stack executable. We don't want that.
Use -z nonexecstack and --strip-all to avoid this.
Fixes: #4598
|
| |/
|/| |
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
Minor doc fix
See merge request GNOME/gtk!4325
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
GSK/GL: Relax check for GL 3.x+ legacy contexts
See merge request GNOME/gtk!4187
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
On Windows with nVidia drivers at least, when we create a legacy context
via wglCreateContext(), we may still get a (W)GL 4.x context. Allow
such contexts to also use GLSL version 130 instead of 110, so that
things do continue to work.
|
|\ \ \ \
| |_|_|/
|/| | |
| | | |
| | | | |
For main
See merge request GNOME/gtk!4322
|
| | | |
| | | |
| | | |
| | | | |
bdfcursor.c, cursor.bdf and libwntab32x.la
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
From https://github.com/msys2/MINGW-packages/pull/9509
|
| | | |
| | | |
| | | |
| | | | |
It's available since Windows XP
|
| | | |
| | | |
| | | |
| | | |
| | | | |
This is needed to fully support windows with the property
"destroy-with-parent" set to FALSE.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
It was added to work around what seemed to be an OS or graphics
driver issue on Windows XP. The issue was not reproducible on
Windows Vista anyway.
References:
* https://bugzilla.gnome.org/show_bug.cgi?id=153567
* https://gitlab.gnome.org/GNOME/gtk/-/commit/c8fef535
* https://devblogs.microsoft.com/oldnewthing/20120723-00/?p=7073
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
fontchooser: Use new hb api
See merge request GNOME/gtk!4323
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Use harfbuzz api to format variations and features.
That matches what pango uses to parse them.
|
|/ / / /
| | | |
| | | |
| | | |
| | | | |
Use hb_font_get_var_coords_design if we have it.
This should fix our handling of fonts with AVAR.
|
|\ \ \ \
| |/ / /
|/| | |
| | | |
| | | | |
gtk: Define the GtkExpression autocleanup func
See merge request GNOME/gtk!4319
|
|/ / / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Update the accessible description of MenuButton
Closes #4576
See merge request GNOME/gtk!4317
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
We update the labelled-by relation, but we never update the described-by
one.
Fixes: #4576
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
texture: Fix typo in error message
See merge request GNOME/gtk!4311
|
| | | | | |
|
|\ \ \ \ \
| |_|/ / /
|/| | | |
| | | | |
| | | | | |
Revert "fontchoserwidget: Do our own face filtering"
See merge request GNOME/gtk!4314
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
We were doing unnecessary work here, which could
get really slow with some fonts. Just compute
the reverse charmap once and reuse it.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This reverts commit 2dc56a6e9ba9ec6fb430e9181968fea08367f9ff.
This wasn't ready yet.
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | | |
This reverts commit b7b6c147f9aba32047ac157e825d5517ac92a4ed.
This was premature.
|
|\ \ \ \
| |/ / /
|/| | |
| | | |
| | | | |
gdk: add missing nullable annotations
See merge request GNOME/gtk!4310
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Everything that makes use of gtk_printer_settings_get should be nullable
Because the hashtable might not contain the key and there's no default value provided
|
| | | |
| | | |
| | | |
| | | |
| | | | |
- get_file, if no file is selected returns a NULL
- get_id, if the interface doesn't implement such function returns NULL
|
| | | | |
|