提交历史

作者 SHA1 备注 提交日期
  Xiang Xiao 5eae32577e build: Move INCDIROPT to common place 4 年之前
  Gregory Nutt 5c0e8e88b1 Revert "Makefile: move INCDIROPT to common place (#625)" 4 年之前
  Xiang Xiao b9ace36fcc Makefile: move INCDIROPT to common place (#625) 4 年之前
  Xiang Xiao 68951e8d72 Remove exra whitespace from files (#189) 4 年之前
  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 年之前
  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 年之前
  Gregory Nutt b75952c479 This removes the last traces of single-user mode. 7 年之前
  Gregory Nutt 6dda185e8a NX: Remove configuration CONFIG_NX_NXSTART. nx_start.c is now built unconditionally in multi-user mode. 8 年之前
  Gregory Nutt ecf0bcf13c Make graphics build system work like other directories 8 年之前
  Gregory Nutt 5c7a4896cc Add nx_start() to simplify starting the NX server from within the RTOS 10 年之前
  Gregory Nutt c144669782 Move more files from graphics/nxmu to libnx/nxmu 10 年之前
  Gregory Nutt 090a18f863 Decoupling NX user interfaces to support NX kernel build (phase 5) 10 年之前
  Gregory Nutt 425d0cccaf Decoupling NX user interfaces to support NX kernel build (phase 2) 10 年之前
  Gregory Nutt 2507017695 Decoupling NX user interfaces to support NX kernel build (phase 1) 10 年之前
  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 年之前
  patacongo 0608930e20 Re-factor NX messaging logic in preparation for a new message control feature 12 年之前
  patacongo 0c4acf3a3f NX console should only be available if NX multi-user mode is enabled 12 年之前
  patacongo dbf37c6315 Add logic to read from graphics memory 13 年之前
  patacongo 923132391d Add logic to set individual pixels 13 年之前
  patacongo 4310fd4cb3 Add circle drawing interfaces 13 年之前
  patacongo 1fb1422b57 Add NX line drawing interfaces 13 年之前
  patacongo 538c321bfc Add nx_constructwindow 16 年之前
  patacongo fccb66a0be Add nx_eventnotify.c 16 年之前
  patacongo d3038a7a98 Add APIs to get access to background 16 年之前
  patacongo 63101c7916 Changes from initial NX debug 16 年之前
  patacongo 43d77227a0 Multi-user graphics front-end 16 年之前