Source Activity

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

ReadMe: fix typo.

Fri, 2015-05-08 17:29
Categories: Development

Tracker: get rid of fTrashContextMenu member from DeskWindow...

Fri, 2015-05-08 17:06
... as it's useless and shadowing the one in ContainerWindow. No functional change intended, and none occurs (from my testing). PVS message V703. ... as it's useless and shadowing the one in ContainerWindow. No functional change intended, and none occurs (from my testing). PVS message V703.
Categories: Development

Tracker: Model: use SetToFormat.

Fri, 2015-05-08 17:02
Categories: Development

Update llvm package for x86_gcc2.

Fri, 2015-05-08 14:43
Categories: Development

Update usb.ids from www.linux-usb.org

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

Update pci.ids from pciids.sourceforge.net

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

Update llvm package for x86.

Wed, 2015-05-06 21:22
Categories: Development

Updated unzip packages.

Wed, 2015-05-06 17:15
* Fix extraction of symbolic links, ticket #12042. * Fix extraction of symbolic links, ticket #12042.
Categories: Development

MediaPlayer: playlist uses system colors.

Wed, 2015-05-06 16:59
* Partialy fix #10840. * Partialy fix #10840.
Categories: Development

user mutex: dequeue waiters when waking them up

Mon, 2015-05-04 23:51
* This prevents the same waiter being woken multiple times, before it has a chance to run and dequeue itself. * This prevents the same waiter being woken multiple times, before it has a chance to run and dequeue itself.
Categories: Development

Debugger: Add page protection indicator to inspector.

Mon, 2015-05-04 02:46
InspectorWindow: - We now display a label indicating if the currently inspected block is writable or not, so the user knows whether it's possible to modify the contents. InspectorWindow: - We now display a label indicating if the currently inspected block is writable or not, so the user knows whether it's possible to modify the contents.
Categories: Development

Debugger: Fix inverted error check.

Mon, 2015-05-04 02:39
InspectorWindow: - Fix inverted error check when retrieving settings. This was causing us to fail to successfully load/apply previously stored settings for the inspector. InspectorWindow: - Fix inverted error check when retrieving settings. This was causing us to fail to successfully load/apply previously stored settings for the inspector.
Categories: Development

BColumListView: uses system colors.

Sun, 2015-05-03 17:25
* Partialy fixes #10840. * Partialy fixes #10840.
Categories: Development

InterfaceDef: Use a lighter grey for list selection.

Sun, 2015-05-03 17:24
* Use the BColumnListView grey for list selection. * Use the BColumnListView grey for list selection.
Categories: Development

Add support for pthread_condattr_get/setclock()

Sat, 2015-05-02 19:33
* Allows use of either CLOCK_REALTIME or CLOCK_MONOTONIC as the time base for pthread_cond_timedwait(). * Allows use of either CLOCK_REALTIME or CLOCK_MONOTONIC as the time base for pthread_cond_timedwait().
Categories: Development

BCalendarView: Use system color.

Sat, 2015-05-02 15:27
* This widget is used in Time and Deskbar. * Partialy fixes #10840. * This widget is used in Time and Deskbar. * Partialy fixes #10840.
Categories: Development

Time: reintroduces seconds for aesthetic reasons.

Sat, 2015-05-02 15:25
* Thanks to Humdinger for point out the problem. * Problem discussed in #10840. * Thanks to Humdinger for point out the problem. * Problem discussed in #10840.
Categories: Development

fat: Fix compiler warnings.

Sat, 2015-05-02 10:06
Categories: Development