Commit History

Author SHA1 Message Date
  Xiang Xiao cde88cabcc Run codespell -w with the latest dictonary again 4 years ago
  Xiang Xiao 5c80b94820 Replace #include <semaphore.h> to #include <nuttx/semaphore.h> 4 years ago
  Xiang Xiao 6a3c2aded6 Fix wait loop and void cast (#24) 4 years ago
  Juha Niskanen e8b5dd4528 Fix use of undefined pp-token #errror, other typos. 5 years ago
  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 da314276a1 NX graphics: This commit adds support for hiding windows. This features is needed by Twm4Nx: When a window is iconfied, the icon should appear on the background and the window should disappear (i.e., be hidden). The windows needs to remain healthy and to be updated in all ways, but it cannot affect the display content. 5 years ago
  Gregory Nutt 4aadcc8c28 Adds support for cursors with differing pixel depths on multiple displays 5 years ago
  Gregory Nutt 42e2c9139c Squashed commit of the following: 5 years ago
  Gregory Nutt 0b3375cb78 graphics/, lib/libnx, include/nutt/nx: Add support for modal windows. 5 years ago
  Gregory Nutt 10388e9123 exmamples/, graphics/NxWidgets: Implement new interfaces nx_synch() and nxtk_synch(). This are used to syncrhonize the NX server with the window client. Currently most of the logic is equivalent to nx_block() and nxtk_block(), but with slightly different semantics. The are separate now because they are likely to diverge in the future. 5 years ago
  Gregory Nutt f5e8dc60f4 graphics/nxmu, include/nuttx/nx/nxmu.h, libs/libnx: Add new server->client callback to notify the window client of server events. Remove the old 'blocked' callback and just make it one case of an 'event' callback. 5 years ago
  Gregory Nutt 92554257b9 Squashed commit of the following: 5 years ago
  Gregory Nutt 0454ae2a10 This commit removes naming associated with and naming for the now non-existent NXFE graphics layer. 5 years ago
  Gregory Nutt 7cf88d7dbd Make sure that labeling is used consistently in all function headers. 6 years ago
  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). 6 years ago
  Masayuki Ishikawa 09d4874509 Merged in masayuki2009/nuttx.nuttx/lc823450 (pull request #524) 7 years ago
  Gregory Nutt e11e3b2607 Squashed commit of the following: 7 years ago
  Gregory Nutt 42a0796615 Squashed commit of the following: 7 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 1cdc746726 Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES 8 years ago
  Gregory Nutt fc3540cffe Replace all occurrences of vdbg with vinfo 8 years ago
  Gregory Nutt 06cd5b2fcc mm, audio, crypto, graphics: Fix various spacing/alignment issues 9 years ago
  Paul A. Patience 3b89eabd50 Correct #if to #ifdef when the macro can be undefined. Fix bug in AT24XX driver: it should compare AT24XX_ADDRSIZE to 2. 9 years ago
  Gregory Nutt f13e1bb7bf Fix warnings in graphics subsystem due to previous fix to mqueue prototypes 9 years ago
  Gregory Nutt bee0eda68c Make some file section headers more consistent with standard 9 years ago
  Gregory Nutt 8182037783 Rename CONFIG_NX_MOUSE to CONFIG_NX_INPUT, then add CONFIG_NX_XYINPUT_MOUSE and CONFIG_XYINPUT_TOUCHSCREEN 10 years ago
  Gregory Nutt ba22619749 NX: Don't change the background if the color has not really changed 10 years ago
  Gregory Nutt f8024cf409 More trailing whilespace removal 10 years ago
  Gregory Nutt af40e36466 Move graphics/nxtk to libnx/nxtk 10 years ago