mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 04:20:27 +01:00
debian: lots of updates
This commit is contained in:
committed by
Carlos R. Mafra
parent
c2975ab510
commit
b949a1c464
39
debian/changelog
vendored
39
debian/changelog
vendored
@@ -1,3 +1,14 @@
|
|||||||
|
wmaker (0.94.0-1) unstable; urgency=low
|
||||||
|
|
||||||
|
* New upstream version, now from git
|
||||||
|
* debian/patches are now DEP-3
|
||||||
|
* debian/copyright is now DEP-5
|
||||||
|
* Standard-Version is now 3.9.2
|
||||||
|
* manpages moved to upstream
|
||||||
|
* solved some problems with .la files (lintian clean)
|
||||||
|
|
||||||
|
-- Rodolfo García Peñas (kix) <kix@kix.es> Mon, 8 Aug 2011 19:29:12 +0200
|
||||||
|
|
||||||
wmaker (0.92.0+git-0) unstable; urgency=low
|
wmaker (0.92.0+git-0) unstable; urgency=low
|
||||||
|
|
||||||
* Add libxmu-dev to build-depends. (Martin Dietze)
|
* Add libxmu-dev to build-depends. (Martin Dietze)
|
||||||
@@ -50,6 +61,34 @@ wmaker (0.92.0+git-0) unstable; urgency=low
|
|||||||
|
|
||||||
-- Andreas Metzler <ametzler@debian.org> Sat, 07 Aug 2010 10:56:00 +0200
|
-- Andreas Metzler <ametzler@debian.org> Sat, 07 Aug 2010 10:56:00 +0200
|
||||||
|
|
||||||
|
wmaker (0.92.0-8.2) unstable; urgency=medium
|
||||||
|
|
||||||
|
* Non-maintainer upload.
|
||||||
|
* Fix "please depend on libjpeg-dev, not libjpeg62-dev": change
|
||||||
|
build-dependency and dependency. (Closes: #569245)
|
||||||
|
* Bump to standard version 3.8.4, adjusted following lintian warnings:
|
||||||
|
- debhelper-but-no-misc-depends
|
||||||
|
- dh-clean-k-is-deprecated
|
||||||
|
- package-lacks-versioned-build-depends-on-debhelper 7
|
||||||
|
- substvar-source-version-is-deprecated
|
||||||
|
- description-contains-homepage
|
||||||
|
Overridden the following lintian error:
|
||||||
|
- menu-method-should-include-menu-h
|
||||||
|
|
||||||
|
-- Karl Ferdinand Ebert <kfebert@gmail.com> Tue, 23 Feb 2010 09:31:49 +0100
|
||||||
|
|
||||||
|
wmaker (0.92.0-8.1) unstable; urgency=low
|
||||||
|
|
||||||
|
* Non-maintainer upload.
|
||||||
|
* Fix FTBFS with new libtool: update the path of libtool's ltmain.sh in
|
||||||
|
the prerequisite of the ltmain.sh rule in debian/rules, which moved
|
||||||
|
from /usr/share/libtool/ltmain.sh to /usr/share/libtool/config/ltmain.sh
|
||||||
|
and version the build dependency on libtool accordingly, making sure a
|
||||||
|
build can't be attempted against an older libtool: libtool (>= 2.2.6a).
|
||||||
|
Thanks to Daniel Schepler for reporting (Closes: #527511).
|
||||||
|
|
||||||
|
-- Cyril Brulebois <kibi@debian.org> Wed, 01 Jul 2009 02:16:01 +0200
|
||||||
|
|
||||||
wmaker (0.92.0-8) unstable; urgency=low
|
wmaker (0.92.0-8) unstable; urgency=low
|
||||||
|
|
||||||
* Standards Version 3.8.0.1
|
* Standards Version 3.8.0.1
|
||||||
|
|||||||
65
debian/control
vendored
65
debian/control
vendored
@@ -2,20 +2,20 @@ Source: wmaker
|
|||||||
Section: x11
|
Section: x11
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: John H. Robinson, IV <jaqque@debian.org>
|
Maintainer: John H. Robinson, IV <jaqque@debian.org>
|
||||||
Standards-Version: 3.8.0.1
|
Standards-Version: 3.9.2
|
||||||
Build-Depends: debhelper (>= 7.0.15), automake (>= 1:1.11-1), gettext,
|
Build-Depends: debhelper (>= 7.0.50~), automake (>= 1:1.11), gettext,
|
||||||
dctrl-tools,
|
dctrl-tools, quilt,
|
||||||
libfontconfig1-dev, libjpeg-dev, libpng12-dev, libsm-dev, libtiff4-dev,
|
libfontconfig1-dev, libjpeg-dev, libpng12-dev, libsm-dev, libtiff4-dev,
|
||||||
libtool, libgif-dev, libx11-dev, libxext-dev, libxft-dev, libxinerama-dev,
|
libtool, libgif-dev, libx11-dev, libxext-dev, libxft-dev, libxinerama-dev,
|
||||||
libxkbfile-dev, libxpm-dev, libxt-dev, libxrender-dev, sharutils, libxmu-dev,
|
libxkbfile-dev, libxpm-dev, libxt-dev, libxrender-dev, sharutils, libxmu-dev,
|
||||||
libxrandr-dev
|
libxrandr-dev
|
||||||
Homepage: http://www.windowmaker.info/
|
Homepage: http://www.windowmaker.info/
|
||||||
|
Vcs-Git: git://repo.or.cz/wmaker-crm.git
|
||||||
|
Vcs-Browser: http://repo.or.cz/r/wmaker-crm.git
|
||||||
|
|
||||||
Package: wmaker
|
Package: wmaker
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Section: x11
|
Depends: ${shlibs:Depends}, cpp, ${misc:Depends}, wmaker-common
|
||||||
Priority: optional
|
|
||||||
Depends: ${shlibs:Depends}, cpp, ${misc:Depends}
|
|
||||||
Provides: x-window-manager
|
Provides: x-window-manager
|
||||||
Suggests: wmaker-data, menu, x11-apps, xosview, wterm | x-terminal-emulator
|
Suggests: wmaker-data, menu, x11-apps, xosview, wterm | x-terminal-emulator
|
||||||
Description: NeXTSTEP-like window manager for X
|
Description: NeXTSTEP-like window manager for X
|
||||||
@@ -26,28 +26,60 @@ Description: NeXTSTEP-like window manager for X
|
|||||||
editing of configuration files. Window Maker is fast and doesn't require tons
|
editing of configuration files. Window Maker is fast and doesn't require tons
|
||||||
of memory to run.
|
of memory to run.
|
||||||
|
|
||||||
|
Package: wmaker-common
|
||||||
|
Architecture: all
|
||||||
|
Depends: ${misc:Depends}
|
||||||
|
Suggests: wmaker
|
||||||
|
Description: Window Maker - Architecture independent files
|
||||||
|
Written by Alfredo Kojima almost from scratch, resembles the NeXTStep look
|
||||||
|
very closely, and it is now an official GNU project. Window Maker is not
|
||||||
|
overloaded with features, and it is easier to configure than most other window
|
||||||
|
managers. Its final goal is to produce a window manager that doesn't require
|
||||||
|
editing of configuration files. Window Maker is fast and doesn't require tons
|
||||||
|
of memory to run.
|
||||||
|
.
|
||||||
|
This package contains the architecture independent files.
|
||||||
|
|
||||||
|
Package: libwmaker0-dev
|
||||||
|
Architecture: any
|
||||||
|
Section: libdevel
|
||||||
|
Depends: libc6-dev, libx11-dev, ${misc:Depends}
|
||||||
|
Description: Static libraries and headers for Window Maker applications
|
||||||
|
Window Maker is a NeXTSTEP-like window manager for X.
|
||||||
|
This package contains libWMaker and header files, for building
|
||||||
|
Window Maker aware applications.
|
||||||
|
.
|
||||||
|
This package is (now) an empty package and should have problems because
|
||||||
|
is needed for other packages.
|
||||||
|
|
||||||
Package: libwraster3-dev
|
Package: libwraster3-dev
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Section: libdevel
|
Section: libdevel
|
||||||
Priority: optional
|
Depends: libwraster3 (= ${binary:Version}), libc6-dev, libx11-dev,
|
||||||
Depends: libwraster3 (= ${binary:Version}), libc6-dev, libx11-dev, libxext-dev, libxpm-dev, libjpeg-dev, libpng12-0-dev, libgif-dev, libtiff4-dev, ${misc:Depends}
|
libxext-dev, libxpm-dev, libjpeg-dev, libpng12-0-dev, libgif-dev,
|
||||||
|
libtiff4-dev, ${misc:Depends}
|
||||||
Provides: libwraster-dev
|
Provides: libwraster-dev
|
||||||
Description: Static libraries and headers of Window Maker rasterizer
|
Description: Static libraries and headers of Window Maker rasterizer
|
||||||
|
This library is used to manipulate images and convert them to
|
||||||
|
a format that can be displayed through the X window system.
|
||||||
|
Read the wraster.h header for an idea of what is available
|
||||||
|
.
|
||||||
Contains libwraster and header files, for manipulating and
|
Contains libwraster and header files, for manipulating and
|
||||||
rasterizing images.
|
rasterizing images.
|
||||||
|
|
||||||
Package: libwraster3
|
Package: libwraster3
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Section: libs
|
Section: libs
|
||||||
Priority: optional
|
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||||
Description: Shared libraries of Window Maker rasterizer
|
Description: Shared libraries of Window Maker rasterizer
|
||||||
Contains libwraster, for manipulating and rasterizing images.
|
This library is used to manipulate images and convert them to
|
||||||
|
a format that can be displayed through the X window system.
|
||||||
|
Read the wraster.h header for an idea of what is available
|
||||||
|
|
||||||
|
|
||||||
Package: libwings-dev
|
Package: libwings-dev
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Section: libdevel
|
Section: libdevel
|
||||||
Priority: optional
|
|
||||||
Depends: libc6-dev, libx11-dev, libxext-dev, libwraster3-dev, libxft-dev,
|
Depends: libc6-dev, libx11-dev, libxext-dev, libwraster3-dev, libxft-dev,
|
||||||
libfontconfig1-dev, libwutil2 (= ${binary:Version}),
|
libfontconfig1-dev, libwutil2 (= ${binary:Version}),
|
||||||
libwings2 (= ${binary:Version}), ${misc:Depends}
|
libwings2 (= ${binary:Version}), ${misc:Depends}
|
||||||
@@ -62,7 +94,6 @@ Description: Window Maker's own widget set
|
|||||||
Package: libwutil2
|
Package: libwutil2
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Section: libs
|
Section: libs
|
||||||
Priority: optional
|
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||||
Description: Window Maker's own widget set - utility library
|
Description: Window Maker's own widget set - utility library
|
||||||
WINGs Is Not GNUstep (WINGs) is a small widget set with the NeXTSTEP
|
WINGs Is Not GNUstep (WINGs) is a small widget set with the NeXTSTEP
|
||||||
@@ -77,7 +108,6 @@ Description: Window Maker's own widget set - utility library
|
|||||||
Package: libwings2
|
Package: libwings2
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Section: libs
|
Section: libs
|
||||||
Priority: optional
|
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||||
Description: Window Maker's own widget set - runtime library
|
Description: Window Maker's own widget set - runtime library
|
||||||
WINGs Is Not GNUstep (WINGs) is a small widget set with the NeXTSTEP
|
WINGs Is Not GNUstep (WINGs) is a small widget set with the NeXTSTEP
|
||||||
@@ -96,6 +126,13 @@ Priority: extra
|
|||||||
Depends: libwraster3 (= ${binary:Version}) | libwings2 (= ${binary:Version}) |
|
Depends: libwraster3 (= ${binary:Version}) | libwings2 (= ${binary:Version}) |
|
||||||
libwutil2 (= ${binary:Version}) | wmaker (= ${binary:Version}),
|
libwutil2 (= ${binary:Version}) | wmaker (= ${binary:Version}),
|
||||||
${misc:Depends}
|
${misc:Depends}
|
||||||
Description: debugging symbols for WindowMaker packages
|
Description: Debugging symbols for WindowMaker packages
|
||||||
|
Written by Alfredo Kojima almost from scratch, resembles the NeXTStep look
|
||||||
|
very closely, and it is now an official GNU project. Window Maker is not
|
||||||
|
overloaded with features, and it is easier to configure than most other window
|
||||||
|
managers. Its final goal is to produce a window manager that doesn't require
|
||||||
|
editing of configuration files. Window Maker is fast and doesn't require tons
|
||||||
|
of memory to run.
|
||||||
|
.
|
||||||
This package contains debugging symbols for Window Maker and its core
|
This package contains debugging symbols for Window Maker and its core
|
||||||
libraries (libWINGs, libWutils, libwraster).
|
libraries (libWINGs, libWutils, libwraster).
|
||||||
|
|||||||
172
debian/copyright
vendored
172
debian/copyright
vendored
@@ -1,97 +1,85 @@
|
|||||||
This package was debianized by Marcelo E. Magallon
|
Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=co&pathrev=174
|
||||||
<mmagallo@debian.org> on Sat, 1 Nov 1997 15:21:20 -0600.
|
Upstream-Name: wmaker
|
||||||
|
Upstream-Contact: Window Maker developers mailing list <wmaker-dev@lists.windowmaker.org>
|
||||||
|
Source: http://repo.or.cz/w/wmaker-crm.git
|
||||||
|
|
||||||
The original package was debianized by Neil A. Rubin <nar5@po.cwru.edu>
|
Files: *
|
||||||
on Sun, 18 May 1997 18:02:24 -0400.
|
Copyright: 1997, Alfredo Kengi Kojima <kojima@windowmaker.info>
|
||||||
|
2011, Carlos R. Mafra <crmafra@gmail.com>
|
||||||
|
License: GPL-2+
|
||||||
|
|
||||||
It was downloaded from ftp://ftp.windowmaker.info/pub/source/release
|
Files: debian/*
|
||||||
|
Copyright: 1997, Neil A. Rubin <nar5@po.cwru.edu>
|
||||||
|
1997, Marcelo E. Magallon <mmagallo@debian.org>
|
||||||
|
2011, Rodolfo García Peñas (kix) <kix@kix.es>
|
||||||
|
License: GPL-2+
|
||||||
|
|
||||||
Window Maker X11 Window Manager
|
Files: WindowMaker/Icons/BitchX.tiff WindowMaker/Icons/DefaultAppIcon.tiff
|
||||||
Copyright (c) 1997 Alfredo Kengi Kojima
|
WindowMaker/Icons/GNUterm.tiff WindowMaker/Icons/defaultterm.tiff
|
||||||
|
WindowMaker/Icons/draw.tiff WindowMaker/Icons/linuxterm.tiff
|
||||||
|
WindowMaker/Icons/mixer.tiff WindowMaker/Icons/notepad.tiff
|
||||||
|
WindowMaker/Icons/pdf.tiff WindowMaker/Icons/ps.tiff
|
||||||
|
WindowMaker/Icons/real.tiff WindowMaker/Icons/sgiterm.tiff
|
||||||
|
WindowMaker/Icons/sound.tiff WindowMaker/Icons/staroffice2.tiff
|
||||||
|
WindowMaker/Icons/timer.tiff WindowMaker/Icons/wilber.tiff
|
||||||
|
WindowMaker/Icons/write.tiff WindowMaker/Icons/xdvi.tiff
|
||||||
|
WindowMaker/Icons/xv.tiff
|
||||||
|
Copyright: 1997, Marco van Hylckama Vlieg <marco@windowmaker.info>
|
||||||
|
License: public-domain
|
||||||
|
They may be distributed freely and/or modified as long as the original
|
||||||
|
Author is mentioned!
|
||||||
|
|
||||||
Window Maker is free software; you can redistribute it and/or modify
|
Files: WindowMaker/Icons/GNUstepGlow.tiff WindowMaker/Icons/GNUstepGlow.xpm
|
||||||
it under the terms of the GNU General Public License as published by
|
WindowMaker/Icons/Magnify.tiff WindowMaker/Icons/Magnify.xpm
|
||||||
the Free Software Foundation; either version 2 of the License, or
|
WindowMaker/Icons/Terminal.tiff WindowMaker/Icons/Terminal.xpm
|
||||||
(at your option) any later version.
|
WindowMaker/Icons/TerminalGNUstep.tiff WindowMaker/Icons/TerminalGNUstep.xpm
|
||||||
|
WindowMaker/Icons/TerminalLinux.tiff WindowMaker/Icons/TerminalLinux.xpm
|
||||||
|
WindowMaker/Icons/Ear.png WindowMaker/Icons/Ftp.png WindowMaker/Icons/ICQ.png
|
||||||
|
WindowMaker/Icons/Jabber.png WindowMaker/Icons/Mozilla.png
|
||||||
|
WindowMaker/Icons/Pen.png WindowMaker/Icons/Pencil.png
|
||||||
|
WindowMaker/Icons/Shell.png WindowMaker/Icons/Speaker.png
|
||||||
|
WPrefs.app/tiff/msty1.tiff WPrefs.app/tiff/msty2.tiff WPrefs.app/tiff/msty3.tiff
|
||||||
|
WPrefs.app/xpm/msty1.xpm WPrefs.app/xpm/msty2.xpm WPrefs.app/xpm/msty3.xpm
|
||||||
|
WPrefs.app/WPrefs.tiff WPrefs.app/WPrefs.xpm WPrefs.app/tiff/tdel.tiff
|
||||||
|
WPrefs.app/tiff/tedit.tiff WPrefs.app/tiff/textr.tiff WPrefs.app/tiff/tnew.tiff
|
||||||
|
WPrefs.app/xpm/tdel.xpm WPrefs.app/xpm/tedit.xpm WPrefs.app/xpm/textr.xpm
|
||||||
|
WPrefs.app/xpm/tnew.xpm WINGs/Resources/defaultIcon.tiff
|
||||||
|
WINGs/Resources/Images.tiff WINGs/Resources/Images.xpm
|
||||||
|
WINGs/Resources/defaultIcon.xpm WINGs/Resources/Images.xcf
|
||||||
|
WindowMaker/Icons/XChat.png
|
||||||
|
Copyright: 2000, Banlu Kemiyatorn
|
||||||
|
License: public-domain
|
||||||
|
do What The Fuck you want to Public License
|
||||||
|
.
|
||||||
|
Version 1.0, March 2000
|
||||||
|
Copyright (C) 2000 Banlu Kemiyatorn (]d).
|
||||||
|
136 Nives 7 Jangwattana 14 Laksi Bangkok
|
||||||
|
Everyone is permitted to copy and distribute verbatim copies
|
||||||
|
of this license document, but changing it is not allowed.
|
||||||
|
.
|
||||||
|
Ok, the purpose of this license is simple
|
||||||
|
and you just
|
||||||
|
.
|
||||||
|
DO WHAT THE FUCK YOU WANT TO.
|
||||||
|
|
||||||
The libraries accompanying Window Maker, wrlib (libwraster), wmlib and
|
License: GPL-2+
|
||||||
WINGs (libwings-dev) are distributed under the terms of the GNU Library
|
This program is free software; you can redistribute it
|
||||||
General Public License as published by the Free Software Foundation;
|
and/or modify it under the terms of the GNU General Public
|
||||||
either version 2 of the license, or (at your option) any later version.
|
License as published by the Free Software Foundation; either
|
||||||
|
version 2 of the License, or (at your option) any later
|
||||||
Window Maker is distributed in the hope that it will be useful,
|
version.
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
.
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
This program is distributed in the hope that it will be
|
||||||
GNU General Public License for more details.
|
useful, but WITHOUT ANY WARRANTY; without even the implied
|
||||||
|
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
|
||||||
You can find a copy of the GNU General Public License and the GNU
|
PURPOSE. See the GNU General Public License for more
|
||||||
Library Public License in the directory /usr/share/common-licenses, in
|
details.
|
||||||
the file GPL and LGPL respectively; if not, you can obtain a copy
|
.
|
||||||
writing to the Free Software Foundation, Inc., 51 Franklin Street,
|
You should have received a copy of the GNU General Public
|
||||||
Fifth Floor, Boston, MA 02110-1301 USA
|
License along with this package; if not, write to the Free
|
||||||
|
Software Foundation, Inc., 51 Franklin St, Fifth Floor,
|
||||||
The icons that are distributed with this program and were made by
|
Boston, MA 02110-1301 USA
|
||||||
Marco van Hylckama Vlieg are licensed through the OpenContent
|
.
|
||||||
License. Read the /usr/doc/wmaker/COPYING.OPL file for the complete
|
On Debian systems, the full text of the GNU General Public
|
||||||
license.
|
License version 2 can be found in the file
|
||||||
|
`/usr/share/common-licenses/GPL-2'.
|
||||||
NeXT, OpenStep and NEXTSTEP are trademarks of NeXT Computer, Inc.
|
|
||||||
All other trademarks are property of their respective owners.
|
|
||||||
|
|
||||||
The authors reserve the right to make changes in the software without
|
|
||||||
prior notice.
|
|
||||||
|
|
||||||
The following artwork were created by Banlu Kemiyatorn and
|
|
||||||
are distributed through the license in this file:
|
|
||||||
|
|
||||||
GNUstepGlow.tiff
|
|
||||||
GNUstepGlow.xpm
|
|
||||||
Magnify.tiff
|
|
||||||
Magnify.xpm
|
|
||||||
Terminal.tiff
|
|
||||||
Terminal.xpm
|
|
||||||
TerminalGNUstep.tiff
|
|
||||||
TerminalGNUstep.xpm
|
|
||||||
TerminalLinux.tiff
|
|
||||||
TerminalLinux.xpm
|
|
||||||
tiff/msty1.tiff
|
|
||||||
tiff/msty2.tiff
|
|
||||||
tiff/msty3.tiff
|
|
||||||
xpm/msty1.xpm
|
|
||||||
xpm/msty2.xpm
|
|
||||||
xpm/msty3.xpm
|
|
||||||
WPrefs.tiff
|
|
||||||
WPrefs.xpm
|
|
||||||
tiff/tdel.tiff
|
|
||||||
tiff/tedit.tiff
|
|
||||||
tiff/textr.tiff
|
|
||||||
tiff/tnew.tiff
|
|
||||||
xpm/tdel.xpm
|
|
||||||
xpm/tedit.xpm
|
|
||||||
xpm/textr.xpm
|
|
||||||
xpm/tnew.xpm
|
|
||||||
inside Resources/Images.tiff "the little house", "the trash can",
|
|
||||||
"the folder", "the floppies"
|
|
||||||
Ear.png
|
|
||||||
Ftp.png
|
|
||||||
ICQ.png
|
|
||||||
Jabber.png
|
|
||||||
Mozilla.png
|
|
||||||
Pen.png
|
|
||||||
Pencil.png
|
|
||||||
Shell.png
|
|
||||||
Speaker.png
|
|
||||||
XChat.png
|
|
||||||
|
|
||||||
do What The Fuck you want to Public License
|
|
||||||
|
|
||||||
Version 1.0, March 2000
|
|
||||||
Copyright (C) 2000 Banlu Kemiyatorn (]d).
|
|
||||||
136 Nives 7 Jangwattana 14 Laksi Bangkok
|
|
||||||
Everyone is permitted to copy and distribute verbatim copies
|
|
||||||
of this license document, but changing it is not allowed.
|
|
||||||
|
|
||||||
Ok, the purpose of this license is simple
|
|
||||||
and you just
|
|
||||||
|
|
||||||
DO WHAT THE FUCK YOU WANT TO.
|
|
||||||
|
|||||||
2
debian/libwings-dev.dirs
vendored
2
debian/libwings-dev.dirs
vendored
@@ -1,2 +0,0 @@
|
|||||||
usr/include/X11
|
|
||||||
usr/lib
|
|
||||||
@@ -1,10 +1,11 @@
|
|||||||
usr/include/WINGs
|
usr/include/WINGs/WUtil.h
|
||||||
|
usr/include/WINGs/proplist-compat.h
|
||||||
|
usr/include/WINGs/WINGs.h
|
||||||
|
usr/include/WINGs/WINGsP.h
|
||||||
usr/lib/pkgconfig/WINGs.pc
|
usr/lib/pkgconfig/WINGs.pc
|
||||||
usr/lib/libWINGs.la
|
|
||||||
usr/lib/libWINGs.a
|
usr/lib/libWINGs.a
|
||||||
usr/lib/libWUtil.a
|
usr/lib/libWUtil.a
|
||||||
usr/lib/libWUtil.so
|
usr/lib/libWUtil.so
|
||||||
usr/lib/libWINGs.so
|
usr/lib/libWINGs.so
|
||||||
usr/lib/libWUtil.la
|
|
||||||
usr/bin/get-wings-flags
|
usr/bin/get-wings-flags
|
||||||
usr/bin/get-wutil-flags
|
usr/bin/get-wutil-flags
|
||||||
4
debian/libwings-dev.manpages
vendored
4
debian/libwings-dev.manpages
vendored
@@ -1,2 +1,2 @@
|
|||||||
debian/manpages/get-wings-flags.1
|
doc/get-wings-flags.1
|
||||||
debian/manpages/get-wutil-flags.1
|
doc/get-wutil-flags.1
|
||||||
|
|||||||
818
debian/libwings2.symbols
vendored
Normal file
818
debian/libwings2.symbols
vendored
Normal file
@@ -0,0 +1,818 @@
|
|||||||
|
libWINGs.so.2 libwings2 #MINVER#
|
||||||
|
WINGsConfiguration@Base 0.94.0-1~
|
||||||
|
WMAddBoxSubview@Base 0.94.0-1~
|
||||||
|
WMAddBoxSubviewAtEnd@Base 0.94.0-1~
|
||||||
|
WMAddBrowserColumn@Base 0.94.0-1~
|
||||||
|
WMAddItemInTabView@Base 0.94.0-1~
|
||||||
|
WMAddPopUpButtonItem@Base 0.94.0-1~
|
||||||
|
WMAddSplitViewSubview@Base 0.94.0-1~
|
||||||
|
WMAddTabViewItemWithView@Base 0.94.0-1~
|
||||||
|
WMAdjustSplitViewSubviews@Base 0.94.0-1~
|
||||||
|
WMBlackColor@Base 0.94.0-1~
|
||||||
|
WMBlueComponentOfColor@Base 0.94.0-1~
|
||||||
|
WMBoldSystemFontOfSize@Base 0.94.0-1~
|
||||||
|
WMBreakModalLoop@Base 0.94.0-1~
|
||||||
|
WMBrowserAllowsEmptySelection@Base 0.94.0-1~
|
||||||
|
WMBrowserAllowsMultipleSelection@Base 0.94.0-1~
|
||||||
|
WMChangePanelOwner@Base 0.94.0-1~
|
||||||
|
WMClearList@Base 0.94.0-1~
|
||||||
|
WMCloseColorPanel@Base 0.94.0-1~
|
||||||
|
WMCloseWindow@Base 0.94.0-1~
|
||||||
|
WMColorGC@Base 0.94.0-1~
|
||||||
|
WMColorPanelColorChangedNotification@Base 0.94.0-1~
|
||||||
|
WMColorPixel@Base 0.94.0-1~
|
||||||
|
WMColorWellDidChangeNotification@Base 0.94.0-1~
|
||||||
|
WMCopyFontWithStyle@Base 0.94.0-1~
|
||||||
|
WMCreateAlertPanel@Base 0.94.0-1~
|
||||||
|
WMCreateApplicationIconBlendedPixmap@Base 0.94.0-1~
|
||||||
|
WMCreateBlendedPixmapFromFile@Base 0.94.0-1~
|
||||||
|
WMCreateBlendedPixmapFromRImage@Base 0.94.0-1~
|
||||||
|
WMCreateBox@Base 0.94.0-1~
|
||||||
|
WMCreateBrowser@Base 0.94.0-1~
|
||||||
|
WMCreateButton@Base 0.94.0-1~
|
||||||
|
WMCreateColorWell@Base 0.94.0-1~
|
||||||
|
WMCreateCustomButton@Base 0.94.0-1~
|
||||||
|
WMCreateDragHandler@Base 0.94.0-1~
|
||||||
|
WMCreateDragOperationArray@Base 0.94.0-1~
|
||||||
|
WMCreateDragOperationItem@Base 0.94.0-1~
|
||||||
|
WMCreateEventHandler@Base 0.94.0-1~
|
||||||
|
WMCreateFont@Base 0.94.0-1~
|
||||||
|
WMCreateFrame@Base 0.94.0-1~
|
||||||
|
WMCreateGenericPanel@Base 0.94.0-1~
|
||||||
|
WMCreateInputPanel@Base 0.94.0-1~
|
||||||
|
WMCreateLabel@Base 0.94.0-1~
|
||||||
|
WMCreateList@Base 0.94.0-1~
|
||||||
|
WMCreateMenuItem@Base 0.94.0-1~
|
||||||
|
WMCreateNamedColor@Base 0.94.0-1~
|
||||||
|
WMCreatePanelForWindow@Base 0.94.0-1~
|
||||||
|
WMCreatePanelWithStyleForWindow@Base 0.94.0-1~
|
||||||
|
WMCreatePixmap@Base 0.94.0-1~
|
||||||
|
WMCreatePixmapFromFile@Base 0.94.0-1~
|
||||||
|
WMCreatePixmapFromRImage@Base 0.94.0-1~
|
||||||
|
WMCreatePixmapFromXPMData@Base 0.94.0-1~
|
||||||
|
WMCreatePixmapFromXPixmaps@Base 0.94.0-1~
|
||||||
|
WMCreatePopUpButton@Base 0.94.0-1~
|
||||||
|
WMCreateRGBAColor@Base 0.94.0-1~
|
||||||
|
WMCreateRGBColor@Base 0.94.0-1~
|
||||||
|
WMCreateScreen@Base 0.94.0-1~
|
||||||
|
WMCreateScreenWithRContext@Base 0.94.0-1~
|
||||||
|
WMCreateScrollView@Base 0.94.0-1~
|
||||||
|
WMCreateScroller@Base 0.94.0-1~
|
||||||
|
WMCreateSelectionHandler@Base 0.94.0-1~
|
||||||
|
WMCreateSimpleApplicationScreen@Base 0.94.0-1~
|
||||||
|
WMCreateSlider@Base 0.94.0-1~
|
||||||
|
WMCreateSplitView@Base 0.94.0-1~
|
||||||
|
WMCreateTabView@Base 0.94.0-1~
|
||||||
|
WMCreateTabViewItem@Base 0.94.0-1~
|
||||||
|
WMCreateTabViewItemWithIdentifier@Base 0.94.0-1~
|
||||||
|
WMCreateTextField@Base 0.94.0-1~
|
||||||
|
WMCreateWindow@Base 0.94.0-1~
|
||||||
|
WMCreateWindowWithStyle@Base 0.94.0-1~
|
||||||
|
WMDarkGrayColor@Base 0.94.0-1~
|
||||||
|
WMDefaultBoldSystemFont@Base 0.94.0-1~
|
||||||
|
WMDefaultSystemFont@Base 0.94.0-1~
|
||||||
|
WMDeleteDragHandler@Base 0.94.0-1~
|
||||||
|
WMDeleteEventHandler@Base 0.94.0-1~
|
||||||
|
WMDeleteSelectionCallback@Base 0.94.0-1~
|
||||||
|
WMDeleteSelectionHandler@Base 0.94.0-1~
|
||||||
|
WMDeleteTextFieldRange@Base 0.94.0-1~
|
||||||
|
WMDestroyAlertPanel@Base 0.94.0-1~
|
||||||
|
WMDestroyGenericPanel@Base 0.94.0-1~
|
||||||
|
WMDestroyInputPanel@Base 0.94.0-1~
|
||||||
|
WMDestroyMenuItem@Base 0.94.0-1~
|
||||||
|
WMDestroyTabViewItem@Base 0.94.0-1~
|
||||||
|
WMDestroyWidget@Base 0.94.0-1~
|
||||||
|
WMDragImageFromView@Base 0.94.0-1~
|
||||||
|
WMDrawImageString@Base 0.94.0-1~
|
||||||
|
WMDrawPixmap@Base 0.94.0-1~
|
||||||
|
WMDrawString@Base 0.94.0-1~
|
||||||
|
WMFindRowOfListItemWithTitle@Base 0.94.0-1~
|
||||||
|
WMFontHeight@Base 0.94.0-1~
|
||||||
|
WMFontPanelFontChangedNotification@Base 0.94.0-1~
|
||||||
|
WMFreeColorPanel@Base 0.94.0-1~
|
||||||
|
WMFreeFilePanel@Base 0.94.0-1~
|
||||||
|
WMFreeFontPanel@Base 0.94.0-1~
|
||||||
|
WMGetApplicationIconImage@Base 0.94.0-1~
|
||||||
|
WMGetApplicationIconPixmap@Base 0.94.0-1~
|
||||||
|
WMGetBrowserFirstVisibleColumn@Base 0.94.0-1~
|
||||||
|
WMGetBrowserListInColumn@Base 0.94.0-1~
|
||||||
|
WMGetBrowserMaxVisibleColumns@Base 0.94.0-1~
|
||||||
|
WMGetBrowserNumberOfColumns@Base 0.94.0-1~
|
||||||
|
WMGetBrowserPath@Base 0.94.0-1~
|
||||||
|
WMGetBrowserPathToColumn@Base 0.94.0-1~
|
||||||
|
WMGetBrowserPaths@Base 0.94.0-1~
|
||||||
|
WMGetBrowserSelectedColumn@Base 0.94.0-1~
|
||||||
|
WMGetBrowserSelectedItemInColumn@Base 0.94.0-1~
|
||||||
|
WMGetBrowserSelectedRowInColumn@Base 0.94.0-1~
|
||||||
|
WMGetButtonEnabled@Base 0.94.0-1~
|
||||||
|
WMGetButtonSelected@Base 0.94.0-1~
|
||||||
|
WMGetColorAlpha@Base 0.94.0-1~
|
||||||
|
WMGetColorPanel@Base 0.94.0-1~
|
||||||
|
WMGetColorPanelColor@Base 0.94.0-1~
|
||||||
|
WMGetColorRGBDescription@Base 0.94.0-1~
|
||||||
|
WMGetColorWellColor@Base 0.94.0-1~
|
||||||
|
WMGetDragOperationItemText@Base 0.94.0-1~
|
||||||
|
WMGetDragOperationItemType@Base 0.94.0-1~
|
||||||
|
WMGetFilePanelAccessoryView@Base 0.94.0-1~
|
||||||
|
WMGetFilePanelFileName@Base 0.94.0-1~
|
||||||
|
WMGetFontName@Base 0.94.0-1~
|
||||||
|
WMGetFontPanel@Base 0.94.0-1~
|
||||||
|
WMGetFontPanelFont@Base 0.94.0-1~
|
||||||
|
WMGetHangedData@Base 0.94.0-1~
|
||||||
|
WMGetLabelFont@Base 0.94.0-1~
|
||||||
|
WMGetLabelImage@Base 0.94.0-1~
|
||||||
|
WMGetLabelText@Base 0.94.0-1~
|
||||||
|
WMGetListItem@Base 0.94.0-1~
|
||||||
|
WMGetListItemHeight@Base 0.94.0-1~
|
||||||
|
WMGetListItems@Base 0.94.0-1~
|
||||||
|
WMGetListNumberOfRows@Base 0.94.0-1~
|
||||||
|
WMGetListPosition@Base 0.94.0-1~
|
||||||
|
WMGetListSelectedItem@Base 0.94.0-1~
|
||||||
|
WMGetListSelectedItemRow@Base 0.94.0-1~
|
||||||
|
WMGetListSelectedItems@Base 0.94.0-1~
|
||||||
|
WMGetMenuItemAction@Base 0.94.0-1~
|
||||||
|
WMGetMenuItemData@Base 0.94.0-1~
|
||||||
|
WMGetMenuItemEnabled@Base 0.94.0-1~
|
||||||
|
WMGetMenuItemMixedStatePixmap@Base 0.94.0-1~
|
||||||
|
WMGetMenuItemOffStatePixmap@Base 0.94.0-1~
|
||||||
|
WMGetMenuItemOnStatePixmap@Base 0.94.0-1~
|
||||||
|
WMGetMenuItemPixmap@Base 0.94.0-1~
|
||||||
|
WMGetMenuItemRepresentedObject@Base 0.94.0-1~
|
||||||
|
WMGetMenuItemShortcut@Base 0.94.0-1~
|
||||||
|
WMGetMenuItemShortcutModifierMask@Base 0.94.0-1~
|
||||||
|
WMGetMenuItemState@Base 0.94.0-1~
|
||||||
|
WMGetMenuItemTitle@Base 0.94.0-1~
|
||||||
|
WMGetOpenPanel@Base 0.94.0-1~
|
||||||
|
WMGetPixmapMaskXID@Base 0.94.0-1~
|
||||||
|
WMGetPixmapSize@Base 0.94.0-1~
|
||||||
|
WMGetPixmapXID@Base 0.94.0-1~
|
||||||
|
WMGetPopUpButtonEnabled@Base 0.94.0-1~
|
||||||
|
WMGetPopUpButtonItem@Base 0.94.0-1~
|
||||||
|
WMGetPopUpButtonItemEnabled@Base 0.94.0-1~
|
||||||
|
WMGetPopUpButtonMenuItem@Base 0.94.0-1~
|
||||||
|
WMGetPopUpButtonNumberOfItems@Base 0.94.0-1~
|
||||||
|
WMGetPopUpButtonSelectedItem@Base 0.94.0-1~
|
||||||
|
WMGetRColorFromColor@Base 0.94.0-1~
|
||||||
|
WMGetSavePanel@Base 0.94.0-1~
|
||||||
|
WMGetScrollViewHorizontalScroller@Base 0.94.0-1~
|
||||||
|
WMGetScrollViewVerticalScroller@Base 0.94.0-1~
|
||||||
|
WMGetScrollViewVisibleRect@Base 0.94.0-1~
|
||||||
|
WMGetScrollerHitPart@Base 0.94.0-1~
|
||||||
|
WMGetScrollerKnobProportion@Base 0.94.0-1~
|
||||||
|
WMGetScrollerValue@Base 0.94.0-1~
|
||||||
|
WMGetSelectedTabViewItem@Base 0.94.0-1~
|
||||||
|
WMGetSeparatorMenuItem@Base 0.94.0-1~
|
||||||
|
WMGetSliderMaxValue@Base 0.94.0-1~
|
||||||
|
WMGetSliderMinValue@Base 0.94.0-1~
|
||||||
|
WMGetSliderValue@Base 0.94.0-1~
|
||||||
|
WMGetSplitViewDividerThickness@Base 0.94.0-1~
|
||||||
|
WMGetSplitViewSubviewAt@Base 0.94.0-1~
|
||||||
|
WMGetSplitViewSubviewsCount@Base 0.94.0-1~
|
||||||
|
WMGetSplitViewVertical@Base 0.94.0-1~
|
||||||
|
WMGetSystemPixmap@Base 0.94.0-1~
|
||||||
|
WMGetTabViewItemIdentifier@Base 0.94.0-1~
|
||||||
|
WMGetTabViewItemLabel@Base 0.94.0-1~
|
||||||
|
WMGetTabViewItemView@Base 0.94.0-1~
|
||||||
|
WMGetTextFieldCursorPosition@Base 0.94.0-1~
|
||||||
|
WMGetTextFieldDelegate@Base 0.94.0-1~
|
||||||
|
WMGetTextFieldEditable@Base 0.94.0-1~
|
||||||
|
WMGetTextFieldFont@Base 0.94.0-1~
|
||||||
|
WMGetTextFieldText@Base 0.94.0-1~
|
||||||
|
WMGetViewPosition@Base 0.94.0-1~
|
||||||
|
WMGetViewScreenPosition@Base 0.94.0-1~
|
||||||
|
WMGetViewSize@Base 0.94.0-1~
|
||||||
|
WMGetWidgetBackgroundColor@Base 0.94.0-1~
|
||||||
|
WMGrayColor@Base 0.94.0-1~
|
||||||
|
WMGreenComponentOfColor@Base 0.94.0-1~
|
||||||
|
WMGroupButtons@Base 0.94.0-1~
|
||||||
|
WMHandleEvent@Base 0.94.0-1~
|
||||||
|
WMHangData@Base 0.94.0-1~
|
||||||
|
WMHideFontPanel@Base 0.94.0-1~
|
||||||
|
WMHookEventHandler@Base 0.94.0-1~
|
||||||
|
WMInsertBrowserItem@Base 0.94.0-1~
|
||||||
|
WMInsertItemInTabView@Base 0.94.0-1~
|
||||||
|
WMInsertListItem@Base 0.94.0-1~
|
||||||
|
WMInsertPopUpButtonItem@Base 0.94.0-1~
|
||||||
|
WMInsertTextFieldText@Base 0.94.0-1~
|
||||||
|
WMIsAntialiasingEnabled@Base 0.94.0-1~
|
||||||
|
WMIsDoubleClick@Base 0.94.0-1~
|
||||||
|
WMIsDraggingFromView@Base 0.94.0-1~
|
||||||
|
WMListAllowsEmptySelection@Base 0.94.0-1~
|
||||||
|
WMListAllowsMultipleSelection@Base 0.94.0-1~
|
||||||
|
WMListDidScrollNotification@Base 0.94.0-1~
|
||||||
|
WMListSelectionDidChangeNotification@Base 0.94.0-1~
|
||||||
|
WMLoadBrowserColumnZero@Base 0.94.0-1~
|
||||||
|
WMLowerWidget@Base 0.94.0-1~
|
||||||
|
WMMapSubwidgets@Base 0.94.0-1~
|
||||||
|
WMMapWidget@Base 0.94.0-1~
|
||||||
|
WMMaskEvent@Base 0.94.0-1~
|
||||||
|
WMMenuItemIsSeparator@Base 0.94.0-1~
|
||||||
|
WMMoveWidget@Base 0.94.0-1~
|
||||||
|
WMNextEvent@Base 0.94.0-1~
|
||||||
|
WMOpenScreen@Base 0.94.0-1~
|
||||||
|
WMPaintColorSwatch@Base 0.94.0-1~
|
||||||
|
WMPerformButtonClick@Base 0.94.0-1~
|
||||||
|
WMRaiseWidget@Base 0.94.0-1~
|
||||||
|
WMRealizeWidget@Base 0.94.0-1~
|
||||||
|
WMRedComponentOfColor@Base 0.94.0-1~
|
||||||
|
WMRedisplayWidget@Base 0.94.0-1~
|
||||||
|
WMRegisterViewForDraggedTypes@Base 0.94.0-1~
|
||||||
|
WMRelayToNextResponder@Base 0.94.0-1~
|
||||||
|
WMReleaseColor@Base 0.94.0-1~
|
||||||
|
WMReleaseFont@Base 0.94.0-1~
|
||||||
|
WMReleasePixmap@Base 0.94.0-1~
|
||||||
|
WMReleaseViewDragImage@Base 0.94.0-1~
|
||||||
|
WMRemoveBoxSubview@Base 0.94.0-1~
|
||||||
|
WMRemoveBrowserItem@Base 0.94.0-1~
|
||||||
|
WMRemoveListItem@Base 0.94.0-1~
|
||||||
|
WMRemovePopUpButtonItem@Base 0.94.0-1~
|
||||||
|
WMRemoveSplitViewSubview@Base 0.94.0-1~
|
||||||
|
WMRemoveSplitViewSubviewAt@Base 0.94.0-1~
|
||||||
|
WMRemoveTabViewItem@Base 0.94.0-1~
|
||||||
|
WMReparentWidget@Base 0.94.0-1~
|
||||||
|
WMRequestSelection@Base 0.94.0-1~
|
||||||
|
WMResizeScrollViewContent@Base 0.94.0-1~
|
||||||
|
WMResizeWidget@Base 0.94.0-1~
|
||||||
|
WMRetainColor@Base 0.94.0-1~
|
||||||
|
WMRetainFont@Base 0.94.0-1~
|
||||||
|
WMRetainPixmap@Base 0.94.0-1~
|
||||||
|
WMRunAlertPanel@Base 0.94.0-1~
|
||||||
|
WMRunInputPanel@Base 0.94.0-1~
|
||||||
|
WMRunModalFilePanelForDirectory@Base 0.94.0-1~
|
||||||
|
WMRunModalLoop@Base 0.94.0-1~
|
||||||
|
WMScreenDepth@Base 0.94.0-1~
|
||||||
|
WMScreenDisplay@Base 0.94.0-1~
|
||||||
|
WMScreenHeight@Base 0.94.0-1~
|
||||||
|
WMScreenMainLoop@Base 0.94.0-1~
|
||||||
|
WMScreenPending@Base 0.94.0-1~
|
||||||
|
WMScreenRContext@Base 0.94.0-1~
|
||||||
|
WMScreenWidth@Base 0.94.0-1~
|
||||||
|
WMScrollViewScrollPoint@Base 0.94.0-1~
|
||||||
|
WMScrollerDidScrollNotification@Base 0.94.0-1~
|
||||||
|
WMSelectAllListItems@Base 0.94.0-1~
|
||||||
|
WMSelectFirstTabViewItem@Base 0.94.0-1~
|
||||||
|
WMSelectLastTabViewItem@Base 0.94.0-1~
|
||||||
|
WMSelectListItem@Base 0.94.0-1~
|
||||||
|
WMSelectListItemsInRange@Base 0.94.0-1~
|
||||||
|
WMSelectNextTabViewItem@Base 0.94.0-1~
|
||||||
|
WMSelectPreviousTabViewItem@Base 0.94.0-1~
|
||||||
|
WMSelectTabViewItem@Base 0.94.0-1~
|
||||||
|
WMSelectTabViewItemAtIndex@Base 0.94.0-1~
|
||||||
|
WMSelectTextFieldRange@Base 0.94.0-1~
|
||||||
|
WMSelectionOwnerDidChangeNotification@Base 0.94.0-1~
|
||||||
|
WMSetApplicationHasAppIcon@Base 0.94.0-1~
|
||||||
|
WMSetApplicationIconImage@Base 0.94.0-1~
|
||||||
|
WMSetApplicationIconPixmap@Base 0.94.0-1~
|
||||||
|
WMSetApplicationIconWindow@Base 0.94.0-1~
|
||||||
|
WMSetBalloonDelay@Base 0.94.0-1~
|
||||||
|
WMSetBalloonEnabled@Base 0.94.0-1~
|
||||||
|
WMSetBalloonFont@Base 0.94.0-1~
|
||||||
|
WMSetBalloonTextAlignment@Base 0.94.0-1~
|
||||||
|
WMSetBalloonTextColor@Base 0.94.0-1~
|
||||||
|
WMSetBalloonTextForView@Base 0.94.0-1~
|
||||||
|
WMSetBoxBorderWidth@Base 0.94.0-1~
|
||||||
|
WMSetBoxHorizontal@Base 0.94.0-1~
|
||||||
|
WMSetBrowserAction@Base 0.94.0-1~
|
||||||
|
WMSetBrowserAllowEmptySelection@Base 0.94.0-1~
|
||||||
|
WMSetBrowserAllowMultipleSelection@Base 0.94.0-1~
|
||||||
|
WMSetBrowserColumnTitle@Base 0.94.0-1~
|
||||||
|
WMSetBrowserDelegate@Base 0.94.0-1~
|
||||||
|
WMSetBrowserDoubleAction@Base 0.94.0-1~
|
||||||
|
WMSetBrowserHasScroller@Base 0.94.0-1~
|
||||||
|
WMSetBrowserMaxVisibleColumns@Base 0.94.0-1~
|
||||||
|
WMSetBrowserPath@Base 0.94.0-1~
|
||||||
|
WMSetBrowserPathSeparator@Base 0.94.0-1~
|
||||||
|
WMSetBrowserTitled@Base 0.94.0-1~
|
||||||
|
WMSetButtonAction@Base 0.94.0-1~
|
||||||
|
WMSetButtonAltImage@Base 0.94.0-1~
|
||||||
|
WMSetButtonAltText@Base 0.94.0-1~
|
||||||
|
WMSetButtonAltTextColor@Base 0.94.0-1~
|
||||||
|
WMSetButtonBordered@Base 0.94.0-1~
|
||||||
|
WMSetButtonContinuous@Base 0.94.0-1~
|
||||||
|
WMSetButtonDisabledTextColor@Base 0.94.0-1~
|
||||||
|
WMSetButtonEnabled@Base 0.94.0-1~
|
||||||
|
WMSetButtonFont@Base 0.94.0-1~
|
||||||
|
WMSetButtonImage@Base 0.94.0-1~
|
||||||
|
WMSetButtonImageDefault@Base 0.94.0-1~
|
||||||
|
WMSetButtonImageDimsWhenDisabled@Base 0.94.0-1~
|
||||||
|
WMSetButtonImagePosition@Base 0.94.0-1~
|
||||||
|
WMSetButtonPeriodicDelay@Base 0.94.0-1~
|
||||||
|
WMSetButtonSelected@Base 0.94.0-1~
|
||||||
|
WMSetButtonTag@Base 0.94.0-1~
|
||||||
|
WMSetButtonText@Base 0.94.0-1~
|
||||||
|
WMSetButtonTextAlignment@Base 0.94.0-1~
|
||||||
|
WMSetButtonTextColor@Base 0.94.0-1~
|
||||||
|
WMSetColorAlpha@Base 0.94.0-1~
|
||||||
|
WMSetColorInGC@Base 0.94.0-1~
|
||||||
|
WMSetColorPanelAction@Base 0.94.0-1~
|
||||||
|
WMSetColorPanelColor@Base 0.94.0-1~
|
||||||
|
WMSetColorPanelPickerMode@Base 0.94.0-1~
|
||||||
|
WMSetColorWellColor@Base 0.94.0-1~
|
||||||
|
WMSetFilePanelAccessoryView@Base 0.94.0-1~
|
||||||
|
WMSetFilePanelAutoCompletion@Base 0.94.0-1~
|
||||||
|
WMSetFilePanelCanChooseDirectories@Base 0.94.0-1~
|
||||||
|
WMSetFilePanelCanChooseFiles@Base 0.94.0-1~
|
||||||
|
WMSetFilePanelDirectory@Base 0.94.0-1~
|
||||||
|
WMSetFocusToWidget@Base 0.94.0-1~
|
||||||
|
WMSetFontPanelAction@Base 0.94.0-1~
|
||||||
|
WMSetFontPanelFont@Base 0.94.0-1~
|
||||||
|
WMSetFrameRelief@Base 0.94.0-1~
|
||||||
|
WMSetFrameTitle@Base 0.94.0-1~
|
||||||
|
WMSetFrameTitlePosition@Base 0.94.0-1~
|
||||||
|
WMSetLabelFont@Base 0.94.0-1~
|
||||||
|
WMSetLabelImage@Base 0.94.0-1~
|
||||||
|
WMSetLabelImagePosition@Base 0.94.0-1~
|
||||||
|
WMSetLabelRelief@Base 0.94.0-1~
|
||||||
|
WMSetLabelText@Base 0.94.0-1~
|
||||||
|
WMSetLabelTextAlignment@Base 0.94.0-1~
|
||||||
|
WMSetLabelTextColor@Base 0.94.0-1~
|
||||||
|
WMSetLabelWraps@Base 0.94.0-1~
|
||||||
|
WMSetListAction@Base 0.94.0-1~
|
||||||
|
WMSetListAllowEmptySelection@Base 0.94.0-1~
|
||||||
|
WMSetListAllowMultipleSelection@Base 0.94.0-1~
|
||||||
|
WMSetListBottomPosition@Base 0.94.0-1~
|
||||||
|
WMSetListDoubleAction@Base 0.94.0-1~
|
||||||
|
WMSetListPosition@Base 0.94.0-1~
|
||||||
|
WMSetListSelectionToRange@Base 0.94.0-1~
|
||||||
|
WMSetListUserDrawItemHeight@Base 0.94.0-1~
|
||||||
|
WMSetListUserDrawProc@Base 0.94.0-1~
|
||||||
|
WMSetMenuItemAction@Base 0.94.0-1~
|
||||||
|
WMSetMenuItemEnabled@Base 0.94.0-1~
|
||||||
|
WMSetMenuItemMixedStatePixmap@Base 0.94.0-1~
|
||||||
|
WMSetMenuItemOffStatePixmap@Base 0.94.0-1~
|
||||||
|
WMSetMenuItemOnStatePixmap@Base 0.94.0-1~
|
||||||
|
WMSetMenuItemPixmap@Base 0.94.0-1~
|
||||||
|
WMSetMenuItemRepresentedObject@Base 0.94.0-1~
|
||||||
|
WMSetMenuItemShortcut@Base 0.94.0-1~
|
||||||
|
WMSetMenuItemShortcutModifierMask@Base 0.94.0-1~
|
||||||
|
WMSetMenuItemState@Base 0.94.0-1~
|
||||||
|
WMSetMenuItemTitle@Base 0.94.0-1~
|
||||||
|
WMSetPopUpButtonAction@Base 0.94.0-1~
|
||||||
|
WMSetPopUpButtonEnabled@Base 0.94.0-1~
|
||||||
|
WMSetPopUpButtonItemEnabled@Base 0.94.0-1~
|
||||||
|
WMSetPopUpButtonPullsDown@Base 0.94.0-1~
|
||||||
|
WMSetPopUpButtonSelectedItem@Base 0.94.0-1~
|
||||||
|
WMSetPopUpButtonText@Base 0.94.0-1~
|
||||||
|
WMSetScrollViewContentView@Base 0.94.0-1~
|
||||||
|
WMSetScrollViewHasHorizontalScroller@Base 0.94.0-1~
|
||||||
|
WMSetScrollViewHasVerticalScroller@Base 0.94.0-1~
|
||||||
|
WMSetScrollViewLineScroll@Base 0.94.0-1~
|
||||||
|
WMSetScrollViewPageScroll@Base 0.94.0-1~
|
||||||
|
WMSetScrollViewRelief@Base 0.94.0-1~
|
||||||
|
WMSetScrollerAction@Base 0.94.0-1~
|
||||||
|
WMSetScrollerArrowsPosition@Base 0.94.0-1~
|
||||||
|
WMSetScrollerParameters@Base 0.94.0-1~
|
||||||
|
WMSetSliderAction@Base 0.94.0-1~
|
||||||
|
WMSetSliderContinuous@Base 0.94.0-1~
|
||||||
|
WMSetSliderImage@Base 0.94.0-1~
|
||||||
|
WMSetSliderKnobThickness@Base 0.94.0-1~
|
||||||
|
WMSetSliderMaxValue@Base 0.94.0-1~
|
||||||
|
WMSetSliderMinValue@Base 0.94.0-1~
|
||||||
|
WMSetSliderValue@Base 0.94.0-1~
|
||||||
|
WMSetSplitViewConstrainProc@Base 0.94.0-1~
|
||||||
|
WMSetSplitViewVertical@Base 0.94.0-1~
|
||||||
|
WMSetTabViewDelegate@Base 0.94.0-1~
|
||||||
|
WMSetTabViewEnabled@Base 0.94.0-1~
|
||||||
|
WMSetTabViewFont@Base 0.94.0-1~
|
||||||
|
WMSetTabViewItemEnabled@Base 0.94.0-1~
|
||||||
|
WMSetTabViewItemLabel@Base 0.94.0-1~
|
||||||
|
WMSetTabViewItemView@Base 0.94.0-1~
|
||||||
|
WMSetTabViewType@Base 0.94.0-1~
|
||||||
|
WMSetTextFieldAlignment@Base 0.94.0-1~
|
||||||
|
WMSetTextFieldBeveled@Base 0.94.0-1~
|
||||||
|
WMSetTextFieldBordered@Base 0.94.0-1~
|
||||||
|
WMSetTextFieldCursorPosition@Base 0.94.0-1~
|
||||||
|
WMSetTextFieldDelegate@Base 0.94.0-1~
|
||||||
|
WMSetTextFieldEditable@Base 0.94.0-1~
|
||||||
|
WMSetTextFieldFont@Base 0.94.0-1~
|
||||||
|
WMSetTextFieldNextTextField@Base 0.94.0-1~
|
||||||
|
WMSetTextFieldPrevTextField@Base 0.94.0-1~
|
||||||
|
WMSetTextFieldSecure@Base 0.94.0-1~
|
||||||
|
WMSetTextFieldText@Base 0.94.0-1~
|
||||||
|
WMSetViewDragDestinationProcs@Base 0.94.0-1~
|
||||||
|
WMSetViewDragImage@Base 0.94.0-1~
|
||||||
|
WMSetViewDragSourceProcs@Base 0.94.0-1~
|
||||||
|
WMSetViewDraggable@Base 0.94.0-1~
|
||||||
|
WMSetViewExpandsToParent@Base 0.94.0-1~
|
||||||
|
WMSetViewNextResponder@Base 0.94.0-1~
|
||||||
|
WMSetViewNotifySizeChanges@Base 0.94.0-1~
|
||||||
|
WMSetWidgetBackgroundColor@Base 0.94.0-1~
|
||||||
|
WMSetWidgetDefaultBoldFont@Base 0.94.0-1~
|
||||||
|
WMSetWidgetDefaultFont@Base 0.94.0-1~
|
||||||
|
WMSetWindowAspectRatio@Base 0.94.0-1~
|
||||||
|
WMSetWindowBaseSize@Base 0.94.0-1~
|
||||||
|
WMSetWindowCloseAction@Base 0.94.0-1~
|
||||||
|
WMSetWindowDocumentEdited@Base 0.94.0-1~
|
||||||
|
WMSetWindowInitialPosition@Base 0.94.0-1~
|
||||||
|
WMSetWindowLevel@Base 0.94.0-1~
|
||||||
|
WMSetWindowMaxSize@Base 0.94.0-1~
|
||||||
|
WMSetWindowMinSize@Base 0.94.0-1~
|
||||||
|
WMSetWindowMiniwindowImage@Base 0.94.0-1~
|
||||||
|
WMSetWindowMiniwindowPixmap@Base 0.94.0-1~
|
||||||
|
WMSetWindowMiniwindowTitle@Base 0.94.0-1~
|
||||||
|
WMSetWindowResizeIncrements@Base 0.94.0-1~
|
||||||
|
WMSetWindowTitle@Base 0.94.0-1~
|
||||||
|
WMSetWindowUserPosition@Base 0.94.0-1~
|
||||||
|
WMShowColorPanel@Base 0.94.0-1~
|
||||||
|
WMShowFontPanel@Base 0.94.0-1~
|
||||||
|
WMSortBrowserColumn@Base 0.94.0-1~
|
||||||
|
WMSortBrowserColumnWithComparer@Base 0.94.0-1~
|
||||||
|
WMSortListItems@Base 0.94.0-1~
|
||||||
|
WMSortListItemsWithComparer@Base 0.94.0-1~
|
||||||
|
WMSystemFontOfSize@Base 0.94.0-1~
|
||||||
|
WMTabViewItemAtPoint@Base 0.94.0-1~
|
||||||
|
WMTextDidBeginEditingNotification@Base 0.94.0-1~
|
||||||
|
WMTextDidChangeNotification@Base 0.94.0-1~
|
||||||
|
WMTextDidEndEditingNotification@Base 0.94.0-1~
|
||||||
|
WMUnmapSubwidgets@Base 0.94.0-1~
|
||||||
|
WMUnmapWidget@Base 0.94.0-1~
|
||||||
|
WMUnregisterViewDraggedTypes@Base 0.94.0-1~
|
||||||
|
WMUnselectAllListItems@Base 0.94.0-1~
|
||||||
|
WMUnselectListItem@Base 0.94.0-1~
|
||||||
|
WMUnsetViewDraggable@Base 0.94.0-1~
|
||||||
|
WMViewFocusDidChangeNotification@Base 0.94.0-1~
|
||||||
|
WMViewRealizedNotification@Base 0.94.0-1~
|
||||||
|
WMViewSizeDidChangeNotification@Base 0.94.0-1~
|
||||||
|
WMViewXID@Base 0.94.0-1~
|
||||||
|
WMWhiteColor@Base 0.94.0-1~
|
||||||
|
WMWidgetHeight@Base 0.94.0-1~
|
||||||
|
WMWidgetIsMapped@Base 0.94.0-1~
|
||||||
|
WMWidgetOfView@Base 0.94.0-1~
|
||||||
|
WMWidgetScreen@Base 0.94.0-1~
|
||||||
|
WMWidgetWidth@Base 0.94.0-1~
|
||||||
|
WMWidgetXID@Base 0.94.0-1~
|
||||||
|
WMWidthOfString@Base 0.94.0-1~
|
||||||
|
WSetColorWellBordered@Base 0.94.0-1~
|
||||||
|
W_ActionToOperation@Base 0.94.0-1~
|
||||||
|
W_BalloonHandleEnterView@Base 0.94.0-1~
|
||||||
|
W_BalloonHandleLeaveView@Base 0.94.0-1~
|
||||||
|
W_BroadcastMessage@Base 0.94.0-1~
|
||||||
|
W_CallDestroyHandlers@Base 0.94.0-1~
|
||||||
|
W_CreateBalloon@Base 0.94.0-1~
|
||||||
|
W_CreateIC@Base 0.94.0-1~
|
||||||
|
W_CreateRootView@Base 0.94.0-1~
|
||||||
|
W_CreateTopView@Base 0.94.0-1~
|
||||||
|
W_CreateUnmanagedTopView@Base 0.94.0-1~
|
||||||
|
W_CreateView@Base 0.94.0-1~
|
||||||
|
W_DestroyIC@Base 0.94.0-1~
|
||||||
|
W_DestroyView@Base 0.94.0-1~
|
||||||
|
W_DispatchMessage@Base 0.94.0-1~
|
||||||
|
W_DragDestinationCancelDropOnEnter@Base 0.94.0-1~
|
||||||
|
W_DragDestinationInfoClear@Base 0.94.0-1~
|
||||||
|
W_DragDestinationStartTimer@Base 0.94.0-1~
|
||||||
|
W_DragDestinationStateHandler@Base 0.94.0-1~
|
||||||
|
W_DragDestinationStopTimer@Base 0.94.0-1~
|
||||||
|
W_DragDestinationStoreEnterMsgInfo@Base 0.94.0-1~
|
||||||
|
W_DragDestinationStorePositionMsgInfo@Base 0.94.0-1~
|
||||||
|
W_DragSourceStartTimer@Base 0.94.0-1~
|
||||||
|
W_DragSourceStateHandler@Base 0.94.0-1~
|
||||||
|
W_DragSourceStopTimer@Base 0.94.0-1~
|
||||||
|
W_DraggingInfo@Base 0.94.0-1~
|
||||||
|
W_DrawRelief@Base 0.94.0-1~
|
||||||
|
W_DrawReliefWithGC@Base 0.94.0-1~
|
||||||
|
W_FocusIC@Base 0.94.0-1~
|
||||||
|
W_FocusedViewOfToplevel@Base 0.94.0-1~
|
||||||
|
W_FreeViewXdndPart@Base 0.94.0-1~
|
||||||
|
W_GetTextHeight@Base 0.94.0-1~
|
||||||
|
W_GetViewForXWindow@Base 0.94.0-1~
|
||||||
|
W_HandleDNDClientMessage@Base 0.94.0-1~
|
||||||
|
W_HandleSelectionEvent@Base 0.94.0-1~
|
||||||
|
W_InitApplication@Base 0.94.0-1~
|
||||||
|
W_InitIM@Base 0.94.0-1~
|
||||||
|
W_LookupString@Base 0.94.0-1~
|
||||||
|
W_LowerView@Base 0.94.0-1~
|
||||||
|
W_MapSubviews@Base 0.94.0-1~
|
||||||
|
W_MapView@Base 0.94.0-1~
|
||||||
|
W_MoveView@Base 0.94.0-1~
|
||||||
|
W_OperationToAction@Base 0.94.0-1~
|
||||||
|
W_PaintText@Base 0.94.0-1~
|
||||||
|
W_PaintTextAndImage@Base 0.94.0-1~
|
||||||
|
W_RaiseView@Base 0.94.0-1~
|
||||||
|
W_ReadConfigurations@Base 0.94.0-1~
|
||||||
|
W_RealizeView@Base 0.94.0-1~
|
||||||
|
W_RedisplayView@Base 0.94.0-1~
|
||||||
|
W_RegisterUserWidget@Base 0.94.0-1~
|
||||||
|
W_ReleaseView@Base 0.94.0-1~
|
||||||
|
W_ReparentView@Base 0.94.0-1~
|
||||||
|
W_ResizeView@Base 0.94.0-1~
|
||||||
|
W_RetainView@Base 0.94.0-1~
|
||||||
|
W_SendDnDClientMessage@Base 0.94.0-1~
|
||||||
|
W_SetFocusOfTopLevel@Base 0.94.0-1~
|
||||||
|
W_SetPreeditPositon@Base 0.94.0-1~
|
||||||
|
W_SetViewBackgroundColor@Base 0.94.0-1~
|
||||||
|
W_SetViewCursor@Base 0.94.0-1~
|
||||||
|
W_SetXdndAwareProperty@Base 0.94.0-1~
|
||||||
|
W_TopLevelOfView@Base 0.94.0-1~
|
||||||
|
W_UnFocusIC@Base 0.94.0-1~
|
||||||
|
W_UnmapSubviews@Base 0.94.0-1~
|
||||||
|
W_UnmapView@Base 0.94.0-1~
|
||||||
|
_BrowserViewDelegate@Base 0.94.0-1~
|
||||||
|
_ColorWellViewDelegate@Base 0.94.0-1~
|
||||||
|
_ListViewDelegate@Base 0.94.0-1~
|
||||||
|
_ScrollViewViewDelegate@Base 0.94.0-1~
|
||||||
|
_ScrollerViewDelegate@Base 0.94.0-1~
|
||||||
|
_SliderViewDelegate@Base 0.94.0-1~
|
||||||
|
_TextFieldViewDelegate@Base 0.94.0-1~
|
||||||
|
_WindowViewDelegate@Base 0.94.0-1~
|
||||||
|
colorListMenuItem@Base 0.94.0-1~
|
||||||
|
convertCPColor@Base 0.94.0-1~
|
||||||
|
customPaletteMenuItem@Base 0.94.0-1~
|
||||||
|
generateNewFilename@Base 0.94.0-1~
|
||||||
|
getNextRequestedDataType@Base 0.94.0-1~
|
||||||
|
getShift@Base 0.94.0-1~
|
||||||
|
makeMenuPixmap@Base 0.94.0-1~
|
||||||
|
requestDropData@Base 0.94.0-1~
|
||||||
|
requestDropDataInSelection@Base 0.94.0-1~
|
||||||
|
rgbColors@Base 0.94.0-1~
|
||||||
|
sourceOperationList@Base 0.94.0-1~
|
||||||
|
storeRequiredTypeList@Base 0.94.0-1~
|
||||||
|
ulongToRColor@Base 0.94.0-1~
|
||||||
|
wmkpoint@Base 0.94.0-1~
|
||||||
|
wmkrect@Base 0.94.0-1~
|
||||||
|
wmksize@Base 0.94.0-1~
|
||||||
|
libWUtil.so.2 libwings2 #MINVER#
|
||||||
|
WHandleEvents@Base 0.94.0-1~
|
||||||
|
WMAddIdleHandler@Base 0.94.0-1~
|
||||||
|
WMAddInputHandler@Base 0.94.0-1~
|
||||||
|
WMAddNotificationObserver@Base 0.94.0-1~
|
||||||
|
WMAddPersistentTimerHandler@Base 0.94.0-1~
|
||||||
|
WMAddTimerHandler@Base 0.94.0-1~
|
||||||
|
WMAddToArray@Base 0.94.0-1~
|
||||||
|
WMAddToPLArray@Base 0.94.0-1~
|
||||||
|
WMAppendArray@Base 0.94.0-1~
|
||||||
|
WMAppendBag@Base 0.94.0-1~
|
||||||
|
WMAppendData@Base 0.94.0-1~
|
||||||
|
WMAppendDataBytes@Base 0.94.0-1~
|
||||||
|
WMApplication@Base 0.94.0-1~
|
||||||
|
WMArrayFirst@Base 0.94.0-1~
|
||||||
|
WMArrayLast@Base 0.94.0-1~
|
||||||
|
WMArrayNext@Base 0.94.0-1~
|
||||||
|
WMArrayPrevious@Base 0.94.0-1~
|
||||||
|
WMBagFirst@Base 0.94.0-1~
|
||||||
|
WMBagIndexForIterator@Base 0.94.0-1~
|
||||||
|
WMBagIteratorAtIndex@Base 0.94.0-1~
|
||||||
|
WMBagLast@Base 0.94.0-1~
|
||||||
|
WMBagNext@Base 0.94.0-1~
|
||||||
|
WMBagPrevious@Base 0.94.0-1~
|
||||||
|
WMCountHashTable@Base 0.94.0-1~
|
||||||
|
WMCountInArray@Base 0.94.0-1~
|
||||||
|
WMCountInBag@Base 0.94.0-1~
|
||||||
|
WMCreateArray@Base 0.94.0-1~
|
||||||
|
WMCreateArrayWithArray@Base 0.94.0-1~
|
||||||
|
WMCreateArrayWithDestructor@Base 0.94.0-1~
|
||||||
|
WMCreateDataWithBytes@Base 0.94.0-1~
|
||||||
|
WMCreateDataWithBytesNoCopy@Base 0.94.0-1~
|
||||||
|
WMCreateDataWithCapacity@Base 0.94.0-1~
|
||||||
|
WMCreateDataWithData@Base 0.94.0-1~
|
||||||
|
WMCreateDataWithLength@Base 0.94.0-1~
|
||||||
|
WMCreateHashTable@Base 0.94.0-1~
|
||||||
|
WMCreateNotification@Base 0.94.0-1~
|
||||||
|
WMCreateNotificationQueue@Base 0.94.0-1~
|
||||||
|
WMCreatePLArray@Base 0.94.0-1~
|
||||||
|
WMCreatePLData@Base 0.94.0-1~
|
||||||
|
WMCreatePLDataWithBytes@Base 0.94.0-1~
|
||||||
|
WMCreatePLDataWithBytesNoCopy@Base 0.94.0-1~
|
||||||
|
WMCreatePLDictionary@Base 0.94.0-1~
|
||||||
|
WMCreatePLString@Base 0.94.0-1~
|
||||||
|
WMCreatePropListFromDescription@Base 0.94.0-1~
|
||||||
|
WMCreateTreeBag@Base 0.94.0-1~
|
||||||
|
WMCreateTreeBagWithDestructor@Base 0.94.0-1~
|
||||||
|
WMCreateTreeNode@Base 0.94.0-1~
|
||||||
|
WMCreateTreeNodeWithDestructor@Base 0.94.0-1~
|
||||||
|
WMDataBytes@Base 0.94.0-1~
|
||||||
|
WMDeepCopyPropList@Base 0.94.0-1~
|
||||||
|
WMDeleteFromArray@Base 0.94.0-1~
|
||||||
|
WMDeleteFromBag@Base 0.94.0-1~
|
||||||
|
WMDeleteFromPLArray@Base 0.94.0-1~
|
||||||
|
WMDeleteIdleHandler@Base 0.94.0-1~
|
||||||
|
WMDeleteInputHandler@Base 0.94.0-1~
|
||||||
|
WMDeleteLeafForTreeNode@Base 0.94.0-1~
|
||||||
|
WMDeleteTimerHandler@Base 0.94.0-1~
|
||||||
|
WMDeleteTimerWithClientData@Base 0.94.0-1~
|
||||||
|
WMDequeueNotificationMatching@Base 0.94.0-1~
|
||||||
|
WMDestroyTreeNode@Base 0.94.0-1~
|
||||||
|
WMEmptyArray@Base 0.94.0-1~
|
||||||
|
WMEmptyBag@Base 0.94.0-1~
|
||||||
|
WMEnableUDPeriodicSynchronization@Base 0.94.0-1~
|
||||||
|
WMEnqueueCoalesceNotification@Base 0.94.0-1~
|
||||||
|
WMEnqueueNotification@Base 0.94.0-1~
|
||||||
|
WMEnumerateHashTable@Base 0.94.0-1~
|
||||||
|
WMEraseFromBag@Base 0.94.0-1~
|
||||||
|
WMFindInArray@Base 0.94.0-1~
|
||||||
|
WMFindInBag@Base 0.94.0-1~
|
||||||
|
WMFindInTree@Base 0.94.0-1~
|
||||||
|
WMFindInTreeWithDepthLimit@Base 0.94.0-1~
|
||||||
|
WMFreeArray@Base 0.94.0-1~
|
||||||
|
WMFreeBag@Base 0.94.0-1~
|
||||||
|
WMFreeHashTable@Base 0.94.0-1~
|
||||||
|
WMGetApplicationName@Base 0.94.0-1~
|
||||||
|
WMGetArrayItemCount@Base 0.94.0-1~
|
||||||
|
WMGetBagItemCount@Base 0.94.0-1~
|
||||||
|
WMGetDataBytes@Base 0.94.0-1~
|
||||||
|
WMGetDataBytesWithLength@Base 0.94.0-1~
|
||||||
|
WMGetDataBytesWithRange@Base 0.94.0-1~
|
||||||
|
WMGetDataForTreeNode@Base 0.94.0-1~
|
||||||
|
WMGetDataFormat@Base 0.94.0-1~
|
||||||
|
WMGetDataLength@Base 0.94.0-1~
|
||||||
|
WMGetDefaultNotificationQueue@Base 0.94.0-1~
|
||||||
|
WMGetDefaultsFromPath@Base 0.94.0-1~
|
||||||
|
WMGetFirstInBag@Base 0.94.0-1~
|
||||||
|
WMGetFromArray@Base 0.94.0-1~
|
||||||
|
WMGetFromBag@Base 0.94.0-1~
|
||||||
|
WMGetFromPLArray@Base 0.94.0-1~
|
||||||
|
WMGetFromPLData@Base 0.94.0-1~
|
||||||
|
WMGetFromPLDictionary@Base 0.94.0-1~
|
||||||
|
WMGetFromPLString@Base 0.94.0-1~
|
||||||
|
WMGetNotificationClientData@Base 0.94.0-1~
|
||||||
|
WMGetNotificationName@Base 0.94.0-1~
|
||||||
|
WMGetNotificationObject@Base 0.94.0-1~
|
||||||
|
WMGetPLDataBytes@Base 0.94.0-1~
|
||||||
|
WMGetPLDataLength@Base 0.94.0-1~
|
||||||
|
WMGetPLDictionaryKeys@Base 0.94.0-1~
|
||||||
|
WMGetParentForTreeNode@Base 0.94.0-1~
|
||||||
|
WMGetPropListDescription@Base 0.94.0-1~
|
||||||
|
WMGetPropListItemCount@Base 0.94.0-1~
|
||||||
|
WMGetStandardUserDefaults@Base 0.94.0-1~
|
||||||
|
WMGetSubarrayWithRange@Base 0.94.0-1~
|
||||||
|
WMGetSubdataWithRange@Base 0.94.0-1~
|
||||||
|
WMGetTreeNodeDepth@Base 0.94.0-1~
|
||||||
|
WMGetUDBoolForKey@Base 0.94.0-1~
|
||||||
|
WMGetUDFloatForKey@Base 0.94.0-1~
|
||||||
|
WMGetUDIntegerForKey@Base 0.94.0-1~
|
||||||
|
WMGetUDKeys@Base 0.94.0-1~
|
||||||
|
WMGetUDObjectForKey@Base 0.94.0-1~
|
||||||
|
WMGetUDSearchList@Base 0.94.0-1~
|
||||||
|
WMGetUDStringForKey@Base 0.94.0-1~
|
||||||
|
WMHashGet@Base 0.94.0-1~
|
||||||
|
WMHashGetItemAndKey@Base 0.94.0-1~
|
||||||
|
WMHashInsert@Base 0.94.0-1~
|
||||||
|
WMHashRemove@Base 0.94.0-1~
|
||||||
|
WMIncreaseDataLengthBy@Base 0.94.0-1~
|
||||||
|
WMInitializeApplication@Base 0.94.0-1~
|
||||||
|
WMInsertInArray@Base 0.94.0-1~
|
||||||
|
WMInsertInBag@Base 0.94.0-1~
|
||||||
|
WMInsertInPLArray@Base 0.94.0-1~
|
||||||
|
WMInsertItemInTree@Base 0.94.0-1~
|
||||||
|
WMInsertNodeInTree@Base 0.94.0-1~
|
||||||
|
WMIntHashCallbacks@Base 0.94.0-1~
|
||||||
|
WMIsDataEqualToData@Base 0.94.0-1~
|
||||||
|
WMIsPLArray@Base 0.94.0-1~
|
||||||
|
WMIsPLData@Base 0.94.0-1~
|
||||||
|
WMIsPLDictionary@Base 0.94.0-1~
|
||||||
|
WMIsPLString@Base 0.94.0-1~
|
||||||
|
WMIsPropListEqualTo@Base 0.94.0-1~
|
||||||
|
WMMapArray@Base 0.94.0-1~
|
||||||
|
WMMapBag@Base 0.94.0-1~
|
||||||
|
WMMergePLDictionaries@Base 0.94.0-1~
|
||||||
|
WMNextHashEnumeratorItem@Base 0.94.0-1~
|
||||||
|
WMNextHashEnumeratorItemAndKey@Base 0.94.0-1~
|
||||||
|
WMNextHashEnumeratorKey@Base 0.94.0-1~
|
||||||
|
WMPLSetCaseSensitive@Base 0.94.0-1~
|
||||||
|
WMPathForResourceOfType@Base 0.94.0-1~
|
||||||
|
WMPopFromArray@Base 0.94.0-1~
|
||||||
|
WMPostNotification@Base 0.94.0-1~
|
||||||
|
WMPostNotificationName@Base 0.94.0-1~
|
||||||
|
WMPutInBag@Base 0.94.0-1~
|
||||||
|
WMPutInPLDictionary@Base 0.94.0-1~
|
||||||
|
WMReadPropListFromFile@Base 0.94.0-1~
|
||||||
|
WMReleaseData@Base 0.94.0-1~
|
||||||
|
WMReleaseNotification@Base 0.94.0-1~
|
||||||
|
WMReleasePropList@Base 0.94.0-1~
|
||||||
|
WMRemoveFromArrayMatching@Base 0.94.0-1~
|
||||||
|
WMRemoveFromBag@Base 0.94.0-1~
|
||||||
|
WMRemoveFromPLArray@Base 0.94.0-1~
|
||||||
|
WMRemoveFromPLDictionary@Base 0.94.0-1~
|
||||||
|
WMRemoveLeafForTreeNode@Base 0.94.0-1~
|
||||||
|
WMRemoveNotificationObserver@Base 0.94.0-1~
|
||||||
|
WMRemoveNotificationObserverWithName@Base 0.94.0-1~
|
||||||
|
WMRemoveUDObjectForKey@Base 0.94.0-1~
|
||||||
|
WMReplaceDataBytesInRange@Base 0.94.0-1~
|
||||||
|
WMReplaceDataForTreeNode@Base 0.94.0-1~
|
||||||
|
WMReplaceInArray@Base 0.94.0-1~
|
||||||
|
WMReplaceInBag@Base 0.94.0-1~
|
||||||
|
WMResetDataBytesInRange@Base 0.94.0-1~
|
||||||
|
WMResetHashTable@Base 0.94.0-1~
|
||||||
|
WMRetainData@Base 0.94.0-1~
|
||||||
|
WMRetainNotification@Base 0.94.0-1~
|
||||||
|
WMRetainPropList@Base 0.94.0-1~
|
||||||
|
WMSaveUserDefaults@Base 0.94.0-1~
|
||||||
|
WMSetData@Base 0.94.0-1~
|
||||||
|
WMSetDataCapacity@Base 0.94.0-1~
|
||||||
|
WMSetDataFormat@Base 0.94.0-1~
|
||||||
|
WMSetDataLength@Base 0.94.0-1~
|
||||||
|
WMSetResourcePath@Base 0.94.0-1~
|
||||||
|
WMSetUDBoolForKey@Base 0.94.0-1~
|
||||||
|
WMSetUDFloatForKey@Base 0.94.0-1~
|
||||||
|
WMSetUDIntegerForKey@Base 0.94.0-1~
|
||||||
|
WMSetUDObjectForKey@Base 0.94.0-1~
|
||||||
|
WMSetUDSearchList@Base 0.94.0-1~
|
||||||
|
WMSetUDStringForKey@Base 0.94.0-1~
|
||||||
|
WMShallowCopyPropList@Base 0.94.0-1~
|
||||||
|
WMSortArray@Base 0.94.0-1~
|
||||||
|
WMSortBag@Base 0.94.0-1~
|
||||||
|
WMSortLeavesForTreeNode@Base 0.94.0-1~
|
||||||
|
WMSortTree@Base 0.94.0-1~
|
||||||
|
WMStringHashCallbacks@Base 0.94.0-1~
|
||||||
|
WMStringPointerHashCallbacks@Base 0.94.0-1~
|
||||||
|
WMSubtractPLDictionaries@Base 0.94.0-1~
|
||||||
|
WMSynchronizeUserDefaults@Base 0.94.0-1~
|
||||||
|
WMTreeWalk@Base 0.94.0-1~
|
||||||
|
WMUserDefaultsDidChangeNotification@Base 0.94.0-1~
|
||||||
|
WMWritePropListToFile@Base 0.94.0-1~
|
||||||
|
W_ApplicationInitialized@Base 0.94.0-1~
|
||||||
|
W_CheckIdleHandlers@Base 0.94.0-1~
|
||||||
|
W_CheckTimerHandlers@Base 0.94.0-1~
|
||||||
|
W_DraggingInfo@Base 0.94.0-1~
|
||||||
|
W_FlushASAPNotificationQueue@Base 0.94.0-1~
|
||||||
|
W_FlushIdleNotificationQueue@Base 0.94.0-1~
|
||||||
|
W_HandleInputEvents@Base 0.94.0-1~
|
||||||
|
W_InitNotificationCenter@Base 0.94.0-1~
|
||||||
|
_WINGS_progname@Base 0.94.0-1~
|
||||||
|
__wmessage@Base 0.94.0-1~
|
||||||
|
destroyNode@Base 0.94.0-1~
|
||||||
|
wdefaultspathfordomain@Base 0.94.0-1~
|
||||||
|
wexpandpath@Base 0.94.0-1~
|
||||||
|
wfindfile@Base 0.94.0-1~
|
||||||
|
wfindfileinarray@Base 0.94.0-1~
|
||||||
|
wfindfileinlist@Base 0.94.0-1~
|
||||||
|
wfree@Base 0.94.0-1~
|
||||||
|
wgethomedir@Base 0.94.0-1~
|
||||||
|
wglobaldefaultspathfordomain@Base 0.94.0-1~
|
||||||
|
wmalloc@Base 0.94.0-1~
|
||||||
|
wmkdirhier@Base 0.94.0-1~
|
||||||
|
wmkrange@Base 0.94.0-1~
|
||||||
|
wrealloc@Base 0.94.0-1~
|
||||||
|
wrelease@Base 0.94.0-1~
|
||||||
|
wretain@Base 0.94.0-1~
|
||||||
|
wrmdirhier@Base 0.94.0-1~
|
||||||
|
wsetabort@Base 0.94.0-1~
|
||||||
|
wshellquote@Base 0.94.0-1~
|
||||||
|
wstrappend@Base 0.94.0-1~
|
||||||
|
wstrconcat@Base 0.94.0-1~
|
||||||
|
wstrdup@Base 0.94.0-1~
|
||||||
|
wstrlcat@Base 0.94.0-1~
|
||||||
|
wstrlcpy@Base 0.94.0-1~
|
||||||
|
wstrndup@Base 0.94.0-1~
|
||||||
|
wtokenfree@Base 0.94.0-1~
|
||||||
|
wtokenjoin@Base 0.94.0-1~
|
||||||
|
wtokennext@Base 0.94.0-1~
|
||||||
|
wtokensplit@Base 0.94.0-1~
|
||||||
|
wtrimspace@Base 0.94.0-1~
|
||||||
|
wusergnusteppath@Base 0.94.0-1~
|
||||||
|
wusleep@Base 0.94.0-1~
|
||||||
|
libwraster.so.3 libwings2 #MINVER#
|
||||||
|
LIBWRASTER3@LIBWRASTER3 0.94.0-1~
|
||||||
|
RBevelImage@LIBWRASTER3 0.94.0-1~
|
||||||
|
RBlurImage@LIBWRASTER3 0.94.0-1~
|
||||||
|
RClearImage@LIBWRASTER3 0.94.0-1~
|
||||||
|
RCloneImage@LIBWRASTER3 0.94.0-1~
|
||||||
|
RCombineArea@LIBWRASTER3 0.94.0-1~
|
||||||
|
RCombineAreaWithOpaqueness@LIBWRASTER3 0.94.0-1~
|
||||||
|
RCombineImageWithColor@LIBWRASTER3 0.94.0-1~
|
||||||
|
RCombineImages@LIBWRASTER3 0.94.0-1~
|
||||||
|
RCombineImagesWithOpaqueness@LIBWRASTER3 0.94.0-1~
|
||||||
|
RConvertImage@LIBWRASTER3 0.94.0-1~
|
||||||
|
RConvertImageMask@LIBWRASTER3 0.94.0-1~
|
||||||
|
RCopyArea@LIBWRASTER3 0.94.0-1~
|
||||||
|
RCreateContext@LIBWRASTER3 0.94.0-1~
|
||||||
|
RCreateImage@LIBWRASTER3 0.94.0-1~
|
||||||
|
RCreateImageFromDrawable@LIBWRASTER3 0.94.0-1~
|
||||||
|
RCreateImageFromXImage@LIBWRASTER3 0.94.0-1~
|
||||||
|
RCreateXImage@LIBWRASTER3 0.94.0-1~
|
||||||
|
RDestroyXImage@LIBWRASTER3 0.94.0-1~
|
||||||
|
RDrawLine@LIBWRASTER3 0.94.0-1~
|
||||||
|
RDrawLines@LIBWRASTER3 0.94.0-1~
|
||||||
|
RDrawSegments@LIBWRASTER3 0.94.0-1~
|
||||||
|
RErrorCode@LIBWRASTER3 0.94.0-1~
|
||||||
|
RFillImage@LIBWRASTER3 0.94.0-1~
|
||||||
|
RGetClosestXColor@LIBWRASTER3 0.94.0-1~
|
||||||
|
RGetImageFileFormat@LIBWRASTER3 0.94.0-1~
|
||||||
|
RGetImageFromXPMData@LIBWRASTER3 0.94.0-1~
|
||||||
|
RGetPixel@LIBWRASTER3 0.94.0-1~
|
||||||
|
RGetSubImage@LIBWRASTER3 0.94.0-1~
|
||||||
|
RGetXImage@LIBWRASTER3 0.94.0-1~
|
||||||
|
RHSVtoRGB@LIBWRASTER3 0.94.0-1~
|
||||||
|
RLightImage@LIBWRASTER3 0.94.0-1~
|
||||||
|
RLoadImage@LIBWRASTER3 0.94.0-1~
|
||||||
|
RMakeCenteredImage@LIBWRASTER3 0.94.0-1~
|
||||||
|
RMakeTiledImage@LIBWRASTER3 0.94.0-1~
|
||||||
|
RMessageForError@LIBWRASTER3 0.94.0-1~
|
||||||
|
ROperateLine@LIBWRASTER3 0.94.0-1~
|
||||||
|
ROperateLines@LIBWRASTER3 0.94.0-1~
|
||||||
|
ROperatePixel@LIBWRASTER3 0.94.0-1~
|
||||||
|
ROperatePixels@LIBWRASTER3 0.94.0-1~
|
||||||
|
ROperateSegments@LIBWRASTER3 0.94.0-1~
|
||||||
|
RPutPixel@LIBWRASTER3 0.94.0-1~
|
||||||
|
RPutPixels@LIBWRASTER3 0.94.0-1~
|
||||||
|
RPutXImage@LIBWRASTER3 0.94.0-1~
|
||||||
|
RRGBtoHSV@LIBWRASTER3 0.94.0-1~
|
||||||
|
RReleaseImage@LIBWRASTER3 0.94.0-1~
|
||||||
|
RRenderGradient@LIBWRASTER3 0.94.0-1~
|
||||||
|
RRenderInterwovenGradient@LIBWRASTER3 0.94.0-1~
|
||||||
|
RRenderMultiGradient@LIBWRASTER3 0.94.0-1~
|
||||||
|
RRetainImage@LIBWRASTER3 0.94.0-1~
|
||||||
|
RRotateImage@LIBWRASTER3 0.94.0-1~
|
||||||
|
RSaveImage@LIBWRASTER3 0.94.0-1~
|
||||||
|
RScaleImage@LIBWRASTER3 0.94.0-1~
|
||||||
|
RSmoothScaleImage@LIBWRASTER3 0.94.0-1~
|
||||||
|
RSupportedFileFormats@LIBWRASTER3 0.94.0-1~
|
||||||
3
debian/libwraster3-dev.dirs
vendored
3
debian/libwraster3-dev.dirs
vendored
@@ -1,3 +0,0 @@
|
|||||||
usr/include/X11
|
|
||||||
usr/lib
|
|
||||||
usr/share/doc/libwraster3-dev
|
|
||||||
@@ -1,5 +1,4 @@
|
|||||||
usr/include/wraster.h
|
usr/include/wraster.h
|
||||||
usr/lib/libwraster.la
|
|
||||||
usr/lib/libwraster.so
|
usr/lib/libwraster.so
|
||||||
usr/lib/libwraster.a
|
usr/lib/libwraster.a
|
||||||
usr/bin/get-wraster-flags
|
usr/bin/get-wraster-flags
|
||||||
2
debian/libwraster3-dev.manpages
vendored
2
debian/libwraster3-dev.manpages
vendored
@@ -1 +1 @@
|
|||||||
debian/manpages/get-wraster-flags.1
|
doc/get-wraster-flags.1
|
||||||
|
|||||||
2
debian/libwraster3.dirs
vendored
2
debian/libwraster3.dirs
vendored
@@ -1,2 +0,0 @@
|
|||||||
usr/lib
|
|
||||||
usr/share/doc/libwraster3
|
|
||||||
818
debian/libwraster3.symbols
vendored
Normal file
818
debian/libwraster3.symbols
vendored
Normal file
@@ -0,0 +1,818 @@
|
|||||||
|
libWINGs.so.2 libwraster3 #MINVER#
|
||||||
|
WINGsConfiguration@Base 0.94.0-1~
|
||||||
|
WMAddBoxSubview@Base 0.94.0-1~
|
||||||
|
WMAddBoxSubviewAtEnd@Base 0.94.0-1~
|
||||||
|
WMAddBrowserColumn@Base 0.94.0-1~
|
||||||
|
WMAddItemInTabView@Base 0.94.0-1~
|
||||||
|
WMAddPopUpButtonItem@Base 0.94.0-1~
|
||||||
|
WMAddSplitViewSubview@Base 0.94.0-1~
|
||||||
|
WMAddTabViewItemWithView@Base 0.94.0-1~
|
||||||
|
WMAdjustSplitViewSubviews@Base 0.94.0-1~
|
||||||
|
WMBlackColor@Base 0.94.0-1~
|
||||||
|
WMBlueComponentOfColor@Base 0.94.0-1~
|
||||||
|
WMBoldSystemFontOfSize@Base 0.94.0-1~
|
||||||
|
WMBreakModalLoop@Base 0.94.0-1~
|
||||||
|
WMBrowserAllowsEmptySelection@Base 0.94.0-1~
|
||||||
|
WMBrowserAllowsMultipleSelection@Base 0.94.0-1~
|
||||||
|
WMChangePanelOwner@Base 0.94.0-1~
|
||||||
|
WMClearList@Base 0.94.0-1~
|
||||||
|
WMCloseColorPanel@Base 0.94.0-1~
|
||||||
|
WMCloseWindow@Base 0.94.0-1~
|
||||||
|
WMColorGC@Base 0.94.0-1~
|
||||||
|
WMColorPanelColorChangedNotification@Base 0.94.0-1~
|
||||||
|
WMColorPixel@Base 0.94.0-1~
|
||||||
|
WMColorWellDidChangeNotification@Base 0.94.0-1~
|
||||||
|
WMCopyFontWithStyle@Base 0.94.0-1~
|
||||||
|
WMCreateAlertPanel@Base 0.94.0-1~
|
||||||
|
WMCreateApplicationIconBlendedPixmap@Base 0.94.0-1~
|
||||||
|
WMCreateBlendedPixmapFromFile@Base 0.94.0-1~
|
||||||
|
WMCreateBlendedPixmapFromRImage@Base 0.94.0-1~
|
||||||
|
WMCreateBox@Base 0.94.0-1~
|
||||||
|
WMCreateBrowser@Base 0.94.0-1~
|
||||||
|
WMCreateButton@Base 0.94.0-1~
|
||||||
|
WMCreateColorWell@Base 0.94.0-1~
|
||||||
|
WMCreateCustomButton@Base 0.94.0-1~
|
||||||
|
WMCreateDragHandler@Base 0.94.0-1~
|
||||||
|
WMCreateDragOperationArray@Base 0.94.0-1~
|
||||||
|
WMCreateDragOperationItem@Base 0.94.0-1~
|
||||||
|
WMCreateEventHandler@Base 0.94.0-1~
|
||||||
|
WMCreateFont@Base 0.94.0-1~
|
||||||
|
WMCreateFrame@Base 0.94.0-1~
|
||||||
|
WMCreateGenericPanel@Base 0.94.0-1~
|
||||||
|
WMCreateInputPanel@Base 0.94.0-1~
|
||||||
|
WMCreateLabel@Base 0.94.0-1~
|
||||||
|
WMCreateList@Base 0.94.0-1~
|
||||||
|
WMCreateMenuItem@Base 0.94.0-1~
|
||||||
|
WMCreateNamedColor@Base 0.94.0-1~
|
||||||
|
WMCreatePanelForWindow@Base 0.94.0-1~
|
||||||
|
WMCreatePanelWithStyleForWindow@Base 0.94.0-1~
|
||||||
|
WMCreatePixmap@Base 0.94.0-1~
|
||||||
|
WMCreatePixmapFromFile@Base 0.94.0-1~
|
||||||
|
WMCreatePixmapFromRImage@Base 0.94.0-1~
|
||||||
|
WMCreatePixmapFromXPMData@Base 0.94.0-1~
|
||||||
|
WMCreatePixmapFromXPixmaps@Base 0.94.0-1~
|
||||||
|
WMCreatePopUpButton@Base 0.94.0-1~
|
||||||
|
WMCreateRGBAColor@Base 0.94.0-1~
|
||||||
|
WMCreateRGBColor@Base 0.94.0-1~
|
||||||
|
WMCreateScreen@Base 0.94.0-1~
|
||||||
|
WMCreateScreenWithRContext@Base 0.94.0-1~
|
||||||
|
WMCreateScrollView@Base 0.94.0-1~
|
||||||
|
WMCreateScroller@Base 0.94.0-1~
|
||||||
|
WMCreateSelectionHandler@Base 0.94.0-1~
|
||||||
|
WMCreateSimpleApplicationScreen@Base 0.94.0-1~
|
||||||
|
WMCreateSlider@Base 0.94.0-1~
|
||||||
|
WMCreateSplitView@Base 0.94.0-1~
|
||||||
|
WMCreateTabView@Base 0.94.0-1~
|
||||||
|
WMCreateTabViewItem@Base 0.94.0-1~
|
||||||
|
WMCreateTabViewItemWithIdentifier@Base 0.94.0-1~
|
||||||
|
WMCreateTextField@Base 0.94.0-1~
|
||||||
|
WMCreateWindow@Base 0.94.0-1~
|
||||||
|
WMCreateWindowWithStyle@Base 0.94.0-1~
|
||||||
|
WMDarkGrayColor@Base 0.94.0-1~
|
||||||
|
WMDefaultBoldSystemFont@Base 0.94.0-1~
|
||||||
|
WMDefaultSystemFont@Base 0.94.0-1~
|
||||||
|
WMDeleteDragHandler@Base 0.94.0-1~
|
||||||
|
WMDeleteEventHandler@Base 0.94.0-1~
|
||||||
|
WMDeleteSelectionCallback@Base 0.94.0-1~
|
||||||
|
WMDeleteSelectionHandler@Base 0.94.0-1~
|
||||||
|
WMDeleteTextFieldRange@Base 0.94.0-1~
|
||||||
|
WMDestroyAlertPanel@Base 0.94.0-1~
|
||||||
|
WMDestroyGenericPanel@Base 0.94.0-1~
|
||||||
|
WMDestroyInputPanel@Base 0.94.0-1~
|
||||||
|
WMDestroyMenuItem@Base 0.94.0-1~
|
||||||
|
WMDestroyTabViewItem@Base 0.94.0-1~
|
||||||
|
WMDestroyWidget@Base 0.94.0-1~
|
||||||
|
WMDragImageFromView@Base 0.94.0-1~
|
||||||
|
WMDrawImageString@Base 0.94.0-1~
|
||||||
|
WMDrawPixmap@Base 0.94.0-1~
|
||||||
|
WMDrawString@Base 0.94.0-1~
|
||||||
|
WMFindRowOfListItemWithTitle@Base 0.94.0-1~
|
||||||
|
WMFontHeight@Base 0.94.0-1~
|
||||||
|
WMFontPanelFontChangedNotification@Base 0.94.0-1~
|
||||||
|
WMFreeColorPanel@Base 0.94.0-1~
|
||||||
|
WMFreeFilePanel@Base 0.94.0-1~
|
||||||
|
WMFreeFontPanel@Base 0.94.0-1~
|
||||||
|
WMGetApplicationIconImage@Base 0.94.0-1~
|
||||||
|
WMGetApplicationIconPixmap@Base 0.94.0-1~
|
||||||
|
WMGetBrowserFirstVisibleColumn@Base 0.94.0-1~
|
||||||
|
WMGetBrowserListInColumn@Base 0.94.0-1~
|
||||||
|
WMGetBrowserMaxVisibleColumns@Base 0.94.0-1~
|
||||||
|
WMGetBrowserNumberOfColumns@Base 0.94.0-1~
|
||||||
|
WMGetBrowserPath@Base 0.94.0-1~
|
||||||
|
WMGetBrowserPathToColumn@Base 0.94.0-1~
|
||||||
|
WMGetBrowserPaths@Base 0.94.0-1~
|
||||||
|
WMGetBrowserSelectedColumn@Base 0.94.0-1~
|
||||||
|
WMGetBrowserSelectedItemInColumn@Base 0.94.0-1~
|
||||||
|
WMGetBrowserSelectedRowInColumn@Base 0.94.0-1~
|
||||||
|
WMGetButtonEnabled@Base 0.94.0-1~
|
||||||
|
WMGetButtonSelected@Base 0.94.0-1~
|
||||||
|
WMGetColorAlpha@Base 0.94.0-1~
|
||||||
|
WMGetColorPanel@Base 0.94.0-1~
|
||||||
|
WMGetColorPanelColor@Base 0.94.0-1~
|
||||||
|
WMGetColorRGBDescription@Base 0.94.0-1~
|
||||||
|
WMGetColorWellColor@Base 0.94.0-1~
|
||||||
|
WMGetDragOperationItemText@Base 0.94.0-1~
|
||||||
|
WMGetDragOperationItemType@Base 0.94.0-1~
|
||||||
|
WMGetFilePanelAccessoryView@Base 0.94.0-1~
|
||||||
|
WMGetFilePanelFileName@Base 0.94.0-1~
|
||||||
|
WMGetFontName@Base 0.94.0-1~
|
||||||
|
WMGetFontPanel@Base 0.94.0-1~
|
||||||
|
WMGetFontPanelFont@Base 0.94.0-1~
|
||||||
|
WMGetHangedData@Base 0.94.0-1~
|
||||||
|
WMGetLabelFont@Base 0.94.0-1~
|
||||||
|
WMGetLabelImage@Base 0.94.0-1~
|
||||||
|
WMGetLabelText@Base 0.94.0-1~
|
||||||
|
WMGetListItem@Base 0.94.0-1~
|
||||||
|
WMGetListItemHeight@Base 0.94.0-1~
|
||||||
|
WMGetListItems@Base 0.94.0-1~
|
||||||
|
WMGetListNumberOfRows@Base 0.94.0-1~
|
||||||
|
WMGetListPosition@Base 0.94.0-1~
|
||||||
|
WMGetListSelectedItem@Base 0.94.0-1~
|
||||||
|
WMGetListSelectedItemRow@Base 0.94.0-1~
|
||||||
|
WMGetListSelectedItems@Base 0.94.0-1~
|
||||||
|
WMGetMenuItemAction@Base 0.94.0-1~
|
||||||
|
WMGetMenuItemData@Base 0.94.0-1~
|
||||||
|
WMGetMenuItemEnabled@Base 0.94.0-1~
|
||||||
|
WMGetMenuItemMixedStatePixmap@Base 0.94.0-1~
|
||||||
|
WMGetMenuItemOffStatePixmap@Base 0.94.0-1~
|
||||||
|
WMGetMenuItemOnStatePixmap@Base 0.94.0-1~
|
||||||
|
WMGetMenuItemPixmap@Base 0.94.0-1~
|
||||||
|
WMGetMenuItemRepresentedObject@Base 0.94.0-1~
|
||||||
|
WMGetMenuItemShortcut@Base 0.94.0-1~
|
||||||
|
WMGetMenuItemShortcutModifierMask@Base 0.94.0-1~
|
||||||
|
WMGetMenuItemState@Base 0.94.0-1~
|
||||||
|
WMGetMenuItemTitle@Base 0.94.0-1~
|
||||||
|
WMGetOpenPanel@Base 0.94.0-1~
|
||||||
|
WMGetPixmapMaskXID@Base 0.94.0-1~
|
||||||
|
WMGetPixmapSize@Base 0.94.0-1~
|
||||||
|
WMGetPixmapXID@Base 0.94.0-1~
|
||||||
|
WMGetPopUpButtonEnabled@Base 0.94.0-1~
|
||||||
|
WMGetPopUpButtonItem@Base 0.94.0-1~
|
||||||
|
WMGetPopUpButtonItemEnabled@Base 0.94.0-1~
|
||||||
|
WMGetPopUpButtonMenuItem@Base 0.94.0-1~
|
||||||
|
WMGetPopUpButtonNumberOfItems@Base 0.94.0-1~
|
||||||
|
WMGetPopUpButtonSelectedItem@Base 0.94.0-1~
|
||||||
|
WMGetRColorFromColor@Base 0.94.0-1~
|
||||||
|
WMGetSavePanel@Base 0.94.0-1~
|
||||||
|
WMGetScrollViewHorizontalScroller@Base 0.94.0-1~
|
||||||
|
WMGetScrollViewVerticalScroller@Base 0.94.0-1~
|
||||||
|
WMGetScrollViewVisibleRect@Base 0.94.0-1~
|
||||||
|
WMGetScrollerHitPart@Base 0.94.0-1~
|
||||||
|
WMGetScrollerKnobProportion@Base 0.94.0-1~
|
||||||
|
WMGetScrollerValue@Base 0.94.0-1~
|
||||||
|
WMGetSelectedTabViewItem@Base 0.94.0-1~
|
||||||
|
WMGetSeparatorMenuItem@Base 0.94.0-1~
|
||||||
|
WMGetSliderMaxValue@Base 0.94.0-1~
|
||||||
|
WMGetSliderMinValue@Base 0.94.0-1~
|
||||||
|
WMGetSliderValue@Base 0.94.0-1~
|
||||||
|
WMGetSplitViewDividerThickness@Base 0.94.0-1~
|
||||||
|
WMGetSplitViewSubviewAt@Base 0.94.0-1~
|
||||||
|
WMGetSplitViewSubviewsCount@Base 0.94.0-1~
|
||||||
|
WMGetSplitViewVertical@Base 0.94.0-1~
|
||||||
|
WMGetSystemPixmap@Base 0.94.0-1~
|
||||||
|
WMGetTabViewItemIdentifier@Base 0.94.0-1~
|
||||||
|
WMGetTabViewItemLabel@Base 0.94.0-1~
|
||||||
|
WMGetTabViewItemView@Base 0.94.0-1~
|
||||||
|
WMGetTextFieldCursorPosition@Base 0.94.0-1~
|
||||||
|
WMGetTextFieldDelegate@Base 0.94.0-1~
|
||||||
|
WMGetTextFieldEditable@Base 0.94.0-1~
|
||||||
|
WMGetTextFieldFont@Base 0.94.0-1~
|
||||||
|
WMGetTextFieldText@Base 0.94.0-1~
|
||||||
|
WMGetViewPosition@Base 0.94.0-1~
|
||||||
|
WMGetViewScreenPosition@Base 0.94.0-1~
|
||||||
|
WMGetViewSize@Base 0.94.0-1~
|
||||||
|
WMGetWidgetBackgroundColor@Base 0.94.0-1~
|
||||||
|
WMGrayColor@Base 0.94.0-1~
|
||||||
|
WMGreenComponentOfColor@Base 0.94.0-1~
|
||||||
|
WMGroupButtons@Base 0.94.0-1~
|
||||||
|
WMHandleEvent@Base 0.94.0-1~
|
||||||
|
WMHangData@Base 0.94.0-1~
|
||||||
|
WMHideFontPanel@Base 0.94.0-1~
|
||||||
|
WMHookEventHandler@Base 0.94.0-1~
|
||||||
|
WMInsertBrowserItem@Base 0.94.0-1~
|
||||||
|
WMInsertItemInTabView@Base 0.94.0-1~
|
||||||
|
WMInsertListItem@Base 0.94.0-1~
|
||||||
|
WMInsertPopUpButtonItem@Base 0.94.0-1~
|
||||||
|
WMInsertTextFieldText@Base 0.94.0-1~
|
||||||
|
WMIsAntialiasingEnabled@Base 0.94.0-1~
|
||||||
|
WMIsDoubleClick@Base 0.94.0-1~
|
||||||
|
WMIsDraggingFromView@Base 0.94.0-1~
|
||||||
|
WMListAllowsEmptySelection@Base 0.94.0-1~
|
||||||
|
WMListAllowsMultipleSelection@Base 0.94.0-1~
|
||||||
|
WMListDidScrollNotification@Base 0.94.0-1~
|
||||||
|
WMListSelectionDidChangeNotification@Base 0.94.0-1~
|
||||||
|
WMLoadBrowserColumnZero@Base 0.94.0-1~
|
||||||
|
WMLowerWidget@Base 0.94.0-1~
|
||||||
|
WMMapSubwidgets@Base 0.94.0-1~
|
||||||
|
WMMapWidget@Base 0.94.0-1~
|
||||||
|
WMMaskEvent@Base 0.94.0-1~
|
||||||
|
WMMenuItemIsSeparator@Base 0.94.0-1~
|
||||||
|
WMMoveWidget@Base 0.94.0-1~
|
||||||
|
WMNextEvent@Base 0.94.0-1~
|
||||||
|
WMOpenScreen@Base 0.94.0-1~
|
||||||
|
WMPaintColorSwatch@Base 0.94.0-1~
|
||||||
|
WMPerformButtonClick@Base 0.94.0-1~
|
||||||
|
WMRaiseWidget@Base 0.94.0-1~
|
||||||
|
WMRealizeWidget@Base 0.94.0-1~
|
||||||
|
WMRedComponentOfColor@Base 0.94.0-1~
|
||||||
|
WMRedisplayWidget@Base 0.94.0-1~
|
||||||
|
WMRegisterViewForDraggedTypes@Base 0.94.0-1~
|
||||||
|
WMRelayToNextResponder@Base 0.94.0-1~
|
||||||
|
WMReleaseColor@Base 0.94.0-1~
|
||||||
|
WMReleaseFont@Base 0.94.0-1~
|
||||||
|
WMReleasePixmap@Base 0.94.0-1~
|
||||||
|
WMReleaseViewDragImage@Base 0.94.0-1~
|
||||||
|
WMRemoveBoxSubview@Base 0.94.0-1~
|
||||||
|
WMRemoveBrowserItem@Base 0.94.0-1~
|
||||||
|
WMRemoveListItem@Base 0.94.0-1~
|
||||||
|
WMRemovePopUpButtonItem@Base 0.94.0-1~
|
||||||
|
WMRemoveSplitViewSubview@Base 0.94.0-1~
|
||||||
|
WMRemoveSplitViewSubviewAt@Base 0.94.0-1~
|
||||||
|
WMRemoveTabViewItem@Base 0.94.0-1~
|
||||||
|
WMReparentWidget@Base 0.94.0-1~
|
||||||
|
WMRequestSelection@Base 0.94.0-1~
|
||||||
|
WMResizeScrollViewContent@Base 0.94.0-1~
|
||||||
|
WMResizeWidget@Base 0.94.0-1~
|
||||||
|
WMRetainColor@Base 0.94.0-1~
|
||||||
|
WMRetainFont@Base 0.94.0-1~
|
||||||
|
WMRetainPixmap@Base 0.94.0-1~
|
||||||
|
WMRunAlertPanel@Base 0.94.0-1~
|
||||||
|
WMRunInputPanel@Base 0.94.0-1~
|
||||||
|
WMRunModalFilePanelForDirectory@Base 0.94.0-1~
|
||||||
|
WMRunModalLoop@Base 0.94.0-1~
|
||||||
|
WMScreenDepth@Base 0.94.0-1~
|
||||||
|
WMScreenDisplay@Base 0.94.0-1~
|
||||||
|
WMScreenHeight@Base 0.94.0-1~
|
||||||
|
WMScreenMainLoop@Base 0.94.0-1~
|
||||||
|
WMScreenPending@Base 0.94.0-1~
|
||||||
|
WMScreenRContext@Base 0.94.0-1~
|
||||||
|
WMScreenWidth@Base 0.94.0-1~
|
||||||
|
WMScrollViewScrollPoint@Base 0.94.0-1~
|
||||||
|
WMScrollerDidScrollNotification@Base 0.94.0-1~
|
||||||
|
WMSelectAllListItems@Base 0.94.0-1~
|
||||||
|
WMSelectFirstTabViewItem@Base 0.94.0-1~
|
||||||
|
WMSelectLastTabViewItem@Base 0.94.0-1~
|
||||||
|
WMSelectListItem@Base 0.94.0-1~
|
||||||
|
WMSelectListItemsInRange@Base 0.94.0-1~
|
||||||
|
WMSelectNextTabViewItem@Base 0.94.0-1~
|
||||||
|
WMSelectPreviousTabViewItem@Base 0.94.0-1~
|
||||||
|
WMSelectTabViewItem@Base 0.94.0-1~
|
||||||
|
WMSelectTabViewItemAtIndex@Base 0.94.0-1~
|
||||||
|
WMSelectTextFieldRange@Base 0.94.0-1~
|
||||||
|
WMSelectionOwnerDidChangeNotification@Base 0.94.0-1~
|
||||||
|
WMSetApplicationHasAppIcon@Base 0.94.0-1~
|
||||||
|
WMSetApplicationIconImage@Base 0.94.0-1~
|
||||||
|
WMSetApplicationIconPixmap@Base 0.94.0-1~
|
||||||
|
WMSetApplicationIconWindow@Base 0.94.0-1~
|
||||||
|
WMSetBalloonDelay@Base 0.94.0-1~
|
||||||
|
WMSetBalloonEnabled@Base 0.94.0-1~
|
||||||
|
WMSetBalloonFont@Base 0.94.0-1~
|
||||||
|
WMSetBalloonTextAlignment@Base 0.94.0-1~
|
||||||
|
WMSetBalloonTextColor@Base 0.94.0-1~
|
||||||
|
WMSetBalloonTextForView@Base 0.94.0-1~
|
||||||
|
WMSetBoxBorderWidth@Base 0.94.0-1~
|
||||||
|
WMSetBoxHorizontal@Base 0.94.0-1~
|
||||||
|
WMSetBrowserAction@Base 0.94.0-1~
|
||||||
|
WMSetBrowserAllowEmptySelection@Base 0.94.0-1~
|
||||||
|
WMSetBrowserAllowMultipleSelection@Base 0.94.0-1~
|
||||||
|
WMSetBrowserColumnTitle@Base 0.94.0-1~
|
||||||
|
WMSetBrowserDelegate@Base 0.94.0-1~
|
||||||
|
WMSetBrowserDoubleAction@Base 0.94.0-1~
|
||||||
|
WMSetBrowserHasScroller@Base 0.94.0-1~
|
||||||
|
WMSetBrowserMaxVisibleColumns@Base 0.94.0-1~
|
||||||
|
WMSetBrowserPath@Base 0.94.0-1~
|
||||||
|
WMSetBrowserPathSeparator@Base 0.94.0-1~
|
||||||
|
WMSetBrowserTitled@Base 0.94.0-1~
|
||||||
|
WMSetButtonAction@Base 0.94.0-1~
|
||||||
|
WMSetButtonAltImage@Base 0.94.0-1~
|
||||||
|
WMSetButtonAltText@Base 0.94.0-1~
|
||||||
|
WMSetButtonAltTextColor@Base 0.94.0-1~
|
||||||
|
WMSetButtonBordered@Base 0.94.0-1~
|
||||||
|
WMSetButtonContinuous@Base 0.94.0-1~
|
||||||
|
WMSetButtonDisabledTextColor@Base 0.94.0-1~
|
||||||
|
WMSetButtonEnabled@Base 0.94.0-1~
|
||||||
|
WMSetButtonFont@Base 0.94.0-1~
|
||||||
|
WMSetButtonImage@Base 0.94.0-1~
|
||||||
|
WMSetButtonImageDefault@Base 0.94.0-1~
|
||||||
|
WMSetButtonImageDimsWhenDisabled@Base 0.94.0-1~
|
||||||
|
WMSetButtonImagePosition@Base 0.94.0-1~
|
||||||
|
WMSetButtonPeriodicDelay@Base 0.94.0-1~
|
||||||
|
WMSetButtonSelected@Base 0.94.0-1~
|
||||||
|
WMSetButtonTag@Base 0.94.0-1~
|
||||||
|
WMSetButtonText@Base 0.94.0-1~
|
||||||
|
WMSetButtonTextAlignment@Base 0.94.0-1~
|
||||||
|
WMSetButtonTextColor@Base 0.94.0-1~
|
||||||
|
WMSetColorAlpha@Base 0.94.0-1~
|
||||||
|
WMSetColorInGC@Base 0.94.0-1~
|
||||||
|
WMSetColorPanelAction@Base 0.94.0-1~
|
||||||
|
WMSetColorPanelColor@Base 0.94.0-1~
|
||||||
|
WMSetColorPanelPickerMode@Base 0.94.0-1~
|
||||||
|
WMSetColorWellColor@Base 0.94.0-1~
|
||||||
|
WMSetFilePanelAccessoryView@Base 0.94.0-1~
|
||||||
|
WMSetFilePanelAutoCompletion@Base 0.94.0-1~
|
||||||
|
WMSetFilePanelCanChooseDirectories@Base 0.94.0-1~
|
||||||
|
WMSetFilePanelCanChooseFiles@Base 0.94.0-1~
|
||||||
|
WMSetFilePanelDirectory@Base 0.94.0-1~
|
||||||
|
WMSetFocusToWidget@Base 0.94.0-1~
|
||||||
|
WMSetFontPanelAction@Base 0.94.0-1~
|
||||||
|
WMSetFontPanelFont@Base 0.94.0-1~
|
||||||
|
WMSetFrameRelief@Base 0.94.0-1~
|
||||||
|
WMSetFrameTitle@Base 0.94.0-1~
|
||||||
|
WMSetFrameTitlePosition@Base 0.94.0-1~
|
||||||
|
WMSetLabelFont@Base 0.94.0-1~
|
||||||
|
WMSetLabelImage@Base 0.94.0-1~
|
||||||
|
WMSetLabelImagePosition@Base 0.94.0-1~
|
||||||
|
WMSetLabelRelief@Base 0.94.0-1~
|
||||||
|
WMSetLabelText@Base 0.94.0-1~
|
||||||
|
WMSetLabelTextAlignment@Base 0.94.0-1~
|
||||||
|
WMSetLabelTextColor@Base 0.94.0-1~
|
||||||
|
WMSetLabelWraps@Base 0.94.0-1~
|
||||||
|
WMSetListAction@Base 0.94.0-1~
|
||||||
|
WMSetListAllowEmptySelection@Base 0.94.0-1~
|
||||||
|
WMSetListAllowMultipleSelection@Base 0.94.0-1~
|
||||||
|
WMSetListBottomPosition@Base 0.94.0-1~
|
||||||
|
WMSetListDoubleAction@Base 0.94.0-1~
|
||||||
|
WMSetListPosition@Base 0.94.0-1~
|
||||||
|
WMSetListSelectionToRange@Base 0.94.0-1~
|
||||||
|
WMSetListUserDrawItemHeight@Base 0.94.0-1~
|
||||||
|
WMSetListUserDrawProc@Base 0.94.0-1~
|
||||||
|
WMSetMenuItemAction@Base 0.94.0-1~
|
||||||
|
WMSetMenuItemEnabled@Base 0.94.0-1~
|
||||||
|
WMSetMenuItemMixedStatePixmap@Base 0.94.0-1~
|
||||||
|
WMSetMenuItemOffStatePixmap@Base 0.94.0-1~
|
||||||
|
WMSetMenuItemOnStatePixmap@Base 0.94.0-1~
|
||||||
|
WMSetMenuItemPixmap@Base 0.94.0-1~
|
||||||
|
WMSetMenuItemRepresentedObject@Base 0.94.0-1~
|
||||||
|
WMSetMenuItemShortcut@Base 0.94.0-1~
|
||||||
|
WMSetMenuItemShortcutModifierMask@Base 0.94.0-1~
|
||||||
|
WMSetMenuItemState@Base 0.94.0-1~
|
||||||
|
WMSetMenuItemTitle@Base 0.94.0-1~
|
||||||
|
WMSetPopUpButtonAction@Base 0.94.0-1~
|
||||||
|
WMSetPopUpButtonEnabled@Base 0.94.0-1~
|
||||||
|
WMSetPopUpButtonItemEnabled@Base 0.94.0-1~
|
||||||
|
WMSetPopUpButtonPullsDown@Base 0.94.0-1~
|
||||||
|
WMSetPopUpButtonSelectedItem@Base 0.94.0-1~
|
||||||
|
WMSetPopUpButtonText@Base 0.94.0-1~
|
||||||
|
WMSetScrollViewContentView@Base 0.94.0-1~
|
||||||
|
WMSetScrollViewHasHorizontalScroller@Base 0.94.0-1~
|
||||||
|
WMSetScrollViewHasVerticalScroller@Base 0.94.0-1~
|
||||||
|
WMSetScrollViewLineScroll@Base 0.94.0-1~
|
||||||
|
WMSetScrollViewPageScroll@Base 0.94.0-1~
|
||||||
|
WMSetScrollViewRelief@Base 0.94.0-1~
|
||||||
|
WMSetScrollerAction@Base 0.94.0-1~
|
||||||
|
WMSetScrollerArrowsPosition@Base 0.94.0-1~
|
||||||
|
WMSetScrollerParameters@Base 0.94.0-1~
|
||||||
|
WMSetSliderAction@Base 0.94.0-1~
|
||||||
|
WMSetSliderContinuous@Base 0.94.0-1~
|
||||||
|
WMSetSliderImage@Base 0.94.0-1~
|
||||||
|
WMSetSliderKnobThickness@Base 0.94.0-1~
|
||||||
|
WMSetSliderMaxValue@Base 0.94.0-1~
|
||||||
|
WMSetSliderMinValue@Base 0.94.0-1~
|
||||||
|
WMSetSliderValue@Base 0.94.0-1~
|
||||||
|
WMSetSplitViewConstrainProc@Base 0.94.0-1~
|
||||||
|
WMSetSplitViewVertical@Base 0.94.0-1~
|
||||||
|
WMSetTabViewDelegate@Base 0.94.0-1~
|
||||||
|
WMSetTabViewEnabled@Base 0.94.0-1~
|
||||||
|
WMSetTabViewFont@Base 0.94.0-1~
|
||||||
|
WMSetTabViewItemEnabled@Base 0.94.0-1~
|
||||||
|
WMSetTabViewItemLabel@Base 0.94.0-1~
|
||||||
|
WMSetTabViewItemView@Base 0.94.0-1~
|
||||||
|
WMSetTabViewType@Base 0.94.0-1~
|
||||||
|
WMSetTextFieldAlignment@Base 0.94.0-1~
|
||||||
|
WMSetTextFieldBeveled@Base 0.94.0-1~
|
||||||
|
WMSetTextFieldBordered@Base 0.94.0-1~
|
||||||
|
WMSetTextFieldCursorPosition@Base 0.94.0-1~
|
||||||
|
WMSetTextFieldDelegate@Base 0.94.0-1~
|
||||||
|
WMSetTextFieldEditable@Base 0.94.0-1~
|
||||||
|
WMSetTextFieldFont@Base 0.94.0-1~
|
||||||
|
WMSetTextFieldNextTextField@Base 0.94.0-1~
|
||||||
|
WMSetTextFieldPrevTextField@Base 0.94.0-1~
|
||||||
|
WMSetTextFieldSecure@Base 0.94.0-1~
|
||||||
|
WMSetTextFieldText@Base 0.94.0-1~
|
||||||
|
WMSetViewDragDestinationProcs@Base 0.94.0-1~
|
||||||
|
WMSetViewDragImage@Base 0.94.0-1~
|
||||||
|
WMSetViewDragSourceProcs@Base 0.94.0-1~
|
||||||
|
WMSetViewDraggable@Base 0.94.0-1~
|
||||||
|
WMSetViewExpandsToParent@Base 0.94.0-1~
|
||||||
|
WMSetViewNextResponder@Base 0.94.0-1~
|
||||||
|
WMSetViewNotifySizeChanges@Base 0.94.0-1~
|
||||||
|
WMSetWidgetBackgroundColor@Base 0.94.0-1~
|
||||||
|
WMSetWidgetDefaultBoldFont@Base 0.94.0-1~
|
||||||
|
WMSetWidgetDefaultFont@Base 0.94.0-1~
|
||||||
|
WMSetWindowAspectRatio@Base 0.94.0-1~
|
||||||
|
WMSetWindowBaseSize@Base 0.94.0-1~
|
||||||
|
WMSetWindowCloseAction@Base 0.94.0-1~
|
||||||
|
WMSetWindowDocumentEdited@Base 0.94.0-1~
|
||||||
|
WMSetWindowInitialPosition@Base 0.94.0-1~
|
||||||
|
WMSetWindowLevel@Base 0.94.0-1~
|
||||||
|
WMSetWindowMaxSize@Base 0.94.0-1~
|
||||||
|
WMSetWindowMinSize@Base 0.94.0-1~
|
||||||
|
WMSetWindowMiniwindowImage@Base 0.94.0-1~
|
||||||
|
WMSetWindowMiniwindowPixmap@Base 0.94.0-1~
|
||||||
|
WMSetWindowMiniwindowTitle@Base 0.94.0-1~
|
||||||
|
WMSetWindowResizeIncrements@Base 0.94.0-1~
|
||||||
|
WMSetWindowTitle@Base 0.94.0-1~
|
||||||
|
WMSetWindowUserPosition@Base 0.94.0-1~
|
||||||
|
WMShowColorPanel@Base 0.94.0-1~
|
||||||
|
WMShowFontPanel@Base 0.94.0-1~
|
||||||
|
WMSortBrowserColumn@Base 0.94.0-1~
|
||||||
|
WMSortBrowserColumnWithComparer@Base 0.94.0-1~
|
||||||
|
WMSortListItems@Base 0.94.0-1~
|
||||||
|
WMSortListItemsWithComparer@Base 0.94.0-1~
|
||||||
|
WMSystemFontOfSize@Base 0.94.0-1~
|
||||||
|
WMTabViewItemAtPoint@Base 0.94.0-1~
|
||||||
|
WMTextDidBeginEditingNotification@Base 0.94.0-1~
|
||||||
|
WMTextDidChangeNotification@Base 0.94.0-1~
|
||||||
|
WMTextDidEndEditingNotification@Base 0.94.0-1~
|
||||||
|
WMUnmapSubwidgets@Base 0.94.0-1~
|
||||||
|
WMUnmapWidget@Base 0.94.0-1~
|
||||||
|
WMUnregisterViewDraggedTypes@Base 0.94.0-1~
|
||||||
|
WMUnselectAllListItems@Base 0.94.0-1~
|
||||||
|
WMUnselectListItem@Base 0.94.0-1~
|
||||||
|
WMUnsetViewDraggable@Base 0.94.0-1~
|
||||||
|
WMViewFocusDidChangeNotification@Base 0.94.0-1~
|
||||||
|
WMViewRealizedNotification@Base 0.94.0-1~
|
||||||
|
WMViewSizeDidChangeNotification@Base 0.94.0-1~
|
||||||
|
WMViewXID@Base 0.94.0-1~
|
||||||
|
WMWhiteColor@Base 0.94.0-1~
|
||||||
|
WMWidgetHeight@Base 0.94.0-1~
|
||||||
|
WMWidgetIsMapped@Base 0.94.0-1~
|
||||||
|
WMWidgetOfView@Base 0.94.0-1~
|
||||||
|
WMWidgetScreen@Base 0.94.0-1~
|
||||||
|
WMWidgetWidth@Base 0.94.0-1~
|
||||||
|
WMWidgetXID@Base 0.94.0-1~
|
||||||
|
WMWidthOfString@Base 0.94.0-1~
|
||||||
|
WSetColorWellBordered@Base 0.94.0-1~
|
||||||
|
W_ActionToOperation@Base 0.94.0-1~
|
||||||
|
W_BalloonHandleEnterView@Base 0.94.0-1~
|
||||||
|
W_BalloonHandleLeaveView@Base 0.94.0-1~
|
||||||
|
W_BroadcastMessage@Base 0.94.0-1~
|
||||||
|
W_CallDestroyHandlers@Base 0.94.0-1~
|
||||||
|
W_CreateBalloon@Base 0.94.0-1~
|
||||||
|
W_CreateIC@Base 0.94.0-1~
|
||||||
|
W_CreateRootView@Base 0.94.0-1~
|
||||||
|
W_CreateTopView@Base 0.94.0-1~
|
||||||
|
W_CreateUnmanagedTopView@Base 0.94.0-1~
|
||||||
|
W_CreateView@Base 0.94.0-1~
|
||||||
|
W_DestroyIC@Base 0.94.0-1~
|
||||||
|
W_DestroyView@Base 0.94.0-1~
|
||||||
|
W_DispatchMessage@Base 0.94.0-1~
|
||||||
|
W_DragDestinationCancelDropOnEnter@Base 0.94.0-1~
|
||||||
|
W_DragDestinationInfoClear@Base 0.94.0-1~
|
||||||
|
W_DragDestinationStartTimer@Base 0.94.0-1~
|
||||||
|
W_DragDestinationStateHandler@Base 0.94.0-1~
|
||||||
|
W_DragDestinationStopTimer@Base 0.94.0-1~
|
||||||
|
W_DragDestinationStoreEnterMsgInfo@Base 0.94.0-1~
|
||||||
|
W_DragDestinationStorePositionMsgInfo@Base 0.94.0-1~
|
||||||
|
W_DragSourceStartTimer@Base 0.94.0-1~
|
||||||
|
W_DragSourceStateHandler@Base 0.94.0-1~
|
||||||
|
W_DragSourceStopTimer@Base 0.94.0-1~
|
||||||
|
W_DraggingInfo@Base 0.94.0-1~
|
||||||
|
W_DrawRelief@Base 0.94.0-1~
|
||||||
|
W_DrawReliefWithGC@Base 0.94.0-1~
|
||||||
|
W_FocusIC@Base 0.94.0-1~
|
||||||
|
W_FocusedViewOfToplevel@Base 0.94.0-1~
|
||||||
|
W_FreeViewXdndPart@Base 0.94.0-1~
|
||||||
|
W_GetTextHeight@Base 0.94.0-1~
|
||||||
|
W_GetViewForXWindow@Base 0.94.0-1~
|
||||||
|
W_HandleDNDClientMessage@Base 0.94.0-1~
|
||||||
|
W_HandleSelectionEvent@Base 0.94.0-1~
|
||||||
|
W_InitApplication@Base 0.94.0-1~
|
||||||
|
W_InitIM@Base 0.94.0-1~
|
||||||
|
W_LookupString@Base 0.94.0-1~
|
||||||
|
W_LowerView@Base 0.94.0-1~
|
||||||
|
W_MapSubviews@Base 0.94.0-1~
|
||||||
|
W_MapView@Base 0.94.0-1~
|
||||||
|
W_MoveView@Base 0.94.0-1~
|
||||||
|
W_OperationToAction@Base 0.94.0-1~
|
||||||
|
W_PaintText@Base 0.94.0-1~
|
||||||
|
W_PaintTextAndImage@Base 0.94.0-1~
|
||||||
|
W_RaiseView@Base 0.94.0-1~
|
||||||
|
W_ReadConfigurations@Base 0.94.0-1~
|
||||||
|
W_RealizeView@Base 0.94.0-1~
|
||||||
|
W_RedisplayView@Base 0.94.0-1~
|
||||||
|
W_RegisterUserWidget@Base 0.94.0-1~
|
||||||
|
W_ReleaseView@Base 0.94.0-1~
|
||||||
|
W_ReparentView@Base 0.94.0-1~
|
||||||
|
W_ResizeView@Base 0.94.0-1~
|
||||||
|
W_RetainView@Base 0.94.0-1~
|
||||||
|
W_SendDnDClientMessage@Base 0.94.0-1~
|
||||||
|
W_SetFocusOfTopLevel@Base 0.94.0-1~
|
||||||
|
W_SetPreeditPositon@Base 0.94.0-1~
|
||||||
|
W_SetViewBackgroundColor@Base 0.94.0-1~
|
||||||
|
W_SetViewCursor@Base 0.94.0-1~
|
||||||
|
W_SetXdndAwareProperty@Base 0.94.0-1~
|
||||||
|
W_TopLevelOfView@Base 0.94.0-1~
|
||||||
|
W_UnFocusIC@Base 0.94.0-1~
|
||||||
|
W_UnmapSubviews@Base 0.94.0-1~
|
||||||
|
W_UnmapView@Base 0.94.0-1~
|
||||||
|
_BrowserViewDelegate@Base 0.94.0-1~
|
||||||
|
_ColorWellViewDelegate@Base 0.94.0-1~
|
||||||
|
_ListViewDelegate@Base 0.94.0-1~
|
||||||
|
_ScrollViewViewDelegate@Base 0.94.0-1~
|
||||||
|
_ScrollerViewDelegate@Base 0.94.0-1~
|
||||||
|
_SliderViewDelegate@Base 0.94.0-1~
|
||||||
|
_TextFieldViewDelegate@Base 0.94.0-1~
|
||||||
|
_WindowViewDelegate@Base 0.94.0-1~
|
||||||
|
colorListMenuItem@Base 0.94.0-1~
|
||||||
|
convertCPColor@Base 0.94.0-1~
|
||||||
|
customPaletteMenuItem@Base 0.94.0-1~
|
||||||
|
generateNewFilename@Base 0.94.0-1~
|
||||||
|
getNextRequestedDataType@Base 0.94.0-1~
|
||||||
|
getShift@Base 0.94.0-1~
|
||||||
|
makeMenuPixmap@Base 0.94.0-1~
|
||||||
|
requestDropData@Base 0.94.0-1~
|
||||||
|
requestDropDataInSelection@Base 0.94.0-1~
|
||||||
|
rgbColors@Base 0.94.0-1~
|
||||||
|
sourceOperationList@Base 0.94.0-1~
|
||||||
|
storeRequiredTypeList@Base 0.94.0-1~
|
||||||
|
ulongToRColor@Base 0.94.0-1~
|
||||||
|
wmkpoint@Base 0.94.0-1~
|
||||||
|
wmkrect@Base 0.94.0-1~
|
||||||
|
wmksize@Base 0.94.0-1~
|
||||||
|
libWUtil.so.2 libwraster3 #MINVER#
|
||||||
|
WHandleEvents@Base 0.94.0-1~
|
||||||
|
WMAddIdleHandler@Base 0.94.0-1~
|
||||||
|
WMAddInputHandler@Base 0.94.0-1~
|
||||||
|
WMAddNotificationObserver@Base 0.94.0-1~
|
||||||
|
WMAddPersistentTimerHandler@Base 0.94.0-1~
|
||||||
|
WMAddTimerHandler@Base 0.94.0-1~
|
||||||
|
WMAddToArray@Base 0.94.0-1~
|
||||||
|
WMAddToPLArray@Base 0.94.0-1~
|
||||||
|
WMAppendArray@Base 0.94.0-1~
|
||||||
|
WMAppendBag@Base 0.94.0-1~
|
||||||
|
WMAppendData@Base 0.94.0-1~
|
||||||
|
WMAppendDataBytes@Base 0.94.0-1~
|
||||||
|
WMApplication@Base 0.94.0-1~
|
||||||
|
WMArrayFirst@Base 0.94.0-1~
|
||||||
|
WMArrayLast@Base 0.94.0-1~
|
||||||
|
WMArrayNext@Base 0.94.0-1~
|
||||||
|
WMArrayPrevious@Base 0.94.0-1~
|
||||||
|
WMBagFirst@Base 0.94.0-1~
|
||||||
|
WMBagIndexForIterator@Base 0.94.0-1~
|
||||||
|
WMBagIteratorAtIndex@Base 0.94.0-1~
|
||||||
|
WMBagLast@Base 0.94.0-1~
|
||||||
|
WMBagNext@Base 0.94.0-1~
|
||||||
|
WMBagPrevious@Base 0.94.0-1~
|
||||||
|
WMCountHashTable@Base 0.94.0-1~
|
||||||
|
WMCountInArray@Base 0.94.0-1~
|
||||||
|
WMCountInBag@Base 0.94.0-1~
|
||||||
|
WMCreateArray@Base 0.94.0-1~
|
||||||
|
WMCreateArrayWithArray@Base 0.94.0-1~
|
||||||
|
WMCreateArrayWithDestructor@Base 0.94.0-1~
|
||||||
|
WMCreateDataWithBytes@Base 0.94.0-1~
|
||||||
|
WMCreateDataWithBytesNoCopy@Base 0.94.0-1~
|
||||||
|
WMCreateDataWithCapacity@Base 0.94.0-1~
|
||||||
|
WMCreateDataWithData@Base 0.94.0-1~
|
||||||
|
WMCreateDataWithLength@Base 0.94.0-1~
|
||||||
|
WMCreateHashTable@Base 0.94.0-1~
|
||||||
|
WMCreateNotification@Base 0.94.0-1~
|
||||||
|
WMCreateNotificationQueue@Base 0.94.0-1~
|
||||||
|
WMCreatePLArray@Base 0.94.0-1~
|
||||||
|
WMCreatePLData@Base 0.94.0-1~
|
||||||
|
WMCreatePLDataWithBytes@Base 0.94.0-1~
|
||||||
|
WMCreatePLDataWithBytesNoCopy@Base 0.94.0-1~
|
||||||
|
WMCreatePLDictionary@Base 0.94.0-1~
|
||||||
|
WMCreatePLString@Base 0.94.0-1~
|
||||||
|
WMCreatePropListFromDescription@Base 0.94.0-1~
|
||||||
|
WMCreateTreeBag@Base 0.94.0-1~
|
||||||
|
WMCreateTreeBagWithDestructor@Base 0.94.0-1~
|
||||||
|
WMCreateTreeNode@Base 0.94.0-1~
|
||||||
|
WMCreateTreeNodeWithDestructor@Base 0.94.0-1~
|
||||||
|
WMDataBytes@Base 0.94.0-1~
|
||||||
|
WMDeepCopyPropList@Base 0.94.0-1~
|
||||||
|
WMDeleteFromArray@Base 0.94.0-1~
|
||||||
|
WMDeleteFromBag@Base 0.94.0-1~
|
||||||
|
WMDeleteFromPLArray@Base 0.94.0-1~
|
||||||
|
WMDeleteIdleHandler@Base 0.94.0-1~
|
||||||
|
WMDeleteInputHandler@Base 0.94.0-1~
|
||||||
|
WMDeleteLeafForTreeNode@Base 0.94.0-1~
|
||||||
|
WMDeleteTimerHandler@Base 0.94.0-1~
|
||||||
|
WMDeleteTimerWithClientData@Base 0.94.0-1~
|
||||||
|
WMDequeueNotificationMatching@Base 0.94.0-1~
|
||||||
|
WMDestroyTreeNode@Base 0.94.0-1~
|
||||||
|
WMEmptyArray@Base 0.94.0-1~
|
||||||
|
WMEmptyBag@Base 0.94.0-1~
|
||||||
|
WMEnableUDPeriodicSynchronization@Base 0.94.0-1~
|
||||||
|
WMEnqueueCoalesceNotification@Base 0.94.0-1~
|
||||||
|
WMEnqueueNotification@Base 0.94.0-1~
|
||||||
|
WMEnumerateHashTable@Base 0.94.0-1~
|
||||||
|
WMEraseFromBag@Base 0.94.0-1~
|
||||||
|
WMFindInArray@Base 0.94.0-1~
|
||||||
|
WMFindInBag@Base 0.94.0-1~
|
||||||
|
WMFindInTree@Base 0.94.0-1~
|
||||||
|
WMFindInTreeWithDepthLimit@Base 0.94.0-1~
|
||||||
|
WMFreeArray@Base 0.94.0-1~
|
||||||
|
WMFreeBag@Base 0.94.0-1~
|
||||||
|
WMFreeHashTable@Base 0.94.0-1~
|
||||||
|
WMGetApplicationName@Base 0.94.0-1~
|
||||||
|
WMGetArrayItemCount@Base 0.94.0-1~
|
||||||
|
WMGetBagItemCount@Base 0.94.0-1~
|
||||||
|
WMGetDataBytes@Base 0.94.0-1~
|
||||||
|
WMGetDataBytesWithLength@Base 0.94.0-1~
|
||||||
|
WMGetDataBytesWithRange@Base 0.94.0-1~
|
||||||
|
WMGetDataForTreeNode@Base 0.94.0-1~
|
||||||
|
WMGetDataFormat@Base 0.94.0-1~
|
||||||
|
WMGetDataLength@Base 0.94.0-1~
|
||||||
|
WMGetDefaultNotificationQueue@Base 0.94.0-1~
|
||||||
|
WMGetDefaultsFromPath@Base 0.94.0-1~
|
||||||
|
WMGetFirstInBag@Base 0.94.0-1~
|
||||||
|
WMGetFromArray@Base 0.94.0-1~
|
||||||
|
WMGetFromBag@Base 0.94.0-1~
|
||||||
|
WMGetFromPLArray@Base 0.94.0-1~
|
||||||
|
WMGetFromPLData@Base 0.94.0-1~
|
||||||
|
WMGetFromPLDictionary@Base 0.94.0-1~
|
||||||
|
WMGetFromPLString@Base 0.94.0-1~
|
||||||
|
WMGetNotificationClientData@Base 0.94.0-1~
|
||||||
|
WMGetNotificationName@Base 0.94.0-1~
|
||||||
|
WMGetNotificationObject@Base 0.94.0-1~
|
||||||
|
WMGetPLDataBytes@Base 0.94.0-1~
|
||||||
|
WMGetPLDataLength@Base 0.94.0-1~
|
||||||
|
WMGetPLDictionaryKeys@Base 0.94.0-1~
|
||||||
|
WMGetParentForTreeNode@Base 0.94.0-1~
|
||||||
|
WMGetPropListDescription@Base 0.94.0-1~
|
||||||
|
WMGetPropListItemCount@Base 0.94.0-1~
|
||||||
|
WMGetStandardUserDefaults@Base 0.94.0-1~
|
||||||
|
WMGetSubarrayWithRange@Base 0.94.0-1~
|
||||||
|
WMGetSubdataWithRange@Base 0.94.0-1~
|
||||||
|
WMGetTreeNodeDepth@Base 0.94.0-1~
|
||||||
|
WMGetUDBoolForKey@Base 0.94.0-1~
|
||||||
|
WMGetUDFloatForKey@Base 0.94.0-1~
|
||||||
|
WMGetUDIntegerForKey@Base 0.94.0-1~
|
||||||
|
WMGetUDKeys@Base 0.94.0-1~
|
||||||
|
WMGetUDObjectForKey@Base 0.94.0-1~
|
||||||
|
WMGetUDSearchList@Base 0.94.0-1~
|
||||||
|
WMGetUDStringForKey@Base 0.94.0-1~
|
||||||
|
WMHashGet@Base 0.94.0-1~
|
||||||
|
WMHashGetItemAndKey@Base 0.94.0-1~
|
||||||
|
WMHashInsert@Base 0.94.0-1~
|
||||||
|
WMHashRemove@Base 0.94.0-1~
|
||||||
|
WMIncreaseDataLengthBy@Base 0.94.0-1~
|
||||||
|
WMInitializeApplication@Base 0.94.0-1~
|
||||||
|
WMInsertInArray@Base 0.94.0-1~
|
||||||
|
WMInsertInBag@Base 0.94.0-1~
|
||||||
|
WMInsertInPLArray@Base 0.94.0-1~
|
||||||
|
WMInsertItemInTree@Base 0.94.0-1~
|
||||||
|
WMInsertNodeInTree@Base 0.94.0-1~
|
||||||
|
WMIntHashCallbacks@Base 0.94.0-1~
|
||||||
|
WMIsDataEqualToData@Base 0.94.0-1~
|
||||||
|
WMIsPLArray@Base 0.94.0-1~
|
||||||
|
WMIsPLData@Base 0.94.0-1~
|
||||||
|
WMIsPLDictionary@Base 0.94.0-1~
|
||||||
|
WMIsPLString@Base 0.94.0-1~
|
||||||
|
WMIsPropListEqualTo@Base 0.94.0-1~
|
||||||
|
WMMapArray@Base 0.94.0-1~
|
||||||
|
WMMapBag@Base 0.94.0-1~
|
||||||
|
WMMergePLDictionaries@Base 0.94.0-1~
|
||||||
|
WMNextHashEnumeratorItem@Base 0.94.0-1~
|
||||||
|
WMNextHashEnumeratorItemAndKey@Base 0.94.0-1~
|
||||||
|
WMNextHashEnumeratorKey@Base 0.94.0-1~
|
||||||
|
WMPLSetCaseSensitive@Base 0.94.0-1~
|
||||||
|
WMPathForResourceOfType@Base 0.94.0-1~
|
||||||
|
WMPopFromArray@Base 0.94.0-1~
|
||||||
|
WMPostNotification@Base 0.94.0-1~
|
||||||
|
WMPostNotificationName@Base 0.94.0-1~
|
||||||
|
WMPutInBag@Base 0.94.0-1~
|
||||||
|
WMPutInPLDictionary@Base 0.94.0-1~
|
||||||
|
WMReadPropListFromFile@Base 0.94.0-1~
|
||||||
|
WMReleaseData@Base 0.94.0-1~
|
||||||
|
WMReleaseNotification@Base 0.94.0-1~
|
||||||
|
WMReleasePropList@Base 0.94.0-1~
|
||||||
|
WMRemoveFromArrayMatching@Base 0.94.0-1~
|
||||||
|
WMRemoveFromBag@Base 0.94.0-1~
|
||||||
|
WMRemoveFromPLArray@Base 0.94.0-1~
|
||||||
|
WMRemoveFromPLDictionary@Base 0.94.0-1~
|
||||||
|
WMRemoveLeafForTreeNode@Base 0.94.0-1~
|
||||||
|
WMRemoveNotificationObserver@Base 0.94.0-1~
|
||||||
|
WMRemoveNotificationObserverWithName@Base 0.94.0-1~
|
||||||
|
WMRemoveUDObjectForKey@Base 0.94.0-1~
|
||||||
|
WMReplaceDataBytesInRange@Base 0.94.0-1~
|
||||||
|
WMReplaceDataForTreeNode@Base 0.94.0-1~
|
||||||
|
WMReplaceInArray@Base 0.94.0-1~
|
||||||
|
WMReplaceInBag@Base 0.94.0-1~
|
||||||
|
WMResetDataBytesInRange@Base 0.94.0-1~
|
||||||
|
WMResetHashTable@Base 0.94.0-1~
|
||||||
|
WMRetainData@Base 0.94.0-1~
|
||||||
|
WMRetainNotification@Base 0.94.0-1~
|
||||||
|
WMRetainPropList@Base 0.94.0-1~
|
||||||
|
WMSaveUserDefaults@Base 0.94.0-1~
|
||||||
|
WMSetData@Base 0.94.0-1~
|
||||||
|
WMSetDataCapacity@Base 0.94.0-1~
|
||||||
|
WMSetDataFormat@Base 0.94.0-1~
|
||||||
|
WMSetDataLength@Base 0.94.0-1~
|
||||||
|
WMSetResourcePath@Base 0.94.0-1~
|
||||||
|
WMSetUDBoolForKey@Base 0.94.0-1~
|
||||||
|
WMSetUDFloatForKey@Base 0.94.0-1~
|
||||||
|
WMSetUDIntegerForKey@Base 0.94.0-1~
|
||||||
|
WMSetUDObjectForKey@Base 0.94.0-1~
|
||||||
|
WMSetUDSearchList@Base 0.94.0-1~
|
||||||
|
WMSetUDStringForKey@Base 0.94.0-1~
|
||||||
|
WMShallowCopyPropList@Base 0.94.0-1~
|
||||||
|
WMSortArray@Base 0.94.0-1~
|
||||||
|
WMSortBag@Base 0.94.0-1~
|
||||||
|
WMSortLeavesForTreeNode@Base 0.94.0-1~
|
||||||
|
WMSortTree@Base 0.94.0-1~
|
||||||
|
WMStringHashCallbacks@Base 0.94.0-1~
|
||||||
|
WMStringPointerHashCallbacks@Base 0.94.0-1~
|
||||||
|
WMSubtractPLDictionaries@Base 0.94.0-1~
|
||||||
|
WMSynchronizeUserDefaults@Base 0.94.0-1~
|
||||||
|
WMTreeWalk@Base 0.94.0-1~
|
||||||
|
WMUserDefaultsDidChangeNotification@Base 0.94.0-1~
|
||||||
|
WMWritePropListToFile@Base 0.94.0-1~
|
||||||
|
W_ApplicationInitialized@Base 0.94.0-1~
|
||||||
|
W_CheckIdleHandlers@Base 0.94.0-1~
|
||||||
|
W_CheckTimerHandlers@Base 0.94.0-1~
|
||||||
|
W_DraggingInfo@Base 0.94.0-1~
|
||||||
|
W_FlushASAPNotificationQueue@Base 0.94.0-1~
|
||||||
|
W_FlushIdleNotificationQueue@Base 0.94.0-1~
|
||||||
|
W_HandleInputEvents@Base 0.94.0-1~
|
||||||
|
W_InitNotificationCenter@Base 0.94.0-1~
|
||||||
|
_WINGS_progname@Base 0.94.0-1~
|
||||||
|
__wmessage@Base 0.94.0-1~
|
||||||
|
destroyNode@Base 0.94.0-1~
|
||||||
|
wdefaultspathfordomain@Base 0.94.0-1~
|
||||||
|
wexpandpath@Base 0.94.0-1~
|
||||||
|
wfindfile@Base 0.94.0-1~
|
||||||
|
wfindfileinarray@Base 0.94.0-1~
|
||||||
|
wfindfileinlist@Base 0.94.0-1~
|
||||||
|
wfree@Base 0.94.0-1~
|
||||||
|
wgethomedir@Base 0.94.0-1~
|
||||||
|
wglobaldefaultspathfordomain@Base 0.94.0-1~
|
||||||
|
wmalloc@Base 0.94.0-1~
|
||||||
|
wmkdirhier@Base 0.94.0-1~
|
||||||
|
wmkrange@Base 0.94.0-1~
|
||||||
|
wrealloc@Base 0.94.0-1~
|
||||||
|
wrelease@Base 0.94.0-1~
|
||||||
|
wretain@Base 0.94.0-1~
|
||||||
|
wrmdirhier@Base 0.94.0-1~
|
||||||
|
wsetabort@Base 0.94.0-1~
|
||||||
|
wshellquote@Base 0.94.0-1~
|
||||||
|
wstrappend@Base 0.94.0-1~
|
||||||
|
wstrconcat@Base 0.94.0-1~
|
||||||
|
wstrdup@Base 0.94.0-1~
|
||||||
|
wstrlcat@Base 0.94.0-1~
|
||||||
|
wstrlcpy@Base 0.94.0-1~
|
||||||
|
wstrndup@Base 0.94.0-1~
|
||||||
|
wtokenfree@Base 0.94.0-1~
|
||||||
|
wtokenjoin@Base 0.94.0-1~
|
||||||
|
wtokennext@Base 0.94.0-1~
|
||||||
|
wtokensplit@Base 0.94.0-1~
|
||||||
|
wtrimspace@Base 0.94.0-1~
|
||||||
|
wusergnusteppath@Base 0.94.0-1~
|
||||||
|
wusleep@Base 0.94.0-1~
|
||||||
|
libwraster.so.3 libwraster3 #MINVER#
|
||||||
|
LIBWRASTER3@LIBWRASTER3 0.94.0-1~
|
||||||
|
RBevelImage@LIBWRASTER3 0.94.0-1~
|
||||||
|
RBlurImage@LIBWRASTER3 0.94.0-1~
|
||||||
|
RClearImage@LIBWRASTER3 0.94.0-1~
|
||||||
|
RCloneImage@LIBWRASTER3 0.94.0-1~
|
||||||
|
RCombineArea@LIBWRASTER3 0.94.0-1~
|
||||||
|
RCombineAreaWithOpaqueness@LIBWRASTER3 0.94.0-1~
|
||||||
|
RCombineImageWithColor@LIBWRASTER3 0.94.0-1~
|
||||||
|
RCombineImages@LIBWRASTER3 0.94.0-1~
|
||||||
|
RCombineImagesWithOpaqueness@LIBWRASTER3 0.94.0-1~
|
||||||
|
RConvertImage@LIBWRASTER3 0.94.0-1~
|
||||||
|
RConvertImageMask@LIBWRASTER3 0.94.0-1~
|
||||||
|
RCopyArea@LIBWRASTER3 0.94.0-1~
|
||||||
|
RCreateContext@LIBWRASTER3 0.94.0-1~
|
||||||
|
RCreateImage@LIBWRASTER3 0.94.0-1~
|
||||||
|
RCreateImageFromDrawable@LIBWRASTER3 0.94.0-1~
|
||||||
|
RCreateImageFromXImage@LIBWRASTER3 0.94.0-1~
|
||||||
|
RCreateXImage@LIBWRASTER3 0.94.0-1~
|
||||||
|
RDestroyXImage@LIBWRASTER3 0.94.0-1~
|
||||||
|
RDrawLine@LIBWRASTER3 0.94.0-1~
|
||||||
|
RDrawLines@LIBWRASTER3 0.94.0-1~
|
||||||
|
RDrawSegments@LIBWRASTER3 0.94.0-1~
|
||||||
|
RErrorCode@LIBWRASTER3 0.94.0-1~
|
||||||
|
RFillImage@LIBWRASTER3 0.94.0-1~
|
||||||
|
RGetClosestXColor@LIBWRASTER3 0.94.0-1~
|
||||||
|
RGetImageFileFormat@LIBWRASTER3 0.94.0-1~
|
||||||
|
RGetImageFromXPMData@LIBWRASTER3 0.94.0-1~
|
||||||
|
RGetPixel@LIBWRASTER3 0.94.0-1~
|
||||||
|
RGetSubImage@LIBWRASTER3 0.94.0-1~
|
||||||
|
RGetXImage@LIBWRASTER3 0.94.0-1~
|
||||||
|
RHSVtoRGB@LIBWRASTER3 0.94.0-1~
|
||||||
|
RLightImage@LIBWRASTER3 0.94.0-1~
|
||||||
|
RLoadImage@LIBWRASTER3 0.94.0-1~
|
||||||
|
RMakeCenteredImage@LIBWRASTER3 0.94.0-1~
|
||||||
|
RMakeTiledImage@LIBWRASTER3 0.94.0-1~
|
||||||
|
RMessageForError@LIBWRASTER3 0.94.0-1~
|
||||||
|
ROperateLine@LIBWRASTER3 0.94.0-1~
|
||||||
|
ROperateLines@LIBWRASTER3 0.94.0-1~
|
||||||
|
ROperatePixel@LIBWRASTER3 0.94.0-1~
|
||||||
|
ROperatePixels@LIBWRASTER3 0.94.0-1~
|
||||||
|
ROperateSegments@LIBWRASTER3 0.94.0-1~
|
||||||
|
RPutPixel@LIBWRASTER3 0.94.0-1~
|
||||||
|
RPutPixels@LIBWRASTER3 0.94.0-1~
|
||||||
|
RPutXImage@LIBWRASTER3 0.94.0-1~
|
||||||
|
RRGBtoHSV@LIBWRASTER3 0.94.0-1~
|
||||||
|
RReleaseImage@LIBWRASTER3 0.94.0-1~
|
||||||
|
RRenderGradient@LIBWRASTER3 0.94.0-1~
|
||||||
|
RRenderInterwovenGradient@LIBWRASTER3 0.94.0-1~
|
||||||
|
RRenderMultiGradient@LIBWRASTER3 0.94.0-1~
|
||||||
|
RRetainImage@LIBWRASTER3 0.94.0-1~
|
||||||
|
RRotateImage@LIBWRASTER3 0.94.0-1~
|
||||||
|
RSaveImage@LIBWRASTER3 0.94.0-1~
|
||||||
|
RScaleImage@LIBWRASTER3 0.94.0-1~
|
||||||
|
RSmoothScaleImage@LIBWRASTER3 0.94.0-1~
|
||||||
|
RSupportedFileFormats@LIBWRASTER3 0.94.0-1~
|
||||||
818
debian/libwutil2.symbols
vendored
Normal file
818
debian/libwutil2.symbols
vendored
Normal file
@@ -0,0 +1,818 @@
|
|||||||
|
libWINGs.so.2 libwutil2 #MINVER#
|
||||||
|
WINGsConfiguration@Base 0.94.0-1~
|
||||||
|
WMAddBoxSubview@Base 0.94.0-1~
|
||||||
|
WMAddBoxSubviewAtEnd@Base 0.94.0-1~
|
||||||
|
WMAddBrowserColumn@Base 0.94.0-1~
|
||||||
|
WMAddItemInTabView@Base 0.94.0-1~
|
||||||
|
WMAddPopUpButtonItem@Base 0.94.0-1~
|
||||||
|
WMAddSplitViewSubview@Base 0.94.0-1~
|
||||||
|
WMAddTabViewItemWithView@Base 0.94.0-1~
|
||||||
|
WMAdjustSplitViewSubviews@Base 0.94.0-1~
|
||||||
|
WMBlackColor@Base 0.94.0-1~
|
||||||
|
WMBlueComponentOfColor@Base 0.94.0-1~
|
||||||
|
WMBoldSystemFontOfSize@Base 0.94.0-1~
|
||||||
|
WMBreakModalLoop@Base 0.94.0-1~
|
||||||
|
WMBrowserAllowsEmptySelection@Base 0.94.0-1~
|
||||||
|
WMBrowserAllowsMultipleSelection@Base 0.94.0-1~
|
||||||
|
WMChangePanelOwner@Base 0.94.0-1~
|
||||||
|
WMClearList@Base 0.94.0-1~
|
||||||
|
WMCloseColorPanel@Base 0.94.0-1~
|
||||||
|
WMCloseWindow@Base 0.94.0-1~
|
||||||
|
WMColorGC@Base 0.94.0-1~
|
||||||
|
WMColorPanelColorChangedNotification@Base 0.94.0-1~
|
||||||
|
WMColorPixel@Base 0.94.0-1~
|
||||||
|
WMColorWellDidChangeNotification@Base 0.94.0-1~
|
||||||
|
WMCopyFontWithStyle@Base 0.94.0-1~
|
||||||
|
WMCreateAlertPanel@Base 0.94.0-1~
|
||||||
|
WMCreateApplicationIconBlendedPixmap@Base 0.94.0-1~
|
||||||
|
WMCreateBlendedPixmapFromFile@Base 0.94.0-1~
|
||||||
|
WMCreateBlendedPixmapFromRImage@Base 0.94.0-1~
|
||||||
|
WMCreateBox@Base 0.94.0-1~
|
||||||
|
WMCreateBrowser@Base 0.94.0-1~
|
||||||
|
WMCreateButton@Base 0.94.0-1~
|
||||||
|
WMCreateColorWell@Base 0.94.0-1~
|
||||||
|
WMCreateCustomButton@Base 0.94.0-1~
|
||||||
|
WMCreateDragHandler@Base 0.94.0-1~
|
||||||
|
WMCreateDragOperationArray@Base 0.94.0-1~
|
||||||
|
WMCreateDragOperationItem@Base 0.94.0-1~
|
||||||
|
WMCreateEventHandler@Base 0.94.0-1~
|
||||||
|
WMCreateFont@Base 0.94.0-1~
|
||||||
|
WMCreateFrame@Base 0.94.0-1~
|
||||||
|
WMCreateGenericPanel@Base 0.94.0-1~
|
||||||
|
WMCreateInputPanel@Base 0.94.0-1~
|
||||||
|
WMCreateLabel@Base 0.94.0-1~
|
||||||
|
WMCreateList@Base 0.94.0-1~
|
||||||
|
WMCreateMenuItem@Base 0.94.0-1~
|
||||||
|
WMCreateNamedColor@Base 0.94.0-1~
|
||||||
|
WMCreatePanelForWindow@Base 0.94.0-1~
|
||||||
|
WMCreatePanelWithStyleForWindow@Base 0.94.0-1~
|
||||||
|
WMCreatePixmap@Base 0.94.0-1~
|
||||||
|
WMCreatePixmapFromFile@Base 0.94.0-1~
|
||||||
|
WMCreatePixmapFromRImage@Base 0.94.0-1~
|
||||||
|
WMCreatePixmapFromXPMData@Base 0.94.0-1~
|
||||||
|
WMCreatePixmapFromXPixmaps@Base 0.94.0-1~
|
||||||
|
WMCreatePopUpButton@Base 0.94.0-1~
|
||||||
|
WMCreateRGBAColor@Base 0.94.0-1~
|
||||||
|
WMCreateRGBColor@Base 0.94.0-1~
|
||||||
|
WMCreateScreen@Base 0.94.0-1~
|
||||||
|
WMCreateScreenWithRContext@Base 0.94.0-1~
|
||||||
|
WMCreateScrollView@Base 0.94.0-1~
|
||||||
|
WMCreateScroller@Base 0.94.0-1~
|
||||||
|
WMCreateSelectionHandler@Base 0.94.0-1~
|
||||||
|
WMCreateSimpleApplicationScreen@Base 0.94.0-1~
|
||||||
|
WMCreateSlider@Base 0.94.0-1~
|
||||||
|
WMCreateSplitView@Base 0.94.0-1~
|
||||||
|
WMCreateTabView@Base 0.94.0-1~
|
||||||
|
WMCreateTabViewItem@Base 0.94.0-1~
|
||||||
|
WMCreateTabViewItemWithIdentifier@Base 0.94.0-1~
|
||||||
|
WMCreateTextField@Base 0.94.0-1~
|
||||||
|
WMCreateWindow@Base 0.94.0-1~
|
||||||
|
WMCreateWindowWithStyle@Base 0.94.0-1~
|
||||||
|
WMDarkGrayColor@Base 0.94.0-1~
|
||||||
|
WMDefaultBoldSystemFont@Base 0.94.0-1~
|
||||||
|
WMDefaultSystemFont@Base 0.94.0-1~
|
||||||
|
WMDeleteDragHandler@Base 0.94.0-1~
|
||||||
|
WMDeleteEventHandler@Base 0.94.0-1~
|
||||||
|
WMDeleteSelectionCallback@Base 0.94.0-1~
|
||||||
|
WMDeleteSelectionHandler@Base 0.94.0-1~
|
||||||
|
WMDeleteTextFieldRange@Base 0.94.0-1~
|
||||||
|
WMDestroyAlertPanel@Base 0.94.0-1~
|
||||||
|
WMDestroyGenericPanel@Base 0.94.0-1~
|
||||||
|
WMDestroyInputPanel@Base 0.94.0-1~
|
||||||
|
WMDestroyMenuItem@Base 0.94.0-1~
|
||||||
|
WMDestroyTabViewItem@Base 0.94.0-1~
|
||||||
|
WMDestroyWidget@Base 0.94.0-1~
|
||||||
|
WMDragImageFromView@Base 0.94.0-1~
|
||||||
|
WMDrawImageString@Base 0.94.0-1~
|
||||||
|
WMDrawPixmap@Base 0.94.0-1~
|
||||||
|
WMDrawString@Base 0.94.0-1~
|
||||||
|
WMFindRowOfListItemWithTitle@Base 0.94.0-1~
|
||||||
|
WMFontHeight@Base 0.94.0-1~
|
||||||
|
WMFontPanelFontChangedNotification@Base 0.94.0-1~
|
||||||
|
WMFreeColorPanel@Base 0.94.0-1~
|
||||||
|
WMFreeFilePanel@Base 0.94.0-1~
|
||||||
|
WMFreeFontPanel@Base 0.94.0-1~
|
||||||
|
WMGetApplicationIconImage@Base 0.94.0-1~
|
||||||
|
WMGetApplicationIconPixmap@Base 0.94.0-1~
|
||||||
|
WMGetBrowserFirstVisibleColumn@Base 0.94.0-1~
|
||||||
|
WMGetBrowserListInColumn@Base 0.94.0-1~
|
||||||
|
WMGetBrowserMaxVisibleColumns@Base 0.94.0-1~
|
||||||
|
WMGetBrowserNumberOfColumns@Base 0.94.0-1~
|
||||||
|
WMGetBrowserPath@Base 0.94.0-1~
|
||||||
|
WMGetBrowserPathToColumn@Base 0.94.0-1~
|
||||||
|
WMGetBrowserPaths@Base 0.94.0-1~
|
||||||
|
WMGetBrowserSelectedColumn@Base 0.94.0-1~
|
||||||
|
WMGetBrowserSelectedItemInColumn@Base 0.94.0-1~
|
||||||
|
WMGetBrowserSelectedRowInColumn@Base 0.94.0-1~
|
||||||
|
WMGetButtonEnabled@Base 0.94.0-1~
|
||||||
|
WMGetButtonSelected@Base 0.94.0-1~
|
||||||
|
WMGetColorAlpha@Base 0.94.0-1~
|
||||||
|
WMGetColorPanel@Base 0.94.0-1~
|
||||||
|
WMGetColorPanelColor@Base 0.94.0-1~
|
||||||
|
WMGetColorRGBDescription@Base 0.94.0-1~
|
||||||
|
WMGetColorWellColor@Base 0.94.0-1~
|
||||||
|
WMGetDragOperationItemText@Base 0.94.0-1~
|
||||||
|
WMGetDragOperationItemType@Base 0.94.0-1~
|
||||||
|
WMGetFilePanelAccessoryView@Base 0.94.0-1~
|
||||||
|
WMGetFilePanelFileName@Base 0.94.0-1~
|
||||||
|
WMGetFontName@Base 0.94.0-1~
|
||||||
|
WMGetFontPanel@Base 0.94.0-1~
|
||||||
|
WMGetFontPanelFont@Base 0.94.0-1~
|
||||||
|
WMGetHangedData@Base 0.94.0-1~
|
||||||
|
WMGetLabelFont@Base 0.94.0-1~
|
||||||
|
WMGetLabelImage@Base 0.94.0-1~
|
||||||
|
WMGetLabelText@Base 0.94.0-1~
|
||||||
|
WMGetListItem@Base 0.94.0-1~
|
||||||
|
WMGetListItemHeight@Base 0.94.0-1~
|
||||||
|
WMGetListItems@Base 0.94.0-1~
|
||||||
|
WMGetListNumberOfRows@Base 0.94.0-1~
|
||||||
|
WMGetListPosition@Base 0.94.0-1~
|
||||||
|
WMGetListSelectedItem@Base 0.94.0-1~
|
||||||
|
WMGetListSelectedItemRow@Base 0.94.0-1~
|
||||||
|
WMGetListSelectedItems@Base 0.94.0-1~
|
||||||
|
WMGetMenuItemAction@Base 0.94.0-1~
|
||||||
|
WMGetMenuItemData@Base 0.94.0-1~
|
||||||
|
WMGetMenuItemEnabled@Base 0.94.0-1~
|
||||||
|
WMGetMenuItemMixedStatePixmap@Base 0.94.0-1~
|
||||||
|
WMGetMenuItemOffStatePixmap@Base 0.94.0-1~
|
||||||
|
WMGetMenuItemOnStatePixmap@Base 0.94.0-1~
|
||||||
|
WMGetMenuItemPixmap@Base 0.94.0-1~
|
||||||
|
WMGetMenuItemRepresentedObject@Base 0.94.0-1~
|
||||||
|
WMGetMenuItemShortcut@Base 0.94.0-1~
|
||||||
|
WMGetMenuItemShortcutModifierMask@Base 0.94.0-1~
|
||||||
|
WMGetMenuItemState@Base 0.94.0-1~
|
||||||
|
WMGetMenuItemTitle@Base 0.94.0-1~
|
||||||
|
WMGetOpenPanel@Base 0.94.0-1~
|
||||||
|
WMGetPixmapMaskXID@Base 0.94.0-1~
|
||||||
|
WMGetPixmapSize@Base 0.94.0-1~
|
||||||
|
WMGetPixmapXID@Base 0.94.0-1~
|
||||||
|
WMGetPopUpButtonEnabled@Base 0.94.0-1~
|
||||||
|
WMGetPopUpButtonItem@Base 0.94.0-1~
|
||||||
|
WMGetPopUpButtonItemEnabled@Base 0.94.0-1~
|
||||||
|
WMGetPopUpButtonMenuItem@Base 0.94.0-1~
|
||||||
|
WMGetPopUpButtonNumberOfItems@Base 0.94.0-1~
|
||||||
|
WMGetPopUpButtonSelectedItem@Base 0.94.0-1~
|
||||||
|
WMGetRColorFromColor@Base 0.94.0-1~
|
||||||
|
WMGetSavePanel@Base 0.94.0-1~
|
||||||
|
WMGetScrollViewHorizontalScroller@Base 0.94.0-1~
|
||||||
|
WMGetScrollViewVerticalScroller@Base 0.94.0-1~
|
||||||
|
WMGetScrollViewVisibleRect@Base 0.94.0-1~
|
||||||
|
WMGetScrollerHitPart@Base 0.94.0-1~
|
||||||
|
WMGetScrollerKnobProportion@Base 0.94.0-1~
|
||||||
|
WMGetScrollerValue@Base 0.94.0-1~
|
||||||
|
WMGetSelectedTabViewItem@Base 0.94.0-1~
|
||||||
|
WMGetSeparatorMenuItem@Base 0.94.0-1~
|
||||||
|
WMGetSliderMaxValue@Base 0.94.0-1~
|
||||||
|
WMGetSliderMinValue@Base 0.94.0-1~
|
||||||
|
WMGetSliderValue@Base 0.94.0-1~
|
||||||
|
WMGetSplitViewDividerThickness@Base 0.94.0-1~
|
||||||
|
WMGetSplitViewSubviewAt@Base 0.94.0-1~
|
||||||
|
WMGetSplitViewSubviewsCount@Base 0.94.0-1~
|
||||||
|
WMGetSplitViewVertical@Base 0.94.0-1~
|
||||||
|
WMGetSystemPixmap@Base 0.94.0-1~
|
||||||
|
WMGetTabViewItemIdentifier@Base 0.94.0-1~
|
||||||
|
WMGetTabViewItemLabel@Base 0.94.0-1~
|
||||||
|
WMGetTabViewItemView@Base 0.94.0-1~
|
||||||
|
WMGetTextFieldCursorPosition@Base 0.94.0-1~
|
||||||
|
WMGetTextFieldDelegate@Base 0.94.0-1~
|
||||||
|
WMGetTextFieldEditable@Base 0.94.0-1~
|
||||||
|
WMGetTextFieldFont@Base 0.94.0-1~
|
||||||
|
WMGetTextFieldText@Base 0.94.0-1~
|
||||||
|
WMGetViewPosition@Base 0.94.0-1~
|
||||||
|
WMGetViewScreenPosition@Base 0.94.0-1~
|
||||||
|
WMGetViewSize@Base 0.94.0-1~
|
||||||
|
WMGetWidgetBackgroundColor@Base 0.94.0-1~
|
||||||
|
WMGrayColor@Base 0.94.0-1~
|
||||||
|
WMGreenComponentOfColor@Base 0.94.0-1~
|
||||||
|
WMGroupButtons@Base 0.94.0-1~
|
||||||
|
WMHandleEvent@Base 0.94.0-1~
|
||||||
|
WMHangData@Base 0.94.0-1~
|
||||||
|
WMHideFontPanel@Base 0.94.0-1~
|
||||||
|
WMHookEventHandler@Base 0.94.0-1~
|
||||||
|
WMInsertBrowserItem@Base 0.94.0-1~
|
||||||
|
WMInsertItemInTabView@Base 0.94.0-1~
|
||||||
|
WMInsertListItem@Base 0.94.0-1~
|
||||||
|
WMInsertPopUpButtonItem@Base 0.94.0-1~
|
||||||
|
WMInsertTextFieldText@Base 0.94.0-1~
|
||||||
|
WMIsAntialiasingEnabled@Base 0.94.0-1~
|
||||||
|
WMIsDoubleClick@Base 0.94.0-1~
|
||||||
|
WMIsDraggingFromView@Base 0.94.0-1~
|
||||||
|
WMListAllowsEmptySelection@Base 0.94.0-1~
|
||||||
|
WMListAllowsMultipleSelection@Base 0.94.0-1~
|
||||||
|
WMListDidScrollNotification@Base 0.94.0-1~
|
||||||
|
WMListSelectionDidChangeNotification@Base 0.94.0-1~
|
||||||
|
WMLoadBrowserColumnZero@Base 0.94.0-1~
|
||||||
|
WMLowerWidget@Base 0.94.0-1~
|
||||||
|
WMMapSubwidgets@Base 0.94.0-1~
|
||||||
|
WMMapWidget@Base 0.94.0-1~
|
||||||
|
WMMaskEvent@Base 0.94.0-1~
|
||||||
|
WMMenuItemIsSeparator@Base 0.94.0-1~
|
||||||
|
WMMoveWidget@Base 0.94.0-1~
|
||||||
|
WMNextEvent@Base 0.94.0-1~
|
||||||
|
WMOpenScreen@Base 0.94.0-1~
|
||||||
|
WMPaintColorSwatch@Base 0.94.0-1~
|
||||||
|
WMPerformButtonClick@Base 0.94.0-1~
|
||||||
|
WMRaiseWidget@Base 0.94.0-1~
|
||||||
|
WMRealizeWidget@Base 0.94.0-1~
|
||||||
|
WMRedComponentOfColor@Base 0.94.0-1~
|
||||||
|
WMRedisplayWidget@Base 0.94.0-1~
|
||||||
|
WMRegisterViewForDraggedTypes@Base 0.94.0-1~
|
||||||
|
WMRelayToNextResponder@Base 0.94.0-1~
|
||||||
|
WMReleaseColor@Base 0.94.0-1~
|
||||||
|
WMReleaseFont@Base 0.94.0-1~
|
||||||
|
WMReleasePixmap@Base 0.94.0-1~
|
||||||
|
WMReleaseViewDragImage@Base 0.94.0-1~
|
||||||
|
WMRemoveBoxSubview@Base 0.94.0-1~
|
||||||
|
WMRemoveBrowserItem@Base 0.94.0-1~
|
||||||
|
WMRemoveListItem@Base 0.94.0-1~
|
||||||
|
WMRemovePopUpButtonItem@Base 0.94.0-1~
|
||||||
|
WMRemoveSplitViewSubview@Base 0.94.0-1~
|
||||||
|
WMRemoveSplitViewSubviewAt@Base 0.94.0-1~
|
||||||
|
WMRemoveTabViewItem@Base 0.94.0-1~
|
||||||
|
WMReparentWidget@Base 0.94.0-1~
|
||||||
|
WMRequestSelection@Base 0.94.0-1~
|
||||||
|
WMResizeScrollViewContent@Base 0.94.0-1~
|
||||||
|
WMResizeWidget@Base 0.94.0-1~
|
||||||
|
WMRetainColor@Base 0.94.0-1~
|
||||||
|
WMRetainFont@Base 0.94.0-1~
|
||||||
|
WMRetainPixmap@Base 0.94.0-1~
|
||||||
|
WMRunAlertPanel@Base 0.94.0-1~
|
||||||
|
WMRunInputPanel@Base 0.94.0-1~
|
||||||
|
WMRunModalFilePanelForDirectory@Base 0.94.0-1~
|
||||||
|
WMRunModalLoop@Base 0.94.0-1~
|
||||||
|
WMScreenDepth@Base 0.94.0-1~
|
||||||
|
WMScreenDisplay@Base 0.94.0-1~
|
||||||
|
WMScreenHeight@Base 0.94.0-1~
|
||||||
|
WMScreenMainLoop@Base 0.94.0-1~
|
||||||
|
WMScreenPending@Base 0.94.0-1~
|
||||||
|
WMScreenRContext@Base 0.94.0-1~
|
||||||
|
WMScreenWidth@Base 0.94.0-1~
|
||||||
|
WMScrollViewScrollPoint@Base 0.94.0-1~
|
||||||
|
WMScrollerDidScrollNotification@Base 0.94.0-1~
|
||||||
|
WMSelectAllListItems@Base 0.94.0-1~
|
||||||
|
WMSelectFirstTabViewItem@Base 0.94.0-1~
|
||||||
|
WMSelectLastTabViewItem@Base 0.94.0-1~
|
||||||
|
WMSelectListItem@Base 0.94.0-1~
|
||||||
|
WMSelectListItemsInRange@Base 0.94.0-1~
|
||||||
|
WMSelectNextTabViewItem@Base 0.94.0-1~
|
||||||
|
WMSelectPreviousTabViewItem@Base 0.94.0-1~
|
||||||
|
WMSelectTabViewItem@Base 0.94.0-1~
|
||||||
|
WMSelectTabViewItemAtIndex@Base 0.94.0-1~
|
||||||
|
WMSelectTextFieldRange@Base 0.94.0-1~
|
||||||
|
WMSelectionOwnerDidChangeNotification@Base 0.94.0-1~
|
||||||
|
WMSetApplicationHasAppIcon@Base 0.94.0-1~
|
||||||
|
WMSetApplicationIconImage@Base 0.94.0-1~
|
||||||
|
WMSetApplicationIconPixmap@Base 0.94.0-1~
|
||||||
|
WMSetApplicationIconWindow@Base 0.94.0-1~
|
||||||
|
WMSetBalloonDelay@Base 0.94.0-1~
|
||||||
|
WMSetBalloonEnabled@Base 0.94.0-1~
|
||||||
|
WMSetBalloonFont@Base 0.94.0-1~
|
||||||
|
WMSetBalloonTextAlignment@Base 0.94.0-1~
|
||||||
|
WMSetBalloonTextColor@Base 0.94.0-1~
|
||||||
|
WMSetBalloonTextForView@Base 0.94.0-1~
|
||||||
|
WMSetBoxBorderWidth@Base 0.94.0-1~
|
||||||
|
WMSetBoxHorizontal@Base 0.94.0-1~
|
||||||
|
WMSetBrowserAction@Base 0.94.0-1~
|
||||||
|
WMSetBrowserAllowEmptySelection@Base 0.94.0-1~
|
||||||
|
WMSetBrowserAllowMultipleSelection@Base 0.94.0-1~
|
||||||
|
WMSetBrowserColumnTitle@Base 0.94.0-1~
|
||||||
|
WMSetBrowserDelegate@Base 0.94.0-1~
|
||||||
|
WMSetBrowserDoubleAction@Base 0.94.0-1~
|
||||||
|
WMSetBrowserHasScroller@Base 0.94.0-1~
|
||||||
|
WMSetBrowserMaxVisibleColumns@Base 0.94.0-1~
|
||||||
|
WMSetBrowserPath@Base 0.94.0-1~
|
||||||
|
WMSetBrowserPathSeparator@Base 0.94.0-1~
|
||||||
|
WMSetBrowserTitled@Base 0.94.0-1~
|
||||||
|
WMSetButtonAction@Base 0.94.0-1~
|
||||||
|
WMSetButtonAltImage@Base 0.94.0-1~
|
||||||
|
WMSetButtonAltText@Base 0.94.0-1~
|
||||||
|
WMSetButtonAltTextColor@Base 0.94.0-1~
|
||||||
|
WMSetButtonBordered@Base 0.94.0-1~
|
||||||
|
WMSetButtonContinuous@Base 0.94.0-1~
|
||||||
|
WMSetButtonDisabledTextColor@Base 0.94.0-1~
|
||||||
|
WMSetButtonEnabled@Base 0.94.0-1~
|
||||||
|
WMSetButtonFont@Base 0.94.0-1~
|
||||||
|
WMSetButtonImage@Base 0.94.0-1~
|
||||||
|
WMSetButtonImageDefault@Base 0.94.0-1~
|
||||||
|
WMSetButtonImageDimsWhenDisabled@Base 0.94.0-1~
|
||||||
|
WMSetButtonImagePosition@Base 0.94.0-1~
|
||||||
|
WMSetButtonPeriodicDelay@Base 0.94.0-1~
|
||||||
|
WMSetButtonSelected@Base 0.94.0-1~
|
||||||
|
WMSetButtonTag@Base 0.94.0-1~
|
||||||
|
WMSetButtonText@Base 0.94.0-1~
|
||||||
|
WMSetButtonTextAlignment@Base 0.94.0-1~
|
||||||
|
WMSetButtonTextColor@Base 0.94.0-1~
|
||||||
|
WMSetColorAlpha@Base 0.94.0-1~
|
||||||
|
WMSetColorInGC@Base 0.94.0-1~
|
||||||
|
WMSetColorPanelAction@Base 0.94.0-1~
|
||||||
|
WMSetColorPanelColor@Base 0.94.0-1~
|
||||||
|
WMSetColorPanelPickerMode@Base 0.94.0-1~
|
||||||
|
WMSetColorWellColor@Base 0.94.0-1~
|
||||||
|
WMSetFilePanelAccessoryView@Base 0.94.0-1~
|
||||||
|
WMSetFilePanelAutoCompletion@Base 0.94.0-1~
|
||||||
|
WMSetFilePanelCanChooseDirectories@Base 0.94.0-1~
|
||||||
|
WMSetFilePanelCanChooseFiles@Base 0.94.0-1~
|
||||||
|
WMSetFilePanelDirectory@Base 0.94.0-1~
|
||||||
|
WMSetFocusToWidget@Base 0.94.0-1~
|
||||||
|
WMSetFontPanelAction@Base 0.94.0-1~
|
||||||
|
WMSetFontPanelFont@Base 0.94.0-1~
|
||||||
|
WMSetFrameRelief@Base 0.94.0-1~
|
||||||
|
WMSetFrameTitle@Base 0.94.0-1~
|
||||||
|
WMSetFrameTitlePosition@Base 0.94.0-1~
|
||||||
|
WMSetLabelFont@Base 0.94.0-1~
|
||||||
|
WMSetLabelImage@Base 0.94.0-1~
|
||||||
|
WMSetLabelImagePosition@Base 0.94.0-1~
|
||||||
|
WMSetLabelRelief@Base 0.94.0-1~
|
||||||
|
WMSetLabelText@Base 0.94.0-1~
|
||||||
|
WMSetLabelTextAlignment@Base 0.94.0-1~
|
||||||
|
WMSetLabelTextColor@Base 0.94.0-1~
|
||||||
|
WMSetLabelWraps@Base 0.94.0-1~
|
||||||
|
WMSetListAction@Base 0.94.0-1~
|
||||||
|
WMSetListAllowEmptySelection@Base 0.94.0-1~
|
||||||
|
WMSetListAllowMultipleSelection@Base 0.94.0-1~
|
||||||
|
WMSetListBottomPosition@Base 0.94.0-1~
|
||||||
|
WMSetListDoubleAction@Base 0.94.0-1~
|
||||||
|
WMSetListPosition@Base 0.94.0-1~
|
||||||
|
WMSetListSelectionToRange@Base 0.94.0-1~
|
||||||
|
WMSetListUserDrawItemHeight@Base 0.94.0-1~
|
||||||
|
WMSetListUserDrawProc@Base 0.94.0-1~
|
||||||
|
WMSetMenuItemAction@Base 0.94.0-1~
|
||||||
|
WMSetMenuItemEnabled@Base 0.94.0-1~
|
||||||
|
WMSetMenuItemMixedStatePixmap@Base 0.94.0-1~
|
||||||
|
WMSetMenuItemOffStatePixmap@Base 0.94.0-1~
|
||||||
|
WMSetMenuItemOnStatePixmap@Base 0.94.0-1~
|
||||||
|
WMSetMenuItemPixmap@Base 0.94.0-1~
|
||||||
|
WMSetMenuItemRepresentedObject@Base 0.94.0-1~
|
||||||
|
WMSetMenuItemShortcut@Base 0.94.0-1~
|
||||||
|
WMSetMenuItemShortcutModifierMask@Base 0.94.0-1~
|
||||||
|
WMSetMenuItemState@Base 0.94.0-1~
|
||||||
|
WMSetMenuItemTitle@Base 0.94.0-1~
|
||||||
|
WMSetPopUpButtonAction@Base 0.94.0-1~
|
||||||
|
WMSetPopUpButtonEnabled@Base 0.94.0-1~
|
||||||
|
WMSetPopUpButtonItemEnabled@Base 0.94.0-1~
|
||||||
|
WMSetPopUpButtonPullsDown@Base 0.94.0-1~
|
||||||
|
WMSetPopUpButtonSelectedItem@Base 0.94.0-1~
|
||||||
|
WMSetPopUpButtonText@Base 0.94.0-1~
|
||||||
|
WMSetScrollViewContentView@Base 0.94.0-1~
|
||||||
|
WMSetScrollViewHasHorizontalScroller@Base 0.94.0-1~
|
||||||
|
WMSetScrollViewHasVerticalScroller@Base 0.94.0-1~
|
||||||
|
WMSetScrollViewLineScroll@Base 0.94.0-1~
|
||||||
|
WMSetScrollViewPageScroll@Base 0.94.0-1~
|
||||||
|
WMSetScrollViewRelief@Base 0.94.0-1~
|
||||||
|
WMSetScrollerAction@Base 0.94.0-1~
|
||||||
|
WMSetScrollerArrowsPosition@Base 0.94.0-1~
|
||||||
|
WMSetScrollerParameters@Base 0.94.0-1~
|
||||||
|
WMSetSliderAction@Base 0.94.0-1~
|
||||||
|
WMSetSliderContinuous@Base 0.94.0-1~
|
||||||
|
WMSetSliderImage@Base 0.94.0-1~
|
||||||
|
WMSetSliderKnobThickness@Base 0.94.0-1~
|
||||||
|
WMSetSliderMaxValue@Base 0.94.0-1~
|
||||||
|
WMSetSliderMinValue@Base 0.94.0-1~
|
||||||
|
WMSetSliderValue@Base 0.94.0-1~
|
||||||
|
WMSetSplitViewConstrainProc@Base 0.94.0-1~
|
||||||
|
WMSetSplitViewVertical@Base 0.94.0-1~
|
||||||
|
WMSetTabViewDelegate@Base 0.94.0-1~
|
||||||
|
WMSetTabViewEnabled@Base 0.94.0-1~
|
||||||
|
WMSetTabViewFont@Base 0.94.0-1~
|
||||||
|
WMSetTabViewItemEnabled@Base 0.94.0-1~
|
||||||
|
WMSetTabViewItemLabel@Base 0.94.0-1~
|
||||||
|
WMSetTabViewItemView@Base 0.94.0-1~
|
||||||
|
WMSetTabViewType@Base 0.94.0-1~
|
||||||
|
WMSetTextFieldAlignment@Base 0.94.0-1~
|
||||||
|
WMSetTextFieldBeveled@Base 0.94.0-1~
|
||||||
|
WMSetTextFieldBordered@Base 0.94.0-1~
|
||||||
|
WMSetTextFieldCursorPosition@Base 0.94.0-1~
|
||||||
|
WMSetTextFieldDelegate@Base 0.94.0-1~
|
||||||
|
WMSetTextFieldEditable@Base 0.94.0-1~
|
||||||
|
WMSetTextFieldFont@Base 0.94.0-1~
|
||||||
|
WMSetTextFieldNextTextField@Base 0.94.0-1~
|
||||||
|
WMSetTextFieldPrevTextField@Base 0.94.0-1~
|
||||||
|
WMSetTextFieldSecure@Base 0.94.0-1~
|
||||||
|
WMSetTextFieldText@Base 0.94.0-1~
|
||||||
|
WMSetViewDragDestinationProcs@Base 0.94.0-1~
|
||||||
|
WMSetViewDragImage@Base 0.94.0-1~
|
||||||
|
WMSetViewDragSourceProcs@Base 0.94.0-1~
|
||||||
|
WMSetViewDraggable@Base 0.94.0-1~
|
||||||
|
WMSetViewExpandsToParent@Base 0.94.0-1~
|
||||||
|
WMSetViewNextResponder@Base 0.94.0-1~
|
||||||
|
WMSetViewNotifySizeChanges@Base 0.94.0-1~
|
||||||
|
WMSetWidgetBackgroundColor@Base 0.94.0-1~
|
||||||
|
WMSetWidgetDefaultBoldFont@Base 0.94.0-1~
|
||||||
|
WMSetWidgetDefaultFont@Base 0.94.0-1~
|
||||||
|
WMSetWindowAspectRatio@Base 0.94.0-1~
|
||||||
|
WMSetWindowBaseSize@Base 0.94.0-1~
|
||||||
|
WMSetWindowCloseAction@Base 0.94.0-1~
|
||||||
|
WMSetWindowDocumentEdited@Base 0.94.0-1~
|
||||||
|
WMSetWindowInitialPosition@Base 0.94.0-1~
|
||||||
|
WMSetWindowLevel@Base 0.94.0-1~
|
||||||
|
WMSetWindowMaxSize@Base 0.94.0-1~
|
||||||
|
WMSetWindowMinSize@Base 0.94.0-1~
|
||||||
|
WMSetWindowMiniwindowImage@Base 0.94.0-1~
|
||||||
|
WMSetWindowMiniwindowPixmap@Base 0.94.0-1~
|
||||||
|
WMSetWindowMiniwindowTitle@Base 0.94.0-1~
|
||||||
|
WMSetWindowResizeIncrements@Base 0.94.0-1~
|
||||||
|
WMSetWindowTitle@Base 0.94.0-1~
|
||||||
|
WMSetWindowUserPosition@Base 0.94.0-1~
|
||||||
|
WMShowColorPanel@Base 0.94.0-1~
|
||||||
|
WMShowFontPanel@Base 0.94.0-1~
|
||||||
|
WMSortBrowserColumn@Base 0.94.0-1~
|
||||||
|
WMSortBrowserColumnWithComparer@Base 0.94.0-1~
|
||||||
|
WMSortListItems@Base 0.94.0-1~
|
||||||
|
WMSortListItemsWithComparer@Base 0.94.0-1~
|
||||||
|
WMSystemFontOfSize@Base 0.94.0-1~
|
||||||
|
WMTabViewItemAtPoint@Base 0.94.0-1~
|
||||||
|
WMTextDidBeginEditingNotification@Base 0.94.0-1~
|
||||||
|
WMTextDidChangeNotification@Base 0.94.0-1~
|
||||||
|
WMTextDidEndEditingNotification@Base 0.94.0-1~
|
||||||
|
WMUnmapSubwidgets@Base 0.94.0-1~
|
||||||
|
WMUnmapWidget@Base 0.94.0-1~
|
||||||
|
WMUnregisterViewDraggedTypes@Base 0.94.0-1~
|
||||||
|
WMUnselectAllListItems@Base 0.94.0-1~
|
||||||
|
WMUnselectListItem@Base 0.94.0-1~
|
||||||
|
WMUnsetViewDraggable@Base 0.94.0-1~
|
||||||
|
WMViewFocusDidChangeNotification@Base 0.94.0-1~
|
||||||
|
WMViewRealizedNotification@Base 0.94.0-1~
|
||||||
|
WMViewSizeDidChangeNotification@Base 0.94.0-1~
|
||||||
|
WMViewXID@Base 0.94.0-1~
|
||||||
|
WMWhiteColor@Base 0.94.0-1~
|
||||||
|
WMWidgetHeight@Base 0.94.0-1~
|
||||||
|
WMWidgetIsMapped@Base 0.94.0-1~
|
||||||
|
WMWidgetOfView@Base 0.94.0-1~
|
||||||
|
WMWidgetScreen@Base 0.94.0-1~
|
||||||
|
WMWidgetWidth@Base 0.94.0-1~
|
||||||
|
WMWidgetXID@Base 0.94.0-1~
|
||||||
|
WMWidthOfString@Base 0.94.0-1~
|
||||||
|
WSetColorWellBordered@Base 0.94.0-1~
|
||||||
|
W_ActionToOperation@Base 0.94.0-1~
|
||||||
|
W_BalloonHandleEnterView@Base 0.94.0-1~
|
||||||
|
W_BalloonHandleLeaveView@Base 0.94.0-1~
|
||||||
|
W_BroadcastMessage@Base 0.94.0-1~
|
||||||
|
W_CallDestroyHandlers@Base 0.94.0-1~
|
||||||
|
W_CreateBalloon@Base 0.94.0-1~
|
||||||
|
W_CreateIC@Base 0.94.0-1~
|
||||||
|
W_CreateRootView@Base 0.94.0-1~
|
||||||
|
W_CreateTopView@Base 0.94.0-1~
|
||||||
|
W_CreateUnmanagedTopView@Base 0.94.0-1~
|
||||||
|
W_CreateView@Base 0.94.0-1~
|
||||||
|
W_DestroyIC@Base 0.94.0-1~
|
||||||
|
W_DestroyView@Base 0.94.0-1~
|
||||||
|
W_DispatchMessage@Base 0.94.0-1~
|
||||||
|
W_DragDestinationCancelDropOnEnter@Base 0.94.0-1~
|
||||||
|
W_DragDestinationInfoClear@Base 0.94.0-1~
|
||||||
|
W_DragDestinationStartTimer@Base 0.94.0-1~
|
||||||
|
W_DragDestinationStateHandler@Base 0.94.0-1~
|
||||||
|
W_DragDestinationStopTimer@Base 0.94.0-1~
|
||||||
|
W_DragDestinationStoreEnterMsgInfo@Base 0.94.0-1~
|
||||||
|
W_DragDestinationStorePositionMsgInfo@Base 0.94.0-1~
|
||||||
|
W_DragSourceStartTimer@Base 0.94.0-1~
|
||||||
|
W_DragSourceStateHandler@Base 0.94.0-1~
|
||||||
|
W_DragSourceStopTimer@Base 0.94.0-1~
|
||||||
|
W_DraggingInfo@Base 0.94.0-1~
|
||||||
|
W_DrawRelief@Base 0.94.0-1~
|
||||||
|
W_DrawReliefWithGC@Base 0.94.0-1~
|
||||||
|
W_FocusIC@Base 0.94.0-1~
|
||||||
|
W_FocusedViewOfToplevel@Base 0.94.0-1~
|
||||||
|
W_FreeViewXdndPart@Base 0.94.0-1~
|
||||||
|
W_GetTextHeight@Base 0.94.0-1~
|
||||||
|
W_GetViewForXWindow@Base 0.94.0-1~
|
||||||
|
W_HandleDNDClientMessage@Base 0.94.0-1~
|
||||||
|
W_HandleSelectionEvent@Base 0.94.0-1~
|
||||||
|
W_InitApplication@Base 0.94.0-1~
|
||||||
|
W_InitIM@Base 0.94.0-1~
|
||||||
|
W_LookupString@Base 0.94.0-1~
|
||||||
|
W_LowerView@Base 0.94.0-1~
|
||||||
|
W_MapSubviews@Base 0.94.0-1~
|
||||||
|
W_MapView@Base 0.94.0-1~
|
||||||
|
W_MoveView@Base 0.94.0-1~
|
||||||
|
W_OperationToAction@Base 0.94.0-1~
|
||||||
|
W_PaintText@Base 0.94.0-1~
|
||||||
|
W_PaintTextAndImage@Base 0.94.0-1~
|
||||||
|
W_RaiseView@Base 0.94.0-1~
|
||||||
|
W_ReadConfigurations@Base 0.94.0-1~
|
||||||
|
W_RealizeView@Base 0.94.0-1~
|
||||||
|
W_RedisplayView@Base 0.94.0-1~
|
||||||
|
W_RegisterUserWidget@Base 0.94.0-1~
|
||||||
|
W_ReleaseView@Base 0.94.0-1~
|
||||||
|
W_ReparentView@Base 0.94.0-1~
|
||||||
|
W_ResizeView@Base 0.94.0-1~
|
||||||
|
W_RetainView@Base 0.94.0-1~
|
||||||
|
W_SendDnDClientMessage@Base 0.94.0-1~
|
||||||
|
W_SetFocusOfTopLevel@Base 0.94.0-1~
|
||||||
|
W_SetPreeditPositon@Base 0.94.0-1~
|
||||||
|
W_SetViewBackgroundColor@Base 0.94.0-1~
|
||||||
|
W_SetViewCursor@Base 0.94.0-1~
|
||||||
|
W_SetXdndAwareProperty@Base 0.94.0-1~
|
||||||
|
W_TopLevelOfView@Base 0.94.0-1~
|
||||||
|
W_UnFocusIC@Base 0.94.0-1~
|
||||||
|
W_UnmapSubviews@Base 0.94.0-1~
|
||||||
|
W_UnmapView@Base 0.94.0-1~
|
||||||
|
_BrowserViewDelegate@Base 0.94.0-1~
|
||||||
|
_ColorWellViewDelegate@Base 0.94.0-1~
|
||||||
|
_ListViewDelegate@Base 0.94.0-1~
|
||||||
|
_ScrollViewViewDelegate@Base 0.94.0-1~
|
||||||
|
_ScrollerViewDelegate@Base 0.94.0-1~
|
||||||
|
_SliderViewDelegate@Base 0.94.0-1~
|
||||||
|
_TextFieldViewDelegate@Base 0.94.0-1~
|
||||||
|
_WindowViewDelegate@Base 0.94.0-1~
|
||||||
|
colorListMenuItem@Base 0.94.0-1~
|
||||||
|
convertCPColor@Base 0.94.0-1~
|
||||||
|
customPaletteMenuItem@Base 0.94.0-1~
|
||||||
|
generateNewFilename@Base 0.94.0-1~
|
||||||
|
getNextRequestedDataType@Base 0.94.0-1~
|
||||||
|
getShift@Base 0.94.0-1~
|
||||||
|
makeMenuPixmap@Base 0.94.0-1~
|
||||||
|
requestDropData@Base 0.94.0-1~
|
||||||
|
requestDropDataInSelection@Base 0.94.0-1~
|
||||||
|
rgbColors@Base 0.94.0-1~
|
||||||
|
sourceOperationList@Base 0.94.0-1~
|
||||||
|
storeRequiredTypeList@Base 0.94.0-1~
|
||||||
|
ulongToRColor@Base 0.94.0-1~
|
||||||
|
wmkpoint@Base 0.94.0-1~
|
||||||
|
wmkrect@Base 0.94.0-1~
|
||||||
|
wmksize@Base 0.94.0-1~
|
||||||
|
libWUtil.so.2 libwutil2 #MINVER#
|
||||||
|
WHandleEvents@Base 0.94.0-1~
|
||||||
|
WMAddIdleHandler@Base 0.94.0-1~
|
||||||
|
WMAddInputHandler@Base 0.94.0-1~
|
||||||
|
WMAddNotificationObserver@Base 0.94.0-1~
|
||||||
|
WMAddPersistentTimerHandler@Base 0.94.0-1~
|
||||||
|
WMAddTimerHandler@Base 0.94.0-1~
|
||||||
|
WMAddToArray@Base 0.94.0-1~
|
||||||
|
WMAddToPLArray@Base 0.94.0-1~
|
||||||
|
WMAppendArray@Base 0.94.0-1~
|
||||||
|
WMAppendBag@Base 0.94.0-1~
|
||||||
|
WMAppendData@Base 0.94.0-1~
|
||||||
|
WMAppendDataBytes@Base 0.94.0-1~
|
||||||
|
WMApplication@Base 0.94.0-1~
|
||||||
|
WMArrayFirst@Base 0.94.0-1~
|
||||||
|
WMArrayLast@Base 0.94.0-1~
|
||||||
|
WMArrayNext@Base 0.94.0-1~
|
||||||
|
WMArrayPrevious@Base 0.94.0-1~
|
||||||
|
WMBagFirst@Base 0.94.0-1~
|
||||||
|
WMBagIndexForIterator@Base 0.94.0-1~
|
||||||
|
WMBagIteratorAtIndex@Base 0.94.0-1~
|
||||||
|
WMBagLast@Base 0.94.0-1~
|
||||||
|
WMBagNext@Base 0.94.0-1~
|
||||||
|
WMBagPrevious@Base 0.94.0-1~
|
||||||
|
WMCountHashTable@Base 0.94.0-1~
|
||||||
|
WMCountInArray@Base 0.94.0-1~
|
||||||
|
WMCountInBag@Base 0.94.0-1~
|
||||||
|
WMCreateArray@Base 0.94.0-1~
|
||||||
|
WMCreateArrayWithArray@Base 0.94.0-1~
|
||||||
|
WMCreateArrayWithDestructor@Base 0.94.0-1~
|
||||||
|
WMCreateDataWithBytes@Base 0.94.0-1~
|
||||||
|
WMCreateDataWithBytesNoCopy@Base 0.94.0-1~
|
||||||
|
WMCreateDataWithCapacity@Base 0.94.0-1~
|
||||||
|
WMCreateDataWithData@Base 0.94.0-1~
|
||||||
|
WMCreateDataWithLength@Base 0.94.0-1~
|
||||||
|
WMCreateHashTable@Base 0.94.0-1~
|
||||||
|
WMCreateNotification@Base 0.94.0-1~
|
||||||
|
WMCreateNotificationQueue@Base 0.94.0-1~
|
||||||
|
WMCreatePLArray@Base 0.94.0-1~
|
||||||
|
WMCreatePLData@Base 0.94.0-1~
|
||||||
|
WMCreatePLDataWithBytes@Base 0.94.0-1~
|
||||||
|
WMCreatePLDataWithBytesNoCopy@Base 0.94.0-1~
|
||||||
|
WMCreatePLDictionary@Base 0.94.0-1~
|
||||||
|
WMCreatePLString@Base 0.94.0-1~
|
||||||
|
WMCreatePropListFromDescription@Base 0.94.0-1~
|
||||||
|
WMCreateTreeBag@Base 0.94.0-1~
|
||||||
|
WMCreateTreeBagWithDestructor@Base 0.94.0-1~
|
||||||
|
WMCreateTreeNode@Base 0.94.0-1~
|
||||||
|
WMCreateTreeNodeWithDestructor@Base 0.94.0-1~
|
||||||
|
WMDataBytes@Base 0.94.0-1~
|
||||||
|
WMDeepCopyPropList@Base 0.94.0-1~
|
||||||
|
WMDeleteFromArray@Base 0.94.0-1~
|
||||||
|
WMDeleteFromBag@Base 0.94.0-1~
|
||||||
|
WMDeleteFromPLArray@Base 0.94.0-1~
|
||||||
|
WMDeleteIdleHandler@Base 0.94.0-1~
|
||||||
|
WMDeleteInputHandler@Base 0.94.0-1~
|
||||||
|
WMDeleteLeafForTreeNode@Base 0.94.0-1~
|
||||||
|
WMDeleteTimerHandler@Base 0.94.0-1~
|
||||||
|
WMDeleteTimerWithClientData@Base 0.94.0-1~
|
||||||
|
WMDequeueNotificationMatching@Base 0.94.0-1~
|
||||||
|
WMDestroyTreeNode@Base 0.94.0-1~
|
||||||
|
WMEmptyArray@Base 0.94.0-1~
|
||||||
|
WMEmptyBag@Base 0.94.0-1~
|
||||||
|
WMEnableUDPeriodicSynchronization@Base 0.94.0-1~
|
||||||
|
WMEnqueueCoalesceNotification@Base 0.94.0-1~
|
||||||
|
WMEnqueueNotification@Base 0.94.0-1~
|
||||||
|
WMEnumerateHashTable@Base 0.94.0-1~
|
||||||
|
WMEraseFromBag@Base 0.94.0-1~
|
||||||
|
WMFindInArray@Base 0.94.0-1~
|
||||||
|
WMFindInBag@Base 0.94.0-1~
|
||||||
|
WMFindInTree@Base 0.94.0-1~
|
||||||
|
WMFindInTreeWithDepthLimit@Base 0.94.0-1~
|
||||||
|
WMFreeArray@Base 0.94.0-1~
|
||||||
|
WMFreeBag@Base 0.94.0-1~
|
||||||
|
WMFreeHashTable@Base 0.94.0-1~
|
||||||
|
WMGetApplicationName@Base 0.94.0-1~
|
||||||
|
WMGetArrayItemCount@Base 0.94.0-1~
|
||||||
|
WMGetBagItemCount@Base 0.94.0-1~
|
||||||
|
WMGetDataBytes@Base 0.94.0-1~
|
||||||
|
WMGetDataBytesWithLength@Base 0.94.0-1~
|
||||||
|
WMGetDataBytesWithRange@Base 0.94.0-1~
|
||||||
|
WMGetDataForTreeNode@Base 0.94.0-1~
|
||||||
|
WMGetDataFormat@Base 0.94.0-1~
|
||||||
|
WMGetDataLength@Base 0.94.0-1~
|
||||||
|
WMGetDefaultNotificationQueue@Base 0.94.0-1~
|
||||||
|
WMGetDefaultsFromPath@Base 0.94.0-1~
|
||||||
|
WMGetFirstInBag@Base 0.94.0-1~
|
||||||
|
WMGetFromArray@Base 0.94.0-1~
|
||||||
|
WMGetFromBag@Base 0.94.0-1~
|
||||||
|
WMGetFromPLArray@Base 0.94.0-1~
|
||||||
|
WMGetFromPLData@Base 0.94.0-1~
|
||||||
|
WMGetFromPLDictionary@Base 0.94.0-1~
|
||||||
|
WMGetFromPLString@Base 0.94.0-1~
|
||||||
|
WMGetNotificationClientData@Base 0.94.0-1~
|
||||||
|
WMGetNotificationName@Base 0.94.0-1~
|
||||||
|
WMGetNotificationObject@Base 0.94.0-1~
|
||||||
|
WMGetPLDataBytes@Base 0.94.0-1~
|
||||||
|
WMGetPLDataLength@Base 0.94.0-1~
|
||||||
|
WMGetPLDictionaryKeys@Base 0.94.0-1~
|
||||||
|
WMGetParentForTreeNode@Base 0.94.0-1~
|
||||||
|
WMGetPropListDescription@Base 0.94.0-1~
|
||||||
|
WMGetPropListItemCount@Base 0.94.0-1~
|
||||||
|
WMGetStandardUserDefaults@Base 0.94.0-1~
|
||||||
|
WMGetSubarrayWithRange@Base 0.94.0-1~
|
||||||
|
WMGetSubdataWithRange@Base 0.94.0-1~
|
||||||
|
WMGetTreeNodeDepth@Base 0.94.0-1~
|
||||||
|
WMGetUDBoolForKey@Base 0.94.0-1~
|
||||||
|
WMGetUDFloatForKey@Base 0.94.0-1~
|
||||||
|
WMGetUDIntegerForKey@Base 0.94.0-1~
|
||||||
|
WMGetUDKeys@Base 0.94.0-1~
|
||||||
|
WMGetUDObjectForKey@Base 0.94.0-1~
|
||||||
|
WMGetUDSearchList@Base 0.94.0-1~
|
||||||
|
WMGetUDStringForKey@Base 0.94.0-1~
|
||||||
|
WMHashGet@Base 0.94.0-1~
|
||||||
|
WMHashGetItemAndKey@Base 0.94.0-1~
|
||||||
|
WMHashInsert@Base 0.94.0-1~
|
||||||
|
WMHashRemove@Base 0.94.0-1~
|
||||||
|
WMIncreaseDataLengthBy@Base 0.94.0-1~
|
||||||
|
WMInitializeApplication@Base 0.94.0-1~
|
||||||
|
WMInsertInArray@Base 0.94.0-1~
|
||||||
|
WMInsertInBag@Base 0.94.0-1~
|
||||||
|
WMInsertInPLArray@Base 0.94.0-1~
|
||||||
|
WMInsertItemInTree@Base 0.94.0-1~
|
||||||
|
WMInsertNodeInTree@Base 0.94.0-1~
|
||||||
|
WMIntHashCallbacks@Base 0.94.0-1~
|
||||||
|
WMIsDataEqualToData@Base 0.94.0-1~
|
||||||
|
WMIsPLArray@Base 0.94.0-1~
|
||||||
|
WMIsPLData@Base 0.94.0-1~
|
||||||
|
WMIsPLDictionary@Base 0.94.0-1~
|
||||||
|
WMIsPLString@Base 0.94.0-1~
|
||||||
|
WMIsPropListEqualTo@Base 0.94.0-1~
|
||||||
|
WMMapArray@Base 0.94.0-1~
|
||||||
|
WMMapBag@Base 0.94.0-1~
|
||||||
|
WMMergePLDictionaries@Base 0.94.0-1~
|
||||||
|
WMNextHashEnumeratorItem@Base 0.94.0-1~
|
||||||
|
WMNextHashEnumeratorItemAndKey@Base 0.94.0-1~
|
||||||
|
WMNextHashEnumeratorKey@Base 0.94.0-1~
|
||||||
|
WMPLSetCaseSensitive@Base 0.94.0-1~
|
||||||
|
WMPathForResourceOfType@Base 0.94.0-1~
|
||||||
|
WMPopFromArray@Base 0.94.0-1~
|
||||||
|
WMPostNotification@Base 0.94.0-1~
|
||||||
|
WMPostNotificationName@Base 0.94.0-1~
|
||||||
|
WMPutInBag@Base 0.94.0-1~
|
||||||
|
WMPutInPLDictionary@Base 0.94.0-1~
|
||||||
|
WMReadPropListFromFile@Base 0.94.0-1~
|
||||||
|
WMReleaseData@Base 0.94.0-1~
|
||||||
|
WMReleaseNotification@Base 0.94.0-1~
|
||||||
|
WMReleasePropList@Base 0.94.0-1~
|
||||||
|
WMRemoveFromArrayMatching@Base 0.94.0-1~
|
||||||
|
WMRemoveFromBag@Base 0.94.0-1~
|
||||||
|
WMRemoveFromPLArray@Base 0.94.0-1~
|
||||||
|
WMRemoveFromPLDictionary@Base 0.94.0-1~
|
||||||
|
WMRemoveLeafForTreeNode@Base 0.94.0-1~
|
||||||
|
WMRemoveNotificationObserver@Base 0.94.0-1~
|
||||||
|
WMRemoveNotificationObserverWithName@Base 0.94.0-1~
|
||||||
|
WMRemoveUDObjectForKey@Base 0.94.0-1~
|
||||||
|
WMReplaceDataBytesInRange@Base 0.94.0-1~
|
||||||
|
WMReplaceDataForTreeNode@Base 0.94.0-1~
|
||||||
|
WMReplaceInArray@Base 0.94.0-1~
|
||||||
|
WMReplaceInBag@Base 0.94.0-1~
|
||||||
|
WMResetDataBytesInRange@Base 0.94.0-1~
|
||||||
|
WMResetHashTable@Base 0.94.0-1~
|
||||||
|
WMRetainData@Base 0.94.0-1~
|
||||||
|
WMRetainNotification@Base 0.94.0-1~
|
||||||
|
WMRetainPropList@Base 0.94.0-1~
|
||||||
|
WMSaveUserDefaults@Base 0.94.0-1~
|
||||||
|
WMSetData@Base 0.94.0-1~
|
||||||
|
WMSetDataCapacity@Base 0.94.0-1~
|
||||||
|
WMSetDataFormat@Base 0.94.0-1~
|
||||||
|
WMSetDataLength@Base 0.94.0-1~
|
||||||
|
WMSetResourcePath@Base 0.94.0-1~
|
||||||
|
WMSetUDBoolForKey@Base 0.94.0-1~
|
||||||
|
WMSetUDFloatForKey@Base 0.94.0-1~
|
||||||
|
WMSetUDIntegerForKey@Base 0.94.0-1~
|
||||||
|
WMSetUDObjectForKey@Base 0.94.0-1~
|
||||||
|
WMSetUDSearchList@Base 0.94.0-1~
|
||||||
|
WMSetUDStringForKey@Base 0.94.0-1~
|
||||||
|
WMShallowCopyPropList@Base 0.94.0-1~
|
||||||
|
WMSortArray@Base 0.94.0-1~
|
||||||
|
WMSortBag@Base 0.94.0-1~
|
||||||
|
WMSortLeavesForTreeNode@Base 0.94.0-1~
|
||||||
|
WMSortTree@Base 0.94.0-1~
|
||||||
|
WMStringHashCallbacks@Base 0.94.0-1~
|
||||||
|
WMStringPointerHashCallbacks@Base 0.94.0-1~
|
||||||
|
WMSubtractPLDictionaries@Base 0.94.0-1~
|
||||||
|
WMSynchronizeUserDefaults@Base 0.94.0-1~
|
||||||
|
WMTreeWalk@Base 0.94.0-1~
|
||||||
|
WMUserDefaultsDidChangeNotification@Base 0.94.0-1~
|
||||||
|
WMWritePropListToFile@Base 0.94.0-1~
|
||||||
|
W_ApplicationInitialized@Base 0.94.0-1~
|
||||||
|
W_CheckIdleHandlers@Base 0.94.0-1~
|
||||||
|
W_CheckTimerHandlers@Base 0.94.0-1~
|
||||||
|
W_DraggingInfo@Base 0.94.0-1~
|
||||||
|
W_FlushASAPNotificationQueue@Base 0.94.0-1~
|
||||||
|
W_FlushIdleNotificationQueue@Base 0.94.0-1~
|
||||||
|
W_HandleInputEvents@Base 0.94.0-1~
|
||||||
|
W_InitNotificationCenter@Base 0.94.0-1~
|
||||||
|
_WINGS_progname@Base 0.94.0-1~
|
||||||
|
__wmessage@Base 0.94.0-1~
|
||||||
|
destroyNode@Base 0.94.0-1~
|
||||||
|
wdefaultspathfordomain@Base 0.94.0-1~
|
||||||
|
wexpandpath@Base 0.94.0-1~
|
||||||
|
wfindfile@Base 0.94.0-1~
|
||||||
|
wfindfileinarray@Base 0.94.0-1~
|
||||||
|
wfindfileinlist@Base 0.94.0-1~
|
||||||
|
wfree@Base 0.94.0-1~
|
||||||
|
wgethomedir@Base 0.94.0-1~
|
||||||
|
wglobaldefaultspathfordomain@Base 0.94.0-1~
|
||||||
|
wmalloc@Base 0.94.0-1~
|
||||||
|
wmkdirhier@Base 0.94.0-1~
|
||||||
|
wmkrange@Base 0.94.0-1~
|
||||||
|
wrealloc@Base 0.94.0-1~
|
||||||
|
wrelease@Base 0.94.0-1~
|
||||||
|
wretain@Base 0.94.0-1~
|
||||||
|
wrmdirhier@Base 0.94.0-1~
|
||||||
|
wsetabort@Base 0.94.0-1~
|
||||||
|
wshellquote@Base 0.94.0-1~
|
||||||
|
wstrappend@Base 0.94.0-1~
|
||||||
|
wstrconcat@Base 0.94.0-1~
|
||||||
|
wstrdup@Base 0.94.0-1~
|
||||||
|
wstrlcat@Base 0.94.0-1~
|
||||||
|
wstrlcpy@Base 0.94.0-1~
|
||||||
|
wstrndup@Base 0.94.0-1~
|
||||||
|
wtokenfree@Base 0.94.0-1~
|
||||||
|
wtokenjoin@Base 0.94.0-1~
|
||||||
|
wtokennext@Base 0.94.0-1~
|
||||||
|
wtokensplit@Base 0.94.0-1~
|
||||||
|
wtrimspace@Base 0.94.0-1~
|
||||||
|
wusergnusteppath@Base 0.94.0-1~
|
||||||
|
wusleep@Base 0.94.0-1~
|
||||||
|
libwraster.so.3 libwutil2 #MINVER#
|
||||||
|
LIBWRASTER3@LIBWRASTER3 0.94.0-1~
|
||||||
|
RBevelImage@LIBWRASTER3 0.94.0-1~
|
||||||
|
RBlurImage@LIBWRASTER3 0.94.0-1~
|
||||||
|
RClearImage@LIBWRASTER3 0.94.0-1~
|
||||||
|
RCloneImage@LIBWRASTER3 0.94.0-1~
|
||||||
|
RCombineArea@LIBWRASTER3 0.94.0-1~
|
||||||
|
RCombineAreaWithOpaqueness@LIBWRASTER3 0.94.0-1~
|
||||||
|
RCombineImageWithColor@LIBWRASTER3 0.94.0-1~
|
||||||
|
RCombineImages@LIBWRASTER3 0.94.0-1~
|
||||||
|
RCombineImagesWithOpaqueness@LIBWRASTER3 0.94.0-1~
|
||||||
|
RConvertImage@LIBWRASTER3 0.94.0-1~
|
||||||
|
RConvertImageMask@LIBWRASTER3 0.94.0-1~
|
||||||
|
RCopyArea@LIBWRASTER3 0.94.0-1~
|
||||||
|
RCreateContext@LIBWRASTER3 0.94.0-1~
|
||||||
|
RCreateImage@LIBWRASTER3 0.94.0-1~
|
||||||
|
RCreateImageFromDrawable@LIBWRASTER3 0.94.0-1~
|
||||||
|
RCreateImageFromXImage@LIBWRASTER3 0.94.0-1~
|
||||||
|
RCreateXImage@LIBWRASTER3 0.94.0-1~
|
||||||
|
RDestroyXImage@LIBWRASTER3 0.94.0-1~
|
||||||
|
RDrawLine@LIBWRASTER3 0.94.0-1~
|
||||||
|
RDrawLines@LIBWRASTER3 0.94.0-1~
|
||||||
|
RDrawSegments@LIBWRASTER3 0.94.0-1~
|
||||||
|
RErrorCode@LIBWRASTER3 0.94.0-1~
|
||||||
|
RFillImage@LIBWRASTER3 0.94.0-1~
|
||||||
|
RGetClosestXColor@LIBWRASTER3 0.94.0-1~
|
||||||
|
RGetImageFileFormat@LIBWRASTER3 0.94.0-1~
|
||||||
|
RGetImageFromXPMData@LIBWRASTER3 0.94.0-1~
|
||||||
|
RGetPixel@LIBWRASTER3 0.94.0-1~
|
||||||
|
RGetSubImage@LIBWRASTER3 0.94.0-1~
|
||||||
|
RGetXImage@LIBWRASTER3 0.94.0-1~
|
||||||
|
RHSVtoRGB@LIBWRASTER3 0.94.0-1~
|
||||||
|
RLightImage@LIBWRASTER3 0.94.0-1~
|
||||||
|
RLoadImage@LIBWRASTER3 0.94.0-1~
|
||||||
|
RMakeCenteredImage@LIBWRASTER3 0.94.0-1~
|
||||||
|
RMakeTiledImage@LIBWRASTER3 0.94.0-1~
|
||||||
|
RMessageForError@LIBWRASTER3 0.94.0-1~
|
||||||
|
ROperateLine@LIBWRASTER3 0.94.0-1~
|
||||||
|
ROperateLines@LIBWRASTER3 0.94.0-1~
|
||||||
|
ROperatePixel@LIBWRASTER3 0.94.0-1~
|
||||||
|
ROperatePixels@LIBWRASTER3 0.94.0-1~
|
||||||
|
ROperateSegments@LIBWRASTER3 0.94.0-1~
|
||||||
|
RPutPixel@LIBWRASTER3 0.94.0-1~
|
||||||
|
RPutPixels@LIBWRASTER3 0.94.0-1~
|
||||||
|
RPutXImage@LIBWRASTER3 0.94.0-1~
|
||||||
|
RRGBtoHSV@LIBWRASTER3 0.94.0-1~
|
||||||
|
RReleaseImage@LIBWRASTER3 0.94.0-1~
|
||||||
|
RRenderGradient@LIBWRASTER3 0.94.0-1~
|
||||||
|
RRenderInterwovenGradient@LIBWRASTER3 0.94.0-1~
|
||||||
|
RRenderMultiGradient@LIBWRASTER3 0.94.0-1~
|
||||||
|
RRetainImage@LIBWRASTER3 0.94.0-1~
|
||||||
|
RRotateImage@LIBWRASTER3 0.94.0-1~
|
||||||
|
RSaveImage@LIBWRASTER3 0.94.0-1~
|
||||||
|
RScaleImage@LIBWRASTER3 0.94.0-1~
|
||||||
|
RSmoothScaleImage@LIBWRASTER3 0.94.0-1~
|
||||||
|
RSupportedFileFormats@LIBWRASTER3 0.94.0-1~
|
||||||
167
debian/manpages/wmaker.1x
vendored
167
debian/manpages/wmaker.1x
vendored
@@ -1,167 +0,0 @@
|
|||||||
.\" Hey, Emacs! This is an -*- nroff -*- source file.
|
|
||||||
.TH "Window Maker" 1x "January 1999" "Debian Project"
|
|
||||||
.SH NAME
|
|
||||||
wmaker \- X11 window manager with a NEXTSTEP look
|
|
||||||
.SH SYNOPSIS
|
|
||||||
.B wmaker
|
|
||||||
.I "[-options]"
|
|
||||||
.SH "DESCRIPTION"
|
|
||||||
Window Maker is a X11 window manager with a NEXTSTEP look. It tries to
|
|
||||||
emulate NeXT's look as much as possible, but it deviates from it as
|
|
||||||
necessary.
|
|
||||||
.PP
|
|
||||||
\fIPlease note this manpage has been modified to reflect changes in the
|
|
||||||
Debian installation of Window Maker.\fP
|
|
||||||
.SH "OPTIONS"
|
|
||||||
.TP
|
|
||||||
.B \-display host:display.screen
|
|
||||||
specify display to use.
|
|
||||||
On multiheaded machines, Window Maker will automatically manage all screens.
|
|
||||||
If you want Window Maker to manage only a specific screen, you must supply
|
|
||||||
the screen number you want to have managed with the
|
|
||||||
.B \-display
|
|
||||||
command line argument. For example, if you want Window Maker to manage only
|
|
||||||
screen 1, start it as:
|
|
||||||
.B wmaker -display :0.1
|
|
||||||
.TP
|
|
||||||
.B \-\-no\-cpp
|
|
||||||
disable preprocessing of configuration files
|
|
||||||
.TP
|
|
||||||
.B \-\-no\-dock
|
|
||||||
do not show the application Dock
|
|
||||||
.TP
|
|
||||||
.B \-\-no\-clip
|
|
||||||
do not show the workspace Clip
|
|
||||||
.TP
|
|
||||||
.B \-\-no\-autolaunch
|
|
||||||
do not autolaunch applications
|
|
||||||
.TP
|
|
||||||
.B \-\-dont\-restore
|
|
||||||
do not restore saved session
|
|
||||||
.TP
|
|
||||||
.B \-\-locale locale
|
|
||||||
specify the locale to use
|
|
||||||
.TP
|
|
||||||
.B \-\-create-stdcmap
|
|
||||||
create the standard colormap hint in PseudoColor visuals
|
|
||||||
.TP
|
|
||||||
.B \-\-visual\-id
|
|
||||||
visual id of visual to use
|
|
||||||
.TP
|
|
||||||
.B \-\-static
|
|
||||||
do not update or save configurations
|
|
||||||
.TP
|
|
||||||
.B \-\-version
|
|
||||||
display version number and exit
|
|
||||||
.TP
|
|
||||||
.B \-\-visual\-id
|
|
||||||
specify the ID of the visual to use. See
|
|
||||||
.BR xdpyinfo (1x)
|
|
||||||
for a list of visuals available in your display.
|
|
||||||
.TP
|
|
||||||
.B \-\-help
|
|
||||||
print a brief help message
|
|
||||||
.PP
|
|
||||||
.SH FILES
|
|
||||||
.TP
|
|
||||||
.B ~/GNUstep/Defaults/WindowMaker
|
|
||||||
general Window Maker defaults.
|
|
||||||
.TP
|
|
||||||
.B ~/GNUstep/Defaults/WMState
|
|
||||||
information about the Dock and Clip. DON'T edit this while running
|
|
||||||
Window Maker. It will be overwritten.
|
|
||||||
.TP
|
|
||||||
.B ~/GNUstep/Defaults/WMRootMenu
|
|
||||||
Contains the name of the file to read the root menu from or the
|
|
||||||
menu itself, in property list format.
|
|
||||||
.TP
|
|
||||||
.B ~/GNUstep/Defaults/WMWindowAttributes
|
|
||||||
Attributes for different application classes and instances. Use the
|
|
||||||
Attribute Editor (right drag the application's title bar, select
|
|
||||||
Attributes) instead of modifying this file directly. There are just a
|
|
||||||
few options not available using the Attributes Editor.
|
|
||||||
.TP
|
|
||||||
.B /etc/GNUstep/Defaults/
|
|
||||||
All the above-mentioned files are READ from here if not found except
|
|
||||||
for WMState, which is COPIED from here. No matter where they are read
|
|
||||||
from, if it's necessary to write configuration changes back into this
|
|
||||||
files, user's files will be written to.
|
|
||||||
.TP
|
|
||||||
.B ~/GNUstep/Library/WindowMaker/autostart
|
|
||||||
This script is automatically executed when Window Maker is started.
|
|
||||||
.TP
|
|
||||||
.B ~/GNUstep/Library/WindowMaker/exitscript
|
|
||||||
This script is automatically executed immediately before Window Maker is
|
|
||||||
exited.
|
|
||||||
.B Note:
|
|
||||||
If you need to run something that requires the X server to be running
|
|
||||||
from this script, make sure you do not use the
|
|
||||||
.I SHUTDOWN
|
|
||||||
command from the root menu to exit Window Maker. Otherwise, the X server
|
|
||||||
might be shut down before the script is executed.
|
|
||||||
.TP
|
|
||||||
.B ~/GNUstep/Library/WindowMaker/
|
|
||||||
The menu file indicated in WMRootMenu is looked for here...
|
|
||||||
.TP
|
|
||||||
.B /etc/X11/WindowMaker/
|
|
||||||
and here, in that order. Unless, the indicated path is an absolute path.
|
|
||||||
.TP
|
|
||||||
.B ~/GNUstep/Library/WindowMaker/Pixmaps/
|
|
||||||
Window Maker looks for \fBpixmaps\fP here
|
|
||||||
.TP
|
|
||||||
.B ~/GNUstep/Library/Icons/
|
|
||||||
Window Maker looks for \fBicons\fP here
|
|
||||||
.TP
|
|
||||||
.B ~/GNUstep/Library/WindowMaker/Backgrounds/
|
|
||||||
Window Maker looks for backgrounds here
|
|
||||||
.TP
|
|
||||||
.B ~/GNUstep/Library/WindowMaker/Styles/
|
|
||||||
Window Maker looks for style files here (not true... it looks like it
|
|
||||||
does, but you have to specify the full path anyway, it's just a place
|
|
||||||
to keep things nicely ordered)
|
|
||||||
.TP
|
|
||||||
.B ~/GNUstep/Library/WindowMaker/Themes/
|
|
||||||
Window Maker looks for theme files here (ibid)
|
|
||||||
.TP
|
|
||||||
.B /usr/share/WindowMaker/Pixmaps/
|
|
||||||
System-wide (Window Maker-specific) pixmaps are located here
|
|
||||||
.TP
|
|
||||||
.B /usr/share/WindowMaker/Styles/
|
|
||||||
System wide styles are here
|
|
||||||
.TP
|
|
||||||
.B /usr/share/WindowMaker/Themes/
|
|
||||||
Guess... ;-)
|
|
||||||
.SH ENVIRONMENT
|
|
||||||
.IP GNUSTEP_USER_ROOT
|
|
||||||
specifies the initial path for the Defaults directory. "Defaults/" is
|
|
||||||
appended to this variable to determine the actual location of the
|
|
||||||
databases. If the varialbe is not set, it defaults to "~/GNUstep"
|
|
||||||
.IP GNUSTEP_LOCAL_ROOT
|
|
||||||
specifies the location of the system-wide \fBlocal\fP GNUstep
|
|
||||||
directory (this is useful, for example, in those cases where the
|
|
||||||
system-wide location is really a network wide location). If this
|
|
||||||
variable is empty, GNUSTEP_SYSTEM_ROOT is looked for.
|
|
||||||
.IP GNUSTEP_SYSTEM_ROOT
|
|
||||||
specifies the location of the system-wide GNUstep directory. If this
|
|
||||||
variable is empty, it defaults to /etc/GNUstep
|
|
||||||
.SH SEE ALSO
|
|
||||||
The Window Maker User Guide
|
|
||||||
.PP
|
|
||||||
The Window Maker FAQ
|
|
||||||
.PP
|
|
||||||
.BR X (1x),
|
|
||||||
.BR wdwrite (1x),
|
|
||||||
.BR wxcopy (1x),
|
|
||||||
.BR geticonset (1x),
|
|
||||||
.BR seticons (1x),
|
|
||||||
.BR wmaker (1x),
|
|
||||||
.BR wxpaste (1x),
|
|
||||||
.BR getstyle (1x),
|
|
||||||
.BR setstyle (1x),
|
|
||||||
.BR wmsetbg (1x)
|
|
||||||
.SH AUTHOR
|
|
||||||
Window Maker was written by Alfredo K. Kojima <kojima@windowmaker.info>,
|
|
||||||
Dan Pascu <dan@windowmaker.info> with contributions from many people around
|
|
||||||
the Internet.
|
|
||||||
.PP
|
|
||||||
This manual page was written by Marcelo E. Magallon, <mmagallo@debian.org>.
|
|
||||||
3
debian/patches/50_def_config_paths.diff
vendored
3
debian/patches/50_def_config_paths.diff
vendored
@@ -1,3 +1,6 @@
|
|||||||
|
Description: This patch changes the default config paths
|
||||||
|
Author: Andreas Metzler <ametzler@debian.org>
|
||||||
|
Last-Update: 2010-08-07
|
||||||
diff --git a/src/wconfig.h.in b/src/wconfig.h.in
|
diff --git a/src/wconfig.h.in b/src/wconfig.h.in
|
||||||
index c8bb947..cf06113 100644
|
index c8bb947..cf06113 100644
|
||||||
--- a/src/wconfig.h.in
|
--- a/src/wconfig.h.in
|
||||||
|
|||||||
34
debian/patches/51_wmaker_man.diff
vendored
Normal file
34
debian/patches/51_wmaker_man.diff
vendored
Normal file
@@ -0,0 +1,34 @@
|
|||||||
|
Description: This patch includes the debian paths
|
||||||
|
Author: Rodolfo García Peñas (kix) <kix@kix.es>
|
||||||
|
Last-Update: 2011-08-16
|
||||||
|
--- a/doc/wmaker.1x
|
||||||
|
+++ b/doc/wmaker.1x
|
||||||
|
@@ -9,6 +9,9 @@
|
||||||
|
Window Maker is a X11 window manager with a NEXTSTEP look. It tries to
|
||||||
|
emulate NeXT's look as much as possible, but it deviates from it as
|
||||||
|
necessary.
|
||||||
|
+.PP
|
||||||
|
+\fIPlease note this manpage has been modified to reflect changes in the
|
||||||
|
+Debian installation of Window Maker.\fP
|
||||||
|
.SH "OPTIONS"
|
||||||
|
.TP
|
||||||
|
.B \-display host:display.screen
|
||||||
|
@@ -78,7 +81,7 @@
|
||||||
|
Attributes) instead of modifying this file directly. There are just a
|
||||||
|
few options not available using the Attributes Editor.
|
||||||
|
.TP
|
||||||
|
-.B /usr/share/WindowMaker/Defaults/
|
||||||
|
+.B /etc/GNUstep/Defaults/
|
||||||
|
All the above-mentioned files are READ from here if not found except
|
||||||
|
for WMState, which is COPIED from here. No matter where they are read
|
||||||
|
from, if it's necessary to write configuration changes back into this
|
||||||
|
@@ -106,6 +109,9 @@
|
||||||
|
.B ~/GNUstep/Library/WindowMaker/Pixmaps/
|
||||||
|
Window Maker looks for \fBpixmaps\fP here
|
||||||
|
.TP
|
||||||
|
+.B ~/GNUstep/Library/Icons/
|
||||||
|
+Window Maker looks for \fBicons\fP here
|
||||||
|
+.TP
|
||||||
|
.B ~/GNUstep/Library/WindowMaker/Backgrounds/
|
||||||
|
Window Maker looks for backgrounds here
|
||||||
|
.TP
|
||||||
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@@ -1 +1,2 @@
|
|||||||
50_def_config_paths.diff
|
50_def_config_paths.diff
|
||||||
|
51_wmaker_man.diff
|
||||||
|
|||||||
250
debian/rules
vendored
250
debian/rules
vendored
@@ -1,24 +1,21 @@
|
|||||||
#!/usr/bin/make -f
|
#!/usr/bin/make -f
|
||||||
# GNU Copyright 1997-2005 Marcelo Magallon <mmagallo@debian.org>
|
# GNU Copyright 1997-2005 Marcelo Magallon <mmagallo@debian.org>
|
||||||
|
export DH_VERBOSE=1
|
||||||
|
|
||||||
package := wmaker
|
package := wmaker
|
||||||
version := $(shell dpkg-parsechangelog | grep-dctrl -ne -sVersion -FVersion .)
|
version := $(shell dpkg-parsechangelog | grep-dctrl -ne -sVersion -FVersion .)
|
||||||
|
|
||||||
# use '(>= some_version)' whenever version dependencies are needed
|
|
||||||
# libwraster_deps := (>= 0.90.0-1)
|
|
||||||
|
|
||||||
SHELL=/bin/sh
|
SHELL=/bin/sh
|
||||||
|
|
||||||
CFLAGS = -g -Wall -DGLOBAL_DEFAULTS_SUBDIR="\\\"GNUstep/Defaults\\\""
|
CFLAGS = -g -Wall -DGLOBAL_DEFAULTS_SUBDIR="\\\"GNUstep/Defaults\\\""
|
||||||
|
|
||||||
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
|
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
|
||||||
CFLAGS += -O0
|
CFLAGS += -O0
|
||||||
else
|
else
|
||||||
CFLAGS += -O2
|
CFLAGS += -O2
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
|
ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
|
||||||
CFLAGS += -DDEBUG
|
CFLAGS += -DDEBUG
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# These are used for cross-compiling and for saving the configure script
|
# These are used for cross-compiling and for saving the configure script
|
||||||
@@ -32,20 +29,14 @@ else
|
|||||||
HOSTSPEC := --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE)
|
HOSTSPEC := --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
LINGUAS := $(patsubst po/%.po, %, $(wildcard po/*.po))
|
LINGUAS := $(patsubst po/%.po, %, $(wildcard po/*.po))
|
||||||
|
|
||||||
XLOCALE := --disable-locale
|
XLOCALE := --disable-locale
|
||||||
MODELOCK := --enable-modelock
|
MODELOCK := --enable-modelock
|
||||||
|
|
||||||
XINERAMA := --enable-xinerama
|
XINERAMA := --enable-xinerama
|
||||||
|
|
||||||
# USERMENU := --enable-usermenu
|
# USERMENU := --enable-usermenu
|
||||||
|
|
||||||
# SHAPE_EXT := --disable-shape
|
# SHAPE_EXT := --disable-shape
|
||||||
# USE_SHM := --disable-shm
|
# USE_SHM := --disable-shm
|
||||||
|
|
||||||
# USE_XPM := --disable-xpm
|
# USE_XPM := --disable-xpm
|
||||||
# USE_PNG := --disable-png
|
# USE_PNG := --disable-png
|
||||||
# USE_JPEG := --disable-jpeg
|
# USE_JPEG := --disable-jpeg
|
||||||
@@ -58,15 +49,16 @@ WMAKER_OPTIONS := $(XLOCALE) $(MODELOCK) $(XINERAMA) \
|
|||||||
$(HOSTSPEC)
|
$(HOSTSPEC)
|
||||||
|
|
||||||
TOPSRCDIR := $(shell pwd)
|
TOPSRCDIR := $(shell pwd)
|
||||||
DEBTMPDIR := $(TOPSRCDIR)/debian/wmaker
|
|
||||||
|
|
||||||
WMAKER := wmaker
|
WMAKER := wmaker
|
||||||
WMAKER_BD := $(TOPSRCDIR)/$(WMAKER)
|
WMAKER_COMMON := wmaker-common
|
||||||
WMAKER_TMP := $(DEBTMPDIR)
|
WMAKER_DBG := wmaker-dbg
|
||||||
|
LIBWRASTER := libwraster3
|
||||||
|
LIBWRASTERDEV := $(LIBWRASTER)-dev
|
||||||
|
LIBWINGS := libwings-dev
|
||||||
|
|
||||||
# Be careful with the leading / because some of these values are going
|
# Be careful with the leading / because some of these values are going
|
||||||
# to be hardcoded into the executables
|
# to be hardcoded into the executables
|
||||||
|
|
||||||
BASEDIR := /usr
|
BASEDIR := /usr
|
||||||
CONFDIR := /etc
|
CONFDIR := /etc
|
||||||
BINDIR := $(BASEDIR)/bin
|
BINDIR := $(BASEDIR)/bin
|
||||||
@@ -76,8 +68,8 @@ DOCDIR := $(SHAREDIR)/doc
|
|||||||
MANDIR := $(SHAREDIR)/man
|
MANDIR := $(SHAREDIR)/man
|
||||||
MAN1DIR := $(MANDIR)/man1
|
MAN1DIR := $(MANDIR)/man1
|
||||||
MAN8DIR := $(MANDIR)/man8
|
MAN8DIR := $(MANDIR)/man8
|
||||||
LIBDIR := $(BASEDIR)/lib
|
LIBDIR := $(SHAREDIR)/lib
|
||||||
PKGLIBDIR := $(BASEDIR)/lib/WindowMaker
|
PKGLIBDIR := $(SHAREDIR)/lib/WindowMaker
|
||||||
NLSDIR := $(SHAREDIR)/locale
|
NLSDIR := $(SHAREDIR)/locale
|
||||||
WMCONFDIR := $(CONFDIR)/X11/WindowMaker
|
WMCONFDIR := $(CONFDIR)/X11/WindowMaker
|
||||||
WMSHAREDIR := $(SHAREDIR)/WindowMaker
|
WMSHAREDIR := $(SHAREDIR)/WindowMaker
|
||||||
@@ -93,13 +85,17 @@ WPREFSSRCDIR := $(TOPSRCDIR)/WPrefs.app
|
|||||||
WRASTERSRCDIR := $(TOPSRCDIR)/wrlib
|
WRASTERSRCDIR := $(TOPSRCDIR)/wrlib
|
||||||
WINGSSRCDIR := $(TOPSRCDIR)/WINGs
|
WINGSSRCDIR := $(TOPSRCDIR)/WINGs
|
||||||
|
|
||||||
LIBWRASTER := libwraster3
|
DEBDIR := $(TOPSRCDIR)/debian
|
||||||
LIBWRASTER_TMP := $(DEBTMPDIR)/../$(LIBWRASTER)
|
DEBDIR_TMP := $(DEBDIR)/tmp
|
||||||
LIBWINGS := libwings-dev
|
|
||||||
LIBWINGS_TMP := $(DEBTMPDIR)/../$(LIBWINGS)
|
WMAKER_TMP := $(DEBDIR)/$(WMAKER)
|
||||||
|
WMAKER_COMMON_TMP := $(DEBDIR)/$(WMAKER_COMMON)
|
||||||
|
WMAKER_DBG_TMP := $(DEBDIR)/$(WMAKER_DBG)
|
||||||
|
LIBWRASTER_TMP := $(DEBDIR)/$(LIBWRASTER)
|
||||||
|
LIBWRASTERDEV_TMP := $(DEBDIR)/$(LIBWRASTERDEV)
|
||||||
|
LIBWINGS_TMP := $(DEBDIR)/$(LIBWINGS)
|
||||||
|
|
||||||
RM := rm -f
|
RM := rm -f
|
||||||
RMDIR := rmdir --ignore-fail-on-non-empty
|
|
||||||
|
|
||||||
COMMON_OPTIONS := --prefix=$(BASEDIR) \
|
COMMON_OPTIONS := --prefix=$(BASEDIR) \
|
||||||
--mandir=$(MANDIR) \
|
--mandir=$(MANDIR) \
|
||||||
@@ -110,164 +106,132 @@ COMMON_OPTIONS := --prefix=$(BASEDIR) \
|
|||||||
--with-pixmapdir=$(PIXMAPDIR) \
|
--with-pixmapdir=$(PIXMAPDIR) \
|
||||||
--with-gnustepdir=$(GNUSTEPDIR)
|
--with-gnustepdir=$(GNUSTEPDIR)
|
||||||
|
|
||||||
install_file := install -p -o root -g root -m 0644
|
install_file := install -p -o root -g root -m 0644
|
||||||
install_prog := install -p -o root -g root -m 0755
|
install_prog := install -p -o root -g root -m 0755
|
||||||
install_dir := install -p -d -o root -g root -m 0755
|
|
||||||
|
|
||||||
build: build-stamp
|
%:
|
||||||
build-stamp: build-wmaker-stamp
|
dh $@
|
||||||
touch $@
|
|
||||||
|
|
||||||
build-wmaker-stamp: config-wmaker-stamp
|
override_dh_auto_configure:
|
||||||
$(RM) $(patsubst %.in,%,$(shell find WindowMaker -name \*.in ! -name Makefile.in))
|
$(TOPSRCDIR)/autogen.sh
|
||||||
test -x libtool || ln -sf $(WMAKER_BD)/libtool .
|
ifneq "$(wildcard /usr/share/misc/config.sub)" ""
|
||||||
$(MAKE) -C $(WMAKER_BD)
|
cp -f /usr/share/misc/config.sub config.sub
|
||||||
touch $@
|
endif
|
||||||
|
ifneq "$(wildcard /usr/share/misc/config.guess)" ""
|
||||||
config-wmaker-stamp: configure
|
cp -f /usr/share/misc/config.guess config.guess
|
||||||
dh_testdir
|
endif
|
||||||
test -x config.guess || chmod +x config.guess
|
|
||||||
test -x config.sub || chmod +x config.sub
|
|
||||||
find -name \*.h.in | sed -e 's/\.in$$//' | xargs -r rm -f
|
|
||||||
mkdir -p $(WMAKER_BD)
|
|
||||||
cd $(WMAKER_BD) && \
|
|
||||||
LINGUAS="$(LINGUAS)" $(TOPSRCDIR)/configure $(COMMON_OPTIONS) \
|
LINGUAS="$(LINGUAS)" $(TOPSRCDIR)/configure $(COMMON_OPTIONS) \
|
||||||
$(WMAKER_OPTIONS) CFLAGS="$(CFLAGS)"
|
$(WMAKER_OPTIONS) CFLAGS="$(CFLAGS)"
|
||||||
touch $@
|
|
||||||
|
|
||||||
clean:
|
override_dh_clean:
|
||||||
dh_testdir
|
dh_clean
|
||||||
dh_testroot
|
# rm the file WMRootMenu, added by WindowMaker/Defaults/Makefile
|
||||||
$(RM) -r $(WMAKER_BD)
|
$(RM) WindowMaker/Defaults/WMRootMenu
|
||||||
$(RM) *-stamp
|
# quilt (I do not why is not automatically)
|
||||||
dh_clean libtool
|
QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
|
||||||
|
|
||||||
binary-indep: build
|
override_dh_installmenu:
|
||||||
# dh_testdir -i
|
|
||||||
# dh_testroot
|
|
||||||
# dh_prep -i
|
|
||||||
|
|
||||||
binary-arch: build
|
|
||||||
dh_testdir -a
|
|
||||||
dh_testroot
|
|
||||||
dh_prep -a
|
|
||||||
dh_installdirs -a
|
|
||||||
debian/rules install-wmaker-stamp
|
|
||||||
dh_movefiles -a --sourcedir=debian/wmaker
|
|
||||||
# Remove cruft
|
|
||||||
$(RM) $(DEBTMPDIR)/usr/bin/wkdemenu.pl
|
|
||||||
# deal with menus
|
|
||||||
dh_installmenu -a --noscripts
|
dh_installmenu -a --noscripts
|
||||||
$(install_prog) debian/appearance.menu-method \
|
$(install_prog) $(DEBDIR)/appearance.menu-method \
|
||||||
$(DEBTMPDIR)/etc/menu-methods/wmappearance
|
$(WMAKER_TMP)/etc/menu-methods/wmappearance
|
||||||
$(install_file) WindowMaker/appearance.menu \
|
$(install_file) $(TOPSRCDIR)/WindowMaker/appearance.menu \
|
||||||
$(DEBTMPDIR)/$(WMCONFDIR)/
|
$(WMAKER_TMP)/$(WMCONFDIR)/
|
||||||
$(install_file) WindowMaker/background.menu \
|
$(install_file) $(TOPSRCDIR)/WindowMaker/background.menu \
|
||||||
$(DEBTMPDIR)/$(WMCONFDIR)/
|
$(WMAKER_TMP)/$(WMCONFDIR)/
|
||||||
$(install_file) WindowMaker/wmmacros \
|
$(install_file) $(TOPSRCDIR)/WindowMaker/wmmacros \
|
||||||
$(DEBTMPDIR)/$(WMCONFDIR)/
|
$(WMAKER_TMP)/$(WMCONFDIR)/
|
||||||
touch $(DEBTMPDIR)/$(WMCONFDIR)/menu.prehook
|
touch $(WMAKER_TMP)/$(WMCONFDIR)/menu.prehook
|
||||||
touch $(DEBTMPDIR)/$(WMCONFDIR)/menu.posthook
|
touch $(WMAKER_TMP)/$(WMCONFDIR)/menu.posthook
|
||||||
$(install_file) debian/wmaker.desktop $(DEBTMPDIR)/usr/share/xsessions
|
chmod 755 $(WMAKER_TMP)/etc/menu-methods/wmaker
|
||||||
|
|
||||||
|
override_dh_installdocs:
|
||||||
dh_installdocs -a
|
dh_installdocs -a
|
||||||
$(install_file) $(WINGSSRCDIR)/README \
|
$(install_file) $(WINGSSRCDIR)/README \
|
||||||
$(LIBWINGS_TMP)/$(DOCDIR)/$(LIBWINGS)/README.WINGs
|
$(LIBWINGS_TMP)/$(DOCDIR)/$(LIBWINGS)/README.WINGs
|
||||||
$(install_file) $(WRASTERSRCDIR)/README \
|
$(install_file) $(WRASTERSRCDIR)/README \
|
||||||
$(LIBWRASTER_TMP)/$(DOCDIR)/$(LIBWRASTER)/README.wrlib
|
$(LIBWRASTER_TMP)/$(DOCDIR)/$(LIBWRASTER)/README.wrlib
|
||||||
$(RM) $(DEBTMPDIR)/$(MAN1DIR)/convertstyle*
|
# Why?
|
||||||
dh_installman -a
|
$(install_file) $(DEBDIR)/copyright \
|
||||||
dh_installchangelogs -a ChangeLog
|
$(WMAKER_COMMON_TMP)/$(DOCDIR)/$(WMAKER_COMMON)/
|
||||||
dh_link -a
|
|
||||||
dh_strip -a --dbg-package=wmaker-dbg
|
|
||||||
dh_lintian
|
|
||||||
dh_compress -a
|
|
||||||
dh_fixperms -a
|
|
||||||
cd debian && find -name \*.la -exec chmod a-X {} \;
|
|
||||||
#dh_makeshlibs -p$(LIBWRASTER) -V '$(LIBWRASTER) $(libwraster_deps)'
|
|
||||||
dh_makeshlibs -a
|
|
||||||
dh_installdeb -a
|
|
||||||
dh_shlibdeps -a
|
|
||||||
dh_gencontrol -a
|
|
||||||
dh_md5sums -a
|
|
||||||
find debian -type d -empty -print0 | xargs -0r rm -rf
|
|
||||||
$(RMDIR) $(DEBTMPDIR)/$(INCLUDEDIR)
|
|
||||||
dh_builddeb -a
|
|
||||||
|
|
||||||
binary: binary-indep binary-arch
|
|
||||||
|
|
||||||
install-wmaker-stamp: DH_OPTIONS=-pwmaker
|
override_dh_installchangelogs:
|
||||||
install-wmaker-stamp: build-wmaker-stamp
|
dh_installchangelogs
|
||||||
dh_testdir
|
dh_installchangelogs ChangeLog upstream
|
||||||
dh_installdirs
|
|
||||||
$(MAKE) -C $(WMAKER_BD) install DESTDIR=$(DEBTMPDIR)/
|
override_dh_install:
|
||||||
# Ugly hack, FIXME
|
dh_install
|
||||||
mv $(DEBTMPDIR)/etc/WindowMaker/* $(DEBTMPDIR)/$(DEFAULTSDIR)/
|
dh_strip -a --dbg-package=$(WMAKER_DBG)
|
||||||
|
mv $(DEBDIR_TMP)/etc/WindowMaker/* $(WMAKER_COMMON_TMP)/$(DEFAULTSDIR)/
|
||||||
|
rmdir $(DEBDIR_TMP)/etc/WindowMaker
|
||||||
|
|
||||||
# Now begin fixing stuff
|
# Now begin fixing stuff
|
||||||
|
$(install_file) $(DEBDIR)/wmaker-common.desktop $(WMAKER_COMMON_TMP)/usr/share/xsessions
|
||||||
|
|
||||||
# First, provide a wrapper to compensate for Window Maker's funny first
|
# First, provide a wrapper to compensate for Window Maker's funny first
|
||||||
# start up requierements
|
# start up requierements
|
||||||
mv $(DEBTMPDIR)/$(BINDIR)/wmaker $(DEBTMPDIR)/$(PKGLIBDIR)/WindowMaker
|
|
||||||
$(install_prog) debian/wmaker.sh $(DEBTMPDIR)/$(BINDIR)/wmaker
|
|
||||||
|
|
||||||
-mv $(DEBTMPDIR)/$(BINDIR)/convertfonts $(DEBTMPDIR)/$(PKGLIBDIR)/
|
# WMaker and WMaker debug
|
||||||
|
mv $(WMAKER_TMP)/$(BINDIR)/wmaker \
|
||||||
|
$(WMAKER_TMP)/usr/lib/WindowMaker/WindowMaker
|
||||||
|
mv $(WMAKER_DBG_TMP)/usr/lib/debug$(BINDIR)/wmaker \
|
||||||
|
$(WMAKER_DBG_TMP)/usr/lib/debug/usr/lib/WindowMaker/WindowMaker
|
||||||
|
|
||||||
|
# convertfonts and convertfonts debug
|
||||||
|
mv $(WMAKER_TMP)/$(BINDIR)/convertfonts \
|
||||||
|
$(WMAKER_TMP)/usr/lib/WindowMaker/
|
||||||
|
mv $(WMAKER_DBG_TMP)/usr/lib/debug$(BINDIR)/convertfonts \
|
||||||
|
$(WMAKER_DBG_TMP)/usr/lib/debug/usr/lib/WindowMaker/
|
||||||
|
|
||||||
|
# WPrefs
|
||||||
|
mv $(DEBDIR_TMP)/$(WPREFSAPPDIR)/WPrefs \
|
||||||
|
$(WMAKER_TMP)/usr/lib/GNUstep/System/Applications/WPrefs.app/WPrefs
|
||||||
|
|
||||||
|
$(install_prog) $(DEBDIR)/wmaker.sh $(WMAKER_COMMON_TMP)/$(BINDIR)/wmaker
|
||||||
|
|
||||||
# place wm-oldmenu2new under a more appropiate directory
|
# place wm-oldmenu2new under a more appropiate directory
|
||||||
-mv $(DEBTMPDIR)/$(BINDIR)/wm-oldmenu2new $(DEBTMPDIR)/$(WMDOCDIR)
|
-mv $(DEBDIR_TMP)/$(BINDIR)/wm-oldmenu2new $(WMAKER_COMMON_TMP)/$(WMDOCDIR)
|
||||||
|
|
||||||
# the next is stricly not necessary, because there's a symlink in place,
|
# the next is stricly not necessary, because there's a symlink in place,
|
||||||
# but I don't want to abuse it. Some dumb program uses that path and is a
|
# but I don't want to abuse it. Some dumb program uses that path and is a
|
||||||
# PITA to modify it)
|
# PITA to modify it)
|
||||||
perl -pi -e 's:/$(WPREFSAPPDIR)/WPrefs:/$(BINDIR)/WPrefs:' \
|
perl -pi -e 's:/$(WPREFSAPPDIR)/WPrefs:/$(BINDIR)/WPrefs:' \
|
||||||
$(DEBTMPDIR)/$(DEFAULTSDIR)/WMState
|
$(WMAKER_COMMON_TMP)/$(DEFAULTSDIR)/WMState
|
||||||
|
|
||||||
# Ditch this!
|
|
||||||
$(RM) $(DEBTMPDIR)/$(BINDIR)/wmaker.inst
|
|
||||||
$(RM) $(DEBTMPDIR)/$(BINDIR)/wmsetup
|
|
||||||
# this copyright is located in /$(DOCDIR)/wmaker
|
|
||||||
$(RM) $(DEBTMPDIR)/$(WMCONFDIR)/Copyright
|
|
||||||
|
|
||||||
# Fix permissions
|
# Fix permissions
|
||||||
chmod +x $(DEBTMPDIR)/usr/share/WindowMaker/autostart.sh
|
chmod +x $(WMAKER_COMMON_TMP)/usr/share/WindowMaker/autostart.sh
|
||||||
chmod +x $(DEBTMPDIR)/usr/share/WindowMaker/exitscript.sh
|
chmod +x $(WMAKER_COMMON_TMP)/usr/share/WindowMaker/exitscript.sh
|
||||||
|
|
||||||
# Install our transition script
|
# Install our transition script
|
||||||
$(install_prog) debian/upgrade-windowmaker-defaults \
|
$(install_prog) $(DEBDIR)/upgrade-windowmaker-defaults \
|
||||||
$(DEBTMPDIR)/usr/sbin/upgrade-windowmaker-defaults
|
$(WMAKER_COMMON_TMP)/usr/sbin/upgrade-windowmaker-defaults
|
||||||
|
|
||||||
# This file qualifies as "unpatchable"
|
# This file qualifies as "unpatchable"
|
||||||
cp debian/WMWindowAttributes $(DEBTMPDIR)/$(DEFAULTSDIR)/
|
cp $(DEBDIR)/WMWindowAttributes $(WMAKER_COMMON_TMP)/$(DEFAULTSDIR)/
|
||||||
# Need this file for start up
|
# Need this file for start up
|
||||||
echo '"menu.hook"' > $(DEBTMPDIR)/$(DEFAULTSDIR)/WMRootMenu
|
echo '"menu.hook"' > $(WMAKER_COMMON_TMP)/$(DEFAULTSDIR)/WMRootMenu
|
||||||
|
|
||||||
# the plethora of readmes
|
# the plethora of readmes
|
||||||
-cp $(TOPSRCDIR)/po/README \
|
cp $(TOPSRCDIR)/po/README \
|
||||||
$(DEBTMPDIR)/$(WMDOCDIR)/README.po
|
$(WMAKER_COMMON_TMP)/$(WMDOCDIR)/README.po
|
||||||
-cp $(TOPSRCDIR)/README.definable-cursor \
|
cp $(TOPSRCDIR)/README.definable-cursor \
|
||||||
$(DEBTMPDIR)/$(WMDOCDIR)/README.definable-cursor
|
$(WMAKER_COMMON_TMP)/$(WMDOCDIR)/README.definable-cursor
|
||||||
-cp $(WPREFSSRCDIR)/README \
|
cp $(WPREFSSRCDIR)/README \
|
||||||
$(DEBTMPDIR)/$(WMDOCDIR)/README.WPrefs
|
$(WMAKER_COMMON_TMP)/$(WMDOCDIR)/README.WPrefs
|
||||||
-cp $(WPREFSSRCDIR)/po/README \
|
cp $(WPREFSSRCDIR)/po/README \
|
||||||
$(DEBTMPDIR)/$(WMDOCDIR)/README.WPrefs.po
|
$(WMAKER_COMMON_TMP)/$(WMDOCDIR)/README.WPrefs.po
|
||||||
|
|
||||||
# Copy in the Debian theme
|
# Copy in the Debian theme
|
||||||
cp debian/Debian.theme $(DEBTMPDIR)/$(WMSHAREDIR)/Themes/Debian
|
cp $(DEBDIR)/Debian.theme $(WMAKER_COMMON_TMP)/$(WMSHAREDIR)/Themes/Debian
|
||||||
uudecode -o $(DEBTMPDIR)/$(WMSHAREDIR)/Backgrounds/debian.tiff \
|
uudecode -o $(WMAKER_COMMON_TMP)/$(WMSHAREDIR)/Backgrounds/debian.tiff \
|
||||||
debian/debian.tiff.uu
|
$(DEBDIR)/debian.tiff.uu
|
||||||
# This has the new default Debian theme settings.
|
# This has the new default Debian theme settings.
|
||||||
cp debian/WindowMaker.default $(DEBTMPDIR)/$(DEFAULTSDIR)/WindowMaker
|
cp $(DEBDIR)/WindowMaker.default $(WMAKER_COMMON_TMP)/$(DEFAULTSDIR)/WindowMaker
|
||||||
|
|
||||||
# libwraster is compiled with tiff support, we don't need the xpm version
|
|
||||||
$(RM) -r $(DEBTMPDIR)/$(WPREFSAPPDIR)/xpm
|
|
||||||
$(RM) $(patsubst %.tiff,%.xpm,$(wildcard $(DEBTMPDIR)/$(WMSHAREDIR)/Icons/*.tiff))
|
|
||||||
|
|
||||||
# Fix the get-*-flags scripts
|
# Fix the get-*-flags scripts
|
||||||
perl -pi -e '/^WCFLAGS/ && s:=.*:="-I/usr/X11R6/include":; /^WLFLAGS/ && s:=.*:="-L/usr/X11R6/lib":;' `find $(DEBTMPDIR) -name get-*-flags`
|
perl -pi -e '/^WCFLAGS/ && s:=.*:="-I/usr/X11R6/include":; /^WLFLAGS/ && s:=.*:="-L/usr/X11R6/lib":;' `find $(LIBWRASTERDEV_TMP) -name get-*-flags`
|
||||||
perl -pi -e '/^WLIBS/ && s:=.*:="-lwraster":' `find $(DEBTMPDIR) -name get-wraster-flags`
|
perl -pi -e '/^WCFLAGS/ && s:=.*:="-I/usr/X11R6/include":; /^WLFLAGS/ && s:=.*:="-L/usr/X11R6/lib":;' `find $(LIBWINGS_TMP) -name get-*-flags`
|
||||||
perl -pi -e '/^WLIBS/ && s:=.*:="-lWINGs -lwraster -lXft":' `find $(DEBTMPDIR) -name get-wings-flags`
|
perl -pi -e '/^WLIBS/ && s:=.*:="-lwraster":' `find $(LIBWRASTERDEV_TMP) -name get-wraster-flags`
|
||||||
perl -pi -e '/^WLIBS/ && s:=.*:="-lWUtil -lX11":' `find $(DEBTMPDIR) -name get-wutil-flags`
|
perl -pi -e '/^WLIBS/ && s:=.*:="-lWINGs -lwraster -lXft":' `find $(LIBWINGS_TMP) -name get-wings-flags`
|
||||||
|
perl -pi -e '/^WLIBS/ && s:=.*:="-lWUtil -lX11":' `find $(LIBWINGS_TMP) -name get-wutil-flags`
|
||||||
|
|
||||||
configure: configure.ac
|
|
||||||
$(TOPSRCDIR)/autogen.sh
|
|
||||||
|
|
||||||
.PHONY: binary binary-arch binary-indep binary-custom clean build
|
|
||||||
|
|||||||
2
debian/source/options
vendored
Normal file
2
debian/source/options
vendored
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
# Don't store changes on autogenerated files
|
||||||
|
extend-diff-ignore = "(^|/)(config\.sub|config\.guess|Makefile)$"
|
||||||
2
debian/watch
vendored
Normal file
2
debian/watch
vendored
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
version=3
|
||||||
|
http://windowmaker.org/pub/source/release/WindowMaker-(.+).tar.gz
|
||||||
6
debian/wmaker-common.dirs
vendored
Normal file
6
debian/wmaker-common.dirs
vendored
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
etc/GNUstep/Defaults
|
||||||
|
usr/bin
|
||||||
|
usr/sbin
|
||||||
|
usr/share/doc/wmaker
|
||||||
|
usr/share/xsessions
|
||||||
|
usr/share/doc/wmaker-common
|
||||||
268
debian/wmaker-common.install
vendored
Normal file
268
debian/wmaker-common.install
vendored
Normal file
@@ -0,0 +1,268 @@
|
|||||||
|
usr/share/WindowMaker/autostart.sh
|
||||||
|
usr/share/WindowMaker/exitscript.sh
|
||||||
|
usr/share/locale/it/LC_MESSAGES/WPrefs.mo
|
||||||
|
usr/share/locale/it/LC_MESSAGES/WindowMaker.mo
|
||||||
|
usr/share/locale/da/LC_MESSAGES/WindowMaker.mo
|
||||||
|
usr/share/locale/de/LC_MESSAGES/WPrefs.mo
|
||||||
|
usr/share/locale/de/LC_MESSAGES/WindowMaker.mo
|
||||||
|
usr/share/locale/de/LC_MESSAGES/wmgenmenu.mo
|
||||||
|
usr/share/locale/de/LC_MESSAGES/WINGs.mo
|
||||||
|
usr/share/locale/ro/LC_MESSAGES/WindowMaker.mo
|
||||||
|
usr/share/locale/hy/LC_MESSAGES/WindowMaker.mo
|
||||||
|
usr/share/locale/bg/LC_MESSAGES/WPrefs.mo
|
||||||
|
usr/share/locale/bg/LC_MESSAGES/WindowMaker.mo
|
||||||
|
usr/share/locale/bg/LC_MESSAGES/WINGs.mo
|
||||||
|
usr/share/locale/nl/LC_MESSAGES/WindowMaker.mo
|
||||||
|
usr/share/locale/ja/LC_MESSAGES/WPrefs.mo
|
||||||
|
usr/share/locale/ja/LC_MESSAGES/WindowMaker.mo
|
||||||
|
usr/share/locale/pt/LC_MESSAGES/WPrefs.mo
|
||||||
|
usr/share/locale/pt/LC_MESSAGES/WindowMaker.mo
|
||||||
|
usr/share/locale/ru/LC_MESSAGES/WPrefs.mo
|
||||||
|
usr/share/locale/ru/LC_MESSAGES/WindowMaker.mo
|
||||||
|
usr/share/locale/no/LC_MESSAGES/WindowMaker.mo
|
||||||
|
usr/share/locale/zh_CN/LC_MESSAGES/WPrefs.mo
|
||||||
|
usr/share/locale/zh_CN/LC_MESSAGES/WindowMaker.mo
|
||||||
|
usr/share/locale/be/LC_MESSAGES/WindowMaker.mo
|
||||||
|
usr/share/locale/sk/LC_MESSAGES/WPrefs.mo
|
||||||
|
usr/share/locale/sk/LC_MESSAGES/WindowMaker.mo
|
||||||
|
usr/share/locale/sk/LC_MESSAGES/WINGs.mo
|
||||||
|
usr/share/locale/ko/LC_MESSAGES/WPrefs.mo
|
||||||
|
usr/share/locale/ko/LC_MESSAGES/WindowMaker.mo
|
||||||
|
usr/share/locale/cs/LC_MESSAGES/WPrefs.mo
|
||||||
|
usr/share/locale/cs/LC_MESSAGES/WindowMaker.mo
|
||||||
|
usr/share/locale/cs/LC_MESSAGES/WINGs.mo
|
||||||
|
usr/share/locale/hr/LC_MESSAGES/WPrefs.mo
|
||||||
|
usr/share/locale/hr/LC_MESSAGES/WindowMaker.mo
|
||||||
|
usr/share/locale/gl/LC_MESSAGES/WindowMaker.mo
|
||||||
|
usr/share/locale/hu/LC_MESSAGES/WPrefs.mo
|
||||||
|
usr/share/locale/hu/LC_MESSAGES/WindowMaker.mo
|
||||||
|
usr/share/locale/fr/LC_MESSAGES/WPrefs.mo
|
||||||
|
usr/share/locale/fr/LC_MESSAGES/WindowMaker.mo
|
||||||
|
usr/share/locale/fr/LC_MESSAGES/wmgenmenu.mo
|
||||||
|
usr/share/locale/fr/LC_MESSAGES/WINGs.mo
|
||||||
|
usr/share/locale/sv/LC_MESSAGES/WindowMaker.mo
|
||||||
|
usr/share/locale/el/LC_MESSAGES/WindowMaker.mo
|
||||||
|
usr/share/locale/fi/LC_MESSAGES/WPrefs.mo
|
||||||
|
usr/share/locale/fi/LC_MESSAGES/WindowMaker.mo
|
||||||
|
usr/share/locale/zh_TW/LC_MESSAGES/WPrefs.mo
|
||||||
|
usr/share/locale/zh_TW/LC_MESSAGES/WindowMaker.mo
|
||||||
|
usr/share/locale/tr/LC_MESSAGES/WindowMaker.mo
|
||||||
|
usr/share/locale/es/LC_MESSAGES/WPrefs.mo
|
||||||
|
usr/share/locale/es/LC_MESSAGES/WindowMaker.mo
|
||||||
|
usr/share/locale/es/LC_MESSAGES/wmgenmenu.mo
|
||||||
|
usr/share/locale/ca/LC_MESSAGES/WPrefs.mo
|
||||||
|
usr/share/locale/ca/LC_MESSAGES/WindowMaker.mo
|
||||||
|
usr/share/locale/ca/LC_MESSAGES/WINGs.mo
|
||||||
|
usr/share/locale/pl/LC_MESSAGES/WindowMaker.mo
|
||||||
|
usr/share/locale/et/LC_MESSAGES/WPrefs.mo
|
||||||
|
usr/share/locale/et/LC_MESSAGES/WindowMaker.mo
|
||||||
|
usr/share/locale/ms/LC_MESSAGES/WindowMaker.mo
|
||||||
|
usr/share/locale/bs/LC_MESSAGES/WindowMaker.mo
|
||||||
|
usr/share/WindowMaker/menu.pt
|
||||||
|
usr/share/WindowMaker/plmenu.ko
|
||||||
|
usr/share/WindowMaker/menu.sk
|
||||||
|
usr/share/WindowMaker/plmenu.de
|
||||||
|
usr/share/WindowMaker/plmenu.bg
|
||||||
|
usr/share/WindowMaker/plmenu.pl
|
||||||
|
usr/share/WindowMaker/menu.ru
|
||||||
|
usr/share/WindowMaker/Icons/Pencil.png
|
||||||
|
usr/share/WindowMaker/Icons/Ftp.png
|
||||||
|
usr/share/WindowMaker/Icons/pdf.tiff
|
||||||
|
usr/share/WindowMaker/Icons/Pen.png
|
||||||
|
usr/share/WindowMaker/Icons/timer.xpm
|
||||||
|
usr/share/WindowMaker/Icons/wilber.xpm
|
||||||
|
usr/share/WindowMaker/Icons/Mozilla.png
|
||||||
|
usr/share/WindowMaker/Icons/notepad.xpm
|
||||||
|
usr/share/WindowMaker/Icons/Real.png
|
||||||
|
usr/share/WindowMaker/Icons/GNUstepGlow.tiff
|
||||||
|
usr/share/WindowMaker/Icons/TerminalGNUstep.tiff
|
||||||
|
usr/share/WindowMaker/Icons/notepad.tiff
|
||||||
|
usr/share/WindowMaker/Icons/Terminal.tiff
|
||||||
|
usr/share/WindowMaker/Icons/BitchX.tiff
|
||||||
|
usr/share/WindowMaker/Icons/Ear.png
|
||||||
|
usr/share/WindowMaker/Icons/sgiterm.xpm
|
||||||
|
usr/share/WindowMaker/Icons/ICQ.png
|
||||||
|
usr/share/WindowMaker/Icons/clip.xpm
|
||||||
|
usr/share/WindowMaker/Icons/GNUstep3D.xpm
|
||||||
|
usr/share/WindowMaker/Icons/real.tiff
|
||||||
|
usr/share/WindowMaker/Icons/xdvi.tiff
|
||||||
|
usr/share/WindowMaker/Icons/defaultAppIcon.tiff
|
||||||
|
usr/share/WindowMaker/Icons/real.xpm
|
||||||
|
usr/share/WindowMaker/Icons/linuxterm.xpm
|
||||||
|
usr/share/WindowMaker/Icons/clip.tiff
|
||||||
|
usr/share/WindowMaker/Icons/GreenWilber.png
|
||||||
|
usr/share/WindowMaker/Icons/Magnify.xpm
|
||||||
|
usr/share/WindowMaker/Icons/draw.xpm
|
||||||
|
usr/share/WindowMaker/Icons/staroffice2.tiff
|
||||||
|
usr/share/WindowMaker/Icons/DefaultAppIcon.tiff
|
||||||
|
usr/share/WindowMaker/Icons/linuxterm.tiff
|
||||||
|
usr/share/WindowMaker/Icons/TerminalGNUstep.xpm
|
||||||
|
usr/share/WindowMaker/Icons/defaultterm.xpm
|
||||||
|
usr/share/WindowMaker/Icons/GNUstep3D.tiff
|
||||||
|
usr/share/WindowMaker/Icons/TerminalLinux.tiff
|
||||||
|
usr/share/WindowMaker/Icons/defaultAppIcon.xpm
|
||||||
|
usr/share/WindowMaker/Icons/pdf.xpm
|
||||||
|
usr/share/WindowMaker/Icons/mixer.tiff
|
||||||
|
usr/share/WindowMaker/Icons/TerminalLinux.xpm
|
||||||
|
usr/share/WindowMaker/Icons/ps.tiff
|
||||||
|
usr/share/WindowMaker/Icons/GNUterm.tiff
|
||||||
|
usr/share/WindowMaker/Icons/Wine.png
|
||||||
|
usr/share/WindowMaker/Icons/Shell.png
|
||||||
|
usr/share/WindowMaker/Icons/xv.xpm
|
||||||
|
usr/share/WindowMaker/Icons/GNUterm.xpm
|
||||||
|
usr/share/WindowMaker/Icons/Magnify.tiff
|
||||||
|
usr/share/WindowMaker/Icons/README
|
||||||
|
usr/share/WindowMaker/Icons/draw.tiff
|
||||||
|
usr/share/WindowMaker/Icons/XChat.png
|
||||||
|
usr/share/WindowMaker/Icons/mixer.xpm
|
||||||
|
usr/share/WindowMaker/Icons/Speaker.png
|
||||||
|
usr/share/WindowMaker/Icons/sgiterm.tiff
|
||||||
|
usr/share/WindowMaker/Icons/write.xpm
|
||||||
|
usr/share/WindowMaker/Icons/Mouth.png
|
||||||
|
usr/share/WindowMaker/Icons/xdvi.xpm
|
||||||
|
usr/share/WindowMaker/Icons/defaultterm.tiff
|
||||||
|
usr/share/WindowMaker/Icons/staroffice2.xpm
|
||||||
|
usr/share/WindowMaker/Icons/wilber.tiff
|
||||||
|
usr/share/WindowMaker/Icons/xv.tiff
|
||||||
|
usr/share/WindowMaker/Icons/GNUstep.tiff
|
||||||
|
usr/share/WindowMaker/Icons/GNUstepGlow.xpm
|
||||||
|
usr/share/WindowMaker/Icons/write.tiff
|
||||||
|
usr/share/WindowMaker/Icons/Terminal.xpm
|
||||||
|
usr/share/WindowMaker/Icons/timer.tiff
|
||||||
|
usr/share/WindowMaker/Icons/GNUstep.xpm
|
||||||
|
usr/share/WindowMaker/Icons/ps.xpm
|
||||||
|
usr/share/WindowMaker/Icons/BitchX.xpm
|
||||||
|
usr/share/WindowMaker/Icons/Jabber.png
|
||||||
|
usr/share/WindowMaker/plmenu
|
||||||
|
usr/share/WindowMaker/menu.es
|
||||||
|
usr/share/WindowMaker/wmmacros
|
||||||
|
usr/share/WindowMaker/menu.hu
|
||||||
|
usr/share/WindowMaker/menu.he
|
||||||
|
usr/share/WindowMaker/menu.sl
|
||||||
|
usr/share/WindowMaker/menu
|
||||||
|
usr/share/WindowMaker/Backgrounds/BlueImage.jpeg
|
||||||
|
usr/share/WindowMaker/menu.nl
|
||||||
|
usr/share/WindowMaker/plmenu.ja
|
||||||
|
usr/share/WindowMaker/Styles/Purple.style
|
||||||
|
usr/share/WindowMaker/Styles/NewBlue.style
|
||||||
|
usr/share/WindowMaker/Styles/DarkRed.style
|
||||||
|
usr/share/WindowMaker/Styles/RednBlue.style
|
||||||
|
usr/share/WindowMaker/Styles/Green.style
|
||||||
|
usr/share/WindowMaker/Styles/Emerald.style
|
||||||
|
usr/share/WindowMaker/Styles/Fire.style
|
||||||
|
usr/share/WindowMaker/Styles/LightBlue.style
|
||||||
|
usr/share/WindowMaker/Styles/BlueishGreen.style
|
||||||
|
usr/share/WindowMaker/Styles/GreyBlue.style
|
||||||
|
usr/share/WindowMaker/Styles/BlueDawn.style
|
||||||
|
usr/share/WindowMaker/Styles/Interlace.style
|
||||||
|
usr/share/WindowMaker/Styles/Brown.style
|
||||||
|
usr/share/WindowMaker/Styles/Pastel.style
|
||||||
|
usr/share/WindowMaker/Styles/Copper.style
|
||||||
|
usr/share/WindowMaker/Styles/Golden.style
|
||||||
|
usr/share/WindowMaker/Styles/NightSky.style
|
||||||
|
usr/share/WindowMaker/Styles/Food.style
|
||||||
|
usr/share/WindowMaker/Styles/Spring.style
|
||||||
|
usr/share/WindowMaker/Styles/Summer.style
|
||||||
|
usr/share/WindowMaker/Styles/IRednBlue.style
|
||||||
|
usr/share/WindowMaker/Styles/Gtk.style
|
||||||
|
usr/share/WindowMaker/Styles/Black.style
|
||||||
|
usr/share/WindowMaker/Styles/Pink.style
|
||||||
|
usr/share/WindowMaker/Styles/Autumn.style
|
||||||
|
usr/share/WindowMaker/Styles/DarkBlue.style
|
||||||
|
usr/share/WindowMaker/Styles/Chumbo.style
|
||||||
|
usr/share/WindowMaker/Styles/Pumpkin.style
|
||||||
|
usr/share/WindowMaker/Styles/Traditional.style
|
||||||
|
usr/share/WindowMaker/Styles/VioletBlue.style
|
||||||
|
usr/share/WindowMaker/Styles/BlackTexture.style
|
||||||
|
usr/share/WindowMaker/Styles/Red.style
|
||||||
|
usr/share/WindowMaker/Styles/Brownish.style
|
||||||
|
usr/share/WindowMaker/Styles/Blue.style
|
||||||
|
usr/share/WindowMaker/Styles/Purplish.style
|
||||||
|
usr/share/WindowMaker/menu.ro
|
||||||
|
usr/share/WindowMaker/menu.bg
|
||||||
|
usr/share/WindowMaker/menu.se
|
||||||
|
usr/share/WindowMaker/background.menu
|
||||||
|
usr/share/WindowMaker/menu.ca
|
||||||
|
usr/share/WindowMaker/menu.hr
|
||||||
|
usr/share/WindowMaker/menu.fr
|
||||||
|
usr/share/WindowMaker/menu.cz
|
||||||
|
usr/share/WindowMaker/menu.da
|
||||||
|
usr/share/WindowMaker/menu.ko
|
||||||
|
usr/share/WindowMaker/plmenu.sk
|
||||||
|
usr/share/WindowMaker/plmenu.fi
|
||||||
|
usr/share/WindowMaker/plmenu.it
|
||||||
|
usr/share/WindowMaker/menu.ja
|
||||||
|
usr/share/WindowMaker/menu.fi
|
||||||
|
usr/share/WindowMaker/Themes/Blau.style
|
||||||
|
usr/share/WindowMaker/Themes/Pastel.style
|
||||||
|
usr/share/WindowMaker/Themes/SteelBlueSilk.style
|
||||||
|
usr/share/WindowMaker/Themes/OpenStep.style
|
||||||
|
usr/share/WindowMaker/Themes/Default.style
|
||||||
|
usr/share/WindowMaker/plmenu.da
|
||||||
|
usr/share/WindowMaker/plmenu.ro
|
||||||
|
usr/share/WindowMaker/README.themes
|
||||||
|
usr/share/WindowMaker/menu.de
|
||||||
|
usr/share/WindowMaker/plmenu.es
|
||||||
|
usr/share/WindowMaker/README
|
||||||
|
usr/share/WindowMaker/plmenu.fr
|
||||||
|
usr/share/WindowMaker/menu.no
|
||||||
|
usr/share/WindowMaker/menu.it
|
||||||
|
usr/share/WindowMaker/plmenu.hr
|
||||||
|
usr/share/WindowMaker/IconSets/Default.iconset
|
||||||
|
usr/share/WindowMaker/menu.pl
|
||||||
|
usr/share/WindowMaker/menu.el
|
||||||
|
usr/share/WindowMaker/menu.zh_TW
|
||||||
|
usr/share/WindowMaker/appearance.menu
|
||||||
|
usr/share/WindowMaker/plmenu.zh_CN
|
||||||
|
usr/share/WindowMaker/plmenu.zh_TW
|
||||||
|
usr/share/WindowMaker/menu.gl
|
||||||
|
usr/share/WindowMaker/menu.tr
|
||||||
|
usr/share/WindowMaker/menu.zh_CN
|
||||||
|
usr/share/WindowMaker/Pixmaps/tile.xpm
|
||||||
|
usr/share/WindowMaker/Pixmaps/swtile.png
|
||||||
|
usr/share/WindowMaker/Pixmaps/swback.png
|
||||||
|
usr/share/WindowMaker/Pixmaps/tile.tiff
|
||||||
|
usr/share/WindowMaker/Pixmaps/swback2.png
|
||||||
|
usr/share/WINGs/defaultIcon.xpm
|
||||||
|
usr/share/WINGs/defaultIcon.tiff
|
||||||
|
usr/share/WINGs/Images.xpm
|
||||||
|
usr/share/WINGs/Images.tiff
|
||||||
|
usr/share/man/ru/man1/wxpaste.1x
|
||||||
|
usr/share/man/ru/man1/geticonset.1x
|
||||||
|
usr/share/man/ru/man1/seticons.1x
|
||||||
|
usr/share/man/ru/man1/setstyle.1x
|
||||||
|
usr/share/man/ru/man1/getstyle.1x
|
||||||
|
usr/share/man/ru/man1/wdwrite.1x
|
||||||
|
usr/share/man/ru/man1/wxcopy.1x
|
||||||
|
usr/share/man/ru/man1/wmaker.1x
|
||||||
|
usr/share/man/ru/man1/wmsetbg.1x
|
||||||
|
usr/share/man/sk/man1/wxpaste.1x
|
||||||
|
usr/share/man/sk/man1/geticonset.1x
|
||||||
|
usr/share/man/sk/man1/seticons.1x
|
||||||
|
usr/share/man/sk/man1/setstyle.1x
|
||||||
|
usr/share/man/sk/man1/getstyle.1x
|
||||||
|
usr/share/man/sk/man1/wdwrite.1x
|
||||||
|
usr/share/man/sk/man1/wxcopy.1x
|
||||||
|
usr/share/man/sk/man1/wmaker.1x
|
||||||
|
usr/share/man/sk/man1/wmsetbg.1x
|
||||||
|
usr/share/man/cs/man1/wxpaste.1x
|
||||||
|
usr/share/man/cs/man1/geticonset.1x
|
||||||
|
usr/share/man/cs/man1/seticons.1x
|
||||||
|
usr/share/man/cs/man1/setstyle.1x
|
||||||
|
usr/share/man/cs/man1/getstyle.1x
|
||||||
|
usr/share/man/cs/man1/wdwrite.1x
|
||||||
|
usr/share/man/cs/man1/wxcopy.1x
|
||||||
|
usr/share/man/cs/man1/wmaker.1x
|
||||||
|
usr/share/man/cs/man1/wmsetbg.1x
|
||||||
|
usr/share/man/man1/wxpaste.1x
|
||||||
|
usr/share/man/man1/geticonset.1x
|
||||||
|
usr/share/man/man1/seticons.1x
|
||||||
|
usr/share/man/man1/setstyle.1x
|
||||||
|
usr/share/man/man1/getstyle.1x
|
||||||
|
usr/share/man/man1/wdwrite.1x
|
||||||
|
usr/share/man/man1/wxcopy.1x
|
||||||
|
usr/share/man/man1/wmaker.1x
|
||||||
|
usr/share/man/man1/wmsetbg.1x
|
||||||
|
usr/share/lib/GNUstep/System/Applications/WPrefs.app/WPrefs.xpm
|
||||||
|
usr/share/lib/GNUstep/System/Applications/WPrefs.app/WPrefs.tiff
|
||||||
|
usr/share/lib/GNUstep/System/Applications/WPrefs.app/tiff/*.tiff
|
||||||
1
debian/wmaker-common.links
vendored
Normal file
1
debian/wmaker-common.links
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
etc/GNUstep/Defaults usr/share/WindowMaker/Defaults
|
||||||
5
debian/wmaker-common.manpages
vendored
Normal file
5
debian/wmaker-common.manpages
vendored
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
doc/*.1x
|
||||||
|
doc/*.8
|
||||||
|
doc/wmgenmenu.1
|
||||||
|
doc/wdread.1
|
||||||
|
doc/wmmenugen.1
|
||||||
1
debian/wmaker-dbg.dirs
vendored
Normal file
1
debian/wmaker-dbg.dirs
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
usr/lib/debug/usr/lib/WindowMaker
|
||||||
7
debian/wmaker.dirs
vendored
7
debian/wmaker.dirs
vendored
@@ -1,9 +1,4 @@
|
|||||||
etc/GNUstep/Defaults
|
|
||||||
etc/X11/WindowMaker
|
etc/X11/WindowMaker
|
||||||
etc/menu-methods
|
etc/menu-methods
|
||||||
usr/bin
|
|
||||||
usr/sbin
|
|
||||||
usr/share/doc/wmaker
|
|
||||||
usr/lib/menu
|
|
||||||
usr/share/xsessions
|
|
||||||
usr/lib/WindowMaker
|
usr/lib/WindowMaker
|
||||||
|
usr/lib/GNUstep/System/Applications/WPrefs.app
|
||||||
|
|||||||
14
debian/wmaker.install
vendored
Normal file
14
debian/wmaker.install
vendored
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
usr/bin/wxcopy
|
||||||
|
usr/bin/wmagnify
|
||||||
|
usr/bin/wmmenugen
|
||||||
|
usr/bin/wmgenmenu
|
||||||
|
usr/bin/wmsetbg
|
||||||
|
usr/bin/wdread
|
||||||
|
usr/bin/wdwrite
|
||||||
|
usr/bin/getstyle
|
||||||
|
usr/bin/seticons
|
||||||
|
usr/bin/geticonset
|
||||||
|
usr/bin/setstyle
|
||||||
|
usr/bin/wxpaste
|
||||||
|
usr/bin/convertfonts
|
||||||
|
usr/bin/wmaker
|
||||||
1
debian/wmaker.links
vendored
1
debian/wmaker.links
vendored
@@ -1,3 +1,2 @@
|
|||||||
usr/lib/WindowMaker/WindowMaker usr/bin/WindowMaker
|
usr/lib/WindowMaker/WindowMaker usr/bin/WindowMaker
|
||||||
usr/lib/GNUstep/System/Applications/WPrefs.app/WPrefs usr/bin/WPrefs
|
usr/lib/GNUstep/System/Applications/WPrefs.app/WPrefs usr/bin/WPrefs
|
||||||
etc/GNUstep/Defaults usr/share/WindowMaker/Defaults
|
|
||||||
|
|||||||
1
debian/wmaker.lintian-overrides
vendored
1
debian/wmaker.lintian-overrides
vendored
@@ -1,4 +1,3 @@
|
|||||||
wmaker: image-file-in-usr-lib
|
|
||||||
wmaker: menu-item-creates-new-root-section
|
wmaker: menu-item-creates-new-root-section
|
||||||
wmaker: menu-command-not-in-package
|
wmaker: menu-command-not-in-package
|
||||||
wmaker: menu-item-contains-unknown-tag
|
wmaker: menu-item-contains-unknown-tag
|
||||||
|
|||||||
2
debian/wmaker.manpages
vendored
2
debian/wmaker.manpages
vendored
@@ -1,2 +0,0 @@
|
|||||||
debian/manpages/*.1x
|
|
||||||
debian/manpages/*.8
|
|
||||||
2
debian/wmaker.postinst
vendored
2
debian/wmaker.postinst
vendored
@@ -28,7 +28,7 @@ case "$1" in
|
|||||||
|
|
||||||
if [ -x /usr/bin/update-menus -a -x /usr/bin/install-menu ] ; then
|
if [ -x /usr/bin/update-menus -a -x /usr/bin/install-menu ] ; then
|
||||||
update-menus
|
update-menus
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
|
||||||
abort-upgrade|abort-deconfigure|abort-remove)
|
abort-upgrade|abort-deconfigure|abort-remove)
|
||||||
|
|||||||
3
debian/wmaker.postrm
vendored
3
debian/wmaker.postrm
vendored
@@ -26,9 +26,6 @@ case "$1" in
|
|||||||
update-menus
|
update-menus
|
||||||
rm -f /etc/X11/WindowMaker/menu.hook /etc/X11/WindowMaker/plmenu.hook
|
rm -f /etc/X11/WindowMaker/menu.hook /etc/X11/WindowMaker/plmenu.hook
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Hmmm...
|
|
||||||
rmdir -p /etc/GNUstep/Defaults /etc/X11/WindowMaker || true
|
|
||||||
;;
|
;;
|
||||||
upgrade|abort-install|disappear)
|
upgrade|abort-install|disappear)
|
||||||
# nothing to do
|
# nothing to do
|
||||||
|
|||||||
818
debian/wmaker.symbols
vendored
Normal file
818
debian/wmaker.symbols
vendored
Normal file
@@ -0,0 +1,818 @@
|
|||||||
|
libWINGs.so.2 wmaker #MINVER#
|
||||||
|
WINGsConfiguration@Base 0.94.0-1~
|
||||||
|
WMAddBoxSubview@Base 0.94.0-1~
|
||||||
|
WMAddBoxSubviewAtEnd@Base 0.94.0-1~
|
||||||
|
WMAddBrowserColumn@Base 0.94.0-1~
|
||||||
|
WMAddItemInTabView@Base 0.94.0-1~
|
||||||
|
WMAddPopUpButtonItem@Base 0.94.0-1~
|
||||||
|
WMAddSplitViewSubview@Base 0.94.0-1~
|
||||||
|
WMAddTabViewItemWithView@Base 0.94.0-1~
|
||||||
|
WMAdjustSplitViewSubviews@Base 0.94.0-1~
|
||||||
|
WMBlackColor@Base 0.94.0-1~
|
||||||
|
WMBlueComponentOfColor@Base 0.94.0-1~
|
||||||
|
WMBoldSystemFontOfSize@Base 0.94.0-1~
|
||||||
|
WMBreakModalLoop@Base 0.94.0-1~
|
||||||
|
WMBrowserAllowsEmptySelection@Base 0.94.0-1~
|
||||||
|
WMBrowserAllowsMultipleSelection@Base 0.94.0-1~
|
||||||
|
WMChangePanelOwner@Base 0.94.0-1~
|
||||||
|
WMClearList@Base 0.94.0-1~
|
||||||
|
WMCloseColorPanel@Base 0.94.0-1~
|
||||||
|
WMCloseWindow@Base 0.94.0-1~
|
||||||
|
WMColorGC@Base 0.94.0-1~
|
||||||
|
WMColorPanelColorChangedNotification@Base 0.94.0-1~
|
||||||
|
WMColorPixel@Base 0.94.0-1~
|
||||||
|
WMColorWellDidChangeNotification@Base 0.94.0-1~
|
||||||
|
WMCopyFontWithStyle@Base 0.94.0-1~
|
||||||
|
WMCreateAlertPanel@Base 0.94.0-1~
|
||||||
|
WMCreateApplicationIconBlendedPixmap@Base 0.94.0-1~
|
||||||
|
WMCreateBlendedPixmapFromFile@Base 0.94.0-1~
|
||||||
|
WMCreateBlendedPixmapFromRImage@Base 0.94.0-1~
|
||||||
|
WMCreateBox@Base 0.94.0-1~
|
||||||
|
WMCreateBrowser@Base 0.94.0-1~
|
||||||
|
WMCreateButton@Base 0.94.0-1~
|
||||||
|
WMCreateColorWell@Base 0.94.0-1~
|
||||||
|
WMCreateCustomButton@Base 0.94.0-1~
|
||||||
|
WMCreateDragHandler@Base 0.94.0-1~
|
||||||
|
WMCreateDragOperationArray@Base 0.94.0-1~
|
||||||
|
WMCreateDragOperationItem@Base 0.94.0-1~
|
||||||
|
WMCreateEventHandler@Base 0.94.0-1~
|
||||||
|
WMCreateFont@Base 0.94.0-1~
|
||||||
|
WMCreateFrame@Base 0.94.0-1~
|
||||||
|
WMCreateGenericPanel@Base 0.94.0-1~
|
||||||
|
WMCreateInputPanel@Base 0.94.0-1~
|
||||||
|
WMCreateLabel@Base 0.94.0-1~
|
||||||
|
WMCreateList@Base 0.94.0-1~
|
||||||
|
WMCreateMenuItem@Base 0.94.0-1~
|
||||||
|
WMCreateNamedColor@Base 0.94.0-1~
|
||||||
|
WMCreatePanelForWindow@Base 0.94.0-1~
|
||||||
|
WMCreatePanelWithStyleForWindow@Base 0.94.0-1~
|
||||||
|
WMCreatePixmap@Base 0.94.0-1~
|
||||||
|
WMCreatePixmapFromFile@Base 0.94.0-1~
|
||||||
|
WMCreatePixmapFromRImage@Base 0.94.0-1~
|
||||||
|
WMCreatePixmapFromXPMData@Base 0.94.0-1~
|
||||||
|
WMCreatePixmapFromXPixmaps@Base 0.94.0-1~
|
||||||
|
WMCreatePopUpButton@Base 0.94.0-1~
|
||||||
|
WMCreateRGBAColor@Base 0.94.0-1~
|
||||||
|
WMCreateRGBColor@Base 0.94.0-1~
|
||||||
|
WMCreateScreen@Base 0.94.0-1~
|
||||||
|
WMCreateScreenWithRContext@Base 0.94.0-1~
|
||||||
|
WMCreateScrollView@Base 0.94.0-1~
|
||||||
|
WMCreateScroller@Base 0.94.0-1~
|
||||||
|
WMCreateSelectionHandler@Base 0.94.0-1~
|
||||||
|
WMCreateSimpleApplicationScreen@Base 0.94.0-1~
|
||||||
|
WMCreateSlider@Base 0.94.0-1~
|
||||||
|
WMCreateSplitView@Base 0.94.0-1~
|
||||||
|
WMCreateTabView@Base 0.94.0-1~
|
||||||
|
WMCreateTabViewItem@Base 0.94.0-1~
|
||||||
|
WMCreateTabViewItemWithIdentifier@Base 0.94.0-1~
|
||||||
|
WMCreateTextField@Base 0.94.0-1~
|
||||||
|
WMCreateWindow@Base 0.94.0-1~
|
||||||
|
WMCreateWindowWithStyle@Base 0.94.0-1~
|
||||||
|
WMDarkGrayColor@Base 0.94.0-1~
|
||||||
|
WMDefaultBoldSystemFont@Base 0.94.0-1~
|
||||||
|
WMDefaultSystemFont@Base 0.94.0-1~
|
||||||
|
WMDeleteDragHandler@Base 0.94.0-1~
|
||||||
|
WMDeleteEventHandler@Base 0.94.0-1~
|
||||||
|
WMDeleteSelectionCallback@Base 0.94.0-1~
|
||||||
|
WMDeleteSelectionHandler@Base 0.94.0-1~
|
||||||
|
WMDeleteTextFieldRange@Base 0.94.0-1~
|
||||||
|
WMDestroyAlertPanel@Base 0.94.0-1~
|
||||||
|
WMDestroyGenericPanel@Base 0.94.0-1~
|
||||||
|
WMDestroyInputPanel@Base 0.94.0-1~
|
||||||
|
WMDestroyMenuItem@Base 0.94.0-1~
|
||||||
|
WMDestroyTabViewItem@Base 0.94.0-1~
|
||||||
|
WMDestroyWidget@Base 0.94.0-1~
|
||||||
|
WMDragImageFromView@Base 0.94.0-1~
|
||||||
|
WMDrawImageString@Base 0.94.0-1~
|
||||||
|
WMDrawPixmap@Base 0.94.0-1~
|
||||||
|
WMDrawString@Base 0.94.0-1~
|
||||||
|
WMFindRowOfListItemWithTitle@Base 0.94.0-1~
|
||||||
|
WMFontHeight@Base 0.94.0-1~
|
||||||
|
WMFontPanelFontChangedNotification@Base 0.94.0-1~
|
||||||
|
WMFreeColorPanel@Base 0.94.0-1~
|
||||||
|
WMFreeFilePanel@Base 0.94.0-1~
|
||||||
|
WMFreeFontPanel@Base 0.94.0-1~
|
||||||
|
WMGetApplicationIconImage@Base 0.94.0-1~
|
||||||
|
WMGetApplicationIconPixmap@Base 0.94.0-1~
|
||||||
|
WMGetBrowserFirstVisibleColumn@Base 0.94.0-1~
|
||||||
|
WMGetBrowserListInColumn@Base 0.94.0-1~
|
||||||
|
WMGetBrowserMaxVisibleColumns@Base 0.94.0-1~
|
||||||
|
WMGetBrowserNumberOfColumns@Base 0.94.0-1~
|
||||||
|
WMGetBrowserPath@Base 0.94.0-1~
|
||||||
|
WMGetBrowserPathToColumn@Base 0.94.0-1~
|
||||||
|
WMGetBrowserPaths@Base 0.94.0-1~
|
||||||
|
WMGetBrowserSelectedColumn@Base 0.94.0-1~
|
||||||
|
WMGetBrowserSelectedItemInColumn@Base 0.94.0-1~
|
||||||
|
WMGetBrowserSelectedRowInColumn@Base 0.94.0-1~
|
||||||
|
WMGetButtonEnabled@Base 0.94.0-1~
|
||||||
|
WMGetButtonSelected@Base 0.94.0-1~
|
||||||
|
WMGetColorAlpha@Base 0.94.0-1~
|
||||||
|
WMGetColorPanel@Base 0.94.0-1~
|
||||||
|
WMGetColorPanelColor@Base 0.94.0-1~
|
||||||
|
WMGetColorRGBDescription@Base 0.94.0-1~
|
||||||
|
WMGetColorWellColor@Base 0.94.0-1~
|
||||||
|
WMGetDragOperationItemText@Base 0.94.0-1~
|
||||||
|
WMGetDragOperationItemType@Base 0.94.0-1~
|
||||||
|
WMGetFilePanelAccessoryView@Base 0.94.0-1~
|
||||||
|
WMGetFilePanelFileName@Base 0.94.0-1~
|
||||||
|
WMGetFontName@Base 0.94.0-1~
|
||||||
|
WMGetFontPanel@Base 0.94.0-1~
|
||||||
|
WMGetFontPanelFont@Base 0.94.0-1~
|
||||||
|
WMGetHangedData@Base 0.94.0-1~
|
||||||
|
WMGetLabelFont@Base 0.94.0-1~
|
||||||
|
WMGetLabelImage@Base 0.94.0-1~
|
||||||
|
WMGetLabelText@Base 0.94.0-1~
|
||||||
|
WMGetListItem@Base 0.94.0-1~
|
||||||
|
WMGetListItemHeight@Base 0.94.0-1~
|
||||||
|
WMGetListItems@Base 0.94.0-1~
|
||||||
|
WMGetListNumberOfRows@Base 0.94.0-1~
|
||||||
|
WMGetListPosition@Base 0.94.0-1~
|
||||||
|
WMGetListSelectedItem@Base 0.94.0-1~
|
||||||
|
WMGetListSelectedItemRow@Base 0.94.0-1~
|
||||||
|
WMGetListSelectedItems@Base 0.94.0-1~
|
||||||
|
WMGetMenuItemAction@Base 0.94.0-1~
|
||||||
|
WMGetMenuItemData@Base 0.94.0-1~
|
||||||
|
WMGetMenuItemEnabled@Base 0.94.0-1~
|
||||||
|
WMGetMenuItemMixedStatePixmap@Base 0.94.0-1~
|
||||||
|
WMGetMenuItemOffStatePixmap@Base 0.94.0-1~
|
||||||
|
WMGetMenuItemOnStatePixmap@Base 0.94.0-1~
|
||||||
|
WMGetMenuItemPixmap@Base 0.94.0-1~
|
||||||
|
WMGetMenuItemRepresentedObject@Base 0.94.0-1~
|
||||||
|
WMGetMenuItemShortcut@Base 0.94.0-1~
|
||||||
|
WMGetMenuItemShortcutModifierMask@Base 0.94.0-1~
|
||||||
|
WMGetMenuItemState@Base 0.94.0-1~
|
||||||
|
WMGetMenuItemTitle@Base 0.94.0-1~
|
||||||
|
WMGetOpenPanel@Base 0.94.0-1~
|
||||||
|
WMGetPixmapMaskXID@Base 0.94.0-1~
|
||||||
|
WMGetPixmapSize@Base 0.94.0-1~
|
||||||
|
WMGetPixmapXID@Base 0.94.0-1~
|
||||||
|
WMGetPopUpButtonEnabled@Base 0.94.0-1~
|
||||||
|
WMGetPopUpButtonItem@Base 0.94.0-1~
|
||||||
|
WMGetPopUpButtonItemEnabled@Base 0.94.0-1~
|
||||||
|
WMGetPopUpButtonMenuItem@Base 0.94.0-1~
|
||||||
|
WMGetPopUpButtonNumberOfItems@Base 0.94.0-1~
|
||||||
|
WMGetPopUpButtonSelectedItem@Base 0.94.0-1~
|
||||||
|
WMGetRColorFromColor@Base 0.94.0-1~
|
||||||
|
WMGetSavePanel@Base 0.94.0-1~
|
||||||
|
WMGetScrollViewHorizontalScroller@Base 0.94.0-1~
|
||||||
|
WMGetScrollViewVerticalScroller@Base 0.94.0-1~
|
||||||
|
WMGetScrollViewVisibleRect@Base 0.94.0-1~
|
||||||
|
WMGetScrollerHitPart@Base 0.94.0-1~
|
||||||
|
WMGetScrollerKnobProportion@Base 0.94.0-1~
|
||||||
|
WMGetScrollerValue@Base 0.94.0-1~
|
||||||
|
WMGetSelectedTabViewItem@Base 0.94.0-1~
|
||||||
|
WMGetSeparatorMenuItem@Base 0.94.0-1~
|
||||||
|
WMGetSliderMaxValue@Base 0.94.0-1~
|
||||||
|
WMGetSliderMinValue@Base 0.94.0-1~
|
||||||
|
WMGetSliderValue@Base 0.94.0-1~
|
||||||
|
WMGetSplitViewDividerThickness@Base 0.94.0-1~
|
||||||
|
WMGetSplitViewSubviewAt@Base 0.94.0-1~
|
||||||
|
WMGetSplitViewSubviewsCount@Base 0.94.0-1~
|
||||||
|
WMGetSplitViewVertical@Base 0.94.0-1~
|
||||||
|
WMGetSystemPixmap@Base 0.94.0-1~
|
||||||
|
WMGetTabViewItemIdentifier@Base 0.94.0-1~
|
||||||
|
WMGetTabViewItemLabel@Base 0.94.0-1~
|
||||||
|
WMGetTabViewItemView@Base 0.94.0-1~
|
||||||
|
WMGetTextFieldCursorPosition@Base 0.94.0-1~
|
||||||
|
WMGetTextFieldDelegate@Base 0.94.0-1~
|
||||||
|
WMGetTextFieldEditable@Base 0.94.0-1~
|
||||||
|
WMGetTextFieldFont@Base 0.94.0-1~
|
||||||
|
WMGetTextFieldText@Base 0.94.0-1~
|
||||||
|
WMGetViewPosition@Base 0.94.0-1~
|
||||||
|
WMGetViewScreenPosition@Base 0.94.0-1~
|
||||||
|
WMGetViewSize@Base 0.94.0-1~
|
||||||
|
WMGetWidgetBackgroundColor@Base 0.94.0-1~
|
||||||
|
WMGrayColor@Base 0.94.0-1~
|
||||||
|
WMGreenComponentOfColor@Base 0.94.0-1~
|
||||||
|
WMGroupButtons@Base 0.94.0-1~
|
||||||
|
WMHandleEvent@Base 0.94.0-1~
|
||||||
|
WMHangData@Base 0.94.0-1~
|
||||||
|
WMHideFontPanel@Base 0.94.0-1~
|
||||||
|
WMHookEventHandler@Base 0.94.0-1~
|
||||||
|
WMInsertBrowserItem@Base 0.94.0-1~
|
||||||
|
WMInsertItemInTabView@Base 0.94.0-1~
|
||||||
|
WMInsertListItem@Base 0.94.0-1~
|
||||||
|
WMInsertPopUpButtonItem@Base 0.94.0-1~
|
||||||
|
WMInsertTextFieldText@Base 0.94.0-1~
|
||||||
|
WMIsAntialiasingEnabled@Base 0.94.0-1~
|
||||||
|
WMIsDoubleClick@Base 0.94.0-1~
|
||||||
|
WMIsDraggingFromView@Base 0.94.0-1~
|
||||||
|
WMListAllowsEmptySelection@Base 0.94.0-1~
|
||||||
|
WMListAllowsMultipleSelection@Base 0.94.0-1~
|
||||||
|
WMListDidScrollNotification@Base 0.94.0-1~
|
||||||
|
WMListSelectionDidChangeNotification@Base 0.94.0-1~
|
||||||
|
WMLoadBrowserColumnZero@Base 0.94.0-1~
|
||||||
|
WMLowerWidget@Base 0.94.0-1~
|
||||||
|
WMMapSubwidgets@Base 0.94.0-1~
|
||||||
|
WMMapWidget@Base 0.94.0-1~
|
||||||
|
WMMaskEvent@Base 0.94.0-1~
|
||||||
|
WMMenuItemIsSeparator@Base 0.94.0-1~
|
||||||
|
WMMoveWidget@Base 0.94.0-1~
|
||||||
|
WMNextEvent@Base 0.94.0-1~
|
||||||
|
WMOpenScreen@Base 0.94.0-1~
|
||||||
|
WMPaintColorSwatch@Base 0.94.0-1~
|
||||||
|
WMPerformButtonClick@Base 0.94.0-1~
|
||||||
|
WMRaiseWidget@Base 0.94.0-1~
|
||||||
|
WMRealizeWidget@Base 0.94.0-1~
|
||||||
|
WMRedComponentOfColor@Base 0.94.0-1~
|
||||||
|
WMRedisplayWidget@Base 0.94.0-1~
|
||||||
|
WMRegisterViewForDraggedTypes@Base 0.94.0-1~
|
||||||
|
WMRelayToNextResponder@Base 0.94.0-1~
|
||||||
|
WMReleaseColor@Base 0.94.0-1~
|
||||||
|
WMReleaseFont@Base 0.94.0-1~
|
||||||
|
WMReleasePixmap@Base 0.94.0-1~
|
||||||
|
WMReleaseViewDragImage@Base 0.94.0-1~
|
||||||
|
WMRemoveBoxSubview@Base 0.94.0-1~
|
||||||
|
WMRemoveBrowserItem@Base 0.94.0-1~
|
||||||
|
WMRemoveListItem@Base 0.94.0-1~
|
||||||
|
WMRemovePopUpButtonItem@Base 0.94.0-1~
|
||||||
|
WMRemoveSplitViewSubview@Base 0.94.0-1~
|
||||||
|
WMRemoveSplitViewSubviewAt@Base 0.94.0-1~
|
||||||
|
WMRemoveTabViewItem@Base 0.94.0-1~
|
||||||
|
WMReparentWidget@Base 0.94.0-1~
|
||||||
|
WMRequestSelection@Base 0.94.0-1~
|
||||||
|
WMResizeScrollViewContent@Base 0.94.0-1~
|
||||||
|
WMResizeWidget@Base 0.94.0-1~
|
||||||
|
WMRetainColor@Base 0.94.0-1~
|
||||||
|
WMRetainFont@Base 0.94.0-1~
|
||||||
|
WMRetainPixmap@Base 0.94.0-1~
|
||||||
|
WMRunAlertPanel@Base 0.94.0-1~
|
||||||
|
WMRunInputPanel@Base 0.94.0-1~
|
||||||
|
WMRunModalFilePanelForDirectory@Base 0.94.0-1~
|
||||||
|
WMRunModalLoop@Base 0.94.0-1~
|
||||||
|
WMScreenDepth@Base 0.94.0-1~
|
||||||
|
WMScreenDisplay@Base 0.94.0-1~
|
||||||
|
WMScreenHeight@Base 0.94.0-1~
|
||||||
|
WMScreenMainLoop@Base 0.94.0-1~
|
||||||
|
WMScreenPending@Base 0.94.0-1~
|
||||||
|
WMScreenRContext@Base 0.94.0-1~
|
||||||
|
WMScreenWidth@Base 0.94.0-1~
|
||||||
|
WMScrollViewScrollPoint@Base 0.94.0-1~
|
||||||
|
WMScrollerDidScrollNotification@Base 0.94.0-1~
|
||||||
|
WMSelectAllListItems@Base 0.94.0-1~
|
||||||
|
WMSelectFirstTabViewItem@Base 0.94.0-1~
|
||||||
|
WMSelectLastTabViewItem@Base 0.94.0-1~
|
||||||
|
WMSelectListItem@Base 0.94.0-1~
|
||||||
|
WMSelectListItemsInRange@Base 0.94.0-1~
|
||||||
|
WMSelectNextTabViewItem@Base 0.94.0-1~
|
||||||
|
WMSelectPreviousTabViewItem@Base 0.94.0-1~
|
||||||
|
WMSelectTabViewItem@Base 0.94.0-1~
|
||||||
|
WMSelectTabViewItemAtIndex@Base 0.94.0-1~
|
||||||
|
WMSelectTextFieldRange@Base 0.94.0-1~
|
||||||
|
WMSelectionOwnerDidChangeNotification@Base 0.94.0-1~
|
||||||
|
WMSetApplicationHasAppIcon@Base 0.94.0-1~
|
||||||
|
WMSetApplicationIconImage@Base 0.94.0-1~
|
||||||
|
WMSetApplicationIconPixmap@Base 0.94.0-1~
|
||||||
|
WMSetApplicationIconWindow@Base 0.94.0-1~
|
||||||
|
WMSetBalloonDelay@Base 0.94.0-1~
|
||||||
|
WMSetBalloonEnabled@Base 0.94.0-1~
|
||||||
|
WMSetBalloonFont@Base 0.94.0-1~
|
||||||
|
WMSetBalloonTextAlignment@Base 0.94.0-1~
|
||||||
|
WMSetBalloonTextColor@Base 0.94.0-1~
|
||||||
|
WMSetBalloonTextForView@Base 0.94.0-1~
|
||||||
|
WMSetBoxBorderWidth@Base 0.94.0-1~
|
||||||
|
WMSetBoxHorizontal@Base 0.94.0-1~
|
||||||
|
WMSetBrowserAction@Base 0.94.0-1~
|
||||||
|
WMSetBrowserAllowEmptySelection@Base 0.94.0-1~
|
||||||
|
WMSetBrowserAllowMultipleSelection@Base 0.94.0-1~
|
||||||
|
WMSetBrowserColumnTitle@Base 0.94.0-1~
|
||||||
|
WMSetBrowserDelegate@Base 0.94.0-1~
|
||||||
|
WMSetBrowserDoubleAction@Base 0.94.0-1~
|
||||||
|
WMSetBrowserHasScroller@Base 0.94.0-1~
|
||||||
|
WMSetBrowserMaxVisibleColumns@Base 0.94.0-1~
|
||||||
|
WMSetBrowserPath@Base 0.94.0-1~
|
||||||
|
WMSetBrowserPathSeparator@Base 0.94.0-1~
|
||||||
|
WMSetBrowserTitled@Base 0.94.0-1~
|
||||||
|
WMSetButtonAction@Base 0.94.0-1~
|
||||||
|
WMSetButtonAltImage@Base 0.94.0-1~
|
||||||
|
WMSetButtonAltText@Base 0.94.0-1~
|
||||||
|
WMSetButtonAltTextColor@Base 0.94.0-1~
|
||||||
|
WMSetButtonBordered@Base 0.94.0-1~
|
||||||
|
WMSetButtonContinuous@Base 0.94.0-1~
|
||||||
|
WMSetButtonDisabledTextColor@Base 0.94.0-1~
|
||||||
|
WMSetButtonEnabled@Base 0.94.0-1~
|
||||||
|
WMSetButtonFont@Base 0.94.0-1~
|
||||||
|
WMSetButtonImage@Base 0.94.0-1~
|
||||||
|
WMSetButtonImageDefault@Base 0.94.0-1~
|
||||||
|
WMSetButtonImageDimsWhenDisabled@Base 0.94.0-1~
|
||||||
|
WMSetButtonImagePosition@Base 0.94.0-1~
|
||||||
|
WMSetButtonPeriodicDelay@Base 0.94.0-1~
|
||||||
|
WMSetButtonSelected@Base 0.94.0-1~
|
||||||
|
WMSetButtonTag@Base 0.94.0-1~
|
||||||
|
WMSetButtonText@Base 0.94.0-1~
|
||||||
|
WMSetButtonTextAlignment@Base 0.94.0-1~
|
||||||
|
WMSetButtonTextColor@Base 0.94.0-1~
|
||||||
|
WMSetColorAlpha@Base 0.94.0-1~
|
||||||
|
WMSetColorInGC@Base 0.94.0-1~
|
||||||
|
WMSetColorPanelAction@Base 0.94.0-1~
|
||||||
|
WMSetColorPanelColor@Base 0.94.0-1~
|
||||||
|
WMSetColorPanelPickerMode@Base 0.94.0-1~
|
||||||
|
WMSetColorWellColor@Base 0.94.0-1~
|
||||||
|
WMSetFilePanelAccessoryView@Base 0.94.0-1~
|
||||||
|
WMSetFilePanelAutoCompletion@Base 0.94.0-1~
|
||||||
|
WMSetFilePanelCanChooseDirectories@Base 0.94.0-1~
|
||||||
|
WMSetFilePanelCanChooseFiles@Base 0.94.0-1~
|
||||||
|
WMSetFilePanelDirectory@Base 0.94.0-1~
|
||||||
|
WMSetFocusToWidget@Base 0.94.0-1~
|
||||||
|
WMSetFontPanelAction@Base 0.94.0-1~
|
||||||
|
WMSetFontPanelFont@Base 0.94.0-1~
|
||||||
|
WMSetFrameRelief@Base 0.94.0-1~
|
||||||
|
WMSetFrameTitle@Base 0.94.0-1~
|
||||||
|
WMSetFrameTitlePosition@Base 0.94.0-1~
|
||||||
|
WMSetLabelFont@Base 0.94.0-1~
|
||||||
|
WMSetLabelImage@Base 0.94.0-1~
|
||||||
|
WMSetLabelImagePosition@Base 0.94.0-1~
|
||||||
|
WMSetLabelRelief@Base 0.94.0-1~
|
||||||
|
WMSetLabelText@Base 0.94.0-1~
|
||||||
|
WMSetLabelTextAlignment@Base 0.94.0-1~
|
||||||
|
WMSetLabelTextColor@Base 0.94.0-1~
|
||||||
|
WMSetLabelWraps@Base 0.94.0-1~
|
||||||
|
WMSetListAction@Base 0.94.0-1~
|
||||||
|
WMSetListAllowEmptySelection@Base 0.94.0-1~
|
||||||
|
WMSetListAllowMultipleSelection@Base 0.94.0-1~
|
||||||
|
WMSetListBottomPosition@Base 0.94.0-1~
|
||||||
|
WMSetListDoubleAction@Base 0.94.0-1~
|
||||||
|
WMSetListPosition@Base 0.94.0-1~
|
||||||
|
WMSetListSelectionToRange@Base 0.94.0-1~
|
||||||
|
WMSetListUserDrawItemHeight@Base 0.94.0-1~
|
||||||
|
WMSetListUserDrawProc@Base 0.94.0-1~
|
||||||
|
WMSetMenuItemAction@Base 0.94.0-1~
|
||||||
|
WMSetMenuItemEnabled@Base 0.94.0-1~
|
||||||
|
WMSetMenuItemMixedStatePixmap@Base 0.94.0-1~
|
||||||
|
WMSetMenuItemOffStatePixmap@Base 0.94.0-1~
|
||||||
|
WMSetMenuItemOnStatePixmap@Base 0.94.0-1~
|
||||||
|
WMSetMenuItemPixmap@Base 0.94.0-1~
|
||||||
|
WMSetMenuItemRepresentedObject@Base 0.94.0-1~
|
||||||
|
WMSetMenuItemShortcut@Base 0.94.0-1~
|
||||||
|
WMSetMenuItemShortcutModifierMask@Base 0.94.0-1~
|
||||||
|
WMSetMenuItemState@Base 0.94.0-1~
|
||||||
|
WMSetMenuItemTitle@Base 0.94.0-1~
|
||||||
|
WMSetPopUpButtonAction@Base 0.94.0-1~
|
||||||
|
WMSetPopUpButtonEnabled@Base 0.94.0-1~
|
||||||
|
WMSetPopUpButtonItemEnabled@Base 0.94.0-1~
|
||||||
|
WMSetPopUpButtonPullsDown@Base 0.94.0-1~
|
||||||
|
WMSetPopUpButtonSelectedItem@Base 0.94.0-1~
|
||||||
|
WMSetPopUpButtonText@Base 0.94.0-1~
|
||||||
|
WMSetScrollViewContentView@Base 0.94.0-1~
|
||||||
|
WMSetScrollViewHasHorizontalScroller@Base 0.94.0-1~
|
||||||
|
WMSetScrollViewHasVerticalScroller@Base 0.94.0-1~
|
||||||
|
WMSetScrollViewLineScroll@Base 0.94.0-1~
|
||||||
|
WMSetScrollViewPageScroll@Base 0.94.0-1~
|
||||||
|
WMSetScrollViewRelief@Base 0.94.0-1~
|
||||||
|
WMSetScrollerAction@Base 0.94.0-1~
|
||||||
|
WMSetScrollerArrowsPosition@Base 0.94.0-1~
|
||||||
|
WMSetScrollerParameters@Base 0.94.0-1~
|
||||||
|
WMSetSliderAction@Base 0.94.0-1~
|
||||||
|
WMSetSliderContinuous@Base 0.94.0-1~
|
||||||
|
WMSetSliderImage@Base 0.94.0-1~
|
||||||
|
WMSetSliderKnobThickness@Base 0.94.0-1~
|
||||||
|
WMSetSliderMaxValue@Base 0.94.0-1~
|
||||||
|
WMSetSliderMinValue@Base 0.94.0-1~
|
||||||
|
WMSetSliderValue@Base 0.94.0-1~
|
||||||
|
WMSetSplitViewConstrainProc@Base 0.94.0-1~
|
||||||
|
WMSetSplitViewVertical@Base 0.94.0-1~
|
||||||
|
WMSetTabViewDelegate@Base 0.94.0-1~
|
||||||
|
WMSetTabViewEnabled@Base 0.94.0-1~
|
||||||
|
WMSetTabViewFont@Base 0.94.0-1~
|
||||||
|
WMSetTabViewItemEnabled@Base 0.94.0-1~
|
||||||
|
WMSetTabViewItemLabel@Base 0.94.0-1~
|
||||||
|
WMSetTabViewItemView@Base 0.94.0-1~
|
||||||
|
WMSetTabViewType@Base 0.94.0-1~
|
||||||
|
WMSetTextFieldAlignment@Base 0.94.0-1~
|
||||||
|
WMSetTextFieldBeveled@Base 0.94.0-1~
|
||||||
|
WMSetTextFieldBordered@Base 0.94.0-1~
|
||||||
|
WMSetTextFieldCursorPosition@Base 0.94.0-1~
|
||||||
|
WMSetTextFieldDelegate@Base 0.94.0-1~
|
||||||
|
WMSetTextFieldEditable@Base 0.94.0-1~
|
||||||
|
WMSetTextFieldFont@Base 0.94.0-1~
|
||||||
|
WMSetTextFieldNextTextField@Base 0.94.0-1~
|
||||||
|
WMSetTextFieldPrevTextField@Base 0.94.0-1~
|
||||||
|
WMSetTextFieldSecure@Base 0.94.0-1~
|
||||||
|
WMSetTextFieldText@Base 0.94.0-1~
|
||||||
|
WMSetViewDragDestinationProcs@Base 0.94.0-1~
|
||||||
|
WMSetViewDragImage@Base 0.94.0-1~
|
||||||
|
WMSetViewDragSourceProcs@Base 0.94.0-1~
|
||||||
|
WMSetViewDraggable@Base 0.94.0-1~
|
||||||
|
WMSetViewExpandsToParent@Base 0.94.0-1~
|
||||||
|
WMSetViewNextResponder@Base 0.94.0-1~
|
||||||
|
WMSetViewNotifySizeChanges@Base 0.94.0-1~
|
||||||
|
WMSetWidgetBackgroundColor@Base 0.94.0-1~
|
||||||
|
WMSetWidgetDefaultBoldFont@Base 0.94.0-1~
|
||||||
|
WMSetWidgetDefaultFont@Base 0.94.0-1~
|
||||||
|
WMSetWindowAspectRatio@Base 0.94.0-1~
|
||||||
|
WMSetWindowBaseSize@Base 0.94.0-1~
|
||||||
|
WMSetWindowCloseAction@Base 0.94.0-1~
|
||||||
|
WMSetWindowDocumentEdited@Base 0.94.0-1~
|
||||||
|
WMSetWindowInitialPosition@Base 0.94.0-1~
|
||||||
|
WMSetWindowLevel@Base 0.94.0-1~
|
||||||
|
WMSetWindowMaxSize@Base 0.94.0-1~
|
||||||
|
WMSetWindowMinSize@Base 0.94.0-1~
|
||||||
|
WMSetWindowMiniwindowImage@Base 0.94.0-1~
|
||||||
|
WMSetWindowMiniwindowPixmap@Base 0.94.0-1~
|
||||||
|
WMSetWindowMiniwindowTitle@Base 0.94.0-1~
|
||||||
|
WMSetWindowResizeIncrements@Base 0.94.0-1~
|
||||||
|
WMSetWindowTitle@Base 0.94.0-1~
|
||||||
|
WMSetWindowUserPosition@Base 0.94.0-1~
|
||||||
|
WMShowColorPanel@Base 0.94.0-1~
|
||||||
|
WMShowFontPanel@Base 0.94.0-1~
|
||||||
|
WMSortBrowserColumn@Base 0.94.0-1~
|
||||||
|
WMSortBrowserColumnWithComparer@Base 0.94.0-1~
|
||||||
|
WMSortListItems@Base 0.94.0-1~
|
||||||
|
WMSortListItemsWithComparer@Base 0.94.0-1~
|
||||||
|
WMSystemFontOfSize@Base 0.94.0-1~
|
||||||
|
WMTabViewItemAtPoint@Base 0.94.0-1~
|
||||||
|
WMTextDidBeginEditingNotification@Base 0.94.0-1~
|
||||||
|
WMTextDidChangeNotification@Base 0.94.0-1~
|
||||||
|
WMTextDidEndEditingNotification@Base 0.94.0-1~
|
||||||
|
WMUnmapSubwidgets@Base 0.94.0-1~
|
||||||
|
WMUnmapWidget@Base 0.94.0-1~
|
||||||
|
WMUnregisterViewDraggedTypes@Base 0.94.0-1~
|
||||||
|
WMUnselectAllListItems@Base 0.94.0-1~
|
||||||
|
WMUnselectListItem@Base 0.94.0-1~
|
||||||
|
WMUnsetViewDraggable@Base 0.94.0-1~
|
||||||
|
WMViewFocusDidChangeNotification@Base 0.94.0-1~
|
||||||
|
WMViewRealizedNotification@Base 0.94.0-1~
|
||||||
|
WMViewSizeDidChangeNotification@Base 0.94.0-1~
|
||||||
|
WMViewXID@Base 0.94.0-1~
|
||||||
|
WMWhiteColor@Base 0.94.0-1~
|
||||||
|
WMWidgetHeight@Base 0.94.0-1~
|
||||||
|
WMWidgetIsMapped@Base 0.94.0-1~
|
||||||
|
WMWidgetOfView@Base 0.94.0-1~
|
||||||
|
WMWidgetScreen@Base 0.94.0-1~
|
||||||
|
WMWidgetWidth@Base 0.94.0-1~
|
||||||
|
WMWidgetXID@Base 0.94.0-1~
|
||||||
|
WMWidthOfString@Base 0.94.0-1~
|
||||||
|
WSetColorWellBordered@Base 0.94.0-1~
|
||||||
|
W_ActionToOperation@Base 0.94.0-1~
|
||||||
|
W_BalloonHandleEnterView@Base 0.94.0-1~
|
||||||
|
W_BalloonHandleLeaveView@Base 0.94.0-1~
|
||||||
|
W_BroadcastMessage@Base 0.94.0-1~
|
||||||
|
W_CallDestroyHandlers@Base 0.94.0-1~
|
||||||
|
W_CreateBalloon@Base 0.94.0-1~
|
||||||
|
W_CreateIC@Base 0.94.0-1~
|
||||||
|
W_CreateRootView@Base 0.94.0-1~
|
||||||
|
W_CreateTopView@Base 0.94.0-1~
|
||||||
|
W_CreateUnmanagedTopView@Base 0.94.0-1~
|
||||||
|
W_CreateView@Base 0.94.0-1~
|
||||||
|
W_DestroyIC@Base 0.94.0-1~
|
||||||
|
W_DestroyView@Base 0.94.0-1~
|
||||||
|
W_DispatchMessage@Base 0.94.0-1~
|
||||||
|
W_DragDestinationCancelDropOnEnter@Base 0.94.0-1~
|
||||||
|
W_DragDestinationInfoClear@Base 0.94.0-1~
|
||||||
|
W_DragDestinationStartTimer@Base 0.94.0-1~
|
||||||
|
W_DragDestinationStateHandler@Base 0.94.0-1~
|
||||||
|
W_DragDestinationStopTimer@Base 0.94.0-1~
|
||||||
|
W_DragDestinationStoreEnterMsgInfo@Base 0.94.0-1~
|
||||||
|
W_DragDestinationStorePositionMsgInfo@Base 0.94.0-1~
|
||||||
|
W_DragSourceStartTimer@Base 0.94.0-1~
|
||||||
|
W_DragSourceStateHandler@Base 0.94.0-1~
|
||||||
|
W_DragSourceStopTimer@Base 0.94.0-1~
|
||||||
|
W_DraggingInfo@Base 0.94.0-1~
|
||||||
|
W_DrawRelief@Base 0.94.0-1~
|
||||||
|
W_DrawReliefWithGC@Base 0.94.0-1~
|
||||||
|
W_FocusIC@Base 0.94.0-1~
|
||||||
|
W_FocusedViewOfToplevel@Base 0.94.0-1~
|
||||||
|
W_FreeViewXdndPart@Base 0.94.0-1~
|
||||||
|
W_GetTextHeight@Base 0.94.0-1~
|
||||||
|
W_GetViewForXWindow@Base 0.94.0-1~
|
||||||
|
W_HandleDNDClientMessage@Base 0.94.0-1~
|
||||||
|
W_HandleSelectionEvent@Base 0.94.0-1~
|
||||||
|
W_InitApplication@Base 0.94.0-1~
|
||||||
|
W_InitIM@Base 0.94.0-1~
|
||||||
|
W_LookupString@Base 0.94.0-1~
|
||||||
|
W_LowerView@Base 0.94.0-1~
|
||||||
|
W_MapSubviews@Base 0.94.0-1~
|
||||||
|
W_MapView@Base 0.94.0-1~
|
||||||
|
W_MoveView@Base 0.94.0-1~
|
||||||
|
W_OperationToAction@Base 0.94.0-1~
|
||||||
|
W_PaintText@Base 0.94.0-1~
|
||||||
|
W_PaintTextAndImage@Base 0.94.0-1~
|
||||||
|
W_RaiseView@Base 0.94.0-1~
|
||||||
|
W_ReadConfigurations@Base 0.94.0-1~
|
||||||
|
W_RealizeView@Base 0.94.0-1~
|
||||||
|
W_RedisplayView@Base 0.94.0-1~
|
||||||
|
W_RegisterUserWidget@Base 0.94.0-1~
|
||||||
|
W_ReleaseView@Base 0.94.0-1~
|
||||||
|
W_ReparentView@Base 0.94.0-1~
|
||||||
|
W_ResizeView@Base 0.94.0-1~
|
||||||
|
W_RetainView@Base 0.94.0-1~
|
||||||
|
W_SendDnDClientMessage@Base 0.94.0-1~
|
||||||
|
W_SetFocusOfTopLevel@Base 0.94.0-1~
|
||||||
|
W_SetPreeditPositon@Base 0.94.0-1~
|
||||||
|
W_SetViewBackgroundColor@Base 0.94.0-1~
|
||||||
|
W_SetViewCursor@Base 0.94.0-1~
|
||||||
|
W_SetXdndAwareProperty@Base 0.94.0-1~
|
||||||
|
W_TopLevelOfView@Base 0.94.0-1~
|
||||||
|
W_UnFocusIC@Base 0.94.0-1~
|
||||||
|
W_UnmapSubviews@Base 0.94.0-1~
|
||||||
|
W_UnmapView@Base 0.94.0-1~
|
||||||
|
_BrowserViewDelegate@Base 0.94.0-1~
|
||||||
|
_ColorWellViewDelegate@Base 0.94.0-1~
|
||||||
|
_ListViewDelegate@Base 0.94.0-1~
|
||||||
|
_ScrollViewViewDelegate@Base 0.94.0-1~
|
||||||
|
_ScrollerViewDelegate@Base 0.94.0-1~
|
||||||
|
_SliderViewDelegate@Base 0.94.0-1~
|
||||||
|
_TextFieldViewDelegate@Base 0.94.0-1~
|
||||||
|
_WindowViewDelegate@Base 0.94.0-1~
|
||||||
|
colorListMenuItem@Base 0.94.0-1~
|
||||||
|
convertCPColor@Base 0.94.0-1~
|
||||||
|
customPaletteMenuItem@Base 0.94.0-1~
|
||||||
|
generateNewFilename@Base 0.94.0-1~
|
||||||
|
getNextRequestedDataType@Base 0.94.0-1~
|
||||||
|
getShift@Base 0.94.0-1~
|
||||||
|
makeMenuPixmap@Base 0.94.0-1~
|
||||||
|
requestDropData@Base 0.94.0-1~
|
||||||
|
requestDropDataInSelection@Base 0.94.0-1~
|
||||||
|
rgbColors@Base 0.94.0-1~
|
||||||
|
sourceOperationList@Base 0.94.0-1~
|
||||||
|
storeRequiredTypeList@Base 0.94.0-1~
|
||||||
|
ulongToRColor@Base 0.94.0-1~
|
||||||
|
wmkpoint@Base 0.94.0-1~
|
||||||
|
wmkrect@Base 0.94.0-1~
|
||||||
|
wmksize@Base 0.94.0-1~
|
||||||
|
libWUtil.so.2 wmaker #MINVER#
|
||||||
|
WHandleEvents@Base 0.94.0-1~
|
||||||
|
WMAddIdleHandler@Base 0.94.0-1~
|
||||||
|
WMAddInputHandler@Base 0.94.0-1~
|
||||||
|
WMAddNotificationObserver@Base 0.94.0-1~
|
||||||
|
WMAddPersistentTimerHandler@Base 0.94.0-1~
|
||||||
|
WMAddTimerHandler@Base 0.94.0-1~
|
||||||
|
WMAddToArray@Base 0.94.0-1~
|
||||||
|
WMAddToPLArray@Base 0.94.0-1~
|
||||||
|
WMAppendArray@Base 0.94.0-1~
|
||||||
|
WMAppendBag@Base 0.94.0-1~
|
||||||
|
WMAppendData@Base 0.94.0-1~
|
||||||
|
WMAppendDataBytes@Base 0.94.0-1~
|
||||||
|
WMApplication@Base 0.94.0-1~
|
||||||
|
WMArrayFirst@Base 0.94.0-1~
|
||||||
|
WMArrayLast@Base 0.94.0-1~
|
||||||
|
WMArrayNext@Base 0.94.0-1~
|
||||||
|
WMArrayPrevious@Base 0.94.0-1~
|
||||||
|
WMBagFirst@Base 0.94.0-1~
|
||||||
|
WMBagIndexForIterator@Base 0.94.0-1~
|
||||||
|
WMBagIteratorAtIndex@Base 0.94.0-1~
|
||||||
|
WMBagLast@Base 0.94.0-1~
|
||||||
|
WMBagNext@Base 0.94.0-1~
|
||||||
|
WMBagPrevious@Base 0.94.0-1~
|
||||||
|
WMCountHashTable@Base 0.94.0-1~
|
||||||
|
WMCountInArray@Base 0.94.0-1~
|
||||||
|
WMCountInBag@Base 0.94.0-1~
|
||||||
|
WMCreateArray@Base 0.94.0-1~
|
||||||
|
WMCreateArrayWithArray@Base 0.94.0-1~
|
||||||
|
WMCreateArrayWithDestructor@Base 0.94.0-1~
|
||||||
|
WMCreateDataWithBytes@Base 0.94.0-1~
|
||||||
|
WMCreateDataWithBytesNoCopy@Base 0.94.0-1~
|
||||||
|
WMCreateDataWithCapacity@Base 0.94.0-1~
|
||||||
|
WMCreateDataWithData@Base 0.94.0-1~
|
||||||
|
WMCreateDataWithLength@Base 0.94.0-1~
|
||||||
|
WMCreateHashTable@Base 0.94.0-1~
|
||||||
|
WMCreateNotification@Base 0.94.0-1~
|
||||||
|
WMCreateNotificationQueue@Base 0.94.0-1~
|
||||||
|
WMCreatePLArray@Base 0.94.0-1~
|
||||||
|
WMCreatePLData@Base 0.94.0-1~
|
||||||
|
WMCreatePLDataWithBytes@Base 0.94.0-1~
|
||||||
|
WMCreatePLDataWithBytesNoCopy@Base 0.94.0-1~
|
||||||
|
WMCreatePLDictionary@Base 0.94.0-1~
|
||||||
|
WMCreatePLString@Base 0.94.0-1~
|
||||||
|
WMCreatePropListFromDescription@Base 0.94.0-1~
|
||||||
|
WMCreateTreeBag@Base 0.94.0-1~
|
||||||
|
WMCreateTreeBagWithDestructor@Base 0.94.0-1~
|
||||||
|
WMCreateTreeNode@Base 0.94.0-1~
|
||||||
|
WMCreateTreeNodeWithDestructor@Base 0.94.0-1~
|
||||||
|
WMDataBytes@Base 0.94.0-1~
|
||||||
|
WMDeepCopyPropList@Base 0.94.0-1~
|
||||||
|
WMDeleteFromArray@Base 0.94.0-1~
|
||||||
|
WMDeleteFromBag@Base 0.94.0-1~
|
||||||
|
WMDeleteFromPLArray@Base 0.94.0-1~
|
||||||
|
WMDeleteIdleHandler@Base 0.94.0-1~
|
||||||
|
WMDeleteInputHandler@Base 0.94.0-1~
|
||||||
|
WMDeleteLeafForTreeNode@Base 0.94.0-1~
|
||||||
|
WMDeleteTimerHandler@Base 0.94.0-1~
|
||||||
|
WMDeleteTimerWithClientData@Base 0.94.0-1~
|
||||||
|
WMDequeueNotificationMatching@Base 0.94.0-1~
|
||||||
|
WMDestroyTreeNode@Base 0.94.0-1~
|
||||||
|
WMEmptyArray@Base 0.94.0-1~
|
||||||
|
WMEmptyBag@Base 0.94.0-1~
|
||||||
|
WMEnableUDPeriodicSynchronization@Base 0.94.0-1~
|
||||||
|
WMEnqueueCoalesceNotification@Base 0.94.0-1~
|
||||||
|
WMEnqueueNotification@Base 0.94.0-1~
|
||||||
|
WMEnumerateHashTable@Base 0.94.0-1~
|
||||||
|
WMEraseFromBag@Base 0.94.0-1~
|
||||||
|
WMFindInArray@Base 0.94.0-1~
|
||||||
|
WMFindInBag@Base 0.94.0-1~
|
||||||
|
WMFindInTree@Base 0.94.0-1~
|
||||||
|
WMFindInTreeWithDepthLimit@Base 0.94.0-1~
|
||||||
|
WMFreeArray@Base 0.94.0-1~
|
||||||
|
WMFreeBag@Base 0.94.0-1~
|
||||||
|
WMFreeHashTable@Base 0.94.0-1~
|
||||||
|
WMGetApplicationName@Base 0.94.0-1~
|
||||||
|
WMGetArrayItemCount@Base 0.94.0-1~
|
||||||
|
WMGetBagItemCount@Base 0.94.0-1~
|
||||||
|
WMGetDataBytes@Base 0.94.0-1~
|
||||||
|
WMGetDataBytesWithLength@Base 0.94.0-1~
|
||||||
|
WMGetDataBytesWithRange@Base 0.94.0-1~
|
||||||
|
WMGetDataForTreeNode@Base 0.94.0-1~
|
||||||
|
WMGetDataFormat@Base 0.94.0-1~
|
||||||
|
WMGetDataLength@Base 0.94.0-1~
|
||||||
|
WMGetDefaultNotificationQueue@Base 0.94.0-1~
|
||||||
|
WMGetDefaultsFromPath@Base 0.94.0-1~
|
||||||
|
WMGetFirstInBag@Base 0.94.0-1~
|
||||||
|
WMGetFromArray@Base 0.94.0-1~
|
||||||
|
WMGetFromBag@Base 0.94.0-1~
|
||||||
|
WMGetFromPLArray@Base 0.94.0-1~
|
||||||
|
WMGetFromPLData@Base 0.94.0-1~
|
||||||
|
WMGetFromPLDictionary@Base 0.94.0-1~
|
||||||
|
WMGetFromPLString@Base 0.94.0-1~
|
||||||
|
WMGetNotificationClientData@Base 0.94.0-1~
|
||||||
|
WMGetNotificationName@Base 0.94.0-1~
|
||||||
|
WMGetNotificationObject@Base 0.94.0-1~
|
||||||
|
WMGetPLDataBytes@Base 0.94.0-1~
|
||||||
|
WMGetPLDataLength@Base 0.94.0-1~
|
||||||
|
WMGetPLDictionaryKeys@Base 0.94.0-1~
|
||||||
|
WMGetParentForTreeNode@Base 0.94.0-1~
|
||||||
|
WMGetPropListDescription@Base 0.94.0-1~
|
||||||
|
WMGetPropListItemCount@Base 0.94.0-1~
|
||||||
|
WMGetStandardUserDefaults@Base 0.94.0-1~
|
||||||
|
WMGetSubarrayWithRange@Base 0.94.0-1~
|
||||||
|
WMGetSubdataWithRange@Base 0.94.0-1~
|
||||||
|
WMGetTreeNodeDepth@Base 0.94.0-1~
|
||||||
|
WMGetUDBoolForKey@Base 0.94.0-1~
|
||||||
|
WMGetUDFloatForKey@Base 0.94.0-1~
|
||||||
|
WMGetUDIntegerForKey@Base 0.94.0-1~
|
||||||
|
WMGetUDKeys@Base 0.94.0-1~
|
||||||
|
WMGetUDObjectForKey@Base 0.94.0-1~
|
||||||
|
WMGetUDSearchList@Base 0.94.0-1~
|
||||||
|
WMGetUDStringForKey@Base 0.94.0-1~
|
||||||
|
WMHashGet@Base 0.94.0-1~
|
||||||
|
WMHashGetItemAndKey@Base 0.94.0-1~
|
||||||
|
WMHashInsert@Base 0.94.0-1~
|
||||||
|
WMHashRemove@Base 0.94.0-1~
|
||||||
|
WMIncreaseDataLengthBy@Base 0.94.0-1~
|
||||||
|
WMInitializeApplication@Base 0.94.0-1~
|
||||||
|
WMInsertInArray@Base 0.94.0-1~
|
||||||
|
WMInsertInBag@Base 0.94.0-1~
|
||||||
|
WMInsertInPLArray@Base 0.94.0-1~
|
||||||
|
WMInsertItemInTree@Base 0.94.0-1~
|
||||||
|
WMInsertNodeInTree@Base 0.94.0-1~
|
||||||
|
WMIntHashCallbacks@Base 0.94.0-1~
|
||||||
|
WMIsDataEqualToData@Base 0.94.0-1~
|
||||||
|
WMIsPLArray@Base 0.94.0-1~
|
||||||
|
WMIsPLData@Base 0.94.0-1~
|
||||||
|
WMIsPLDictionary@Base 0.94.0-1~
|
||||||
|
WMIsPLString@Base 0.94.0-1~
|
||||||
|
WMIsPropListEqualTo@Base 0.94.0-1~
|
||||||
|
WMMapArray@Base 0.94.0-1~
|
||||||
|
WMMapBag@Base 0.94.0-1~
|
||||||
|
WMMergePLDictionaries@Base 0.94.0-1~
|
||||||
|
WMNextHashEnumeratorItem@Base 0.94.0-1~
|
||||||
|
WMNextHashEnumeratorItemAndKey@Base 0.94.0-1~
|
||||||
|
WMNextHashEnumeratorKey@Base 0.94.0-1~
|
||||||
|
WMPLSetCaseSensitive@Base 0.94.0-1~
|
||||||
|
WMPathForResourceOfType@Base 0.94.0-1~
|
||||||
|
WMPopFromArray@Base 0.94.0-1~
|
||||||
|
WMPostNotification@Base 0.94.0-1~
|
||||||
|
WMPostNotificationName@Base 0.94.0-1~
|
||||||
|
WMPutInBag@Base 0.94.0-1~
|
||||||
|
WMPutInPLDictionary@Base 0.94.0-1~
|
||||||
|
WMReadPropListFromFile@Base 0.94.0-1~
|
||||||
|
WMReleaseData@Base 0.94.0-1~
|
||||||
|
WMReleaseNotification@Base 0.94.0-1~
|
||||||
|
WMReleasePropList@Base 0.94.0-1~
|
||||||
|
WMRemoveFromArrayMatching@Base 0.94.0-1~
|
||||||
|
WMRemoveFromBag@Base 0.94.0-1~
|
||||||
|
WMRemoveFromPLArray@Base 0.94.0-1~
|
||||||
|
WMRemoveFromPLDictionary@Base 0.94.0-1~
|
||||||
|
WMRemoveLeafForTreeNode@Base 0.94.0-1~
|
||||||
|
WMRemoveNotificationObserver@Base 0.94.0-1~
|
||||||
|
WMRemoveNotificationObserverWithName@Base 0.94.0-1~
|
||||||
|
WMRemoveUDObjectForKey@Base 0.94.0-1~
|
||||||
|
WMReplaceDataBytesInRange@Base 0.94.0-1~
|
||||||
|
WMReplaceDataForTreeNode@Base 0.94.0-1~
|
||||||
|
WMReplaceInArray@Base 0.94.0-1~
|
||||||
|
WMReplaceInBag@Base 0.94.0-1~
|
||||||
|
WMResetDataBytesInRange@Base 0.94.0-1~
|
||||||
|
WMResetHashTable@Base 0.94.0-1~
|
||||||
|
WMRetainData@Base 0.94.0-1~
|
||||||
|
WMRetainNotification@Base 0.94.0-1~
|
||||||
|
WMRetainPropList@Base 0.94.0-1~
|
||||||
|
WMSaveUserDefaults@Base 0.94.0-1~
|
||||||
|
WMSetData@Base 0.94.0-1~
|
||||||
|
WMSetDataCapacity@Base 0.94.0-1~
|
||||||
|
WMSetDataFormat@Base 0.94.0-1~
|
||||||
|
WMSetDataLength@Base 0.94.0-1~
|
||||||
|
WMSetResourcePath@Base 0.94.0-1~
|
||||||
|
WMSetUDBoolForKey@Base 0.94.0-1~
|
||||||
|
WMSetUDFloatForKey@Base 0.94.0-1~
|
||||||
|
WMSetUDIntegerForKey@Base 0.94.0-1~
|
||||||
|
WMSetUDObjectForKey@Base 0.94.0-1~
|
||||||
|
WMSetUDSearchList@Base 0.94.0-1~
|
||||||
|
WMSetUDStringForKey@Base 0.94.0-1~
|
||||||
|
WMShallowCopyPropList@Base 0.94.0-1~
|
||||||
|
WMSortArray@Base 0.94.0-1~
|
||||||
|
WMSortBag@Base 0.94.0-1~
|
||||||
|
WMSortLeavesForTreeNode@Base 0.94.0-1~
|
||||||
|
WMSortTree@Base 0.94.0-1~
|
||||||
|
WMStringHashCallbacks@Base 0.94.0-1~
|
||||||
|
WMStringPointerHashCallbacks@Base 0.94.0-1~
|
||||||
|
WMSubtractPLDictionaries@Base 0.94.0-1~
|
||||||
|
WMSynchronizeUserDefaults@Base 0.94.0-1~
|
||||||
|
WMTreeWalk@Base 0.94.0-1~
|
||||||
|
WMUserDefaultsDidChangeNotification@Base 0.94.0-1~
|
||||||
|
WMWritePropListToFile@Base 0.94.0-1~
|
||||||
|
W_ApplicationInitialized@Base 0.94.0-1~
|
||||||
|
W_CheckIdleHandlers@Base 0.94.0-1~
|
||||||
|
W_CheckTimerHandlers@Base 0.94.0-1~
|
||||||
|
W_DraggingInfo@Base 0.94.0-1~
|
||||||
|
W_FlushASAPNotificationQueue@Base 0.94.0-1~
|
||||||
|
W_FlushIdleNotificationQueue@Base 0.94.0-1~
|
||||||
|
W_HandleInputEvents@Base 0.94.0-1~
|
||||||
|
W_InitNotificationCenter@Base 0.94.0-1~
|
||||||
|
_WINGS_progname@Base 0.94.0-1~
|
||||||
|
__wmessage@Base 0.94.0-1~
|
||||||
|
destroyNode@Base 0.94.0-1~
|
||||||
|
wdefaultspathfordomain@Base 0.94.0-1~
|
||||||
|
wexpandpath@Base 0.94.0-1~
|
||||||
|
wfindfile@Base 0.94.0-1~
|
||||||
|
wfindfileinarray@Base 0.94.0-1~
|
||||||
|
wfindfileinlist@Base 0.94.0-1~
|
||||||
|
wfree@Base 0.94.0-1~
|
||||||
|
wgethomedir@Base 0.94.0-1~
|
||||||
|
wglobaldefaultspathfordomain@Base 0.94.0-1~
|
||||||
|
wmalloc@Base 0.94.0-1~
|
||||||
|
wmkdirhier@Base 0.94.0-1~
|
||||||
|
wmkrange@Base 0.94.0-1~
|
||||||
|
wrealloc@Base 0.94.0-1~
|
||||||
|
wrelease@Base 0.94.0-1~
|
||||||
|
wretain@Base 0.94.0-1~
|
||||||
|
wrmdirhier@Base 0.94.0-1~
|
||||||
|
wsetabort@Base 0.94.0-1~
|
||||||
|
wshellquote@Base 0.94.0-1~
|
||||||
|
wstrappend@Base 0.94.0-1~
|
||||||
|
wstrconcat@Base 0.94.0-1~
|
||||||
|
wstrdup@Base 0.94.0-1~
|
||||||
|
wstrlcat@Base 0.94.0-1~
|
||||||
|
wstrlcpy@Base 0.94.0-1~
|
||||||
|
wstrndup@Base 0.94.0-1~
|
||||||
|
wtokenfree@Base 0.94.0-1~
|
||||||
|
wtokenjoin@Base 0.94.0-1~
|
||||||
|
wtokennext@Base 0.94.0-1~
|
||||||
|
wtokensplit@Base 0.94.0-1~
|
||||||
|
wtrimspace@Base 0.94.0-1~
|
||||||
|
wusergnusteppath@Base 0.94.0-1~
|
||||||
|
wusleep@Base 0.94.0-1~
|
||||||
|
libwraster.so.3 wmaker #MINVER#
|
||||||
|
LIBWRASTER3@LIBWRASTER3 0.94.0-1~
|
||||||
|
RBevelImage@LIBWRASTER3 0.94.0-1~
|
||||||
|
RBlurImage@LIBWRASTER3 0.94.0-1~
|
||||||
|
RClearImage@LIBWRASTER3 0.94.0-1~
|
||||||
|
RCloneImage@LIBWRASTER3 0.94.0-1~
|
||||||
|
RCombineArea@LIBWRASTER3 0.94.0-1~
|
||||||
|
RCombineAreaWithOpaqueness@LIBWRASTER3 0.94.0-1~
|
||||||
|
RCombineImageWithColor@LIBWRASTER3 0.94.0-1~
|
||||||
|
RCombineImages@LIBWRASTER3 0.94.0-1~
|
||||||
|
RCombineImagesWithOpaqueness@LIBWRASTER3 0.94.0-1~
|
||||||
|
RConvertImage@LIBWRASTER3 0.94.0-1~
|
||||||
|
RConvertImageMask@LIBWRASTER3 0.94.0-1~
|
||||||
|
RCopyArea@LIBWRASTER3 0.94.0-1~
|
||||||
|
RCreateContext@LIBWRASTER3 0.94.0-1~
|
||||||
|
RCreateImage@LIBWRASTER3 0.94.0-1~
|
||||||
|
RCreateImageFromDrawable@LIBWRASTER3 0.94.0-1~
|
||||||
|
RCreateImageFromXImage@LIBWRASTER3 0.94.0-1~
|
||||||
|
RCreateXImage@LIBWRASTER3 0.94.0-1~
|
||||||
|
RDestroyXImage@LIBWRASTER3 0.94.0-1~
|
||||||
|
RDrawLine@LIBWRASTER3 0.94.0-1~
|
||||||
|
RDrawLines@LIBWRASTER3 0.94.0-1~
|
||||||
|
RDrawSegments@LIBWRASTER3 0.94.0-1~
|
||||||
|
RErrorCode@LIBWRASTER3 0.94.0-1~
|
||||||
|
RFillImage@LIBWRASTER3 0.94.0-1~
|
||||||
|
RGetClosestXColor@LIBWRASTER3 0.94.0-1~
|
||||||
|
RGetImageFileFormat@LIBWRASTER3 0.94.0-1~
|
||||||
|
RGetImageFromXPMData@LIBWRASTER3 0.94.0-1~
|
||||||
|
RGetPixel@LIBWRASTER3 0.94.0-1~
|
||||||
|
RGetSubImage@LIBWRASTER3 0.94.0-1~
|
||||||
|
RGetXImage@LIBWRASTER3 0.94.0-1~
|
||||||
|
RHSVtoRGB@LIBWRASTER3 0.94.0-1~
|
||||||
|
RLightImage@LIBWRASTER3 0.94.0-1~
|
||||||
|
RLoadImage@LIBWRASTER3 0.94.0-1~
|
||||||
|
RMakeCenteredImage@LIBWRASTER3 0.94.0-1~
|
||||||
|
RMakeTiledImage@LIBWRASTER3 0.94.0-1~
|
||||||
|
RMessageForError@LIBWRASTER3 0.94.0-1~
|
||||||
|
ROperateLine@LIBWRASTER3 0.94.0-1~
|
||||||
|
ROperateLines@LIBWRASTER3 0.94.0-1~
|
||||||
|
ROperatePixel@LIBWRASTER3 0.94.0-1~
|
||||||
|
ROperatePixels@LIBWRASTER3 0.94.0-1~
|
||||||
|
ROperateSegments@LIBWRASTER3 0.94.0-1~
|
||||||
|
RPutPixel@LIBWRASTER3 0.94.0-1~
|
||||||
|
RPutPixels@LIBWRASTER3 0.94.0-1~
|
||||||
|
RPutXImage@LIBWRASTER3 0.94.0-1~
|
||||||
|
RRGBtoHSV@LIBWRASTER3 0.94.0-1~
|
||||||
|
RReleaseImage@LIBWRASTER3 0.94.0-1~
|
||||||
|
RRenderGradient@LIBWRASTER3 0.94.0-1~
|
||||||
|
RRenderInterwovenGradient@LIBWRASTER3 0.94.0-1~
|
||||||
|
RRenderMultiGradient@LIBWRASTER3 0.94.0-1~
|
||||||
|
RRetainImage@LIBWRASTER3 0.94.0-1~
|
||||||
|
RRotateImage@LIBWRASTER3 0.94.0-1~
|
||||||
|
RSaveImage@LIBWRASTER3 0.94.0-1~
|
||||||
|
RScaleImage@LIBWRASTER3 0.94.0-1~
|
||||||
|
RSmoothScaleImage@LIBWRASTER3 0.94.0-1~
|
||||||
|
RSupportedFileFormats@LIBWRASTER3 0.94.0-1~
|
||||||
@@ -14,7 +14,7 @@ Although WPrefs.app is designed to be easy to use, you should read the
|
|||||||
user guide to be fully aware of all available options and other features
|
user guide to be fully aware of all available options and other features
|
||||||
of WindowMaker that are not related to configuration.
|
of WindowMaker that are not related to configuration.
|
||||||
.PP
|
.PP
|
||||||
\fIOnly options that have different values than what is found in the
|
\fIOnly options that have different values than what is found in the
|
||||||
system-wide configuration file is saved.\fP
|
system-wide configuration file is saved.\fP
|
||||||
.SH "OPTIONS"
|
.SH "OPTIONS"
|
||||||
.TP
|
.TP
|
||||||
@@ -3,30 +3,30 @@
|
|||||||
\fBget-wings-flags\fR \- output libWINGs compile and linker flags
|
\fBget-wings-flags\fR \- output libWINGs compile and linker flags
|
||||||
.PP
|
.PP
|
||||||
.SH "SYNOPSIS"
|
.SH "SYNOPSIS"
|
||||||
.B get-wings-flags \fR[ \fI\-\-cflags \fR] [ \fI\-\-ldflags \fR]
|
.B get-wings-flags \fR[ \fI\-\-cflags \fR] [ \fI\-\-ldflags \fR]
|
||||||
[ \fI\-\-libs \fR]
|
[ \fI\-\-libs \fR]
|
||||||
.PP
|
.PP
|
||||||
.SH "DESCRIPTION"
|
.SH "DESCRIPTION"
|
||||||
\fBget-wings-flags \fR\- output include path, library search path or
|
\fBget-wings-flags \fR\- output include path, library search path or
|
||||||
library archive names needed to compile and link with libWINGs.
|
library archive names needed to compile and link with libWINGs.
|
||||||
.PP
|
.PP
|
||||||
.SH "OPTIONS"
|
.SH "OPTIONS"
|
||||||
.TP
|
.TP
|
||||||
.B \-\-cflags
|
.B \-\-cflags
|
||||||
\fRoutput include file search path to find all header files needed to compile
|
\fRoutput include file search path to find all header files needed to compile
|
||||||
source code using libWINGs functions.
|
source code using libWINGs functions.
|
||||||
.TP
|
.TP
|
||||||
.B \-\-ldflags
|
.B \-\-ldflags
|
||||||
\fRoutput library search path required to find all library archives needed to
|
\fRoutput library search path required to find all library archives needed to
|
||||||
link object files with libWINGs.
|
link object files with libWINGs.
|
||||||
.TP
|
.TP
|
||||||
.B \-\-libs
|
.B \-\-libs
|
||||||
\fRoutput library archive names required to link object filed with libWINGs.
|
\fRoutput library archive names required to link object filed with libWINGs.
|
||||||
.PP
|
.PP
|
||||||
.SH "AUTHOR"
|
.SH "AUTHOR"
|
||||||
get-wings-flags is a part of Window Maker, wich was written by
|
get-wings-flags is a part of Window Maker, wich was written by
|
||||||
Alfredo K. Kojima <kojima@windowmaker.info> and Dan Pascu <dan@windowmaker.info>,
|
Alfredo K. Kojima <kojima@windowmaker.info> and Dan Pascu <dan@windowmaker.info>,
|
||||||
with contributions from many people around the Internet.
|
with contributions from many people around the Internet.
|
||||||
.PP
|
.PP
|
||||||
This manpage was written by Frederik Schueler <fschueler@gmx.net> for the
|
This manpage was written by Frederik Schueler <fschueler@gmx.net> for the
|
||||||
Debian GNU/Linux system (but may be used by others).
|
Debian GNU/Linux system (but may be used by others).
|
||||||
@@ -3,30 +3,30 @@
|
|||||||
\fBget-wraster-flags\fR \- output libwraster compile and linker flags
|
\fBget-wraster-flags\fR \- output libwraster compile and linker flags
|
||||||
.PP
|
.PP
|
||||||
.SH "SYNOPSIS"
|
.SH "SYNOPSIS"
|
||||||
.B get-wraster-flags \fR[ \fI\-\-cflags \fR] [ \fI\-\-ldflags \fR]
|
.B get-wraster-flags \fR[ \fI\-\-cflags \fR] [ \fI\-\-ldflags \fR]
|
||||||
[ \fI\-\-libs \fR]
|
[ \fI\-\-libs \fR]
|
||||||
.PP
|
.PP
|
||||||
.SH "DESCRIPTION"
|
.SH "DESCRIPTION"
|
||||||
\fBget-wraster-flags \fR\- output include path, library search path or
|
\fBget-wraster-flags \fR\- output include path, library search path or
|
||||||
library archive names needed to compile and link with libwraster.
|
library archive names needed to compile and link with libwraster.
|
||||||
.PP
|
.PP
|
||||||
.SH "OPTIONS"
|
.SH "OPTIONS"
|
||||||
.TP
|
.TP
|
||||||
.B \-\-cflags
|
.B \-\-cflags
|
||||||
\fRoutput include file search path to find all header files needed to compile
|
\fRoutput include file search path to find all header files needed to compile
|
||||||
source code using libwraster functions.
|
source code using libwraster functions.
|
||||||
.TP
|
.TP
|
||||||
.B \-\-ldflags
|
.B \-\-ldflags
|
||||||
\fRoutput library search path required to find all library archives needed to
|
\fRoutput library search path required to find all library archives needed to
|
||||||
link object files with libwraster.
|
link object files with libwraster.
|
||||||
.TP
|
.TP
|
||||||
.B \-\-libs
|
.B \-\-libs
|
||||||
\fRoutput library archive names required to link object filed with libwraster.
|
\fRoutput library archive names required to link object filed with libwraster.
|
||||||
.PP
|
.PP
|
||||||
.SH "AUTHOR"
|
.SH "AUTHOR"
|
||||||
get-wraster-flags is a part of Window Maker, wich was written by
|
get-wraster-flags is a part of Window Maker, wich was written by
|
||||||
Alfredo K. Kojima <kojima@windowmaker.info> and Dan Pascu <dan@windowmaker.info>,
|
Alfredo K. Kojima <kojima@windowmaker.info> and Dan Pascu <dan@windowmaker.info>,
|
||||||
with contributions from many people around the Internet.
|
with contributions from many people around the Internet.
|
||||||
.PP
|
.PP
|
||||||
This manpage was written by Frederik Schueler <fschueler@gmx.net> for the
|
This manpage was written by Frederik Schueler <fschueler@gmx.net> for the
|
||||||
Debian GNU/Linux system (but may be used by others).
|
Debian GNU/Linux system (but may be used by others).
|
||||||
@@ -3,30 +3,30 @@
|
|||||||
\fBget-wutil-flags\fR \- output libwutil compile and linker flags
|
\fBget-wutil-flags\fR \- output libwutil compile and linker flags
|
||||||
.PP
|
.PP
|
||||||
.SH "SYNOPSIS"
|
.SH "SYNOPSIS"
|
||||||
.B get-wutil-flags \fR[ \fI\-\-cflags \fR] [ \fI\-\-ldflags \fR]
|
.B get-wutil-flags \fR[ \fI\-\-cflags \fR] [ \fI\-\-ldflags \fR]
|
||||||
[ \fI\-\-libs \fR]
|
[ \fI\-\-libs \fR]
|
||||||
.PP
|
.PP
|
||||||
.SH "DESCRIPTION"
|
.SH "DESCRIPTION"
|
||||||
\fBget-wutil-flags \fR\- output include path, library search path or
|
\fBget-wutil-flags \fR\- output include path, library search path or
|
||||||
library archive names needed to compile and link with libWUtil.
|
library archive names needed to compile and link with libWUtil.
|
||||||
.PP
|
.PP
|
||||||
.SH "OPTIONS"
|
.SH "OPTIONS"
|
||||||
.TP
|
.TP
|
||||||
.B \-\-cflags
|
.B \-\-cflags
|
||||||
\fRoutput include file search path to find all header files needed to compile
|
\fRoutput include file search path to find all header files needed to compile
|
||||||
source code using libWUtil functions.
|
source code using libWUtil functions.
|
||||||
.TP
|
.TP
|
||||||
.B \-\-ldflags
|
.B \-\-ldflags
|
||||||
\fRoutput library search path required to find all library archives needed to
|
\fRoutput library search path required to find all library archives needed to
|
||||||
link object files with libWUtil.
|
link object files with libWUtil.
|
||||||
.TP
|
.TP
|
||||||
.B \-\-libs
|
.B \-\-libs
|
||||||
\fRoutput library archive names required to link object filed with libWUtil.
|
\fRoutput library archive names required to link object filed with libWUtil.
|
||||||
.PP
|
.PP
|
||||||
.SH "AUTHOR"
|
.SH "AUTHOR"
|
||||||
get-wutil-flags is a part of Window Maker, wich was written by
|
get-wutil-flags is a part of Window Maker, wich was written by
|
||||||
Alfredo K. Kojima <kojima@windowmaker.info> and Dan Pascu <dan@windowmaker.info>,
|
Alfredo K. Kojima <kojima@windowmaker.info> and Dan Pascu <dan@windowmaker.info>,
|
||||||
with contributions from many people around the Internet.
|
with contributions from many people around the Internet.
|
||||||
.PP
|
.PP
|
||||||
This manpage was written by Frederik Schueler <fschueler@gmx.net> for the
|
This manpage was written by Frederik Schueler <fschueler@gmx.net> for the
|
||||||
Debian GNU/Linux system (but may be used by others).
|
Debian GNU/Linux system (but may be used by others).
|
||||||
31
doc/wdread.1
Normal file
31
doc/wdread.1
Normal file
@@ -0,0 +1,31 @@
|
|||||||
|
.TH "wdread" "1" "15 August 2011"
|
||||||
|
.SH "NAME"
|
||||||
|
\fBwdread\fR \- read value from defaults database
|
||||||
|
.PP
|
||||||
|
.SH "SYNOPSIS"
|
||||||
|
.B wdread \fR[ \fI\-\-options \fR]
|
||||||
|
.PP
|
||||||
|
.SH "DESCRIPTION"
|
||||||
|
\fBwdread \fR\- read value from defaults database
|
||||||
|
.PP
|
||||||
|
.SH "OPTIONS"
|
||||||
|
.TP
|
||||||
|
.B \-\-help
|
||||||
|
\fRdisplay this help and exit
|
||||||
|
.TP
|
||||||
|
.B \-\-version
|
||||||
|
\fRoutput version information and exit
|
||||||
|
.TP
|
||||||
|
.B \-\-h
|
||||||
|
\fRlike \-\-help
|
||||||
|
.TP
|
||||||
|
.B \-\-v
|
||||||
|
\fRlike \-\-version
|
||||||
|
.PP
|
||||||
|
.SH "AUTHOR"
|
||||||
|
Window Maker was written by Alfredo K. Kojima <kojima@windowmaker.info>,
|
||||||
|
wdread is a part of Window Maker, was cowardly remade from wdwrite.c;
|
||||||
|
by judas@hell on Jan 26 2001
|
||||||
|
.PP
|
||||||
|
This manpage was written by Rodolfo García Peñas (kix) for the
|
||||||
|
Debian GNU/Linux system (but may be used by others).
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
.TH WMAGNIFY 1 "March 22, 2006" "" "User Commands"
|
.TH WMAGNIFY 1 "March 22, 2006" "" "User Commands"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
wmagnify \- magnify parts of the screen
|
wmagnify \- magnify parts of the screen
|
||||||
|
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
\fBwmagnify\fR [\fIoptions\fR]
|
\fBwmagnify\fR [\fIoptions\fR]
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
.\" Hey, Emacs! This is an -*- nroff -*- source file.
|
.\" Hey, Emacs! This is an -*- nroff -*- source file.
|
||||||
.TH Window\ Maker 1x "August 1998"
|
.TH "Window Maker" 1x "January 1999"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
wmaker \- X11 window manager with a NEXTSTEP look
|
wmaker \- X11 window manager with a NEXTSTEP look
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
@@ -11,15 +11,6 @@ emulate NeXT's look as much as possible, but it deviates from it as
|
|||||||
necessary.
|
necessary.
|
||||||
.SH "OPTIONS"
|
.SH "OPTIONS"
|
||||||
.TP
|
.TP
|
||||||
.B \-\-no\-cpp
|
|
||||||
disable preprocessing of configuration files
|
|
||||||
.TP
|
|
||||||
.B \-\-no\-dock
|
|
||||||
do not show the application Dock
|
|
||||||
.TP
|
|
||||||
.B \-\-no\-clip
|
|
||||||
do not show the workspace Clip
|
|
||||||
.TP
|
|
||||||
.B \-display host:display.screen
|
.B \-display host:display.screen
|
||||||
specify display to use.
|
specify display to use.
|
||||||
On multiheaded machines, Window Maker will automatically manage all screens.
|
On multiheaded machines, Window Maker will automatically manage all screens.
|
||||||
@@ -30,6 +21,33 @@ command line argument. For example, if you want Window Maker to manage only
|
|||||||
screen 1, start it as:
|
screen 1, start it as:
|
||||||
.B wmaker -display :0.1
|
.B wmaker -display :0.1
|
||||||
.TP
|
.TP
|
||||||
|
.B \-\-no\-cpp
|
||||||
|
disable preprocessing of configuration files
|
||||||
|
.TP
|
||||||
|
.B \-\-no\-dock
|
||||||
|
do not show the application Dock
|
||||||
|
.TP
|
||||||
|
.B \-\-no\-clip
|
||||||
|
do not show the workspace Clip
|
||||||
|
.TP
|
||||||
|
.B \-\-no\-autolaunch
|
||||||
|
do not autolaunch applications
|
||||||
|
.TP
|
||||||
|
.B \-\-dont\-restore
|
||||||
|
do not restore saved session
|
||||||
|
.TP
|
||||||
|
.B \-\-locale locale
|
||||||
|
specify the locale to use
|
||||||
|
.TP
|
||||||
|
.B \-\-create-stdcmap
|
||||||
|
create the standard colormap hint in PseudoColor visuals
|
||||||
|
.TP
|
||||||
|
.B \-\-visual\-id
|
||||||
|
visual id of visual to use
|
||||||
|
.TP
|
||||||
|
.B \-\-static
|
||||||
|
do not update or save configurations
|
||||||
|
.TP
|
||||||
.B \-\-version
|
.B \-\-version
|
||||||
display version number and exit
|
display version number and exit
|
||||||
.TP
|
.TP
|
||||||
@@ -86,7 +104,7 @@ The menu file indicated in WMRootMenu is looked for here...
|
|||||||
and here, in that order. Unless, the indicated path is an absolute path.
|
and here, in that order. Unless, the indicated path is an absolute path.
|
||||||
.TP
|
.TP
|
||||||
.B ~/GNUstep/Library/WindowMaker/Pixmaps/
|
.B ~/GNUstep/Library/WindowMaker/Pixmaps/
|
||||||
Window Maker looks for pixmaps here
|
Window Maker looks for \fBpixmaps\fP here
|
||||||
.TP
|
.TP
|
||||||
.B ~/GNUstep/Library/WindowMaker/Backgrounds/
|
.B ~/GNUstep/Library/WindowMaker/Backgrounds/
|
||||||
Window Maker looks for backgrounds here
|
Window Maker looks for backgrounds here
|
||||||
@@ -100,7 +118,7 @@ to keep things nicely ordered)
|
|||||||
Window Maker looks for theme files here (ibid)
|
Window Maker looks for theme files here (ibid)
|
||||||
.TP
|
.TP
|
||||||
.B /usr/share/WindowMaker/Pixmaps/
|
.B /usr/share/WindowMaker/Pixmaps/
|
||||||
System wide pixmaps are located here.
|
System-wide (Window Maker-specific) pixmaps are located here
|
||||||
.TP
|
.TP
|
||||||
.B /usr/share/WindowMaker/Styles/
|
.B /usr/share/WindowMaker/Styles/
|
||||||
System wide styles are here
|
System wide styles are here
|
||||||
@@ -141,5 +159,3 @@ Dan Pascu <dan@windowmaker.info> with contributions from many people around
|
|||||||
the Internet.
|
the Internet.
|
||||||
.PP
|
.PP
|
||||||
This manual page was written by Marcelo E. Magallon, <mmagallo@debian.org>.
|
This manual page was written by Marcelo E. Magallon, <mmagallo@debian.org>.
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
32
doc/wmgenmenu.1
Normal file
32
doc/wmgenmenu.1
Normal file
@@ -0,0 +1,32 @@
|
|||||||
|
.TH "wmgenmenu" "1" "15 August 2011"
|
||||||
|
.SH "NAME"
|
||||||
|
\fBwmgenmenu\fR \- Writes a menu structure usable as
|
||||||
|
~/GNUstep/Defaults/WMRootMenu to stdout
|
||||||
|
.PP
|
||||||
|
.SH "SYNOPSIS"
|
||||||
|
.B wmgenmenu \fR[ \fI\-\-options \fR]
|
||||||
|
.PP
|
||||||
|
.SH "DESCRIPTION"
|
||||||
|
\fBwmgenmenu \fR\- Writes a menu structure usable as
|
||||||
|
~/GNUstep/Defaults/WMRootMenu to stdout
|
||||||
|
.PP
|
||||||
|
.SH "OPTIONS"
|
||||||
|
.TP
|
||||||
|
.B \-\-help
|
||||||
|
\fRdisplay this help and exit
|
||||||
|
.TP
|
||||||
|
.B \-\-version
|
||||||
|
\fRoutput version information and exit
|
||||||
|
.TP
|
||||||
|
.B \-\-h
|
||||||
|
\fRlike \-\-help
|
||||||
|
.TP
|
||||||
|
.B \-\-v
|
||||||
|
\fRlike \-\-version
|
||||||
|
.PP
|
||||||
|
.SH "AUTHOR"
|
||||||
|
wmgenmenu is a part of Window Maker. It was written by Carlos R. Mafra and
|
||||||
|
Tamas TEVESZ.
|
||||||
|
.PP
|
||||||
|
This manpage was written by Rodolfo García Peñas (kix) for the
|
||||||
|
Debian GNU/Linux system (but may be used by others).
|
||||||
24
doc/wmmenugen.1
Normal file
24
doc/wmmenugen.1
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
.TH "wmmenugen" "1" "15 August 2011"
|
||||||
|
.SH "NAME"
|
||||||
|
\fBwmmenugen\fR \- Window Maker PropList menu generator
|
||||||
|
.PP
|
||||||
|
.SH "SYNOPSIS"
|
||||||
|
.B wmmenugen \fI\-parser:<parser> fspec \fR[ fpsec ... \fR]
|
||||||
|
\fR[\fI\-parser:<parser> fspec \fR[ fpsec ... \fR] ... \fR]
|
||||||
|
.PP
|
||||||
|
.SH "DESCRIPTION"
|
||||||
|
\fBwmmenugen \fR\- Window Maker PropList menu generator
|
||||||
|
.PP
|
||||||
|
.SH "OPTIONS"
|
||||||
|
.TP
|
||||||
|
.B \-parser
|
||||||
|
\fRspecify the parser. Known parsers are xdg and wmconfig.
|
||||||
|
.TP
|
||||||
|
.B \-fspec
|
||||||
|
\fRspecify the file.
|
||||||
|
.PP
|
||||||
|
.SH "AUTHOR"
|
||||||
|
wmmenugen is a part of Window Maker. It was written by Tamas TEVESZ.
|
||||||
|
.PP
|
||||||
|
This manpage was written by Rodolfo García Peñas (kix) for the
|
||||||
|
Debian GNU/Linux system (but may be used by others).
|
||||||
Reference in New Issue
Block a user