haiku/headers/os
Ingo Weinhold e85334022e Repository file format: group attributes of a package
* Introduce new package attribute B_HPKG_ATTRIBUTE_ID_PACKAGE (valid
  only in a repository file) to group the attributes belonging to a
  package.
* BRepositoryContentHandler:
  - No longer derive from BPackageContentHandler.
  - Add hooks HandlePackage() and HandlePackageDone() that bracket the
    attributes for a package. This is more explicit and robust than
    handlers having to guess when one package ended and the next began.
* BRepositoryCache: Make use of BPackageInfoContentHandler. No need to
  duplicate the code for reading a package info from package info
  attributes.
2013-07-04 19:20:14 +02:00
..
add-ons Applied an updated patch by looncraz to enable hardware cursor. 2012-11-28 22:33:08 +01:00
app Add BMessenger::HashValue() 2013-06-27 21:57:42 +02:00
arch Implemented user debugging support for x86_64. 2012-08-07 20:20:42 +01:00
be_apps Applied slightly reworked and updated patch from ticket #1576 2011-10-29 15:38:20 +00:00
bluetooth Fix more GCC4 narrowing conversion warnings. 2013-05-03 19:42:04 +02:00
device Revert r42812. As pointed by Michael, one can use 2011-10-24 21:02:14 +00:00
drivers Add dvprintf() 2013-05-25 01:12:29 +02:00
game Style fixes to DirectWindow.h, no functional change 2012-12-21 19:18:45 -05:00
interface Remove the unused bounds parameter from DrawLabel 2013-05-09 21:29:13 -04:00
kernel vm: remove B_RANDOMIZED_IMAGE_ADDRESS address specification 2013-04-09 22:09:13 +02:00
locale Switch BUnicodeChar to wrap the ICU's UChar32 one 2013-04-07 20:14:37 +02:00
mail Merge patch by plfiorini : 2011-11-02 14:57:43 +00:00
media Revert "Rename header params to match BeBook. No implementation." 2012-12-24 17:03:46 -05:00
midi
midi2
net BUrlRequest: fix various issues 2013-02-10 20:46:24 +00:00
opengl GLUT: Fix mistake in header license 2012-11-16 13:07:11 -06:00
package Repository file format: group attributes of a package 2013-07-04 19:20:14 +02:00
storage Pull class AppMetaMimeCreator out of CreateAppMetaMimeThread 2013-05-08 01:08:16 +02:00
support BString: Add Split() 2013-05-25 01:12:36 +02:00
translation Actually sort the translator menu used in ShowImage. 2012-08-07 00:41:41 -04:00
AppKit.h
Be.h
BeBuild.h Update the copyright year too. 2012-08-20 01:13:19 -04:00
DeviceKit.h
GameKit.h
InterfaceKit.h
KernelKit.h
LocaleKit.h
MailKit.h
MediaKit.h
MidiKit.h
NetKit.h
NetworkKit.h
OpenGLKit.h
StorageKit.h
SupportKit.h
TranslationKit.h