History log of /haiku/src/servers/app/drawing/interface/remote/RemoteMessage.cpp
Revision Date Author Comments
# 8208b162 20-Oct-2019 Axel Dörfler <axeld@pinc-software.de>

app_server: Fixed RemoteDesktop font selection

* font_direction was written as uint8, but read as enum; it's not even
used at the moment.
* RemoteDesktop now uses the correct font again.


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

RemoteMessage: Make some message parts fixed size.

So they don't differ across architectures.


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

Remote{Message|DrawingEngine}: Add some more debug output.


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

RemoteDesktop: Implement support for BAffineTransform.

It is currently somewhat broken client side though.


# dfe2eac4 29-Dec-2016 Murai Takashi <tmurai01@gmail.com>

RemoteMessage.cpp: fix memory leak

Signed-off-by: Adrien Destugues <pulkomandy@pulkomandy.tk>

Fixes #13134


# 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?