mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 19:00:08 +00:00
ece9ae4bc5
Resize grips were introduced for GNOME 3.0, before we had any of the "new GNOME app" features like invisible borders and CSD. With OS X 10.6 and 10.7, Apple has replaced the classic grips in their applications with invisible borders as well. New GNOME app designs don't use resize grips anymore and the new default theme for GTK+, Adwaita, disables them entirely by forcing their width and height to 0. They're past their time. Remove the code to support them. This can always be reverted if some app relies on them. |
||
---|---|---|
.. | ||
folder.png | ||
gnome.png | ||
Makefile.am | ||
README.shooter | ||
shadow.c | ||
shadow.h | ||
shooter.c | ||
widgets.c | ||
widgets.h |
The doc shooter is used to take screenshots of widgets for the GTK+ reference manuals. We use these images for both the headers of the images, and for the visual index of GNOME images. They aren't part of the docs build. Instead, the images are taken, and then copied by hand into gtk+/docs/reference/gtk/images/ Ideally, the images should be taken once a release, and all images should be updated at the same time. A simple theme should be used to take the screenshots, and in the future, we may include a gtkrc file in this directory for the shooter to use. Currently, all shots are constrained to the same width. Care should be taken when adding new widgets to keep this constraint.