Christian Beier
Christian Beier
* using sphinx and breathe: * https://devblogs.microsoft.com/cppblog/clear-functional-c-documentation-with-sphinx-breathe-doxygen-cmake/ * standalone doxygen * https://mcss.mosra.cz/documentation/doxygen/ * https://stackoverflow.com/questions/36064976/using-doxygen-in-read-the-docs
# things to consider - #234 - #428 - #432 - #477 - existing libvncclient implementation # todo - [ ] get big picture sorted out - [ ] make...
https://lvc.github.io/abi-compliance-checker/ seems a good idea and is used by other projects: https://github.com/uclouvain/openjpeg/blob/master/tools/travis-ci/abi-check.sh and/or https://github.com/GrokImageCompression/grok/blob/master/tools/travis-ci/abi-check.sh
More of a fun project to see if it's actually working. - [x] port to SDL2 - [ ] fix #26 as per https://kripken.github.io/emscripten-site/docs/porting/guidelines/api_limitations.html Right now, this works in a...
There are already multiple places where expected-to-be-small allocations are checked (c5ba3fee85a7ecbbca1df5ffd46d32b92757bc2a, e34bcbb759ca5bef85809967a268fdf214c1ad2c, c2c4b81e6cb3b485fb1ec7ba9e7defeb889f6ba7), but larger allocations remain unchecked regarding plausible sizes (045a044e8ae79db9244593fbce154cdf6e843273 for instance).
As I am spending most of my time on other open source and business projects and (presumably) the other LibVNC members don't have time for x11vnc either (and its original...
``` *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** pid: 0, tid: 0 >>> net.christianbeier.droidvnc_ng
Implement full keyboard handling so that a remote viewer can send keyboad events and does not have to rely on the Android soft keyboard. If you'd like to sponsor implementing...