WinEd: Difference between revisions

From RISC OS
Jump to navigationJump to search
(Possible New Page)
 
m (Misc minor updates)
Line 1: Line 1:
'''WORK IN PROGRESS'''

==Introduction==
==Introduction==
WinEd is a window template editor for RISC OS, which can be used to design windows for use in RISC OS Wimp programs. It's original founding aim was to do everything which [[TemplEd]] could do, only better! Now it provides a comprehensive graphical interface to ease the creation of sophisticated and consistent program windows.
WinEd is a window template editor for RISC OS, which can be used to design windows for use in RISC OS Wimp programs. It's original founding aim was to do everything which [[TemplEd]] could do, only better! Now it provides a comprehensive graphical interface to ease the creation of sophisticated and consistent program windows.
Line 8: Line 10:
WinEd is distributed as a package for [[RiscPkg]] and should appear in the <code>Unstable</code> distribution, which is subscribed to automatically when RiscPkg is installed. Note: although part of the <code>Unstable</code> distribution, the version of WinEd distributed through RiscPkg is considered '''stable'''.
WinEd is distributed as a package for [[RiscPkg]] and should appear in the <code>Unstable</code> distribution, which is subscribed to automatically when RiscPkg is installed. Note: although part of the <code>Unstable</code> distribution, the version of WinEd distributed through RiscPkg is considered '''stable'''.


For those who do not use RiscPkg, recent versions can be found in the download directory.
For those who do not use RiscPkg, recent versions may be found [http://www.snowstone.org.uk/riscos/wined/ here].


==Development==
==Development==
WinEd is released under the GNU General Public License and the source code is kept in a subversion repository on riscos.info. The code is written in C, compiled to use the SharedCLibrary runtime library and makes extensive use of [[DeskLib]].
WinEd is released under the GNU General Public License and the source code is kept in a [[Source repositories overview#wined|subversion repository]] on riscos.info (which can be viewed via [http://www.riscos.info/websvn/listing.php?repname=wined WebSVN]). The code is written in C, compiled to use the SharedCLibrary runtime library and makes extensive use of [[DeskLib]].


Any bug reports, feature requests or offer of help should be sent to [[User:Adamr|Adam Richardson]].
Any bug reports, feature requests or offers of help should be sent to [[User:Adamr|Adam Richardson]].

Revision as of 10:13, 10 July 2007

WORK IN PROGRESS

Introduction

WinEd is a window template editor for RISC OS, which can be used to design windows for use in RISC OS Wimp programs. It's original founding aim was to do everything which TemplEd could do, only better! Now it provides a comprehensive graphical interface to ease the creation of sophisticated and consistent program windows.

History

WinEd was originally written by Tony Houghton. The last version released by Tony is 2.87 and is available (with source) here. It is now maintained by Adam Richardson.

Distribution

WinEd is distributed as a package for RiscPkg and should appear in the Unstable distribution, which is subscribed to automatically when RiscPkg is installed. Note: although part of the Unstable distribution, the version of WinEd distributed through RiscPkg is considered stable.

For those who do not use RiscPkg, recent versions may be found here.

Development

WinEd is released under the GNU General Public License and the source code is kept in a subversion repository on riscos.info (which can be viewed via WebSVN). The code is written in C, compiled to use the SharedCLibrary runtime library and makes extensive use of DeskLib.

Any bug reports, feature requests or offers of help should be sent to Adam Richardson.