Commit History

Author SHA1 Message Date
  Gregory Nutt a40ef12895 graphics/: Fix an oversight in the implementation of per-window framebuffers. It is true that redraw callbacks can be supporessed for all cases ... EXCEPT ONE: When the window is resized to a larger size, then the newly exposed territory must be drawn for the first time. 5 years ago
  Gregory Nutt 7a2bb1f727 graphics/nxmu/nxmu_start.c: Fix a naming collision introduced with the last commit. Ye olde nx_start that started the NX graphics is now nxmu_start(). 5 years ago
  Gregory Nutt b75952c479 This removes the last traces of single-user mode. 7 years ago
  Gregory Nutt 6dda185e8a NX: Remove configuration CONFIG_NX_NXSTART. nx_start.c is now built unconditionally in multi-user mode. 8 years ago
  Gregory Nutt ecf0bcf13c Make graphics build system work like other directories 8 years ago
  Gregory Nutt 5c7a4896cc Add nx_start() to simplify starting the NX server from within the RTOS 10 years ago
  Gregory Nutt c144669782 Move more files from graphics/nxmu to libnx/nxmu 10 years ago
  Gregory Nutt 090a18f863 Decoupling NX user interfaces to support NX kernel build (phase 5) 10 years ago
  Gregory Nutt 425d0cccaf Decoupling NX user interfaces to support NX kernel build (phase 2) 10 years ago
  Gregory Nutt 2507017695 Decoupling NX user interfaces to support NX kernel build (phase 1) 10 years ago
  patacongo 6d58ba972f Implement an NX interface to block flush message queues in multi-user mode. This is necessary to prevent stale window handles when a window is closed 12 years ago
  patacongo 0608930e20 Re-factor NX messaging logic in preparation for a new message control feature 12 years ago
  patacongo 0c4acf3a3f NX console should only be available if NX multi-user mode is enabled 12 years ago
  patacongo dbf37c6315 Add logic to read from graphics memory 13 years ago
  patacongo 923132391d Add logic to set individual pixels 13 years ago
  patacongo 4310fd4cb3 Add circle drawing interfaces 13 years ago
  patacongo 1fb1422b57 Add NX line drawing interfaces 13 years ago
  patacongo 538c321bfc Add nx_constructwindow 16 years ago
  patacongo fccb66a0be Add nx_eventnotify.c 16 years ago
  patacongo d3038a7a98 Add APIs to get access to background 16 years ago
  patacongo 63101c7916 Changes from initial NX debug 16 years ago
  patacongo 43d77227a0 Multi-user graphics front-end 16 years ago