| .. |
|
cbgwindow.cxx
|
NxWM::CNxConsole and NXWidgets::CCallback can now redirect keyboard input to the NxConsole driver
|
2012-05-20 18:56:14 +00:00 |
|
cbitmap.cxx
|
NxWidgets::CScaledImage: New class that wraps any class that provides IBitMap and adds image scaling
|
2013-10-15 11:09:20 -06:00 |
|
cbutton.cxx
|
NxWidgets: New pre-release event. Action now raised on pre-release. NxWM: Use action event to process icon touches; Fix initialization of image highlighted state.
|
2012-05-15 16:40:43 +00:00 |
|
cbuttonarray.cxx
|
Hack for font background when we cannot read from the LCD; Candidate fix for ILI9325 LCD
|
2012-05-22 23:49:15 +00:00 |
|
ccallback.cxx
|
The user-mode work queue was not being started
|
2013-12-31 12:48:11 -06:00 |
|
ccheckbox.cxx
|
First check-in of NxWidgets
|
2012-03-22 21:22:59 +00:00 |
|
ccyclebutton.cxx
|
Several patches from Petteri Aimonen
|
2013-02-08 15:28:07 +00:00 |
|
cglyphbutton.cxx
|
Fixes to strchr, mkfats, and NxWidgets from Petteri Aimonen
|
2013-04-22 08:01:43 -06:00 |
|
cglyphsliderhorizontal.cxx
|
Add NxWidgets::CGlyphSliderHorizontal unit test; Fix NxWidgets::CGlyphSliderHorizontal drawing error. From Ken Pettit
|
2013-05-17 15:07:07 -06:00 |
|
cglyphsliderhorizontalgrip.cxx
|
Add NxWdigets::CGlyphSliderHorizontal and associated grip widgets. From Ken Pettit.
|
2013-05-15 16:45:57 -06:00 |
|
cgraphicsport.cxx
|
Move rgbcolors.h to include/nuttx/video
|
2013-12-10 09:29:20 -06:00 |
|
cimage.cxx
|
NxWM::CTouchscreen: Add CONFIG_NXWM_TOUCHSCREEN_DEVINIT to suppress attempts to initialize the touchscreen from NxWM in the kernel build
|
2013-12-30 12:39:23 -06:00 |
|
ckeypad.cxx
|
First check-in of NxWidgets
|
2012-03-22 21:22:59 +00:00 |
|
clabel.cxx
|
NxWM::CCalibration: Add an option to provide some instructions in the center of the calibration screen
|
2013-10-14 14:52:17 -06:00 |
|
clatchbutton.cxx
|
First check-in of NxWidgets
|
2012-03-22 21:22:59 +00:00 |
|
clatchbuttonarray.cxx
|
First check-in of NxWidgets
|
2012-03-22 21:22:59 +00:00 |
|
clistbox.cxx
|
First check-in of NxWidgets
|
2012-03-22 21:22:59 +00:00 |
|
clistboxdataitem.cxx
|
First check-in of NxWidgets
|
2012-03-22 21:22:59 +00:00 |
|
clistdata.cxx
|
First check-in of NxWidgets
|
2012-03-22 21:22:59 +00:00 |
|
clistdataitem.cxx
|
First check-in of NxWidgets
|
2012-03-22 21:22:59 +00:00 |
|
cmultilinetextbox.cxx
|
NxWidgets/NxWM updates from Petteri Aimonen (Patches 0007-0013)
|
2013-02-28 18:48:11 +00:00 |
|
cnumericedit.cxx
|
NxWM::CTaskbar: Add a method to redraw the task bar and the top application. From Petteri Aimonen
|
2013-06-04 08:11:45 -06:00 |
|
cnxfont.cxx
|
First check-in of NxWidgets
|
2012-03-22 21:22:59 +00:00 |
|
cnxserver.cxx
|
STM3240G-EVAL: Add kernel build mode support and an NxWM kernel mode configuration
|
2013-12-29 13:15:08 -06:00 |
|
cnxstring.cxx
|
First check-in of NxWidgets
|
2012-03-22 21:22:59 +00:00 |
|
cnxtimer.cxx
|
NxWidgets/NxWM updates from Petteri Aimonen (Patches 0007-0013)
|
2013-02-28 18:48:11 +00:00 |
|
cnxtkwindow.cxx
|
Patches 7-9 from Petteri Aimonen
|
2012-11-17 13:50:02 +00:00 |
|
cnxtoolbar.cxx
|
NxWM::CNxConsole and NXWidgets::CCallback can now redirect keyboard input to the NxConsole driver
|
2012-05-20 18:56:14 +00:00 |
|
cnxwidget.cxx
|
NxWidgets updates from Petteri Aimonen; buildroot GDB build fix from Ken Bannister
|
2013-02-01 14:53:38 +00:00 |
|
cnxwindow.cxx
|
NxWM::CNxConsole and NXWidgets::CCallback can now redirect keyboard input to the NxConsole driver
|
2012-05-20 18:56:14 +00:00 |
|
cprogressbar.cxx
|
First check-in of NxWidgets
|
2012-03-22 21:22:59 +00:00 |
|
cradiobutton.cxx
|
First check-in of NxWidgets
|
2012-03-22 21:22:59 +00:00 |
|
cradiobuttongroup.cxx
|
First check-in of NxWidgets
|
2012-03-22 21:22:59 +00:00 |
|
crect.cxx
|
First check-in of NxWidgets
|
2012-03-22 21:22:59 +00:00 |
|
crlepalettebitmap.cxx
|
Use NxWidgets::CScaledBitmap to scale icons in the NxWM taskbar
|
2013-10-15 14:29:06 -06:00 |
|
cscaledbitmap.cxx
|
Add a 320x320 NuttX logo image
|
2013-10-15 16:08:06 -06:00 |
|
cscrollbarhorizontal.cxx
|
First check-in of NxWidgets
|
2012-03-22 21:22:59 +00:00 |
|
cscrollbarpanel.cxx
|
Fixes to strchr, mkfats, and NxWidgets from Petteri Aimonen
|
2013-04-22 08:01:43 -06:00 |
|
cscrollbarvertical.cxx
|
First check-in of NxWidgets
|
2012-03-22 21:22:59 +00:00 |
|
cscrollinglistbox.cxx
|
First check-in of NxWidgets
|
2012-03-22 21:22:59 +00:00 |
|
cscrollingpanel.cxx
|
Patches from Petteri Aimonen (plus a few other things)
|
2012-12-21 20:09:32 +00:00 |
|
cscrollingtextbox.cxx
|
First check-in of NxWidgets
|
2012-03-22 21:22:59 +00:00 |
|
csliderhorizontal.cxx
|
First check-in of NxWidgets
|
2012-03-22 21:22:59 +00:00 |
|
csliderhorizontalgrip.cxx
|
First check-in of NxWidgets
|
2012-03-22 21:22:59 +00:00 |
|
cslidervertical.cxx
|
First check-in of NxWidgets
|
2012-03-22 21:22:59 +00:00 |
|
csliderverticalgrip.cxx
|
First check-in of NxWidgets
|
2012-03-22 21:22:59 +00:00 |
|
cstickybutton.cxx
|
First check-in of NxWidgets
|
2012-03-22 21:22:59 +00:00 |
|
cstickybuttonarray.cxx
|
First check-in of NxWidgets
|
2012-03-22 21:22:59 +00:00 |
|
cstringiterator.cxx
|
First check-in of NxWidgets
|
2012-03-22 21:22:59 +00:00 |
|
ctabpanel.cxx
|
NxWidgets updates from Petteri Aimonen; buildroot GDB build fix from Ken Bannister
|
2013-02-01 14:53:38 +00:00 |
|
ctext.cxx
|
Several changes (mostly graphics related) from Petteri Aimonen
|
2012-11-23 15:49:06 +00:00 |
|
ctextbox.cxx
|
First check-in of NxWidgets
|
2012-03-22 21:22:59 +00:00 |
|
cwidgetcontrol.cxx
|
NxWidgets/NxWM updates from Petteri Aimonen (Patches 0007-0013)
|
2013-02-28 18:48:11 +00:00 |
|
cwidgeteventhandlerlist.cxx
|
NxWM: Add IApplicationFactory so that we can create multiple instances of applications; And, as a result of that, re-vamp entire threading model. this is now buggier than it was before
|
2012-05-16 22:43:40 +00:00 |
|
cwindoweventhandlerlist.cxx
|
NxWM: Add a missing part of the message blocking logic
|
2012-05-19 01:01:00 +00:00 |
|
glyph_arrowdown.cxx
|
Move rgbcolors.h to include/nuttx/video
|
2013-12-10 09:29:20 -06:00 |
|
glyph_arrowleft.cxx
|
Move rgbcolors.h to include/nuttx/video
|
2013-12-10 09:29:20 -06:00 |
|
glyph_arrowright.cxx
|
Move rgbcolors.h to include/nuttx/video
|
2013-12-10 09:29:20 -06:00 |
|
glyph_arrowup.cxx
|
Move rgbcolors.h to include/nuttx/video
|
2013-12-10 09:29:20 -06:00 |
|
glyph_backspace.cxx
|
Move rgbcolors.h to include/nuttx/video
|
2013-12-10 09:29:20 -06:00 |
|
glyph_capslock.cxx
|
Move rgbcolors.h to include/nuttx/video
|
2013-12-10 09:29:20 -06:00 |
|
glyph_checkboxmu.cxx
|
Move rgbcolors.h to include/nuttx/video
|
2013-12-10 09:29:20 -06:00 |
|
glyph_checkboxoff.cxx
|
Move include/nuttx/fb.h to include/nuttx/video/fb.h
|
2013-12-10 09:23:54 -06:00 |
|
glyph_checkboxon.cxx
|
Move rgbcolors.h to include/nuttx/video
|
2013-12-10 09:29:20 -06:00 |
|
glyph_control.cxx
|
Move rgbcolors.h to include/nuttx/video
|
2013-12-10 09:29:20 -06:00 |
|
glyph_cycle.cxx
|
Move rgbcolors.h to include/nuttx/video
|
2013-12-10 09:29:20 -06:00 |
|
glyph_nxlogo160x160.cxx
|
Move rgbcolors.h to include/nuttx/video
|
2013-12-10 09:29:20 -06:00 |
|
glyph_nxlogo320x320.cxx
|
Move rgbcolors.h to include/nuttx/video
|
2013-12-10 09:29:20 -06:00 |
|
glyph_radiobuttonmu.cxx
|
Move rgbcolors.h to include/nuttx/video
|
2013-12-10 09:29:20 -06:00 |
|
glyph_radiobuttonoff.cxx
|
Move rgbcolors.h to include/nuttx/video
|
2013-12-10 09:29:20 -06:00 |
|
glyph_radiobuttonon.cxx
|
Move rgbcolors.h to include/nuttx/video
|
2013-12-10 09:29:20 -06:00 |
|
glyph_return.cxx
|
Move rgbcolors.h to include/nuttx/video
|
2013-12-10 09:29:20 -06:00 |
|
glyph_screendepthdown.cxx
|
Move rgbcolors.h to include/nuttx/video
|
2013-12-10 09:29:20 -06:00 |
|
glyph_screendepthup.cxx
|
Move rgbcolors.h to include/nuttx/video
|
2013-12-10 09:29:20 -06:00 |
|
glyph_screenflipdown.cxx
|
Move rgbcolors.h to include/nuttx/video
|
2013-12-10 09:29:20 -06:00 |
|
glyph_screenflipup.cxx
|
Move rgbcolors.h to include/nuttx/video
|
2013-12-10 09:29:20 -06:00 |
|
glyph_shift.cxx
|
Move rgbcolors.h to include/nuttx/video
|
2013-12-10 09:29:20 -06:00 |
|
glyph_windowclose.cxx
|
Move rgbcolors.h to include/nuttx/video
|
2013-12-10 09:29:20 -06:00 |
|
glyph_windowdepthdown.cxx
|
Move rgbcolors.h to include/nuttx/video
|
2013-12-10 09:29:20 -06:00 |
|
glyph_windowdepthup.cxx
|
Move rgbcolors.h to include/nuttx/video
|
2013-12-10 09:29:20 -06:00 |
|
singletons.cxx
|
First check-in of NxWidgets
|
2012-03-22 21:22:59 +00:00 |