Source Activity
Added x86_64 packages for lua, sdl_gfx, sdl_image, smpeg.
* Update libvorbis x86_64 package.
* Update libvorbis x86_64 package.
Categories: Development
Add lcms package for x86_64.
Categories: Development
Debugger: Add Inspector UI controls for edit mode.
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
Categories: Development
Update translations from Pootle
Categories: Development
Update Sawteeth package.
Categories: Development
Add xz_utils_devel package for x86.
Categories: Development
fat: Fix function name in debug output.
Categories: Development
fat: Fix corruption of file data with removed directory entries.
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
Debugger: Fix MemoryView layout issues.
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.
Categories: Development
Update icu packages for x86.
* Add icu54 packages for x86 for compatibility.
* Add icu54 packages for x86 for compatibility.
Categories: Development
usb_modeswitch: fixed gcc4/64bit build.
Categories: Development
docs: makefile-engine: add missing HTML tags.
Fixes #12063.
Signed-off-by: Augustin Cavalier
Fixes #12063.
Signed-off-by: Augustin Cavalier
Categories: Development
fat: Whitespace cleanup only.
Categories: Development
fat: Remove cluster cache init and data structure.
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
