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 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 :)
D
deadwoodAROS Dev
Posted 9 years ago
Week of September 21st:

- Handling of MUI_List_Visible attribute of List MUI class when list is hidden has been fixed (neil)
- MUIA_List_InsertPosition attribute of List MUI class now returns correct value (neil)
- Improvements to pictures sections of AROS website continue (mazze)
D
deadwoodAROS Dev
Posted 9 years ago
Week of September 28th:

- Codeset of russian catalog files for Close, More and Multiview has been corrected (polluks)
- Active entries in read-only MUI Lists are no longer highlighted (neil)
- Index of developer documentation has been updated (mazze)
- strnlen function has been added to C library (Kalamatee)
- Development of ALSA driver for linux hosted AROS ports started (deadwood)
Edited by deadwood on 05-10-2015 16:21, 9 years ago
D
deadwoodAROS Dev
Posted 9 years ago
Week of October 5th:

- MUIA_Listview_DefClickColumn attribute of MUI Listview class is now implemented (neil)
- MUIA_Listview_DoubleClick attribute is now set when the "press" key is pressed (neil)
- Index of the active entry during MUIM_List_Insert and MUIM_List_InsertSingle is now updated (neil)
- MUIA_List_InsertPosition attribute contains now correct value after using MUIM_List_Insert method (neil)
- Index of the active entry is no longer updated during MUIM_List_Move matching MUI behavior (neil)
- Zune test suite is now extended with test for MUIA_List_Visible and MUIA_Listview_DefClickColumn (neil)
- Hex-dump of disassembler in Scout has been made endianness-independent (neil)
- Skeleton of ALSA driver for linux hosted AROS is implemented (deadwood)
- Playback in ALSA driver is now working (deadwood)
- ALSA driver now correctly recovers from underrun conditions (deadwood)
M
magoriumSoftware Dev
Posted 9 years ago
(with thanks to ncafferkey)
Week of October 12th:

- Work on USB support for Linux-hosted AROS has been started (dizzyofcrn)
- UUID hashing is now supported in oop.library (schulz)
- A resource leak in the ALSA sound driver has been fixed (deadwood)
- The ALSA sound driver is now more careful to use the correct version of the Linux libasound shared object (deadwood)
D
deadwoodAROS Dev
Posted 8 years ago
Week of October 19th:

- Firmware used in rPi2 port has been configured to a version working with AROS kernel (mschulz)
- Zune test suite is now extended with tests of MUIA_List_Format, MUIA_List_Pool#? and MUIA_List_Title (neil)
- Race conditions during layout in datatypes.library have been fixed (neil)
- Work on USB support for Linux hosted AROS continues (DizzyOfCRN)
- Propotype hotplug handling introduced in USB support for Linux hosted AROS (DizzyOfCRN)
- Port range check in Poseidon fixed (DizzyOfCRN)
M
magoriumSoftware Dev
Posted 8 years ago
(with thanks to deadwood)
Week of October 26th:

- AtcpTraceroute has been added to the AROS contrib repository (o1i)
- Work started on application handling PS3Eye camera (DizzyOfCRN)
- USB support for Linux hosted AROS now creates separate periodic handler task (DizzyOfCRN)
- The event handler task communicates with libusb (DizzyOfCRN)
- Poseidon is notified aboout port changes when using Linux hosted USB support (DizzyOfCRN)
- Regression with switching screen modes has been fixed (Kalamatee)
D
deadwoodAROS Dev
Posted 8 years ago
Week of November 2nd:

- Work on USB support for Linux hosted AROS continues (DizzyOfCRN)
- USB devices are now enumerated and visible in Trident using Linux hosted USB driver (DizzyOfCRN)
- Bulk transfers are now enabled in Linux hosted AROS USB driver (DizzyOfCRN)
- Linux hosted AROS can now receive keyboard input even without mouse pointer beeing in the AROS window (neil)
- Storage USB devices can now be accessed using Linux hosted AROS USB driver (DizzyOfCRN)
- A problem in Linux hosted AROS related with Linux side libraries using separate threads has been fixed (deadwood)
- ALSA audio driver for Linux hosted AROS transfers better chunked data for improved playback stability (deadwood)
D
deadwoodAROS Dev
Posted 8 years ago
Week of November 9th:

- IoErr() handling in datatypes.library has been improved (neil)
- ALSA audio driver for Linux hosted AROS now supports volume control (deadwood)
- MUIM_List_Remove method in MUI List class now supports MUIV_List_Remove_Selected mode (neil)
- Notification now occurs when MUIA_List_Active changes as a result of deleting all selected entries (neil)
D
deadwoodAROS Dev
Posted 8 years ago
Week of November 16th:

- Zune test suite has been extended to test MUIM_List_NextSelected (neil)
- C:Version is now better handling checking its own version (polluks)
D
deadwoodAROS Dev
Posted 8 years ago
Week of November 23rd:

- A bug in the clamping of X/Y bitmap offsets has been fixed (neil)
- Online documentation has been refreshed from source code (mazze)
C
cavemannSoftware Dev
Posted 8 years ago
Btw, the monthly highlights on the Aros homepage tells the casual observer what is happening in the Aros scene in a nutshell. Imo even with the commits, the previous yearly updates gave the impression that Aros was a little stagnant.

Thanks Deadwood, for taking the time to do this. :)
M
magoriumSoftware Dev
Posted 8 years ago
(with thanks to deadwood)

Week of November 30th:

- Slovak and Slovene languages have been added (polluks)
- Montenegro country and flag have been added (polluks)
- List images are no longer disposed in the cleanup of List MUI class (neil)
D
deadwoodAROS Dev
Posted 8 years ago
@Caveman

Glad you like it :)
D
deadwoodAROS Dev
Posted 8 years ago
Week of December 14th:

- fd2pragma tool has been updated to version 2.195 (polluks)
- Amiguide documentation for fd2pragma has been imported (polluks)
- Romanian keymap has been added (polluks)
- fontconfig library has been updated to version 2.11.1 (deadwood)
- Soft-hyphen support has been added to keymaps (polluks)
D
deadwoodAROS Dev
Posted 8 years ago
Week of December 21st:

- MUIM_Application_CheckRefresh method has been implemented (neil)
- Preferences windows will now be refreshed and a requester is displayed on top (neil)
- HAM images with a transparent colour specified can now be displayed by ilbm.datatype (neil)
D
deadwoodAROS Dev
Posted 8 years ago
Week of December 28th:

- Startup code on AROS 68k has been made compatible with programs expecting seglist in A3 (twilen)
- Handling of palettes and operations on HAM8 images in ilbm.datatype has been improved (neil)
- Initialization of Scalos preferences.library is fixed to be done only once (wawa)
D
deadwoodAROS Dev
Posted 8 years ago
Week of January 4th:
- Dispatchers in Scalos Boopsi classes are now working correctly on AROS 68k (wawa)
- Dispatchers in Scalos MUI classes are now working correctly on AROS 68k (wawa)
- Definitions of structures used by animation.datatype are now binary compatible (Kalamatee)
- A fix has been implemented in calling hooks in realtime.library (Kalamatee)
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 8
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]