16
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 12 hours ago. based on code collected 2 days ago.
May 20, 2023 — May 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Until we have that generate-libraries-mui.h-tool copy this non-generated <libraries/mui.h> over. More... about 22 years ago
Until we have that generate-libraries-mui.h-tool copy this non-generated <libraries/mui.h> over. More... about 22 years ago
Until we have that generate-libraries-mui.h-tool copy this non-generated <libraries/mui.h> over. More... about 22 years ago
added typedefs for LONGBITS/WORDBITS/BYTEBITS More... about 22 years ago
in zune_imspec_copy() return NULL if spec param is NULL. More... about 22 years ago
in zune_imspec_copy() return NULL if spec param is NULL. More... about 22 years ago
in zune_imspec_copy() return NULL if spec param is NULL. More... about 22 years ago
compile also popobject class More... about 22 years ago
compile also popobject class More... about 22 years ago
compile also popobject class More... about 22 years ago
Wrong size allocated for library base because LC_LIBBASESIZE was not set.
Fats
as verhaegs
More... about 22 years ago
don't peek bitmap->Depth directly but use GetBitMapAttr(BMA_DEPTH). More... about 22 years ago
set also HIDD_BM_REALDEPTH in fontbm_to_hiddbm() More... about 22 years ago
BMA_DEPTH: if bitmap is a hidd bitmap don't return bitmap->depth, but HIDD_BM_REALDEPTH(bitmap) (macro in gfxfuncsupport.h) More... about 22 years ago
use GetBitMapAttr(BMA_DEPTH) instead of peeking depth directly More... about 22 years ago
Looks like bitmap->Depth for compatibility reasons must not be greater than 8 for hi/truecolor bitmaps. GetBitMapAttr(BMA_DEPTH) of course still returns the real (15/16/24/32) depth. More... about 22 years ago
Updated to allow COM1 or COM2
ogun
as jogr0326
More... about 22 years ago
--enable-serial-debug has now become --with-serial-debug=(1|2|no), allowing you to select COM1 or COM2
ogun
as jogr0326
More... about 22 years ago
Getting MUIA_String_Contents now returns the actual displayed text. The popobject hooks require the pop contents object to be in A2 More... about 22 years ago
Getting MUIA_String_Contents now returns the actual displayed text. The popobject hooks require the pop contents object to be in A2 More... about 22 years ago
Getting MUIA_String_Contents now returns the actual displayed text. The popobject hooks require the pop contents object to be in A2 More... about 22 years ago
The list class refreshs now if an entry is added and the list is showed Fixed a small typo More... about 22 years ago
The list class refreshs now if an entry is added and the list is showed Fixed a small typo More... about 22 years ago
The list class refreshs now if an entry is added and the list is showed Fixed a small typo More... about 22 years ago
fixed memory leek (gadget list "dglist" wasn't freed) More... about 22 years ago
return seek error if mode is not one of OFFSET_xyz More... about 22 years ago
check for partitions using partition.library and AddBootNode() them More... about 22 years ago
direkt scsi command support (just a guess how it could work); AddBootNode() whole device - partitions will be checked later (partitions with type 0x30 are no longer automounted as DHx) More... about 22 years ago
new install program to install grub (with RDB support) More... about 22 years ago
should fix the /K/A bug (returned success even when leaving out keywords) More... about 22 years ago