The Haiku operating system
Go to file
John Scipione 3c18c3d5c6 Tracker: Restore IsFiltering() to IsRefFiltering() or IsTypeAheadFiltering()
Add IsRefFiltering() and IsFiltering() is once again either kind
of filtering: ref or type-ahead.

Use IsRefFiltering() in a few places, otherwise use IsFiltering()
to restore filtering code so that it gets triggered on either kind
of filter.

Make the filtering methods inline to avoid function call overhead.

Fixes #19317

Change-Id: I27407ca33e8f2b967975c8a8ef8de83105442bd4
Reviewed-on: https://review.haiku-os.org/c/haiku/+/8715
Reviewed-by: waddlesplash <waddlesplash@gmail.com>
Haiku-Format: Haiku-format Bot <no-reply+haikuformatbot@haiku-os.org>
2024-12-26 22:10:31 +00:00
3rdparty 3rdparty/cloud: A few small fixes to sysprep-gcp 2024-09-25 16:54:00 -05:00
build build: Remove the profile from the JAM_TARGETS. 2024-12-23 15:54:49 -05:00
data vesa: enable bios_patching by default on cards where it is known to work 2024-12-24 09:48:00 +00:00
docs Haiku Book: Added GameSound, Shelf 2024-12-22 08:40:35 +00:00
headers Drivers.h: Add B_SOCKET_IO_BASE declaration. 2024-12-21 17:00:00 +00:00
src Tracker: Restore IsFiltering() to IsRefFiltering() or IsTypeAheadFiltering() 2024-12-26 22:10:31 +00:00
.editorconfig
.gitignore
.gitreview
configure configure: let CC default to gcc-x86 on Haiku 32 bits. 2024-10-25 16:14:43 +00:00
Jamfile Updates in preparation for package sync on gcc2h. 2024-08-10 17:34:55 -04:00
Jamrules
License.md
ReadMe.Compiling.md
ReadMe.md

Haiku

Homepage | Mailing Lists | IRC Channels | Issue Tracker | API docs

Haiku is an open-source operating system that specifically targets personal computing. Inspired by the BeOS, Haiku is fast, simple to use, easy to learn and yet very powerful.

Goals

  • Sensible defaults with minimal configuration required.
  • Clean, clear, concise code.
  • Unified desktop environment.

Trying Haiku

Haiku provides pre-built nightly images and release images. Haiku is compatible with a large variety of hardware, but in case you don't want to "take the plunge" and install Haiku on bare metal, you can install it on a virtual machine (VM) instead. If you've never used a VM before, you can follow one of the "Emulating Haiku" guides.

Compiling Haiku

See ReadMe.Compiling.

Contributing

Haiku is a meritocratic open source project with a large variety of tasks. Even if you can't write code, you can still help! Haiku needs designers, (technical) writers, translators, testers... Get involved and help out!

Contributing code

If you're submitting a patch to us, please make sure you're following the patch submitting guidelines.

If you're having trouble finding something in the source tree, you can use one of our web-based source code browsers:

Contributing documentation

The main piece of documentation that still needs work are the API docs (found in the tree at docs/user). Just find an undocumented class, write documentation for it, and submit a patch.

Contributing translations

See wiki:i18n.

Contributing software ports

See HaikuPorts.

Contributing to our infrastructure

See Infrastructure.