Source Activity

Syndicate content
Haiku's main repository
Updated: 2 hours 16 min ago

Added mda_vst package for x86_gcc2

Wed, 2015-04-22 13:14
Categories: Development

Added MailNews package for x86_gcc2

Wed, 2015-04-22 13:10
Categories: Development

PPC: fix COFF bootloader entry point

Wed, 2015-04-22 00:40
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

Wed, 2015-04-22 00:37
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.

Tue, 2015-04-21 21:11
* Fix DataTranslations. * Fix Touchpad. * Fixes #5230. * Fix DataTranslations. * Fix Touchpad. * Fixes #5230.
Categories: Development

Add libdca

Tue, 2015-04-21 19:36
* Another dependency of VLC 0.8.6… * Another dependency of VLC 0.8.6…
Categories: Development

Preferences: improve layout.

Tue, 2015-04-21 18:25
* 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.

Tue, 2015-04-21 16:52
* 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

Tue, 2015-04-21 13:13
Categories: Development

ShowImage: reformat lines over 80 chars.

Tue, 2015-04-21 12:51
* Last commit of the day, I need a vacation! * Last commit of the day, I need a vacation!
Categories: Development

ShowImage: improve attributes performance.

Tue, 2015-04-21 12:37
* 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

Tue, 2015-04-21 11:33
Categories: Development

ShowImage: fixes variables declaration.

Tue, 2015-04-21 10:02
* Thanks Axel. * Thanks Axel.
Categories: Development

Preferences: uses BLayoutBuilder instead of BGroupLayoutBuilder.

Tue, 2015-04-21 09:36
* Fixes Appearance. * Fixes Keyboard. * Fixes Mouse. * Fixes Notifications. * Fixes Appearance. * Fixes Keyboard. * Fixes Mouse. * Fixes Notifications.
Categories: Development

ShowImage: Fixes wrong indentation.

Tue, 2015-04-21 08:48
Categories: Development

ShowImage: Set width and height attributes of the showed image.

Tue, 2015-04-21 08:42
* Fixes #8745. * Fixes #8745.
Categories: Development

paths.h: add _BSD_SOURCE guard back, also check for _GNU_SOURCE

Mon, 2015-04-20 23:34
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

hack_coff: remove useless header dependency

Mon, 2015-04-20 23:13
Categories: Development