Source Activity
Added mda_vst package for x86_gcc2
Categories: Development
Added MailNews package for x86_gcc2
Categories: Development
PPC: fix COFF bootloader entry point
The concept of entry point in COFF is actually different than in ELF.
In COFF, the entry point is actually a "descriptor" (pointer) to the actual
start code. So we patch the entry point address when calling objcopy.
Now my old Performa 5400/180 actually starts the loader correctly \o/
The concept of entry point in COFF is actually different than in ELF.
In COFF, the entry point is actually a "descriptor" (pointer) to the actual
start code. So we patch the entry point address when calling objcopy.
Now my old Performa 5400/180 actually starts the loader correctly \o/
Categories: Development
PPC: simplify the bootloader linker script
the OF 2.0 COFF loader skips sections other than
.text .data and .bss, so merge others into those three.
the OF 2.0 COFF loader skips sections other than
.text .data and .bss, so merge others into those three.
Categories: Development
Preferences: Consistent buttons position and spacing.
* Fix DataTranslations.
* Fix Touchpad.
* Fixes #5230.
* Fix DataTranslations.
* Fix Touchpad.
* Fixes #5230.
Categories: Development
Add libdca
* Another dependency of VLC 0.8.6…
* Another dependency of VLC 0.8.6…
Categories: Development
Preferences: improve layout.
* Sounds use LayoutBuilder vs. GroupLayoutBuilder.
* Time standard spacing.
* VirtualMemory standard spacing.
* Sounds use LayoutBuilder vs. GroupLayoutBuilder.
* Time standard spacing.
* VirtualMemory standard spacing.
Categories: Development
BMessage: implemented KMessage reply.
* When you receive a message from a KMessage, and reply to it,
it will automatically reply as KMessage, too.
* This allows to communicate with BLoopers from within the kernel
or libroot.so.
* When you receive a message from a KMessage, and reply to it,
it will automatically reply as KMessage, too.
* This allows to communicate with BLoopers from within the kernel
or libroot.so.
Categories: Development
shutdown: style fix
Categories: Development
ShowImage: reformat lines over 80 chars.
* Last commit of the day, I need a vacation!
* Last commit of the day, I need a vacation!
Categories: Development
ShowImage: improve attributes performance.
* Writes the attributes only if they are different or missing.
* Thanks Humdinger for point out.
* Writes the attributes only if they are different or missing.
* Thanks Humdinger for point out.
Categories: Development
Added BeZilla package for x86_gcc2
Categories: Development
Preferences: uses BLayoutBuilder instead of BGroupLayoutBuilder.
* Fixes Appearance.
* Fixes Keyboard.
* Fixes Mouse.
* Fixes Notifications.
* Fixes Appearance.
* Fixes Keyboard.
* Fixes Mouse.
* Fixes Notifications.
Categories: Development
ShowImage: Fixes wrong indentation.
Categories: Development
ShowImage: Set width and height attributes of the showed image.
* Fixes #8745.
* Fixes #8745.
Categories: Development
paths.h: add _BSD_SOURCE guard back, also check for _GNU_SOURCE
So things (like m4) expecting paths.h as part of glibc will get
what they want with _GNU_SOURCE.
So things (like m4) expecting paths.h as part of glibc will get
what they want with _GNU_SOURCE.
Categories: Development
