Commit History

Author SHA1 Message Date
  Gregory Nutt 9546481054 Fix some typographical errors. 6 years ago
  Gregory Nutt 0de294a586 Fix lots of occurrences of 'the the', 'the there', 'the these', 'the then', 'the they. 7 years ago
  Gregory Nutt d40a473f72 Without lowsyslog() *llwarn() is not useful. Eliminate and replace with *warn(). 8 years ago
  Gregory Nutt 0c8c7fecf0 Add _ to the beginning of all debug macros to avoid name collisions 8 years ago
  Gregory Nutt 4f97f15b5e graphics/, libc/: Change some err() ERRORS to warn() WARNINGS or info() 8 years ago
  Gregory Nutt a1469a3e95 Add CONFIG_DEBUG_ERROR. Change names of *dbg() * *err() 8 years ago
  Gregory Nutt e99301d7c2 Rename *lldbg to *llerr 8 years ago
  Gregory Nutt fc3540cffe Replace all occurrences of vdbg with vinfo 8 years ago
  Gregory Nutt 47a33cbb64 VNC: Ignore client framebuffer updates if nothing has changed (we can does this because client requests incremental updates 8 years ago
  Gregory Nutt 1e7b8b80ac Add a mechanism to get remote keyboard and mouse inputs 8 years ago
  Gregory Nutt 05f720f838 VNC: Flush the update queue whenever the client asks for a whole screen update 8 years ago
  Gregory Nutt be1677ba25 VNC: Client may request pixel data in either big- or little- endian order 8 years ago
  Gregory Nutt 98e4de73e2 VNC: Discard previously queued updates if the client requesta a whole screen update 8 years ago
  Gregory Nutt eb8c7f1641 VNC: Correct pixel width in RRE encoding 8 years ago
  Gregory Nutt 79e577eae1 VNC: Add support for (1) an 8-bit local frame buffer format and (2) a configurable server name 8 years ago
  Gregory Nutt f8604d11a9 VNC: Add some very basic RRE encodings 8 years ago
  Gregory Nutt cf6e791134 VNC: Repartition some function in preparation for supporting other encoding types 8 years ago
  Gregory Nutt 363169339b VNC: Fix error in message header size calculation; Add logic to try copy with pixel format changes. 8 years ago
  Gregory Nutt 7134652fea VNC: Fixes from debug. One issues is that VNC client is changing color formats after starting. That is now handled. 8 years ago
  Gregory Nutt 6cfe56202d Backout 3f731241cb07090ed54b3b3b9e7df1fd20d86506. It is a good idea, but has some unpleasant side effect... like SYSLOG and dbg() no longer work 8 years ago
  Gregory Nutt 5997373b55 VNC: Fix some obvious logic and coding errors found in early testing 8 years ago
  Gregory Nutt 0a6a4ac9bc Add handshake to coordintate with connection of VNC client. fb_initialize() will not return until the connection is established 8 years ago
  Gregory Nutt f5f461da20 VNC: server is code complete 8 years ago
  Gregory Nutt 48d4a9672a VNC: Add rectangle decomposition loop control 8 years ago
  Gregory Nutt d92b676305 VNC: Add rectangle queue logic 8 years ago
  Gregory Nutt df297ec8fc VNC: Add some rectangle queuing logic 8 years ago
  Gregory Nutt 8272f4bde0 VNC: Basic Client-to-Server message parsing 8 years ago
  Gregory Nutt 1214f99c25 VNC: Add hooks to receive updates when the display is modified 8 years ago
  Gregory Nutt c767686b3d VNC: Partition/rename some functionality. Add framework to support a reading and writing thread. 8 years ago
  Gregory Nutt 9bdc08e013 VNC: BPP as presented to application must match configuration; we will need to do conversions as necesasry for the BPP of the remote framebuffer 8 years ago