Home
last modified time | relevance | path

Searched refs:wallpaper (Results 1 – 25 of 2542) sorted by relevance

12345678910>>...102

/dports/x11-wm/sawfish/sawfish_1.13.0/lisp/sawfish/wm/ext/
H A Dwallpaper.jl1 ;; wallpaper.jl - integrate wallpaper settings into Sawfish
24 (export set-wallpaper
25 set-wallpaper-gnome
26 set-wallpaper-xfce)
40 (define-structure-alias wallpaper sawfish.wm.ext.wallpaper)
55 :depends init-wallpaper)
92 (define (set-wallpaper)
104 (setq wallpaper-filename (concat " \"" root-wallpaper "\""))
107 (system (concat wallpaper-setter " " wallpaper-setter-args " " wallpaper-filename " &")))))
116 (setq wallpaper-filename (concat " \"" root-wallpaper "\""))
[all …]
/dports/games/jin/jin-2.14.1/src/free/util/swing/
H A DAdvancedJDesktopPane.java69 private Image wallpaper; field in AdvancedJDesktopPane
85 public void setWallpaper(Image wallpaper){ in setWallpaper() argument
86 this.wallpaper = wallpaper; in setWallpaper()
88 if (wallpaper != null){ in setWallpaper()
90 wallpaper = null; in setWallpaper()
103 return wallpaper; in getWallpaper()
144 if (wallpaper != null){ in paintComponent()
145 int imageWidth = wallpaper.getWidth(this); in paintComponent()
146 int imageHeight = wallpaper.getHeight(this); in paintComponent()
155 g.drawImage(wallpaper, x, y, this); in paintComponent()
[all …]
/dports/x11-wm/fluxbox/fluxbox-1.3.7/util/
H A Dfbsetbg77 -f Set fullscreen wallpaper (default).
78 -c Set centered wallpaper.
79 -t Set tiled wallpaper.
185 case $wallpaper in
201 fbsetroot $wallpaper
277 wallpaper=$*
281 wallpaper=$*
363 wallpaper=$1
516 wallpaperdir="$wallpaper"
551 if [ ! -r "$wallpaper" ]; then
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/wallpaper/
H A Dwallpaper_base_view.cc42 gfx::ImageSkia wallpaper = controller->GetWallpaper(); in OnPaint() local
49 if (wallpaper.isNull()) in OnPaint()
65 static_cast<double>(wallpaper.height()); in OnPaint()
71 wallpaper.height()); in OnPaint()
74 wallpaper.width(), in OnPaint()
78 gfx::Rect wallpaper_cropped_rect(wallpaper.size()); in OnPaint()
85 canvas->TileImageInt(wallpaper, 0, 0, 0, 0, width(), height(), 1.0f, in OnPaint()
91 DrawWallpaper(wallpaper, gfx::Rect(wallpaper.size()), gfx::Rect(size()), in OnPaint()
99 gfx::Rect(wallpaper.size()), in OnPaint()
104 DrawWallpaper(wallpaper, gfx::Rect(wallpaper.size()), wallpaper_rect, in OnPaint()
[all …]
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/wallpapers/image/imagepackage/contents/ui/
H A Dmain.qml23 readonly property bool blur: wallpaper.configuration.Blur
30 wallpaper.configuration.Image = url
34 // e.g. used by slideshow wallpaper plugin
39 // e.g. used by slideshow wallpaper plugin
52 wallpaper.loading = true; // delays ksplash until the wallpaper has been loaded
54 if (wallpaper.pluginName === "org.kde.slideshow") {
65 slidePaths: wallpaper.configuration.SlidePaths
66 slideTimer: wallpaper.configuration.SlideInterval
67 slideshowMode: wallpaper.configuration.SlideshowMode
75 wallpaper.configuration.Image = modelImage;
[all …]
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/po/en_GB/
H A Dplasma_wallpaper_org.kde.image.po22 msgid "Recommended wallpaper file"
23 msgstr "Recommended wallpaper file"
27 msgid "Directory with the wallpaper to show slides from"
168 msgid "There are no wallpaper locations configured"
169 msgstr "There are no wallpaper locations configured"
209 msgid "Restore wallpaper"
210 msgstr "Restore wallpaper"
228 "wallpaper for your Plasma session"
231 "wallpaper for your Plasma session"
265 "it as a wallpaper: %1"
[all …]
/dports/sysutils/nitrogen/nitrogen-1.6.1/data/icons/
H A DMakefile.am10 actions,wallpaper-zoomed-16.png \
11 actions,wallpaper-centered-16.png \
12 actions,wallpaper-scaled-16.png \
13 actions,wallpaper-tiled-16.png \
31 …lay-16.png wallpaper-zoomed-16.png wallpaper-centered-16.png wallpaper-tiled-16.png nitrogen-22.pn…
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/resources/chromeos/wallpaper_manager/css/
H A Dwallpaper_manager.css223 #wallpaper-attribute {
232 #online-wallpaper-attribute {
497 .daily-wallpaper .top-header-contents #wallpaper-description {
501 .custom-wallpaper .top-header-contents #wallpaper-description {
505 .daily-wallpaper .top-header-contents #wallpaper-description {
603 .daily-wallpaper .top-header-contents #confirm-preview-wallpaper {
765 #current-wallpaper-info-bar {
791 #current-wallpaper-image {
803 #current-wallpaper-title {
896 #current-wallpaper-spinner {
[all …]
/dports/graphics/photoqt/photoqt-1.6/qmlresources/
H A Dwallpaper.qrc3 <file>../qml/wallpaper/Wallpaper.qml</file>
4 <file>../qml/wallpaper/modules/Enlightenment.qml</file>
5 <file>../qml/wallpaper/modules/GnomeUnity.qml</file>
6 <file>../qml/wallpaper/modules/KDE4.qml</file>
7 <file>../qml/wallpaper/modules/Other.qml</file>
8 <file>../qml/wallpaper/modules/Plasma5.qml</file>
9 <file>../qml/wallpaper/modules/XFCE4.qml</file>
/dports/x11-wm/awesome/awesome-4.3/lib/gears/
H A Dwallpaper.lua33 local wallpaper = { mt = {} }
54 function wallpaper.prepare_context(s)
63 source = surface(root.wallpaper())
70 wallpaper.set(paper.surface)
112 function wallpaper.set(pattern)
122 root.wallpaper(pattern._native)
134 local geom, cr = wallpaper.prepare_context(s)
172 function wallpaper.tiled(surf, s, offset)
173 local _, cr = wallpaper.prepare_context(s)
241 function wallpaper.fit(surf, s, background)
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/arc/mojom/
H A Dwallpaper.mojom9 // Handles wallpaper calls from ARC in Chrome.
12 // Gets current wallpaper encoded in PNG and send it back to ARC.
13 GetWallpaper@0() => (array<uint8> wallpaper);
15 // Sets an image from ARC as the wallpaper.
16 // |data| is a byte array of the wallpaper image.
19 // Sets the default wallpaper.
23 // Connects with container side to publish wallpaper related intents.
32 // Notifies ArcWallpaperManagerService that wallpaper is changed.
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/arc/mojom/
H A Dwallpaper.mojom9 // Handles wallpaper calls from ARC in Chrome.
12 // Gets current wallpaper encoded in PNG and send it back to ARC.
13 GetWallpaper@0() => (array<uint8> wallpaper);
15 // Sets an image from ARC as the wallpaper.
16 // |data| is a byte array of the wallpaper image.
19 // Sets the default wallpaper.
23 // Connects with container side to publish wallpaper related intents.
32 // Notifies ArcWallpaperManagerService that wallpaper is changed.
/dports/devel/plasma5-plasma-sdk/plasma-sdk-5.23.5/po/id/
H A Dplasmawallpaperviewer.po43 msgid "No wallpaper plugins installed."
44 msgstr "Tidak ada plugin wallpaper yang terinstal."
48 msgid "Installed wallpaper plugins:"
49 msgstr "Plugin wallpaper terinstal:"
88 msgid "The wallpaper plugin to use"
89 msgstr "Plugin wallpaper yang digunakan"
93 msgid "The mode to put the wallpaper in"
94 msgstr "Mode untuk meletakkan wallpaper di"
99 msgstr "Senarai semua wallpaper yang dikenal dan mode mereka"
103 msgid "Open configuration dialog additionally to show the wallpaper plugin"
[all …]
/dports/x11/plasma5-plasma-desktop/plasma-desktop-5.23.5/design/
H A Dwallpaper22 plasma-wallpaper-<pluginname>.desktop
24 If a wallpaper plugin provides more than on mode (e.g. Single Image, Wallpaper)
39 If a wallpaper plugin should be constrained to a specific set of FormFactors,
55 boundingRect: the geometry to paint the wallpaper into
56 formFactors: the Plasma::FormFactors this wallpaper supports (e.g. Planar)
61 This might happen in response to the wallpaper changing (such as in a slidshow)
66 an external event or in response to an update request from the wallpaper.
73 The Containment class supports loading and using a wallpaper plugin.
75 wallpaper support by calling setDrawWallpaper(false).
77 When a wallpaper plugin is used, Wallpaper::paint is called from
[all …]
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/po/id/
H A Dplasma_wallpaper_org.kde.image.po24 msgid "Recommended wallpaper file"
25 msgstr "File wallpaper yang direkomendasikan"
29 msgid "Directory with the wallpaper to show slides from"
30 msgstr "Direktori dengan wallpaper untuk menampilkan salindia"
170 msgid "There are no wallpaper locations configured"
171 msgstr "Tidak adanya lokasi wallpaper yang dikonfigurasi"
189 msgstr "Tidak adanya wallpaper dalam salindia ini"
214 msgid "Restore wallpaper"
215 msgstr "Kembalikan wallpaper"
232 "wallpaper for your Plasma session"
[all …]
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/po/he/
H A Dplasma_wallpaper_org.kde.image.po27 msgid "Recommended wallpaper file"
32 msgid "Directory with the wallpaper to show slides from"
161 #| msgid "Remove wallpaper"
167 #| msgid "Remove wallpaper"
178 msgid "There are no wallpaper locations configured"
221 msgid "Restore wallpaper"
226 #| msgid "Remove wallpaper"
240 "wallpaper for your Plasma session"
247 "contact the author of the wallpaper to fix this, or rename the file "
264 msgid "Successfully set the wallpaper for all desktops to the image %1"
[all …]
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/po/nds/
H A Dplasma_wallpaper_org.kde.image.po24 msgid "Recommended wallpaper file"
29 msgid "Directory with the wallpaper to show slides from"
161 #| msgid "Remove wallpaper"
167 #| msgid "Remove wallpaper"
178 msgid "There are no wallpaper locations configured"
222 #| msgid "Remove wallpaper"
223 msgid "Restore wallpaper"
228 #| msgid "Remove wallpaper"
242 "wallpaper for your Plasma session"
249 "contact the author of the wallpaper to fix this, or rename the file "
[all …]
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/po/bs/
H A Dplasma_wallpaper_org.kde.image.po27 msgid "Recommended wallpaper file"
32 msgid "Directory with the wallpaper to show slides from"
167 #| msgid "Remove wallpaper"
173 #| msgid "Remove wallpaper"
184 msgid "There are no wallpaper locations configured"
227 #| msgid "Remove wallpaper"
228 msgid "Restore wallpaper"
233 #| msgid "Remove wallpaper"
247 "wallpaper for your Plasma session"
254 "contact the author of the wallpaper to fix this, or rename the file "
[all …]
/dports/devel/plasma5-plasma-sdk/plasma-sdk-5.23.5/po/en_GB/
H A Dplasmawallpaperviewer.po43 msgid "No wallpaper plugins installed."
44 msgstr "No wallpaper plugins installed."
48 msgid "Installed wallpaper plugins:"
49 msgstr "Installed wallpaper plugins:"
88 msgid "The wallpaper plugin to use"
89 msgstr "The wallpaper plugin to use"
93 msgid "The mode to put the wallpaper in"
94 msgstr "The mode to put the wallpaper in"
103 msgid "Open configuration dialog additionally to show the wallpaper plugin"
104 msgstr "Open configuration dialogue additionally to show the wallpaper plugin"
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/po/hi/
H A Dplasma_wallpaper_org.kde.image.po26 msgid "Recommended wallpaper file"
31 msgid "Directory with the wallpaper to show slides from"
129 # This is the time given to change images in wallpaper slideshow
173 msgid "There are no wallpaper locations configured"
214 msgid "Restore wallpaper"
233 "wallpaper for your Plasma session"
242 "contact the author of the wallpaper to fix this, or rename the file "
250 msgid "An error occurred while attempting to set the Plasma wallpaper:\n"
256 "Successfully set the wallpaper for all desktops to the KPackage based %1"
261 msgid "Successfully set the wallpaper for all desktops to the image %1"
[all …]
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/po/el/
H A Dplasma_wallpaper_org.kde.image.po26 msgid "Recommended wallpaper file"
31 msgid "Directory with the wallpaper to show slides from"
178 msgid "There are no wallpaper locations configured"
222 msgid "Restore wallpaper"
227 #| msgid "Remove wallpaper"
241 "wallpaper for your Plasma session"
248 "contact the author of the wallpaper to fix this, or rename the file "
254 msgid "An error occurred while attempting to set the Plasma wallpaper:\n"
260 "Successfully set the wallpaper for all desktops to the KPackage based %1"
265 msgid "Successfully set the wallpaper for all desktops to the image %1"
[all …]
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/po/ml/
H A Dplasma_wallpaper_org.kde.image.po22 msgid "Recommended wallpaper file"
27 msgid "Directory with the wallpaper to show slides from"
168 msgid "There are no wallpaper locations configured"
209 msgid "Restore wallpaper"
220 "This tool allows you to set an image as the wallpaper for the Plasma session."
228 "wallpaper for your Plasma session"
237 "contact the author of the wallpaper to fix this, or rename the file "
245 msgid "An error occurred while attempting to set the Plasma wallpaper:\n"
251 "Successfully set the wallpaper for all desktops to the KPackage based %1"
258 msgid "Successfully set the wallpaper for all desktops to the image %1"
[all …]
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/po/pa/
H A Dplasma_wallpaper_org.kde.image.po22 msgid "Recommended wallpaper file"
27 msgid "Directory with the wallpaper to show slides from"
168 msgid "There are no wallpaper locations configured"
209 msgid "Restore wallpaper"
220 "This tool allows you to set an image as the wallpaper for the Plasma session."
227 "wallpaper for your Plasma session"
234 "contact the author of the wallpaper to fix this, or rename the file "
240 msgid "An error occurred while attempting to set the Plasma wallpaper:\n"
246 "Successfully set the wallpaper for all desktops to the KPackage based %1"
251 msgid "Successfully set the wallpaper for all desktops to the image %1"
[all …]
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/po/te/
H A Dplasma_wallpaper_org.kde.image.po23 msgid "Recommended wallpaper file"
28 msgid "Directory with the wallpaper to show slides from"
173 msgid "There are no wallpaper locations configured"
217 msgid "Restore wallpaper"
229 "This tool allows you to set an image as the wallpaper for the Plasma session."
236 "wallpaper for your Plasma session"
243 "contact the author of the wallpaper to fix this, or rename the file "
249 msgid "An error occurred while attempting to set the Plasma wallpaper:\n"
255 "Successfully set the wallpaper for all desktops to the KPackage based %1"
260 msgid "Successfully set the wallpaper for all desktops to the image %1"
[all …]
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/po/si/
H A Dplasma_wallpaper_org.kde.image.po22 msgid "Recommended wallpaper file"
27 msgid "Directory with the wallpaper to show slides from"
172 msgid "There are no wallpaper locations configured"
216 msgid "Restore wallpaper"
228 "This tool allows you to set an image as the wallpaper for the Plasma session."
235 "wallpaper for your Plasma session"
242 "contact the author of the wallpaper to fix this, or rename the file "
248 msgid "An error occurred while attempting to set the Plasma wallpaper:\n"
254 "Successfully set the wallpaper for all desktops to the KPackage based %1"
259 msgid "Successfully set the wallpaper for all desktops to the image %1"
[all …]

12345678910>>...102