Latest Discussions
Topic
Replies
Last Post
Posted By: jacadcaps. on 2020/7/25 16:02:21
Iris beta 91 with verified Gmail access
Iris beta 91 is now available for download from its website

Iris' use of the Gmail IMAP interface has now been verified by Google, removing security warnings and restrictions when configuring Gmail accounts.
Posted By: jacadcaps. on 2020/5/22 7:05:27
Iris beta 85 can now be downloaded from iris-morphos.com.

Many of the internal systems were refactored and improved since the last public release cycle. Iris will now display GMail threads. The autoconfiguration of emails was significantly improved, especially for GMail-managed domains and Yahoo.
Posted By: MDW. on 2020/5/9 7:44:57
Encore demo scene group released final versions of demos for MorphOS: Morphoza and Morphilia. Executable versions of these productions are available on MorphOS Storage and Aminet,. Demos rendered to video are available on YouTube.
Posted By: ultragelb. on 2020/4/18 8:39:46
Screenshot.sbar can grab single Windows, multiple Windows, freely selectable rectangle areas, even areas simply drawn with the mouse and much more and save them in multiple image formats while residing patiently in your screens titlebar.



New in this version:

  • Fixed a nasty bug that made the task responsible for grabbing ("Snapper.n") crash on saving an image when two or more screens were open and one got closed.
  • The iris effect didn't fill the whole screen when it came close to screen borders. Fixed.
  • Mouse pointer opacity wasn't calculated at all. Fixed.
  • TestPaint: Added another mode to arrows that also draws an arrow head at the start of the arrow, so the arrow points to two directions.
  • TestPaint: Optimized redraw of paint object.
  • TestPaint: Sped up symmetry tool calculations by a factor of three brazillion.
  • TestPaint: Repeat last draw op (the Recycle-Button) didn't really work. Fixed.
  • TestPaint: Fixed offset of the cursor when zoom window was open and the zoomed area became smaller than the window.
  • TestPaint: The window can be sized larger than the actual image now.



Download Screenshot.sbar V1.2 HERE
Posted By: igracki. on 2020/4/15 7:50:49
With this new SmartClipboard screenbar plugin, you are able to defineactions if you copy something to the clipboard.

Its usefull, if you f.e. read a documentation of a newly downloadedprogram in MultiView etc.
Imagine there are links to a website, a youtube video or the email addressof the author in this documentation.

Previously you had to mark the text with the link, copy it to theclipboard, then open the appropriate program and paste the text there.
Quiet uncormfortable, heh?

Now, you can just mark the text and copy it to the clipboard. Thats all!

My SmartClipboard compares the copied text with the defined patterns andexecutes the corresponding command!

 

    Here are some examples, which are handled by the standard actions:
  • if you copy a http(s) url (like http://www.Igracki.de) to the clipboard, the website will be automatically opened in your standard browser
  • a youtube url like http://youtu.be/-dyRRUts594
  • if you copy "Thomas@Igracki.de" the standard email program will be opened to write a mail to "Thomas@Igracki.de"
  • if you copy an url which links to an image in the internet, an external tool (ViewWebImage) will be opened to display the internet image without the need for a web browser
  • furthermore, if you copy something which looks like a filepath, a new lister with the filepath will be opened in Ambient
Posted By: jPV. on 2020/4/5 14:18:30
RNOXfer is a graphical FTP client with support for SSL/TLS protocols.

- Supports both explicit and implicit FTPS connections
- Recursive file transfers
- Resume support
- Online editing of files (automatic uploading)
- Create new files using the specific editor setup in Settings
- Open double-clicked files using the program defined in Settings
- Edit filenames and permissions
- File search functionality
- Calculate directory sizes
- Import addresses in URL format
- Configurable IP address and port range for the active mode
- Ability to send custom FTP commands to servers

Please visit its homepage for screenshots and download links.
Posted By: realstar. on 2020/4/5 14:18:21
mGBA is an emulator that reproduces the Nintendo GameBoy hardware line. It supports GameBoy Advance, original GameBoy and GameBoy Color. Has an MUI gui and support for various gfx/snd options. For best compatibility it is recommended to have original GameBoy bios files available.

[img align='right']https://realstar.neocities.org/mgba.png[/img]

v1.0 March 17, 2020
- Initial Release
- Port of mGBA latest stable build v0.8.1
- Custom MorphOS frontend and MUI interface added

realstar software mGBA
Posted By: realstar. on 2020/4/5 14:18:05
FCEU v1.8 is now available for download.This one has some options for configuring sound output. There is also a new Famicom Disk System menu option to insert/eject disks by GUI panel. Also a rom list filter is added for changing between NES and FDS images plus some other minor fixes and updates.

fceu.png

Download from: Realstar Software
Posted By: Templario. on 2020/1/11 16:13:46
Grimorium PDF is a little program to open documents in PDF format thought to read little files like bills, receipts, blueprints, etc. created in this format and with the help of powerful zoom cans read the small letter even export the pages to graphic format like jpg, lbm, bmp, png, gif.
With the advantage to be a program portable, light and fast besides to be free.
Programmed with Hollywood™ for Windows™ systems, MorphOS™ 2.x-3.x, AmigaOS3.5-3.9™ and AmigaOS4.x™.

MiniGrimorium01.jpg

Available in the next languages:
Spanish.   English.   Français.   Italiano.

New features v2.10 (11 January 2020):
1. Added support for Italian language.
2. Bugs fixed.

Available here: www.morguesoft.eu
Posted By: jacadcaps. on 2019/11/12 11:13:46
Iris beta 71 can now be downloaded from https://iris-morphos.com/iris.lha.

Changes include:
  • Implemented Drag&Drop of emails into folders
  • Finished the quick SMTP path for servers that automatically upload emails sent via SMTP to their respective Sent folders (like GMail)
  • Session handler fixed to request new OAuth2 keys before they expire - fixes a disconnect from GMail after running Iris for over 1 hour
  • Fixed embedding images in emails, added a mime type check on embedding
  • Added an ATTACH arexx command
  • Fixed not to leave outgoing messages in Drafts on the server
  • Multi-selected emails in Forward as Attachment action all land in one target
  • Fixed an issue where emails would sometimes not be sent out
  • Refactored all actions performed on multi-selected email lists to fix the problem where only pre-loaded emails would be handled by the action
  • Fixed several null pointer dereferences
Posted By: jacadcaps. on 2019/10/23 20:47:46
The MorphOS' email client Iris beta 67 is now available for download.

Most notable changes include
- Implemented an email address cache and email inline completion in To/CC/BCC strings
- Added password/pin authentication to the crypto storage (where passwords and tokens are stored)
- Improved email rich-text editor
- Updated Odyssey core, fixes spellchecking in the email editor
- Migrated to OpenSSL 1.1.1c
- Updated VMime to the latest github state
- Switched to ObjFW runtime library
- Removed MorphOS 3.11 optimizations (enables better Unicode support in certain UI elements)

Please also note that Iris no longer runs on MorphOS 3.11!
Posted By: jPV. on 2019/9/18 13:54:48
RNOPDF 1.3 contains the following changes:
- Added search functionality
- Supports links in documents
- Supports bookmarks in documents
- Added text exporting options
- Can open password protected files
- Can display documents' meta-data and other information
- Can flush Polybios.ext from memory at exit on Amiga compatibles
- Added fullscreen mode
- More compatible with PDF files, thanks to endianness fixes in Polybios
- Logo stays visible if the program fails to load a file
- "Jump back" option to swap between the current and previously viewed page

Please visit the homepage for download links.
Posted By: Stevo. on 2019/8/18 17:19:14
ModernArtBlanker Version 3.0 the 10 year anniversary Edition has been funded by the Finnish-Atlantian Agriculture Group (FAG), who hope that the increased power use of the world's many million MorphOS users using screen blankers will increase global warming.

New in this release of the most modern of modern art blankers:
- Added more shapes. Besides being able to just draw circles it is now possible to select between circles, triangles, squares, stars and hexagons.

- Shapes can be drawn randomly filled. Either per individual shape or just per train.

- Added an option to either keep the initial rotation or to rotate each shape over time when being drawn.

- The size of the shapes can now be configured from tiny to huge or to just a random selection per clear screen.

Find ModernArtBlanker HERE
Posted By: jPV. on 2019/8/2 8:33:18
RNOTags is an advanced GUI based ID3 tag editor for MP3 files.

- Reads v1.0, v1.1, Enhanced (v1+), v2.2.0, v2.3.0, and v2.4.0 tags
- Can write v1.1, v2.3.0, and v2.4.0 tags, and convert between them
- Can remove all kinds of tags
- Recognises all 100+ ID3v2 frames
- Can edit and create 60+ text based ID3v2 frames
- Can attach pictures to MP3 files, and extract them from MP3 files
- Has a "filename sniffer" to create tags from filenames
- Caches input data of saved files for quick pasting to other files
- Can copy selected frames to other files, or copy data between v1 and v2 tags

Please visit its homepage for screenshots and download links.
Posted By: igracki. on 2019/7/25 15:53:36
A screen titlebar plug-in class to listen to internet radio stations streaming using ShoutCast protocol in MPEG audio format (usually MP3, MPEG-1 Layer III) *Note* that it cannot decode other stream formats like Ogg Vorbis, WMA or AAC+

It's based on CgmRadio v2.0 from Grzegorz Kraszewski. Thanks Krashan!

If you click on the WebRadio icon in the screenbar, you can choose to start audio streaming/playing by selecting a station from the pop-up menu.

You can also record the current station you are listening to by selecting the "Record" option from the pop-up menu.
Posted By: jacadcaps. on 2019/7/25 7:39:55
Iris beta 62 can be downloaded from iris-morphos.com (new link!)

New Features include:
- Implemented forwarding messages as attachments
- Nice folder icons, icons for failed/draft messages in the Outgoing folder
- Folder settings (accessible from menu)
- It is now possible to create and delete IMAP folders
- Closed state of a folder tree is now serialized
Posted By: Templario. on 2019/4/20 15:34:15
There are availble for download the new version of V.A.M.P. Virtual Amiga Multimedia Player, is one multimedia player programmmed with Hollywood™.
This player needs the Hollywood™plugin to show the multimedia formats, and this is available for all Amiga family systems plus Windows™ 32 and 64 bits.

Also available in the next languages:
Spanish.   English.   Italian.   French.   Finnish.   Swedish.   Polish.
German.   Greek.

Download from here:
V.A.M.P. player
Posted By: jPV. on 2019/4/18 21:33:31
New in RNOWidgets 1.4:
- Added SSL support for network enabled widgets (requires AmiSSL v4)
- Added CXKEY (global hotkey) option to iconify/un-iconify widgets
- Changed the console output method
- RSS: Updated presets
- RSS: Added RDF compatibility

New in RNORadio 1.1:
- Added hotkeys for favourite stations
- Shoutcast search results can also be reverse sorted
- No longer asks twice if you want to replace a station
- Fixed some iconifying and commodity issues with the MUI GUI
- Changed the Shoutcast keyword handling to always use lowercase
- More verbose handling connection errors
- Less strict with characters in the MUI GUI
- Fine-tuned playlist importing

Click the names above for download links.
Posted By: jacadcaps. on 2019/4/6 13:15:18
A new beta of Iris, the MorphOS IMAP E-Mail client is now available for download.

Features:
  • Improvements in the email editor; added default font (can be changed in settings)
  • Connected servers will periodically poll for new messages
  • Rewritten connection handling to improve performance and fix connection issues over time
Posted By: jPV. on 2019/4/2 16:14:58
RNORadio is a GUI based internet radio player program for MP3 streams, and it's made with Hollywood. The actual streaming and playback is based on the CgmRadio program, but RNORadio still works as a stand-alone program with no dependencies.

RNORadio released

Please visit its homepage for more information, screenshots, and download links.