History log of /haiku/src/kits/interface/Picture.cpp
Revision Date Author Comments
# 83dc74af 05-Sep-2015 Michael Lotz <mmlr@mlotz.ch>

BPicture: Fix archive constructor on 64 bit.

The int32 was cast to a ssize_t which has a different size on 64 bit,
therefore clobbering the stack.

Also remove the use of basic type references in arguments, which
probably was the reason for doing the above in the first place.


# d64c7086 05-Sep-2015 Michael Lotz <mmlr@mlotz.ch>

Various whitespace cleanup only.


# 8b9ec556 05-Sep-2015 Michael Lotz <mmlr@mlotz.ch>

BPicture: Fix archive constructor.

The cleanup commit df48d3f9a839a18e16b3d7036935bef621b4fbb6 broke
constructing a BPicture from an archive due to an incomplete rename.
The passed in BMessage was used as the data buffer instead of the
extracted data field.

Fixes the application side crash of #12340. Seeing how long this was
broken without anyone noticing, the feature doesn't seem to be very
popular.


# 6073b1d5 22-Jul-2014 John Scipione <jscipione@gmail.com>

Interface Kit: fix bad free, CID 611174


# df48d3f9 19-May-2014 John Scipione <jscipione@gmail.com>

BPicture: Style fixes related to documentation.

Mostly pointer style adjustments


# 138e4c77 31-Jan-2014 Stephan Aßmus <superstippi@gmx.de>

BPicture: Attach as many picture tokens as promised.


# 40c34878 21-Jan-2012 czeidler <haiku@clemens-zeidler.de>

Reconnect BPicture to the app_server.
* maintain a list of all BPictures to do so
* BView downloads the BPicture data after recording the picture. This could probably done more efficiently using shared memory in the first place.


# cee04e80 08-Feb-2010 Artur Wyszynski <aljen-mlists@o2.pl>

Fixed various errors/warnings reported by cppcheck:
* memory leaks
* resource leaks
* added const's to getters
* removed a few reundant conditions


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


# 2e6adc56 27-Jul-2009 Stefano Ceccherini <stefano.ceccherini@gmail.com>

Added a _BPictureExtent_::Flatten(), moved some code from BPicture::Flatten()
into it. Renamed ImportData() to Unflatten(). Some code shuffling.
No functional change.
Some style cleanup needed.


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


# 3424ff46 10-Sep-2007 Stefano Ceccherini <stefano.ceccherini@gmail.com>

renamed private members of BPicture to fit our coding guidelines


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


# 422fadc8 16-Aug-2007 Stefano Ceccherini <stefano.ceccherini@gmail.com>

Moved the dummy table local to the PicturePlayer::Play() function since,
as Marcus pointed out, having it outside wasn't thread safe. Moved
PicturePlayer into the BPrivate namespace.


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


# 4d47fee5 13-Aug-2007 Stefano Ceccherini <stefano.ceccherini@gmail.com>

Renamed some BPicture private functions, small cleanups.


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


# 27757137 13-Aug-2007 Stefano Ceccherini <stefano.ceccherini@gmail.com>

AppendToPicture() now sets the correct picture to be returned from
EndPicture() (tests have confirmed this). Although appending to a
picture doens't work yet for some reason...


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


# a20cecff 01-Mar-2007 Marcus Overhagen <marcusoverhagen@gmail.com>

removed unnecessary use of const_cast<> and (global) do_playback() function


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


# 506a2d9c 01-Mar-2007 Jérôme Duval <korli@users.berlios.de>

fix gcc4 build


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


# 649d8407 01-Mar-2007 Stefano Ceccherini <stefano.ceccherini@gmail.com>

Removed commented code which implemented reading and writing of old
style BPicture data. If we need to support it, we can always resurrect
the code from the svn history.


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


# 79e78d47 01-Mar-2007 Stefano Ceccherini <stefano.ceccherini@gmail.com>

Moved some functions around, some minor cleanups...


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


# 17c3c55f 06-Feb-2007 Axel Dörfler <axeld@pinc-software.de>

Fixed flattening/unflattening BPictures. Unfortunately, this does not fix bug #1014.
Note: endianness is completely ignored.


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


# 1868b512 26-Oct-2006 Axel Dörfler <axeld@pinc-software.de>

Fixed warning.


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


# eec47bfa 23-Oct-2006 Stefano Ceccherini <stefano.ceccherini@gmail.com>

I knew I'd forgot something...

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


# 127ce605 23-Oct-2006 Stefano Ceccherini <stefano.ceccherini@gmail.com>

added some error checks, small cleanup

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


# e55d041b 26-Apr-2006 Axel Dörfler <axeld@pinc-software.de>

Finally removed SERVER_{TRUE|FALSE} and lots of other unused constants from ServerProtocol.h.


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


# 4fdedfbd 21-Apr-2006 Jérôme Duval <korli@users.berlios.de>

fixed some Archive() following stippi's path


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


# 38690d41 10-Feb-2006 Stefano Ceccherini <stefano.ceccherini@gmail.com>

Renamed TPicture class to PicturePlayer

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


# 9e8d2dd2 17-Jan-2006 Stefano Ceccherini <stefano.ceccherini@gmail.com>

Removed PicturePlayer, it only contains code duplicated from TPicture. Some cleanups for BPicture. This commit also completes previous commit for BMenu

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


# 7898383a 05-Jan-2006 Stefano Ceccherini <stefano.ceccherini@gmail.com>

Implemented AS_CREATE_PICTURE, started cleaning up Picture.cpp

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


# 598ed295 02-Jan-2006 Stefano Ceccherini <stefano.ceccherini@gmail.com>

Remove debug output

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


# 80be55c4 02-Jan-2006 Stefano Ceccherini <stefano.ceccherini@gmail.com>

Some fixes, sort of fixed client side communication code.

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


# 4722c56e 17-Dec-2005 Stefano Ceccherini <stefano.ceccherini@gmail.com>

avoid code duplication

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


# dd10337f 14-Jun-2005 Axel Dörfler <axeld@pinc-software.de>

Renamed BAppServerLink to AppServerLink, BPortLink to PortLink, LinkMsgReader
to LinkReceiver, LinkMsgSender to LinkSender, and put everything into the
BPrivate namespace.
Made AppServerLink a cheap object - it will use the applications receiver/sender
and not create its own buffers.
Fixed broken communication stuff here and there (mostly Font.cpp).
Put the newly introduced set|get_system_colors() into the BPrivate namespace -
please don't introduce private functions into the public namespace!!!
Also fixed their broken communication use, as Darkwyrm obviously forgot about
it again: the sequence Flush(); GetNextMessage() without error checking is
purely wrong and can make the app hang and/or crash! :-)
Other minor cleanup.
The input_server used some test mode with the haiku build target which is
probably wrong.
Hopefully I did not forget anything this time.


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


# 3ceb31b9 30-Jul-2004 DarkWyrm <darkwyrm@gmail.com>

Pahtz's changes from PortLink/BSession/PortMessage/PortQueue to BPortLink


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


# 45799af7 04-Oct-2003 DarkWyrm <darkwyrm@gmail.com>

Tweaked all messaging classes to comply with new message protocol policies
AppServerLink no longer inherits from BSession
Modified client files which talk to the server to sync with changes in messaging classes


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


# 39cdc126 01-Oct-2003 DarkWyrm <darkwyrm@gmail.com>

Conversion to BSession API


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


# 72f334d1 03-Aug-2003 shadow303 <shadow303@nowhere.fake>

gcc 3 fixes; strip ^M characters from TextView.cpp


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


# 19de2978 11-Jul-2003 shadow303 <shadow303@nowhere.fake>

Updates for changes in PortLink & PortMessage


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


# 87048db9 10-Jul-2003 DarkWyrm <darkwyrm@gmail.com>

Simplified BAppServerLink interface


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


# 30fd5147 14-May-2003 haydentech <haydentech@nowhere.fake>

Minor header-related changes


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


# d15ef5ed 21-Mar-2003 DarkWyrm <darkwyrm@gmail.com>

Added app_server communications via BAppServerLink


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


# fab7424c 21-Mar-2003 DarkWyrm <darkwyrm@gmail.com>

Checkin for Marc Flerackers


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


# 402922f4 18-Mar-2003 DarkWyrm <darkwyrm@gmail.com>

Added BPicture to IK for Marc Flerackers


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


# 83dc74af93e5a78f44459165d0f590d1efe7b2f0 05-Sep-2015 Michael Lotz <mmlr@mlotz.ch>

BPicture: Fix archive constructor on 64 bit.

The int32 was cast to a ssize_t which has a different size on 64 bit,
therefore clobbering the stack.

Also remove the use of basic type references in arguments, which
probably was the reason for doing the above in the first place.


# d64c7086d5482dd513e64d6f027106a955a704a7 05-Sep-2015 Michael Lotz <mmlr@mlotz.ch>

Various whitespace cleanup only.


# 8b9ec556063d1972bf54ff0e71b994a46683d290 05-Sep-2015 Michael Lotz <mmlr@mlotz.ch>

BPicture: Fix archive constructor.

The cleanup commit df48d3f9a839a18e16b3d7036935bef621b4fbb6 broke
constructing a BPicture from an archive due to an incomplete rename.
The passed in BMessage was used as the data buffer instead of the
extracted data field.

Fixes the application side crash of #12340. Seeing how long this was
broken without anyone noticing, the feature doesn't seem to be very
popular.


# 6073b1d56d1695d3e4703437d7748166bbb05f18 22-Jul-2014 John Scipione <jscipione@gmail.com>

Interface Kit: fix bad free, CID 611174


# df48d3f9a839a18e16b3d7036935bef621b4fbb6 19-May-2014 John Scipione <jscipione@gmail.com>

BPicture: Style fixes related to documentation.

Mostly pointer style adjustments


# 138e4c77eb8429691ae44c4738d7934a8318ebd7 31-Jan-2014 Stephan Aßmus <superstippi@gmx.de>

BPicture: Attach as many picture tokens as promised.


# 40c34878fa5d17fe8e9852319374ed8a873cf08c 21-Jan-2012 czeidler <haiku@clemens-zeidler.de>

Reconnect BPicture to the app_server.
* maintain a list of all BPictures to do so
* BView downloads the BPicture data after recording the picture. This could probably done more efficiently using shared memory in the first place.


# cee04e8074ec61fd8c6dac3539c5b821c3618888 08-Feb-2010 Artur Wyszynski <aljen-mlists@o2.pl>

Fixed various errors/warnings reported by cppcheck:
* memory leaks
* resource leaks
* added const's to getters
* removed a few reundant conditions


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


# 2e6adc56e404936731ff8e9c1401fa8388c4de2e 27-Jul-2009 Stefano Ceccherini <stefano.ceccherini@gmail.com>

Added a _BPictureExtent_::Flatten(), moved some code from BPicture::Flatten()
into it. Renamed ImportData() to Unflatten(). Some code shuffling.
No functional change.
Some style cleanup needed.


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


# 3424ff46e9a7fb5e22f38e282a6fca4d49e59675 10-Sep-2007 Stefano Ceccherini <stefano.ceccherini@gmail.com>

renamed private members of BPicture to fit our coding guidelines


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


# 422fadc829581055c4776614f7cffce670e51ab6 16-Aug-2007 Stefano Ceccherini <stefano.ceccherini@gmail.com>

Moved the dummy table local to the PicturePlayer::Play() function since,
as Marcus pointed out, having it outside wasn't thread safe. Moved
PicturePlayer into the BPrivate namespace.


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


# 4d47fee5cd8db7b1337a8b29237517ed3e941e68 13-Aug-2007 Stefano Ceccherini <stefano.ceccherini@gmail.com>

Renamed some BPicture private functions, small cleanups.


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


# 277571370c354c44d83647a854fdfa5e2bffe820 13-Aug-2007 Stefano Ceccherini <stefano.ceccherini@gmail.com>

AppendToPicture() now sets the correct picture to be returned from
EndPicture() (tests have confirmed this). Although appending to a
picture doens't work yet for some reason...


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


# a20cecff6093c665b08dca997b34c82fb168a733 01-Mar-2007 Marcus Overhagen <marcusoverhagen@gmail.com>

removed unnecessary use of const_cast<> and (global) do_playback() function


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


# 506a2d9cc1a8f95036bcb01d87054f0e6717346c 01-Mar-2007 Jérôme Duval <korli@users.berlios.de>

fix gcc4 build


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


# 649d84071ba2e6ff39101f8922c68d55400143cb 01-Mar-2007 Stefano Ceccherini <stefano.ceccherini@gmail.com>

Removed commented code which implemented reading and writing of old
style BPicture data. If we need to support it, we can always resurrect
the code from the svn history.


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


# 79e78d47e9a63084e3fce82d1024c729c28e5eae 01-Mar-2007 Stefano Ceccherini <stefano.ceccherini@gmail.com>

Moved some functions around, some minor cleanups...


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


# 17c3c55fbc17d45a1057e770c335af59b8c1b9df 06-Feb-2007 Axel Dörfler <axeld@pinc-software.de>

Fixed flattening/unflattening BPictures. Unfortunately, this does not fix bug #1014.
Note: endianness is completely ignored.


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


# 1868b512e36d7f69e92dca294942b944f958264b 26-Oct-2006 Axel Dörfler <axeld@pinc-software.de>

Fixed warning.


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


# eec47bfa67c9da4361fbdbdb15d3dce3dbe80931 23-Oct-2006 Stefano Ceccherini <stefano.ceccherini@gmail.com>

I knew I'd forgot something...

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


# 127ce60589934db82478a5a35eb3106621e4246e 23-Oct-2006 Stefano Ceccherini <stefano.ceccherini@gmail.com>

added some error checks, small cleanup

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


# e55d041b59b22de17138d2e665d2069025bccbab 26-Apr-2006 Axel Dörfler <axeld@pinc-software.de>

Finally removed SERVER_{TRUE|FALSE} and lots of other unused constants from ServerProtocol.h.


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


# 4fdedfbde40258f52c2778d1ca87131b6635fb5d 21-Apr-2006 Jérôme Duval <korli@users.berlios.de>

fixed some Archive() following stippi's path


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


# 38690d41b05e51196052752fe791874e92e4db13 10-Feb-2006 Stefano Ceccherini <stefano.ceccherini@gmail.com>

Renamed TPicture class to PicturePlayer

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


# 9e8d2dd28b59ce0fa8b221c116dce41425abf4cf 17-Jan-2006 Stefano Ceccherini <stefano.ceccherini@gmail.com>

Removed PicturePlayer, it only contains code duplicated from TPicture. Some cleanups for BPicture. This commit also completes previous commit for BMenu

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


# 7898383a8a16b52d26a01cc15218163ea5e18c87 05-Jan-2006 Stefano Ceccherini <stefano.ceccherini@gmail.com>

Implemented AS_CREATE_PICTURE, started cleaning up Picture.cpp

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


# 598ed29546428ede1bf67226b0560a8d05a87441 02-Jan-2006 Stefano Ceccherini <stefano.ceccherini@gmail.com>

Remove debug output

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


# 80be55c4421133c48d8faa89004689beb64b5420 02-Jan-2006 Stefano Ceccherini <stefano.ceccherini@gmail.com>

Some fixes, sort of fixed client side communication code.

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


# 4722c56e4c2397df7bfc224efc4c89f657352a09 17-Dec-2005 Stefano Ceccherini <stefano.ceccherini@gmail.com>

avoid code duplication

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


# dd10337fd005a67a4947714fdeecf2121485b91d 14-Jun-2005 Axel Dörfler <axeld@pinc-software.de>

Renamed BAppServerLink to AppServerLink, BPortLink to PortLink, LinkMsgReader
to LinkReceiver, LinkMsgSender to LinkSender, and put everything into the
BPrivate namespace.
Made AppServerLink a cheap object - it will use the applications receiver/sender
and not create its own buffers.
Fixed broken communication stuff here and there (mostly Font.cpp).
Put the newly introduced set|get_system_colors() into the BPrivate namespace -
please don't introduce private functions into the public namespace!!!
Also fixed their broken communication use, as Darkwyrm obviously forgot about
it again: the sequence Flush(); GetNextMessage() without error checking is
purely wrong and can make the app hang and/or crash! :-)
Other minor cleanup.
The input_server used some test mode with the haiku build target which is
probably wrong.
Hopefully I did not forget anything this time.


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


# 3ceb31b96aefa3601ccc51e415da557b00155d4f 30-Jul-2004 DarkWyrm <darkwyrm@gmail.com>

Pahtz's changes from PortLink/BSession/PortMessage/PortQueue to BPortLink


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


# 45799af7b5a1c99be09517235670c8975e95cb93 04-Oct-2003 DarkWyrm <darkwyrm@gmail.com>

Tweaked all messaging classes to comply with new message protocol policies
AppServerLink no longer inherits from BSession
Modified client files which talk to the server to sync with changes in messaging classes


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


# 39cdc1263707040f00a53d28ca93fd7b68b63e55 01-Oct-2003 DarkWyrm <darkwyrm@gmail.com>

Conversion to BSession API


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


# 72f334d12f75edfe0ad825ccc04953b882170591 03-Aug-2003 shadow303 <shadow303@nowhere.fake>

gcc 3 fixes; strip ^M characters from TextView.cpp


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


# 19de29789adf647cfc61394318dbd4c74e59dbc7 11-Jul-2003 shadow303 <shadow303@nowhere.fake>

Updates for changes in PortLink & PortMessage


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


# 87048db9e02604d2e9dccc5c51d53e11e9a43752 10-Jul-2003 DarkWyrm <darkwyrm@gmail.com>

Simplified BAppServerLink interface


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


# 30fd51473f390b92d40b3a3c83b25e2d4a042f08 14-May-2003 haydentech <haydentech@nowhere.fake>

Minor header-related changes


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


# d15ef5ede9bb800b090d0b15b2f40e1aa2055a7b 21-Mar-2003 DarkWyrm <darkwyrm@gmail.com>

Added app_server communications via BAppServerLink


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


# fab7424ce53b7660f4e777526ced631a124e691d 21-Mar-2003 DarkWyrm <darkwyrm@gmail.com>

Checkin for Marc Flerackers


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


# 402922f4006f04d3e1467d9d4c685b0f4025c9f4 18-Mar-2003 DarkWyrm <darkwyrm@gmail.com>

Added BPicture to IK for Marc Flerackers


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