Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.

Development General

Development General
1744 posts | Last Activity on 17-09-2015 02:19 by deadwood
D
deadwood 17-09-2015 02:19, 9 years ago
Re: A week in AROS...
Week of September 7th: - Zune test suite is now extended to support almost all List and Listview methods and attributes (neil) - Problem with up/down arrows in List MUI class not working sometimes fixed (deadwood) - Later setting a title in List MUI class no longer causes crash (neil) - A crash in Pendisplay MUI class has been fixed (neil) - Switching between pages or adding a page in Group MUI class no longer causes flickering (deadwood) - Newly added tabs in Title MUI class are now rendered as inactive (deadwood)
Responded in A week in AROS...
M
magorium 15-09-2015 02:01, 9 years ago
Re: A week in AROS...
Hi cavemann, Not sure if it is related, but could [url=http://repo.or.cz/w/AROS-Contrib.git/commit/7adb398fe4c466490fb4226108541f1a2a13db5c]this patch[/url] perhaps be of help ?
Responded in A week in AROS...
Allanon
Allanon 10-09-2015 16:00, 9 years ago
Re: EMULA for AROS
Sorry for the long silence! I'm working on the rom databases, autoupdates and other nice things, soon I will post an official status update and a public alpha :)
Responded in EMULA for AROS
C
cavemann 09-09-2015 16:14, 9 years ago
Re: A week in AROS...
- OpenAL library has been updated to version 1.16.0 Very nice, does this update eliminate the unfreed signals on exit? Also, will it be available on abiv0 anytime soon?
Responded in A week in AROS...
D
deadwood 08-09-2015 09:07, 9 years ago
Re: A week in AROS...
Week of August 31st: - Intuition is now using nominal resolution provided by the driver (Kalamatee) - vbam is bow compiled for x86_64 (Kalamatee) - Boot task is now properly finalized (Kalamatee) - Autodocs documentation has been updated from source code (mazze) - Exiting MUI List class "quiet" state now causes proper scroll bar update (deadwood) - System/SysMon no longer crashes when there is less tasks then list capacity (deadwood) - OpenAL library has been updated to version 1.16.0
Responded in A week in AROS...
D
deadwood 02-09-2015 14:18, 9 years ago
Re: EMULA for AROS
Any more news?:)
Responded in EMULA for AROS
D
deadwood 02-09-2015 14:16, 9 years ago
Re: A week in AROS...
Week of August 24th: - MUIV_Notify_Self is now handled correctly in case of setting notification of List MUI class attribute in Listview MUI class (neil) - Object creation in graphics driver subsystem has been made to support external objects (Kalamatee) - Graphics drivers can now provide nominal resolution to graphics subsystem (Kalamatee) - Crash in screen compositor when trying to read preferences has been fixed (Kalamatee)
Responded in A week in AROS...
salass00
salass00 25-08-2015 07:00, 9 years ago
Re: WIP filesysbox.library port
An exFAT formatted partition mounted under AROS (1000 GB USB harddrive): [url=https://dl.dropboxusercontent.com/u/26599983/aros-exfat.png]https://dl.dropboxusercontent.com/u/26599983/aros-exfat.png[/url] The source code of the filesysbox, ntfs-3g and exfat ports is hosted at github: [url=https://github.com/salass00/filesysbox]https://github.com/salass00/filesysbox[/url] [url=https://github.com/salass00/ntfs-3g]https://github.com/salass00/ntfs-3g[/url] [url=https://github.com/salass00/exfat]https://github.com/salass00/exfat[/url]
D
deadwood 24-08-2015 16:17, 9 years ago
Re: A week in AROS...
Week of August 17th: - MUI Window class now sends notifications on changing the position and size (neil) - It is now possible to set notifications of List MUI class attributes on Listview MUI class (neil) - Notifications on ClickColumn attribute of Listview MUI class have been restored to work (deadwood) - emul-handler is now blocked from seeking beyond end of file (neil)
Responded in A week in AROS...
D
deadwood 18-08-2015 01:08, 9 years ago
Re: A week in AROS...
Week of August 10th: - AROS repository reached 51000 commits! - libiconv have been updated to newer versions (Kalamatee)
Responded in A week in AROS...
salass00
salass00 13-08-2015 09:57, 9 years ago
Re: WIP filesysbox.library port
filesysbox.library has been updated to version 53.3: [url=https://dl.dropboxusercontent.com/u/26599983/aros-filesysbox-ntfs3g.7z]https://dl.dropboxusercontent.com/u/26599983/aros-filesysbox-ntfs3g.7z[/url] [quote] filesysbox.library 53.2 (6.8.2015) - FBXQMM_MOUNT_CONTROL doesn't skip the first character of the Control string on AROS any more. filesysbox.library 53.3 (13.8.2015) - CHECKWRITABLE() now also checks if the FBXVF_READ_ONLY flag is set. - Removed code for opening and closing of intuition.library since this library was not used anywhere. [/quote]
D
deadwood 10-08-2015 00:46, 9 years ago
Re: A week in AROS...
Week of August 3rd: - Nothing to report
Responded in A week in AROS...
amigamia
amigamia 03-08-2015 17:38, 9 years ago
Re: WIP filesysbox.library port
Thanks salass00 for your hard work and for posting on this forum
salass00
salass00 03-08-2015 16:03, 9 years ago
Re: WIP filesysbox.library port
ntfs3g-handler version 53.2 is now available at: [url=https://dl.dropboxusercontent.com/u/26599983/aros-filesysbox-ntfs3g.7z]https://dl.dropboxusercontent.com/u/26599983/aros-filesysbox-ntfs3g.7z[/url] The change from the previous version is that the ntfs-3g code has been updated to the latest 2015.3.14 version from [url=http://www.tuxera.com/community/open-source-ntfs-3g/]tuxera.com[/url].
D
deadwood 03-08-2015 01:01, 9 years ago
Re: A week in AROS...
Week of July 27th: - Prefs/Locale no longer looses languange information when reseting to default state (deadwood) - fat-handler is now showing an error requester when I/O error happens (neil) - fat-handler has now better error handling (neil) - Formatting procedure using fat-handler is now writting immedially to disk (neil) - MUI List and Listview classes have been updated to behave according to MUI4 specification (deadwood) - MUI Listtree class has been aligned with changes to List and Listview classes (deadwood)
Responded in A week in AROS...
D
deadwood 27-07-2015 15:24, 9 years ago
Re: A week in AROS...
Week of July 20th: - Nothing to report
Responded in A week in AROS...
D
deadwood 20-07-2015 00:27, 9 years ago
Re: A week in AROS...
Week of July 13th: - A small improvement to C library has been implemented (jmcmullan)
Responded in A week in AROS...
salass00
salass00 16-07-2015 11:54, 9 years ago
Re: WIP filesysbox.library port
[url=http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=9281&forum=4&post_id=95782#forumpost95782]Request for testing: FUSE filesystem[/url]
M
magorium 15-07-2015 02:05, 9 years ago
Re: WIP filesysbox.library port
hi salass00, looking good there :applauds: I've already needed to answer some questions as of what filesysbox/fuse actually is and how it can benefit users... now hopefully i've explained that correctly :)
D
deadwood 14-07-2015 15:03, 9 years ago
Re: A week in AROS...
Week of July 6th: - intuition.library/PrintIText() no longer crashes if passed a null string pointer (jmcmullan) - VSprites with depths greater than 8 bits are now supported (jmcmullan) - Romanian language support has been added (polluks)
Responded in A week in AROS...
You can view all discussion threads in this forum.
You cannot start a new discussion thread in this forum.
You cannot start on a poll in this forum.
You cannot upload attachments in this forum.
You cannot download attachments in this forum.

Filter by Tags

Popular Threads This Week

Icon Toolsby miker1264 177 posts
Tiny Aros DistrĂ²by Amiwell79 146 posts
Aros Software Promotionby Amiwell79 70 posts
AROS ABIv0 20220318-1 Supportby deadwood 70 posts
Custom Keyboard Layoutby MasterTggtt 14 posts
r-teaby r-tea 7 posts
AROS ABIv11 20230430by deadwood 6 posts
AROS One 68k Work In Progressby AMIGASYSTEM 6 posts
Wanderer Menusby pixie 4 posts
Sign In
Not a member yet? Click here to register.
Forgot Password?
Users Online Now
Guests Online 9
Members Online 0

Total Members: 228
Newest Member: r-tea
Member Polls
Should AROSWorld continue with AROS-Exec files (SMF based)?
Yes44 %
44% [12 Votes]
No26 %
26% [7 Votes]
Not sure30 %
30% [8 Votes]