Development
Ticket #12186 (Webpositive can browse only haiku sites) created
In the recent builds I can browse only haiku sites. Can't browse google, youtube etc.
Categories: Development
Revert "BNetworkAddressResolver: fix setting AI_ADDRCONFIG flag"
B_UNCONFIGURED_ADDRESS_FAMILIES is not a mapping to AI_ADDRCONFIG,
it's the opposite...
This reverts commit a8962b392a7cc9783596c1ed88babe3d864e6759.
B_UNCONFIGURED_ADDRESS_FAMILIES is not a mapping to AI_ADDRCONFIG,
it's the opposite...
This reverts commit a8962b392a7cc9783596c1ed88babe3d864e6759.
Categories: Development
StyledEdit: Rework of the font color system
1) The default font color is now B_DOCUMENT_TEXT_COLOR
2) The font color menu now shows a palette
3) The font color menu now includes a "default" item, set
to B_DOCUMENT_TEXT_COLOR
4) Added a Todo mentionning it would be ideal to not save the default color
itself, but instead saving the fact the default color was used. Maybe allow the
StyleBuffer to use a Null color or something similar.
1) The default font color is now B_DOCUMENT_TEXT_COLOR
2) The font color menu now shows a palette
3) The font color menu now includes a "default" item, set
to B_DOCUMENT_TEXT_COLOR
4) Added a Todo mentionning it would be ideal to not save the default color
itself, but instead saving the fact the default color was used. Maybe allow the
StyleBuffer to use a Null color or something similar.
Categories: Development
BNetworkAddressResolver: fix setting AI_ADDRCONFIG flag
* Condition was the wrong way
* Condition was the wrong way
Categories: Development
[haiku-development] Re: Who's working Haiku's on UI/UX? (Michael Mounteney)
On Mon, 18 May 2015 19:34:29 -0400
Andrew Hudson dmarc-noreply@xxxxxxxxxxxxx (Redacted sender
hudsonco1@xxxxxxx for DMARC) wrote:
ever used. It was called NeWS and maybe some people heard of it.
This is definitely going to get the thread swamped with nostalgia. I
actually remember NeWS in the early 90s and the lesson for us here is
that it was so badly implemented it was almost unworkable. Sun never
...
Categories: Development
ReadMe: HaikuPorts has moved to GitHub.
Categories: Development
Move doc from src/kits/network to docs/net.
Thanks Adrien for reviewing!
Thanks Adrien for reviewing!
Categories: Development
Ticket #11120 (FAT file creation times) closed
fixed:
Thanks for your patch! I've applied it in hrev49339 -- I reworked the confusing use of ctime, though, as that does have a different meaning in POSIX.
Categories: Development
fat: Cleared the confusion between ctime, and crtime...
... the previous commit introduced.
* Minor cleanup, disabled the useless fs_ioctl() function.
* This closes #11120.
... the previous commit introduced.
* Minor cleanup, disabled the useless fs_ioctl() function.
* This closes #11120.
Categories: Development
Debugger: Add signal settings and listener hooks.
Team:
- Add settings and accessors for signal dispositions.
- Add event definitions and listener hooks for signal disposition
changes.
Team:
- Add settings and accessors for signal dispositions.
- Add event definitions and listener hooks for signal disposition
changes.
Categories: Development
Updated libedit package for x86_64
Categories: Development
Debugger: Add persistent settings classes for signal dispositions.
- Add class TeamSignalSettings for storing signal disposition settings,
and add instance to TeamSettings.
- Adjust TeamDebugger to load signal settings.
- Add class TeamSignalSettings for storing signal disposition settings,
and add instance to TeamSettings.
- Adjust TeamDebugger to load signal settings.
Categories: Development
Ticket #12185 (BRosterLaunch ABI change) closed
invalid:
It was, and it's a GCC4-only change anyway.
Categories: Development
Ticket #12185 (BRosterLaunch ABI change) created
Seeing an ABI change in BRosterLaunch::Launch per Pe.
This ticket is to review the change to make sure it was on purpose as designed.
~> lpe test resolve symbol "_ZNK7BRoster6LaunchEPKciPPcPi" returned -...
That translates to:
BRoster::Launch(char const*, int, char**, int*) const;
Categories: Development
