haiku/src
John Scipione b42302c5d3 Shortcuts: Big style refactor
Update the style of this preference app to match Haiku’s coding guidelines.
Since this app used a completely different style this is a big commit, but,
there should be no behavioral changes.

Style changes include but are not limited to:
* private member variables use fMemberVariable style
* local variables and public member variables use camelCase style
* compare pointers to NULL explicitly
* compare integers against 0 explicitly
* always flank binary operators with spaces such as + - , / *
* pointer goes with type, not value or flanked by spaces
* lots of variable renaming especially for abbreviations
* comments start with a leading space, prefer lowercase unless full sentence
* space after keywords such as if and for and { and } on same line
* multi-line if statement style fixes
* remove trailing spaces
* 80 char fixes
* ... and many more, and I'm sure I missed some.

Add/update copyright headers giving credit where due, obviously this code
can’t be copyright Haiku, Inc. from 1999 since Haiku, Inc. didn’t exist
so this change attributes copyright to Jeremy Friesner from 1999-2009 and
Haiku, Inc. from 2009 onwards matching the long description of the rdef file.

Added myself to the authors section of the files in the clv directory.
2014-01-27 16:18:02 -05:00
..
add-ons vesa: Fix tracking of device opens / closes 2014-01-27 21:12:18 +00:00
apps Pairs: fix gcc4 build 2014-01-27 15:45:56 -05:00
bin pkgman: Add full-sync command 2014-01-25 10:47:35 +01:00
build libbe_build: Sync BAppFileInfo 2014-01-26 13:43:05 +01:00
data Move creating the Haiku repo info to jam 2014-01-19 00:49:10 +01:00
documentation
kits truncate_string(): Be a lot laxer wrt. rounding incaccuracies 2014-01-27 16:29:08 +01:00
libs Merge branch 'scheduler' 2014-01-17 04:06:15 +01:00
preferences Shortcuts: Big style refactor 2014-01-27 16:18:02 -05:00
servers app_server: adjust Freetype dependency. 2014-01-27 18:07:54 +01:00
system kernel/{x86, vm}: Add more error checks in VM initialization 2014-01-27 05:36:30 +01:00
tests Fix clip_to_picture test app 2014-01-27 10:57:10 +01:00
tools create_repository_config: Make URL argument optional 2014-01-19 00:49:11 +01:00
Jamfile