WinEd: Difference between revisions
(added applicationbox) |
|||
(10 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{Applicationbox|name=WinEd|maintainer=[[User: |
{{Applicationbox|image=wined.gif|caption=WinEd icon|name=WinEd|maintainer=[[User:Stevef|Steve Fryatt]]|desc=WinEd is a window template editor for RISC OS, which can be used to design windows for use in RISC OS Wimp programs.|url=http://www.stevefryatt.org.uk/software/wined/|os=Unknown|languages=Unknown|alt=[[TemplEd]]}} |
||
__NOTOC__ |
__NOTOC__ |
||
Line 6: | Line 6: | ||
==History== |
==History== |
||
WinEd was originally written by [http://www.realh.ukfsn.org/ Tony Houghton]. The last version released by Tony was 2.87 and is still available (with source) [http://www.snowstone.org.uk/riscos/realh/index.html#wined here]. |
WinEd was originally written by [http://www.realh.ukfsn.org/ Tony Houghton]. The last version released by Tony was 2.87 in 2003, and is still available (with source) [http://www.snowstone.org.uk/riscos/realh/index.html#wined here]. From 2003 until 2009, WinEd was maintained by [[User:Adamr|Adam Richardson]]. The versions that he released, culminating in 3.20, are [http://www.snowstone.org.uk/riscos/wined/ still available to download]. |
||
More recently, [[User:Stevef|Steve Fryatt]] has rebuilt WinEd with some fixes for modern RISC OS systems. |
|||
==Distribution== |
==Distribution== |
||
WinEd is distributed as a package for [[RiscPkg]] and should appear in the |
WinEd is distributed as a package for [[RiscPkg]] and should appear in the [http://packages.riscosopen.org/packages/ Third Party] distribution from RISC OS Open, which is subscribed to automatically when RiscPkg is installed. In addition, it is also available in the R-Comp [http://www.plingstore.org.uk/ PlingStore]. |
||
For those who do not use |
For those who do not use these distribution systems, recent versions may be found [http://www.stevefryatt.org.uk/software/wined/ here], along with test builds of new functionality which are not made available through PackMan or PlingStore. |
||
==Development== |
==Development== |
||
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 checked out anonymously or viewed via [http://www.riscos.info/websvn/listing.php?repname=wined WebSVN]). The code is written in C, compiled using [[GCCSDK|GCC]] to use the SharedCLibrary runtime library and makes extensive use of [[DeskLib]]. It also uses the memory allocation routines of the [http://support.riscos.com/Support/Resources/Libraries/StubsG/ flex library]. |
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 checked out anonymously or viewed via [http://www.riscos.info/websvn/listing.php?repname=wined WebSVN]). The code is written in C, compiled using [[GCCSDK|GCC]] to use the SharedCLibrary runtime library and makes extensive use of [[DeskLib]]. It also uses the memory allocation routines of the [http://support.riscos.com/Support/Resources/Libraries/StubsG/ flex library]. |
||
Any bug reports, feature requests or offers of help |
Any bug reports, feature requests or offers of help are best directed towards [[User:Stevef|Steve Fryatt]]. |
||
{{stub}} |
{{stub}} |
Latest revision as of 15:01, 16 August 2020
WinEd | |
Icon: | |
---|---|
Maintained by: | Steve Fryatt |
Description: | WinEd is a window template editor for RISC OS, which can be used to design windows for use in RISC OS Wimp programs. |
OS Restrictions: | Unknown |
Languages: | Unknown |
Alternatives: | TemplEd |
Website: | http://www.stevefryatt.org.uk/software/wined/ |
Introduction
WinEd is a window template editor for RISC OS, which can be used to design windows for use in RISC OS Wimp programs. Its 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 was 2.87 in 2003, and is still available (with source) here. From 2003 until 2009, WinEd was maintained by Adam Richardson. The versions that he released, culminating in 3.20, are still available to download.
More recently, Steve Fryatt has rebuilt WinEd with some fixes for modern RISC OS systems.
Distribution
WinEd is distributed as a package for RiscPkg and should appear in the Third Party distribution from RISC OS Open, which is subscribed to automatically when RiscPkg is installed. In addition, it is also available in the R-Comp PlingStore.
For those who do not use these distribution systems, recent versions may be found here, along with test builds of new functionality which are not made available through PackMan or PlingStore.
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 checked out anonymously or viewed via WebSVN). The code is written in C, compiled using GCC to use the SharedCLibrary runtime library and makes extensive use of DeskLib. It also uses the memory allocation routines of the flex library.
Any bug reports, feature requests or offers of help are best directed towards Steve Fryatt.