Source Activity

Syndicate content
Haiku's main repository
Updated: 1 hour 32 min ago

Added x86_64 packages for lua, sdl_gfx, sdl_image, smpeg.

Sun, 2015-05-17 17:23
* Update libvorbis x86_64 package. * Update libvorbis x86_64 package.
Categories: Development

Add lcms package for x86_64.

Sun, 2015-05-17 09:12
Categories: Development

Debugger: Add Inspector UI controls for edit mode.

Sat, 2015-05-16 21:35
InspectorWindow: - Add buttons to control edit mode, and helper functions to maintain their state. - Implement listener hook for memory change events, to track when requested memory writes are completed, and update the view accordingly. Together with the previous batch of commits, this implements the first part of #9708. InspectorWindow: - Add buttons to control edit mode, and helper functions to maintain their state. - Implement listener hook for memory change events, to track when requested memory writes are completed, and update the view accordingly. Together with the previous batch of commits, this implements the first part of #9708.
Categories: Development

BeDecorator: Add Stack & Tile support

Sat, 2015-05-16 18:16
Categories: Development

PoorMan: Autoresize window.

Sat, 2015-05-16 14:21
* Fix #9244. * Fix #9244.
Categories: Development

Update translations from Pootle

Sat, 2015-05-16 04:36
Categories: Development

Update Sawteeth package.

Fri, 2015-05-15 09:34
Categories: Development

Add xz_utils_devel package for x86.

Thu, 2015-05-14 18:47
Categories: Development

fat: Fix function name in debug output.

Thu, 2015-05-14 12:37
Categories: Development

fat: Fix corruption of file data with removed directory entries.

Thu, 2015-05-14 12:16
Directory entries are cached using the block cache, so the cached blocks need to be discarded when directories are removed/shrunk. Otherwise freed directory blocks that were reused for file data would later be clobbered when the block cache was flushed. The forced cache sync for removable media hid the problem for these devices. It was easily triggered on non-removable media however. Directory entries are cached using the block cache, so the cached blocks need to be discarded when directories are removed/shrunk. Otherwise freed directory blocks that were reused for file data would later be clobbered when the block cache was flushed. The forced cache sync for removable media hid the problem for these devices. It was easily triggered on non-removable media however.
Categories: Development

Update pci.ids from pciids.sourceforge.net

Thu, 2015-05-14 03:20
Categories: Development

Debugger: Fix MemoryView layout issues.

Wed, 2015-05-13 01:39
MemoryView: - Implement {Min,Max,Preferred}Size() hooks. The default BView versions were causing the inspector to sometimes not be properly resizable after previous settings were restored. MemoryView: - Implement {Min,Max,Preferred}Size() hooks. The default BView versions were causing the inspector to sometimes not be properly resizable after previous settings were restored.
Categories: Development

Update xz_utils package for x86.

Tue, 2015-05-12 22:16
Categories: Development

Update icu packages for x86.

Tue, 2015-05-12 21:28
* Add icu54 packages for x86 for compatibility. * Add icu54 packages for x86 for compatibility.
Categories: Development

usb_modeswitch: fixed gcc4/64bit build.

Tue, 2015-05-12 17:41
Categories: Development

docs: makefile-engine: add missing HTML tags.

Tue, 2015-05-12 17:32
Fixes #12063. Signed-off-by: Augustin Cavalier Fixes #12063. Signed-off-by: Augustin Cavalier
Categories: Development

fat: Whitespace cleanup only.

Tue, 2015-05-12 15:29
Categories: Development

fat: Remove cluster cache init and data structure.

Tue, 2015-05-12 14:27
The cluster cache was used before porting to the file map API and is not and can not be used there anymore. The cluster cache was used before porting to the file map API and is not and can not be used there anymore.
Categories: Development