Gregory Nutt
03f345b38c
configs/same70-xplained/twm4nx/defconfig: Increase packet MTU to 1500.
2019-05-03 10:45:38 -06:00
Gregory Nutt
92554257b9
Squashed commit of the following:
...
graphics/nxbe/nxbe_bitmap.c: Fix another coordinate system problem.
graphics/: Review use of device coordinate system with window frambebuffer and make fixes accordingly.
graphics/nxbe/nxbe_fill.c: Fix a coordinate system bug. Was trying to update the window fraembuffer using the device coordinate system. Need to use the relative coordinate system.
graphics/: Use DEBUGASSERT instead of return an error since the is no user to handle the errors within the NX server. Use CONFIG_DEBUG_GRAPHICS instead of CONFIG_DEBUG_FEATURES in most cases.
graphics/: Nothing under graphics/ should set the errno.
2019-03-17 11:34:45 -06:00
Gregory Nutt
b54ffe858a
Standardization of some function headers.
2018-03-13 09:52:27 -06:00
Gregory Nutt
12474d2c38
Eliminate new warnings due to unused local variables noted in build testing.
2018-02-01 10:25:48 -06:00
Gregory Nutt
770a83bc7d
graphics/vnc: Correct a typo introduced in last large set of changes
2018-01-31 11:31:12 -06:00
Gregory Nutt
30f2927101
binfmt/, drivers/, graphics/: Fix several inappropriate accesses to get_errno() that were missed in previous changes (some going back to nuttx-.23).
2018-01-30 17:23:10 -06:00
Gregory Nutt
d5207efb5a
Be consistent... Use Name: consistent in function headers vs Function:
2017-04-21 16:33:14 -06:00
Gregory Nutt
4f97f15b5e
graphics/, libc/: Change some err() ERRORS to warn() WARNINGS or info()
2016-06-12 11:11:57 -06:00
Gregory Nutt
a1469a3e95
Add CONFIG_DEBUG_ERROR. Change names of *dbg() * *err()
2016-06-11 15:50:49 -06:00
Gregory Nutt
1cdc746726
Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES
2016-06-11 14:14:08 -06:00
Gregory Nutt
fc3540cffe
Replace all occurrences of vdbg with vinfo
2016-06-11 11:59:51 -06:00
Gregory Nutt
3a74a438d9
Rename CONFIG_DEBUG_VERBOSE to CONFIG_DEBUG_INFO
2016-06-11 11:50:18 -06:00
Gregory Nutt
0d57612d13
VNC: Need to handle connection closed events
2016-04-23 10:57:28 -06:00
Gregory Nutt
47a33cbb64
VNC: Ignore client framebuffer updates if nothing has changed (we can does this because client requests incremental updates
2016-04-23 10:22:54 -06:00
Gregory Nutt
e723fc7fd4
VNC: Add option to enable VNC server debug without GRAPHICS debug
2016-04-23 09:06:39 -06:00
Gregory Nutt
47c2b3d4a7
VNC: Add default mouse/keyboard input handlers
2016-04-22 12:48:27 -06:00
Gregory Nutt
1e7b8b80ac
Add a mechanism to get remote keyboard and mouse inputs
2016-04-21 14:52:25 -06:00
Gregory Nutt
f8604d11a9
VNC: Add some very basic RRE encodings
2016-04-20 17:01:48 -06:00
Gregory Nutt
7134652fea
VNC: Fixes from debug. One issues is that VNC client is changing color formats after starting. That is now handled.
2016-04-20 09:47:02 -06:00
Gregory Nutt
c4263e4bfe
VNC: various fixes and clean-up during testing. Still not completely functional.
2016-04-19 13:25:10 -06:00
Gregory Nutt
fdc6dd9516
VNC: Enable receive timeouts during negotiation phase
2016-04-19 06:59:33 -06:00
Gregory Nutt
1ae24ddf77
VNC: Add more debug output; fix a bad assertion
2016-04-18 19:02:40 -06:00
Gregory Nutt
6cfe56202d
Backout 3f731241cb
. It is a good idea, but has some unpleasant side effect... like SYSLOG and dbg() no longer work
2016-04-18 18:55:36 -06:00
Gregory Nutt
0a6a4ac9bc
Add handshake to coordintate with connection of VNC client. fb_initialize() will not return until the connection is established
2016-04-18 12:24:52 -06:00
Gregory Nutt
8272f4bde0
VNC: Basic Client-to-Server message parsing
2016-04-17 13:35:51 -06:00
Gregory Nutt
3ca5a94515
VNC: Add basic message receipt logic
2016-04-17 09:17:37 -06:00
Gregory Nutt
c767686b3d
VNC: Partition/rename some functionality. Add framework to support a reading and writing thread.
2016-04-17 08:20:14 -06:00