| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Doesn't make sense that we force this one button to be this big.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
There were mentions of GtkCList and GtkColorSelection
in these test. The memories!
|
|\
| |
| |
| |
| | |
Rename GtkSpinner::active to ::spinning
See merge request GNOME/gtk!1475
|
| |
| |
| |
| |
| |
| | |
And add a setter and getter. The old name was
confusing with the widget state of the same
name. 'Active' is just too overloaded.
|
|\ \
| | |
| | |
| | |
| | | |
Drop rtl variants of media-playback-start
See merge request GNOME/gtk!1474
|
| |/
| |
| |
| | |
According to #2469, they are unwanted.
|
|\ \
| |/
|/|
| |
| | |
Drop GtkPopover::relative-to
See merge request GNOME/gtk!1471
|
|/
|
|
|
|
|
|
|
| |
It is enough to just set the parent (and make the parent
call gtk_native_check_resize in size_allocate).
This commit removes the relative_to argument to the
constructors of GtkPopover and GtkPopoverMenu, and
updates all callers.
|
|\
| |
| |
| |
| | |
Add gdk_surface_get_mapped
See merge request GNOME/gtk!1473
|
| |
| |
| |
| | |
It has been replaced by gdk_surface_get_mapped.
|
| |
| |
| |
| |
| | |
The property is called ::mapped, and we want to get
to standard getter naming.
|
|/
|
|
|
| |
Returns the value of the ::mapped property. This is
a direct replacement for gtk_surface_is_visible.
|
|\
| |
| |
| |
| | |
gdk:Getters and setters
See merge request GNOME/gtk!1472
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
Drop the input-mode, since it only makes sense for
floating devices, which we don't have anymore. And renamt
::input-source to ::source, to match the getter.
Update all users.
|
| |
| |
| |
| |
| |
| | |
This adds getters for a few properties that were
missing them, and renames the input-mode and input-source
properties to match their existing getters.
|
|/ |
|
|
|
|
| |
This is fallout from filechooser api changes.
|
|\
| |
| |
| |
| |
| |
| | |
Clean up the GtkFileChooser API
Closes #2455
See merge request GNOME/gtk!1454
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The preview widget harks from a platform before time, when we didn't
have GIO, or a thumbnail specification.
Very few applications use it correctly, if at all; it has an horrid hack
to deal with the ownership of the widget's instance when accessed
through the getter function; it messes up the layout of the widget and
its label is less than useful when it comes to file names longer than a
dozen characters; it's a poor substitute for a proper thumbnail view.
|
| |
| |
| |
| | |
We don't use it any more in GtkFileChooserWidget.
|
| |
| |
| |
| | |
We don't use it any more in GtkFileChooserWidget.
|
| |
| |
| |
| | |
We don't use it any more from the file chooser widget.
|
| |
| |
| |
| |
| | |
We don't need a whole separate action, now that the file chooser widget
can create folders; we can create use SELECT_FOLDER and create one.
|
| |
| |
| |
| |
| | |
Now that the whole API goes through GFile we don't have the weird split
between local-only and non-local-only modes.
|
| |
| |
| |
| |
| | |
This is a user setting and a user action, not something that ought to be
programmatically set via the file selection API.
|
| |
| |
| |
| |
| | |
Overwrite confirmation should not be optional, and it should not loop
into application code to create their own dialog and user response.
|
| |
| |
| |
| |
| | |
We have "choices" as a more rational (and portable) API; additionally,
the ownership semantics of the extra widget property getter are a hack.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
GtkFileChooser's API predates GIO by a few years, so it started off with
filenames and URI as character arrays. After introducing GIO as a
dependency, the API included GFile-based entry points.
It's much more appropriate to use GFile everywhere, as we want to
encourage people to use GIO instead of passing random bytes to low level
POSIX API.
See: #2455
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
build: Install Valgrind suppressions files
Closes #138
See merge request GNOME/gtk!1467
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This is so that other programs linking to GTK can use GTK's suppressions
files when performing their own Valgrind analysis.
Closes: #138
|
|\ \ \
| |/ /
|/| |
| | |
| | | |
broadway: Remove SURFACE_IS_TOPLEVEL
See merge request GNOME/gtk!1469
|
|/ /
| |
| |
| | |
All surfaces are toplevels now.
|