#
bd3c41fe |
| 18-Mar-2006 |
Axel Dörfler <axeld@pinc-software.de> |
Stripped down the fake_app_server a bit more, so that breaking the build while working on the app_server should less likely happen - hopefully.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@1
Stripped down the fake_app_server a bit more, so that breaking the build while working on the app_server should less likely happen - hopefully.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16836 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
91515d21 |
| 16-Jun-2005 |
Axel Dörfler <axeld@pinc-software.de> |
With the recent changes to the communication mechanism, fake_app_server did not work anymore, and thus, the safemode with the current Bootscript did not work. It now does again.
git-svn-id: file://
With the recent changes to the communication mechanism, fake_app_server did not work anymore, and thus, the safemode with the current Bootscript did not work. It now does again.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13192 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
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
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
show more ...
|
#
a350a0f5 |
| 31-Mar-2005 |
Axel Dörfler <axeld@pinc-software.de> |
A stripped down to the bare minimum app_server, so that we no longer need to compile our libbe.so with RUN_WIHTOUT_APP_SERVER for the image.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@1219
A stripped down to the bare minimum app_server, so that we no longer need to compile our libbe.so with RUN_WIHTOUT_APP_SERVER for the image.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12190 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|