Source Activity

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

BeDecorator: fix title text color

Sat, 2015-07-04 18:01
Categories: Development

WinDecorator: fix some glitches

Sat, 2015-07-04 17:53
* The decorator now draws the titlebar. * The titlebar is font sensitive. * The minimize button is usable. * The buttons are pressable. * Fix a redraw issue. * The decorator now draws the titlebar. * The titlebar is font sensitive. * The minimize button is usable. * The buttons are pressable. * Fix a redraw issue.
Categories: Development

Erratum hrev49359: Compare size with 0 rather that B_OK

Sat, 2015-07-04 15:22
Thanks Ingo! Thanks Ingo!
Categories: Development

Update translations from Pootle

Sat, 2015-07-04 04:35
Categories: Development

userlandfs: Fix access mask check

Fri, 2015-07-03 20:14
CID 1255052 and CID 1255053 CID 1255052 and CID 1255053
Categories: Development

NetBuffer: Check result of FlattenedSize() for error

Fri, 2015-07-03 18:31
CID 610923 CID 610923
Categories: Development

PDF Printer: Check FlattenedSize() result for error

Fri, 2015-07-03 18:27
CID 610903 CID 610903
Categories: Development

Deskbar: check dynamic_cast results

Fri, 2015-07-03 18:14
CID 1108236 and CID 1108237 CID 1108236 and CID 1108237
Categories: Development

mail_daemon DeskbarView: init fLastButtons

Fri, 2015-07-03 17:55
CID 610256 CID 610256
Categories: Development

GopherRequest: fixes for null dereference

Fri, 2015-07-03 17:35
CID 1249920 CID 1249920
Categories: Development

Cortex: fix for possible null-dereference

Fri, 2015-07-03 17:14
CID 600442 CID 600442
Categories: Development

jpeg translator: exif_parser: Missing break statement

Fri, 2015-07-03 15:30
CID 1273786 and CID 1273787 CID 1273786 and CID 1273787
Categories: Development

agg: avoid writting beyond the array size

Fri, 2015-07-03 15:16
Potentially trying to add two new items to an array without enough room left. CID 991455 Potentially trying to add two new items to an array without enough room left. CID 991455
Categories: Development

FindPanel: Reorder operations to avoid leak

Fri, 2015-07-03 15:09
CID 1234656 CID 1234656
Categories: Development

package_daemon::FSTransaction: Init fIsFinished

Thu, 2015-07-02 23:22
CID 1108429. CID 1108429.
Categories: Development

HaikuDepot: TextChangingEvent: Init fIsCanceled

Thu, 2015-07-02 22:59
CID 1162815 and 1162816. CID 1162815 and 1162816.
Categories: Development

Debugger: More work on signal configuration.

Thu, 2015-07-02 21:54
- Introduce SignalDispositionEditWindow for add/editing disposition exceptions. SignalsConfigView: - Factor out helper class SignalDispositionMenu. Use accordingly in SignalsConfigView and SignalDispositionEditWindow. - Watch table selection changes to update button statuses appropriately. - On add/edit request, show disposition edit window. - Listen for disposition changes from team and react accordingly. UiUtils: - Add helper function to map signal defines to strings. Together with the previous set of commits, this implements #9720. - Introduce SignalDispositionEditWindow for add/editing disposition exceptions. SignalsConfigView: - Factor out helper class SignalDispositionMenu. Use accordingly in SignalsConfigView and SignalDispositionEditWindow. - Watch table selection changes to update button statuses appropriately. - On add/edit request, show disposition edit window. - Listen for disposition changes from team and react accordingly. UiUtils: - Add helper function to map signal defines to strings. Together with the previous set of commits, this implements #9720.
Categories: Development