summaryrefslogtreecommitdiff
path: root/apps/examples/nxtext/nxtext_popup.c
Commit message (Expand)AuthorAgeFilesLines
* Fixes for more complaints from cppcheckGregory Nutt2014-11-251-0/+2
* Remove non-portable references to syslog from apps/examplesGregory Nutt2014-10-081-9/+9
* Rename CONFIG_NX_MOUSE to CONFIG_NX_INPUT, then add CONFIG_NX_XYINPUT_MOUSE a...Gregory Nutt2014-07-161-3/+3
* Fix some recurring typos: postion->position, *atino->*ationGregory Nutt2014-07-081-1/+1
* More trailing whilespace removalGregory Nutt2014-04-131-1/+1
* Add Calypso-related fixespatacongo2012-05-131-2/+2
* Incorporated new fonts into examples; fix glyph allocation bug in nxhellopatacongo2011-07-271-3/+3
* Move NX header files to include/nuttx/nxpatacongo2011-07-241-2/+2
* Use a handle instead of an ID in each font lookup; this saves doing the font ...patacongo2011-07-201-1/+1
* Setup environment to support multiple fontspatacongo2011-07-191-1/+1
* Correct an NX error that would leave stuff on the display when a window is cl...patacongo2011-07-111-15/+0
* Fix NXTEST stringspatacongo2011-07-101-9/+9
* Redesign of NXTEXT font cachepatacongo2011-07-091-1/+1
* Fix some NXTEXT pop-up window issuespatacongo2011-07-081-3/+26
* Fix a few NXTEXT bugs (there are many more)patacongo2011-07-081-15/+46
* Changes for clean NXTEXT compilepatacongo2011-07-081-20/+41
* Add a test for NX text displays and also a configuration for the STM3210E-EVALpatacongo2011-07-081-0/+348