History log of /haiku/docs/user/app/Handler.dox
Revision Date Author Comments
# 151de9ff 11-Dec-2020 Sean Long <me@seanlong.org>

BHandler documentation: Fix typo

Change-Id: Ia533d028163248f37ff3c92a8aa981d28b47e34c
Reviewed-on: https://review.haiku-os.org/c/haiku/+/3497
Reviewed-by: Adrien Destugues <pulkomandy@gmail.com>


# 95faf2ce 18-Dec-2014 John Scipione <jscipione@gmail.com>

Minor doc changes


# ac9714d8 11-Jun-2014 John Scipione <jscipione@gmail.com>

Update App Kit Documentation.

The biggest change is the addition of \since to each method. I've gone
through old versions of the BeBook and documented what version of BeOS
each method was introduced in. I'm only counting production releases
so I'm starting with BeOS R3 ignoring all DR and PR releases. Likewise,
all methods new to Haiku are listed as being introduced \since Haiku R1
ignoring alpha releases.


# 41611c9c 07-Feb-2013 John Scipione <jscipione@gmail.com>

Assign class docs for app and support to libbe group, not libroot


# db5b891d 07-Feb-2013 John Scipione <jscipione@gmail.com>

Move app and support class docs from libbe to libroot.

Also a few more style and spelling fixes.


# 820dca4d 06-Feb-2013 John Scipione <jscipione@gmail.com>

Big docs cleanup.

* Fixed headers including:
- All rights reserved not All Rights Reserved.
- name, email@domain.com not name <email@domain.com>
- tabs and spaces
- Authors: not Documented by:
* Renamed string.dox to String.dox
* Renamed midixxx.dox files to MidiXxx.dox
* Moved images into images subdirectories and updated Doxfile.
* Re-format all files with tabs instead of spaces.
* Fix many spelling mistakes.
* Added all files, classes, structs, and enums to libbe group.


# 8bbea122 30-Jan-2013 John Scipione <jscipione@gmail.com>

Use the version from the cpp file, not the header for \fn


# bf20349b 30-Jan-2013 John Scipione <jscipione@gmail.com>

Correct a few more param instances in BHandler docs


# ce5b408f 30-Jan-2013 John Scipione <jscipione@gmail.com>

A few doc fixes to BApplication and BHandler.

* Since <em> is used for parameters we can't use it for emphasis.
* Add \a in a few places it was missing to indicate a parameter.
* Change \a to a \c in one instance, param -> constant.
* Lots of whitespace fixes, most just deleting leading tabs.
* Don't indent code blocks, they should be flush to left since any
indentation is preserved in the output.


# 6ac7032d 02-Nov-2011 John Scipione <jscipione@gmail.com>

Update the style of the Haiku Book to resemble the User Guide.
If you have never seen this before you are in for a bit of a shock.
Update the Doxyfile to 1.7.3 (the version that gets auto-generated).

Update the book.dox front page with some nice introductory text.

Add new documentation for the following classes:
BCheckBox
BClipboard
BColorControl
BControl
BEntryList
BView (preliminary)

Remove redundant documentation from src/kits/storage/EntryList.cpp

Minor documentation update for the following classes:
BAlert
BApplication
BArchivable
BBox
BButton
BCatalog
BFindDirectory
BHandler
BUnarchiver
BString

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43096 a95241bf-73f2-0310-859d-f6bbb57e9c96


# a33f8fbd 09-Aug-2011 Adrien Destugues <pulkomandy@pulkomandy.ath.cx>

Merge work by John Scipione on the Haiku Book.
* Some new classes documented
* Screenshots for the interface kit controls
* A lot of typo fixes
* Some css tweaks

This has some backporting to the current version of Doxygen, since
there are experiments to get coloring similar to the one in the Be
Book that will hopefully be upstreamed in Doxygen.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42608 a95241bf-73f2-0310-859d-f6bbb57e9c96


# da3abc7c 08-Mar-2008 Niels Sascha Reedijk <niels.reedijk@gmail.com>

Handler.dox:
- Small link fix
- Clean up the titles of the subsections a bit: these are reused in the looper documentation and they sort of clashed before.

Also, new documentation for Looper.dox!

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24304 a95241bf-73f2-0310-859d-f6bbb57e9c96


# a7f59ef8 12-Jan-2008 Niels Sascha Reedijk <niels.reedijk@gmail.com>

Fix the description for StartWatching() after a hint from Axel. There are two different behaviours for both overloaded variants. (which is bad, IMO)

*waves at Axel*

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23443 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 3f56983a 27-Dec-2007 Niels Sascha Reedijk <niels.reedijk@gmail.com>

Small typo

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23169 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 301744b8 27-Dec-2007 Niels Sascha Reedijk <niels.reedijk@gmail.com>

Phase I of the BHandler documentation.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23168 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 95faf2ce54246ed1b276602aa85753ce536df948 18-Dec-2014 John Scipione <jscipione@gmail.com>

Minor doc changes


# ac9714d8a432d321345e9ba8425164b59a4f0d50 11-Jun-2014 John Scipione <jscipione@gmail.com>

Update App Kit Documentation.

The biggest change is the addition of \since to each method. I've gone
through old versions of the BeBook and documented what version of BeOS
each method was introduced in. I'm only counting production releases
so I'm starting with BeOS R3 ignoring all DR and PR releases. Likewise,
all methods new to Haiku are listed as being introduced \since Haiku R1
ignoring alpha releases.


# 41611c9c5ea45ec256c7a448f8984d28cb72dc54 07-Feb-2013 John Scipione <jscipione@gmail.com>

Assign class docs for app and support to libbe group, not libroot


# db5b891db2923d1787c15b9c97f0e49a30949fdb 07-Feb-2013 John Scipione <jscipione@gmail.com>

Move app and support class docs from libbe to libroot.

Also a few more style and spelling fixes.


# 820dca4df6c7bf955c46e8f6521b9408f50b2900 06-Feb-2013 John Scipione <jscipione@gmail.com>

Big docs cleanup.

* Fixed headers including:
- All rights reserved not All Rights Reserved.
- name, email@domain.com not name <email@domain.com>
- tabs and spaces
- Authors: not Documented by:
* Renamed string.dox to String.dox
* Renamed midixxx.dox files to MidiXxx.dox
* Moved images into images subdirectories and updated Doxfile.
* Re-format all files with tabs instead of spaces.
* Fix many spelling mistakes.
* Added all files, classes, structs, and enums to libbe group.


# 8bbea122eb1f9b63baefcfd374b073ca6ec25d3c 30-Jan-2013 John Scipione <jscipione@gmail.com>

Use the version from the cpp file, not the header for \fn


# bf20349b341c31601568c9d1f8379b938d349600 30-Jan-2013 John Scipione <jscipione@gmail.com>

Correct a few more param instances in BHandler docs


# ce5b408f1f6b6a0372229ca45911abb03c7d1073 30-Jan-2013 John Scipione <jscipione@gmail.com>

A few doc fixes to BApplication and BHandler.

* Since <em> is used for parameters we can't use it for emphasis.
* Add \a in a few places it was missing to indicate a parameter.
* Change \a to a \c in one instance, param -> constant.
* Lots of whitespace fixes, most just deleting leading tabs.
* Don't indent code blocks, they should be flush to left since any
indentation is preserved in the output.


# 6ac7032dc66744139522bdef3fab49d4e894a84a 02-Nov-2011 John Scipione <jscipione@gmail.com>

Update the style of the Haiku Book to resemble the User Guide.
If you have never seen this before you are in for a bit of a shock.
Update the Doxyfile to 1.7.3 (the version that gets auto-generated).

Update the book.dox front page with some nice introductory text.

Add new documentation for the following classes:
BCheckBox
BClipboard
BColorControl
BControl
BEntryList
BView (preliminary)

Remove redundant documentation from src/kits/storage/EntryList.cpp

Minor documentation update for the following classes:
BAlert
BApplication
BArchivable
BBox
BButton
BCatalog
BFindDirectory
BHandler
BUnarchiver
BString

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43096 a95241bf-73f2-0310-859d-f6bbb57e9c96


# a33f8fbdec035ff322cc1ef364877a3092e99a09 09-Aug-2011 Adrien Destugues <pulkomandy@pulkomandy.ath.cx>

Merge work by John Scipione on the Haiku Book.
* Some new classes documented
* Screenshots for the interface kit controls
* A lot of typo fixes
* Some css tweaks

This has some backporting to the current version of Doxygen, since
there are experiments to get coloring similar to the one in the Be
Book that will hopefully be upstreamed in Doxygen.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42608 a95241bf-73f2-0310-859d-f6bbb57e9c96


# da3abc7c16f999650c00131a484ed292a9e01efd 08-Mar-2008 Niels Sascha Reedijk <niels.reedijk@gmail.com>

Handler.dox:
- Small link fix
- Clean up the titles of the subsections a bit: these are reused in the looper documentation and they sort of clashed before.

Also, new documentation for Looper.dox!

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24304 a95241bf-73f2-0310-859d-f6bbb57e9c96


# a7f59ef8eb14bcf52a17257406b27489665b87c8 12-Jan-2008 Niels Sascha Reedijk <niels.reedijk@gmail.com>

Fix the description for StartWatching() after a hint from Axel. There are two different behaviours for both overloaded variants. (which is bad, IMO)

*waves at Axel*

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23443 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 3f56983aa883a13d2f3365269c97b9cbe085ae3d 27-Dec-2007 Niels Sascha Reedijk <niels.reedijk@gmail.com>

Small typo

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23169 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 301744b8ac24aa89d079ae8590acc323057ab6a6 27-Dec-2007 Niels Sascha Reedijk <niels.reedijk@gmail.com>

Phase I of the BHandler documentation.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23168 a95241bf-73f2-0310-859d-f6bbb57e9c96