Source Activity

Syndicate content
Haiku's main repository
Updated: 46 min 46 sec ago

servers/app/drawing: BitmapHWInterface: Return -1.

Thu, 2015-07-02 21:29
-1 is the same as B_ERROR, but all of the other implementations of this function "return -1", so do that to be consistent. -1 is the same as B_ERROR, but all of the other implementations of this function "return -1", so do that to be consistent.
Categories: Development

Tracker::BTitleView, Init fPreviousLeftClickTime

Thu, 2015-07-02 20:10
CID 1273731 CID 1273731
Categories: Development

eject: close file description after usage

Thu, 2015-07-02 19:36
Also reindent the switch statement. CID 702040. Also reindent the switch statement. CID 702040.
Categories: Development

recipe.syntax.vim: Update following SRC_URI/SRC_FILENAME change

Thu, 2015-07-02 17:28
in haikuporter. in haikuporter.
Categories: Development

Matrox accelerant: assignation to B_OK -> condition never true.

Thu, 2015-07-02 17:20
Assignation to B_OK in if condition means it will never be true. Replace with ==. CID 991072, 991155 and 604410. Assignation to B_OK in if condition means it will never be true. Replace with ==. CID 991072, 991155 and 604410.
Categories: Development

Cortex: fix copy and paste error

Thu, 2015-07-02 17:14
Comparing a format with byte_order and the context indicates a copy and paste error. CID 991144 Comparing a format with byte_order and the context indicates a copy and paste error. CID 991144
Categories: Development

Workaround timing issues in Chart

Thu, 2015-07-02 15:28
When run on a VM (VBox, vmware), the timing calculations done were giving weird results (< 1ms), messing with the logic (div by zero introduced). Should take care of ticket #89. When run on a VM (VBox, vmware), the timing calculations done were giving weird results (< 1ms), messing with the logic (div by zero introduced). Should take care of ticket #89.
Categories: Development

Update pci.ids from pciids.sourceforge.net

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

Backgrounds: FlattenedSize() can be negative (error status)

Thu, 2015-07-02 02:18
CID 610928. CID 610928.
Categories: Development

LongAndDragTrackingFilter: Unitialized member

Thu, 2015-07-02 02:01
CID 611005 CID 611005
Categories: Development

CID 743867: Memleak in DiskUsage

Thu, 2015-07-02 01:42
Categories: Development

match new[] operator with delete[] operator

Thu, 2015-07-02 00:34
The string ends up being deleted with the [] variant later on. CID 602975. The string ends up being deleted with the [] variant later on. CID 602975.
Categories: Development

Logic error in TaskLoop::RunIfNeeded()

Wed, 2015-07-01 23:22
The ! operator would have priority over < and would transform currentTime before the comparison. Moreso, the logic was reversed. It is supposed to return false if it's not time yet to run the task, not the opposite. CID 1273447. The ! operator would have priority over < and would transform currentTime before the comparison. Moreso, the logic was reversed. It is supposed to return false if it's not time yet to run the task, not the opposite. CID 1273447.
Categories: Development

Check for malloc result done on wrong variable.

Wed, 2015-07-01 22:49
CID 1255090 CID 1255090
Categories: Development

Memleak in HPDirectJet printer transport

Wed, 2015-07-01 22:32
CID 605747 CID 605747
Categories: Development

licenses: Remove UnRAR, only used by one port.

Wed, 2015-07-01 22:22
The "unrar" port now has its own copy. The "unrar" port now has its own copy.
Categories: Development

licenses: Remove 'Unicode', it's now part of the ICU license...

Wed, 2015-07-01 22:18
... that's in the HaikuPorts tree. ... that's in the HaikuPorts tree.
Categories: Development