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.

A week in AROS...

Last updated on 7 years ago
D
deadwoodAROS Dev
Posted 9 years ago
Week of May 25th:

- Work on per CPU task handling for AROS ARM kernel continue (mschulz)
- C library strtok function has been fixed (neil)
D
deadwoodAROS Dev
Posted 9 years ago
Week of June 1st:

- Keymaps have been update for non breaking space support (polluks)
- Countries have been update for first day of week support (polluks)
- 64-bit AROS again loads Amiga format fonts correctly (jmcmullan)
- fat-handler is now correctly stopping at end of root directory (neil)
- Formatting is now possible with fat-handler (neil)
- Renaming disk is now working correctly in fat-handler (neil)
D
deadwoodAROS Dev
Posted 9 years ago
Week of June 8th:

- Work on per CPU task handling for AROS ARM kernel continue (mschulz)
- fat-handler has been updated to work as ROMable module (jmcmullan)
- MUI Listtree custom class now has more functionality and compatibility (deadwood)
- fat-handler no longer leaks memory in case one of the blocks can't be read (neil)
- Renaming disks is further improved in fat-handler (neil)
D
deadwoodAROS Dev
Posted 9 years ago
Week of June 15th:

- fat-handler now allows multiple volumes with the same name if their creation dates differ (neil)
- fat-handler now distinguishes volumes with unset creation dates (neil)
- slovenia and slovakia country codes are now correct (polluks)
- Listtree MUI class now support context menus and drag&drop (deadwood)
- Support for parallel port communication has been added to m68k port of AROS (jmcmullan)
- Registration of Kickstart memory region has been corrected for x86_64 port of AROS (Kalamatee)
- gdb can now be build as part of cross compiler toolset (jmcmullan)
- C:Info will no longer show unset volume creation dates (neil)
D
deadwoodAROS Dev
Posted 9 years ago
Week of June 22nd:

- Adding a Menuitem MUI object directly to Menustrip now works as in MUI (deadwood)
- Listtree MUI class now correctly notifies about double-click and quiet state (deadwood)
- Memory is now freed in Listtree MUI class at object destruction (deadwood)
- List MUI class no longer crashes when someone tries to create an image without passing the actual image object (deadwood)
- Listtree MUI class no longer crashes when someone tries to delete an non-existing image (deadwood)
- Work on making hostgl.library work again started (Kalamatee)
- HDAudio driver now works correctly on HP Compaq nc6320 laptop (neil)
- Static switching between speakers and headphones at start-up in HDAudio driver has been removed in favor of dynamic switching (neil)
- Output volume control for multiple nodes has been improved in HDAudio driver (neil)
- Work on per CPU task handling for AROS ARM kernel continue (mschulz)
- PCI subsystem now correctly handles situation when an interrupt line assignment to a device has been changed (neil)
D
deadwoodAROS Dev
Posted 9 years ago
Week of June 29th:

- Shell no longer passes junk arguments to scripts (neil)
- Delay in SD card device decreased (mschulz)
- Initial work on storage.resource started (Kalamatee)
- Work on per CPU task handling for AROS continues (Kamalatee)
- Serial and parallel ports devices now load correctly under m68k port of AROS (jmcmullan)
- Passing flags to parallel port device has been fixed (jmcmullan)
- Sorting in NListtree MUI custom class has been fixed (deadwood)
- Listtree MUI class now correctly handling sorting and remove of nodes (deadwood)
- Work on AROS ARM native kernel continues (mschulz)
D
deadwoodAROS Dev
Posted 9 years ago
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)
D
deadwoodAROS Dev
Posted 9 years ago
Week of July 13th:

- A small improvement to C library has been implemented (jmcmullan)
D
deadwoodAROS Dev
Posted 9 years ago
Week of July 20th:

- Nothing to report
D
deadwoodAROS Dev
Posted 9 years ago
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)
D
deadwoodAROS Dev
Posted 9 years ago
Week of August 3rd:

- Nothing to report
D
deadwoodAROS Dev
Posted 9 years ago
Week of August 10th:

- AROS repository reached 51000 commits!
- libiconv have been updated to newer versions (Kalamatee)
D
deadwoodAROS Dev
Posted 9 years ago
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)
D
deadwoodAROS Dev
Posted 9 years ago
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)
D
deadwoodAROS Dev
Posted 9 years ago
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
C
cavemannSoftware Dev
Posted 9 years ago
- 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?
Edited by cavemann on 09-09-2015 16:24, 9 years ago
M
magoriumSoftware Dev
Posted 9 years ago
Hi cavemann,

Not sure if it is related, but could this patch perhaps be of help ?
D
deadwoodAROS Dev
Posted 9 years ago
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)
D
deadwoodAROS Dev
Posted 9 years ago
Week of September 14th:

- Title MUI class now adds padding around inner objects which protects it from beeing damaged (deadwood)
- Changing active tab in the Group MUI class no longer causes flicker (deadwood)
- Context menu functions in sub classes of Listtree MUI class now work as expected (deadwood)
- Pictures section on AROS website have been re-organized (mazze)
C
cavemannSoftware Dev
Posted 9 years ago

Quote

magorium wrote:

Hi cavemann,

Not sure if it is related, but could this patch perhaps be of help ?


I don't recall if it was Sdl related. Thanks for the tip :)
You can view all discussion threads in this forum.
You cannot start a new discussion thread in this forum.
You cannot reply in this discussion thread.
You cannot start on a poll in this forum.
You cannot upload attachments in this forum.
You cannot download attachments in this forum.
Users who participated in discussion: cavemann, amigamia, magorium, deadwood
Sign In
Not a member yet? Click here to register.
Forgot Password?
Users Online Now
Guests Online 7
Members Online 0

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