History log of /haiku/src/servers/app/drawing/interface/remote/RemoteMessage.h
Revision Date Author Comments
# 9216fc01 18-Jun-2018 Augustin Cavalier <waddlesplash@gmail.com>

More class/struct mixup fixes.

Spotted by Clang.


# 77846915 21-Nov-2017 Michael Lotz <mmlr@mlotz.ch>

RemoteHWInterface: Add mechanism to retrieve the system palette.

This isn't used by the Haiku client as the palette is hardcoded.


# 4d9d6d7e 21-Nov-2017 Michael Lotz <mmlr@mlotz.ch>

RemoteMessage: Guard against NULL source/target.

To make it more obvious in case it is ever used the wrong way.


# 46f8876d 21-Nov-2017 Michael Lotz <mmlr@mlotz.ch>

RemoteMessage: Make some message parts fixed size.

So they don't differ across architectures.


# 91c1d3db 21-Nov-2017 Michael Lotz <mmlr@mlotz.ch>

RemoteDesktop: Implement support for BAffineTransform.

It is currently somewhat broken client side though.


# dcaec19c 08-Feb-2013 Alexander von Gluck IV <kallisti5@unixzen.com>

AppServer: Organize "HWInterface" classes

* Organize interface classes into directories
* Long term this will assist in the multi-head
interface / accelerant changes.
* local draws to the local hw accelerant
* remote draws to a remote connection (???)
* html5 draws to... an html5 canvas?


# dcaec19c9a11eec63fd86420326935c5097e48e9 08-Feb-2013 Alexander von Gluck IV <kallisti5@unixzen.com>

AppServer: Organize "HWInterface" classes

* Organize interface classes into directories
* Long term this will assist in the multi-head
interface / accelerant changes.
* local draws to the local hw accelerant
* remote draws to a remote connection (???)
* html5 draws to... an html5 canvas?