⛏️ index : haiku.git

Age Commit message Author
R1A4.1: Update image file names Alexander von Gluck IV
Fix #9148 and probably #9128. Rene Gollent
Fix iterator in hash_remove_current() to not skip elements. Michael Lotz
Update userguide translations. Niels Sascha Reedijk
Changing 'Blinking cursor' in settings too. +alpha4. quick, quick.. Humdinger
Update translations from Pootle Niels Sascha Reedijk
R1A4: Force installoptionalpackage to use R1A4 branch Alexander von Gluck IV
R1A4: Uncomment HAIKU_OFFICIAL_RELEASE in R1A4 branch Alexander von Gluck IV
More UI support for watchpointgs. Rene Gollent
Persist watchpoints in TeamSettings. Rene Gollent
Workaround possible spurious interrupts in marvell yukon. Michael Lotz
Disable duplicated interrupt disable code in marvell yukon. Michael Lotz
Unbroke GCC4 BRect const compatibility. Axel Dörfler
Optimize column preferred width calculation a bit. Rene Gollent
Add TODO note. Rene Gollent
Added BLayoutBuilder::{Group|Grid}::SetExplicitAlignment(). Axel Dörfler
BMessage::Append() is now actually working. Axel Dörfler
Added BPath::IsAbsolute() method. Axel Dörfler
The text control is now more flexible with its layout items. Axel Dörfler
Made the BRect::*Copy() methods const as they should have been. Axel Dörfler
Added Grid::AddGlue(), and SetExplicit*Size() methods. Axel Dörfler
Added method SetExplicitSize() for convenience. Axel Dörfler
BTextView uses cmd instead of ctrl for navigation Oliver Tappe
Add BWindow::HasShortcut() Oliver Tappe
Use SHIFT to accelerate scrolling via the bar arrows. Oliver Tappe
Adjust modifier for fast scrolling to match other OSes. Oliver Tappe
add test for strptime() to locale_test Oliver Tappe
Drop "protected"-define from bsd-compatibility header Oliver Tappe
Improved string of new Terminal setting. Humdinger
Terminal: Add a tooltip when in fullscreen mode François Revol
Use Web+ tabs close button Adrien Destugues - PulkoMandy
Terminal: Fix cursor blinking. Jonathan Schleifer
Terminal: Make the cursor color configurable. Jonathan Schleifer
Terminal: Make cursor blinking an option. Jonathan Schleifer
Enable NTFS partition type in PartitionMap. Now we can create ntfs partitions. threedeyes
NTFS: renamed [NTFS File System] to [NT File System] to be consistent with Be File System threedeyes
Fixed wrong parameters order threedeyes
Ensure that KeymapSwitcher does not get stripped on Release build. See #8603 for history. Siarzhuk Zharski
R1A4: Add KeymapSwitcher into image Alexander von Gluck IV
KeymapSwitcher package updated to version 1.2.7.5 Siarzhuk Zharski
Update translations from Pootle Niels Sascha Reedijk
Update to fRiSS version 0.7 �+alpha4 Adrien Destugues - PulkoMandy
Move stacked windows to a different workspace correctly. czeidler
Fix gcc2 warning. Rene Gollent
Add UI hooks for watchpoints. Rene Gollent
vm_page_allocate_page_run: fix previous commit Jerome Duval
R1A4: Disable kernel serial debugging Alexander von Gluck IV
DriveSetup: Added ntfs support. threedeyes
NTFS: Added simple disk_system add-on for ntfs threedeyes
NTFS: Initial support for volume initialization * Moving files taken from ntfs3g in a separate folder. * Added files from ntfsprogs: mkntfs.c * Initial support for initialization threedeyes
NTFS: Change pretty name as at other fs-addons threedeyes
Update to ACPICA 20121018. Fredrik Holmqvist
Cleanup: move expression parsing for types to SourceLanguage. Rene Gollent
Start adding the underlying infrastructure for watchpoint support. Rene Gollent
Add watchpoint support in DebuggerInterface. Rene Gollent
Extend typecasting to support pointer/address types. Rene Gollent
Add support for creating derived types to DwarfType. Rene Gollent
Fix gcc2 build along with some (minor) style issues John Scipione
listsem didn't actually support the -s option its help listed. Rene Gollent
vm_page_allocate_page_run: fix for aligned page allocations Jérôme Duval
Integrate patch from jessicah #8937. Thanks! czeidler
The current solver don't like big values. - Check the constraint values first. - Some cleanup. czeidler
Updated GCC2 and GCC4 optional packages * These were updated again due to recent changes to the buildtools * Packages are based on btrev43045, whereas the previous set was based on btrev43040 +alpha 4 (GCC2 package needed to match recent date versioning change to configure script) Joseph R. Prostko
Fix #8193 - wrong LC_* vars if there's no country code. Oliver Tappe
Just ignore unknown ELF program headers instead of failing. Axel Dörfler
kdlhangman: Fallback to thread names when fortune is missing François Revol
Fix installoptionalpackage for OpenSSL and Webkit François Revol
Fix handling of notifications. Basic typecasting now works. Rene Gollent
Ensure that text input is focused when window is shown. Rene Gollent
Fix child-creation-needs-value nodes. Rene Gollent
Start adding support for typecast support. Rene Gollent
Add basic helper class for user input prompting. Rene Gollent
Fix reference problem in InspectorWindow. Rene Gollent
Don't pollute global namespace with min/max defines. Rene Gollent
Added HDA quirks for enabling snoop. Axel Dörfler
Disabled HDA MSI for now again. Axel Dörfler
Cleanup, no functional change intended. Axel Dörfler
MSI interrupts were not disabled on error. Axel Dörfler
Implemented MSI support. Axel Dörfler
Fixed 64 bit issue for the buffer descriptor base. Axel Dörfler
Update translations from Pootle Niels Sascha Reedijk
NTFS: More fixes for #8332 * Generate name for unnamed volumes +alpha 4 threedeyes
NTFS: Fix - Tracker faults when 'Show volumes on desktop' mode enabled. +alpha 4 threedeyes
enlarge the buffer for the CPU features string Jérôme Duval
Use uppercase country codes in catalog names. Niels Sascha Reedijk
Fill in the return key rect with the background color. John Scipione
Draw rounded inner corners for return key in Keymap. John Scipione
Preserve the clipping constraints of the parent view... John Scipione
Draw the inner corner of the enter key with square edges. John Scipione
WIP: Rewrite code to draw the return key John Scipione
Clipping region is preserved between Draw Button calls. John Scipione
Save and restore button clipping constraints. John Scipione
Fix coding style violations. czeidler
Add more == and != convenient methods. czeidler
Added Get*()/Set*() methods like the ones from KMessage. Axel Dörfler
Style cleanup. Axel Dörfler
Added BMessage::Append(), and new(std::nothrow_t). Axel Dörfler
unistd.h: added noreturn attribute on _exit() Jerome Duval
Allow use of c_str() on wstring. Adrien Destugues - PulkoMandy
Add tan(), tanh(), log10() to std::complex Keep the haiku/ version of the headers in sync with buildtools (see btrev43041) Adrien Destugues - PulkoMandy
[next]