summaryrefslogtreecommitdiff
path: root/nuttx/graphics
Commit message (Collapse)AuthorAgeFilesLines
* Lots of fonts that derive from X11-misc-fixed-* fonts. Converted for use by ↵Gregory Nutt2014-12-101-0/+154
| | | | NuttX by Pierre-Noel Bouteville
* Two new fonts from Pierre-noel BoutevilleGregory Nutt2014-11-261-0/+14
|
* More naming changes to get the stm3240g-eval/nxterm configuration building againGregory Nutt2014-09-2018-292/+292
|
* Change all occurrences of NxConsole to NxTermGregory Nutt2014-09-2018-68/+68
|
* Rename CONFIG_NXCONSOLE* to CONFIG_NXTERM*Gregory Nutt2014-09-2012-83/+83
|
* Remove final traces of the 8015 from the NuttX source treeGregory Nutt2014-09-011-1/+1
|
* Reanem kzalloc to kmm_zalloc for consistencyGregory Nutt2014-08-311-1/+1
|
* Rename kmalloc to kmm_malloc for consistencyGregory Nutt2014-08-313-3/+3
|
* Rename kfree to kmm_free for consistency with other naming conventionsGregory Nutt2014-08-316-7/+7
|
* Rename kumalloc to kumm_malloc and kuzalloc to kumm_zalloc for consistency ↵Gregory Nutt2014-08-312-2/+2
| | | | with other naming
* Rename kufree to kumm_free for consistency with other namingGregory Nutt2014-08-313-3/+3
|
* Rename kmemalign to kmm_memalign and krealloc to kmm_realooc for consistency ↵Gregory Nutt2014-08-311-1/+2
| | | | with other naming
* Costmetic: Update TODO list, README files, refreshed configuration, updated ↵Gregory Nutt2014-07-301-1/+1
| | | | comments
* graphics/nxconsole/nxcon_scroll.c: Fix scrolling in the NxConsole for the ↵Gregory Nutt2014-07-171-7/+21
| | | | case of the framebuffer device. In this case, the logic for clearing the vacated region at the bottom was missing so garbage up from the last, uncleared line
* Rename CONFIG_NX_MOUSE to CONFIG_NX_INPUT, then add CONFIG_NX_XYINPUT_MOUSE ↵Gregory Nutt2014-07-1613-23/+55
| | | | and CONFIG_XYINPUT_TOUCHSCREEN
* Fix a typo introduced in last commitGregory Nutt2014-07-111-2/+2
|
* NX: Don't change the background if the color has not really changedGregory Nutt2014-07-114-8/+52
|
* Fixes for clean NxWM build; Updated README filesGregory Nutt2014-07-101-0/+1
|
* Fix some recurring typos: postion->position, *atino->*ationGregory Nutt2014-07-081-1/+1
|
* More trailing whilespace removalGregory Nutt2014-04-1317-29/+29
|
* Make sure that there is one space between if and conditionGregory Nutt2014-04-121-1/+2
|
* Many changes to reduce complaints from CppCheck. Several latent bugs fixes, ↵Gregory Nutt2014-02-104-4/+4
| | | | but probably some new typos introduced
* Still recovering from recent NX reorganization. Reported by Steve Redler IVGregory Nutt2014-01-085-6/+6
|
* Fix STM32F103VE SPI3 definitions; Fix bug introduced in recent NX ↵Gregory Nutt2014-01-081-1/+1
| | | | reorganization. From Steve Redler IV
* STM3240G-EVAL: Kernel mode board initialization can't run on the IDLE ↵Gregory Nutt2013-12-311-6/+4
| | | | thread; needs its on initialization kernel thread
* NX server needs to be on a kernel thread for the kernel buildGregory Nutt2013-12-301-11/+15
|
* NX: Use a consistent allocator in all configurationsGregory Nutt2013-12-306-11/+21
|
* Add nx_start() to simplify starting the NX server from within the RTOSGregory Nutt2013-12-294-6/+269
|
* Move more files from graphics/nxmu to libnx/nxmuGregory Nutt2013-12-295-379/+5
|
* Minor clean-up of typing from last commitGregory Nutt2013-12-293-9/+8
|
* Move graphics/nxtk to libnx/nxtkGregory Nutt2013-12-2845-4709/+39
|
* Move graphics/nxfonts to libnx/nxfontsGregory Nutt2013-12-2826-18154/+7
|
* Move the NX components out of libc and into its own library, libnxGregory Nutt2013-12-283-2/+21
|
* Decoupling NX user interfaces to support NX kernel build (phase 5)Gregory Nutt2013-12-2714-1706/+28
|
* Decoupling NX user interfaces to support NX kernel build (phase 4)Gregory Nutt2013-12-2721-1836/+29
|
* Decoupling NX user interfaces to support NX kernel build (phase 2)Gregory Nutt2013-12-2716-1618/+26
|
* Decoupling NX user interfaces to support NX kernel build (phase 1)Gregory Nutt2013-12-2716-2102/+101
|
* NxConsole: Fix typo that caused compile error when CONFIG_NXCONSOLE_BPP is ↵Gregory Nutt2013-12-151-1/+1
| | | | less than 8. From Librae
* Move include/nuttx/fb.h to include/nuttx/video/fb.hGregory Nutt2013-12-107-7/+7
|
* Fix all occurrences of "the the" in documentation and commentsGregory Nutt2013-08-277-7/+7
|
* Add support for a generic windows-based EABI toolchain; Add NX configuration ↵Gregory Nutt2013-06-131-6/+17
| | | | to force default NXTK border colors
* .dSYM only needs to be in the same .gitignore files as .exeGregory Nutt2013-05-301-1/+0
|
* Upate .gitignore files. Add .dSYM. Make sure / is present where needed. ↵Gregory Nutt2013-05-301-8/+9
| | | | Add some missing .gitignore files
* Mostly updates and corrections to .gitignore filesGregory Nutt2013-04-042-13/+8
|
* Clone svn:ignore directory atributed to .gitignore filesGregory Nutt2013-04-044-0/+37
|
* In LPC1788 24-bit color mode, we need to tell NX that the resolution if 32 ↵patacongo2013-03-281-1/+1
| | | | | | bpp; Add interfaces to control Open1788 backlight git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5798 42af7a65-404d-4744-a932-0658087f49c3
* Missing parenthesis in NXGL code; add debug output to LPC1788 LCD driverpatacongo2013-03-281-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5797 42af7a65-404d-4744-a932-0658087f49c3
* Add nxlines configuratin for the Open1788patacongo2013-03-271-7/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5795 42af7a65-404d-4744-a932-0658087f49c3
* More changes for a kernel-mode allocator (more to be done)patacongo2013-03-0913-33/+56
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5724 42af7a65-404d-4744-a932-0658087f49c3
* Several patches from Petteri Aimonenpatacongo2013-02-081-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5625 42af7a65-404d-4744-a932-0658087f49c3