summaryrefslogtreecommitdiffstats
path: root/NxWidgets
AgeCommit message (Expand)AuthorFilesLines
2015-04-05Update ChangeLogsGregory Nutt1-0/+4
2015-04-05Add a 'capped' boolean parameter to all drawline/drawLine functions/methods. ...Gregory Nutt11-36/+63
2015-04-04Upate ChangeLogsGregory Nutt1-2/+4
2015-04-04More renaming: up_lcdinitialize->board_lcd_initialize, up_lcdgetdev->board_lc...Gregory Nutt1-8/+11
2015-03-31Kconfig files: If external graphics initialization is required, it depends on...Gregory Nutt1-0/+2
2015-03-31Rename up_nxdrvinit() to board_graphics_setup(). Add CONFIG_BOARDCTL_GRAPHIC...Gregory Nutt1-5/+6
2015-03-31rch_tcinitialize() and arch_tcunitinitialize() renamed to board_tsc_setup() a...Gregory Nutt3-7/+12
2014-11-26Preparing for NuttX-7.6 ReleaseGregory Nutt2-3/+22
2014-10-12Cosmetic update to commentsGregory Nutt2-8/+7
2014-10-08Update ChangeLogGregory Nutt1-0/+5
2014-10-08Fix files under NxWidgets to use the corrected syslog interfacesGregory Nutt42-368/+241
2014-09-27Fix typos in release notesGregory Nutt1-2/+2
2014-09-27Update ReleaseNotes in preparation for the 7.5 releaseGregory Nutt1-0/+17
2014-09-27Update ChangeLogs in preparation for the 7.5 releaseGregory Nutt1-1/+3
2014-09-20Changes to get an NxWM configuration building correctly after all of the nami...Gregory Nutt2-1/+2
2014-09-20More naming changes to get the stm3240g-eval/nxterm configuration building againGregory Nutt4-49/+49
2014-09-20Update ChangeLogGregory Nutt14-93/+96
2014-09-20Change all references to NxConsole to NxTermGregory Nutt10-109/+109
2014-09-20Rename CONFIG_EXAMPLES_NXCONSOLE to CONFIG_EXAMPLES_NXTERM; rename CONFIG_NXW...Gregory Nutt6-54/+54
2014-09-20Rename CONFIG_NXCONSOLE* to CONFIG_NXTERM*Gregory Nutt11-24/+24
2014-09-01Remove final traces of the 8015 from the NuttX source treeGregory Nutt2-2/+2
2014-08-29Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt1-2/+2
2014-08-20SAM4E-EK: Add an NxWM configurationGregory Nutt1-1/+1
2014-08-14Update ChangeLogs and ReleaseNotes for 7.4 release (not complete)Gregory Nutt2-2/+73
2014-08-14Update ChangeLogs and ReleaseNotes for 7.4 release (not complete)Gregory Nutt1-1/+3
2014-08-06NSH Networking: Software assigned MAC address is now configurable. From LazloGregory Nutt1-0/+1
2014-07-30Update ChangeLogGregory Nutt1-0/+4
2014-07-30dd support for a USB keyboard as the NxConsole and text widget input. Not fu...Gregory Nutt4-46/+255
2014-07-30Update TODO listGregory Nutt1-14/+12
2014-07-29Update TODO listi and READMEGregory Nutt1-64/+39
2014-07-28Update ChangeLogsGregory Nutt1-0/+3
2014-07-28NxWM::CMediaPlayer: Add a CLabel that show the current fast forward/rewind speedGregory Nutt2-8/+126
2014-07-28NXWidgets::CNxWidget: Remove an unused bit fieldGregory Nutt3-32/+43
2014-07-27Update ChangeLogsGregory Nutt1-0/+2
2014-07-27CNxWM::CMediaPlayer: Correct handling of increments to sub-sampling rateGregory Nutt2-22/+23
2014-07-27NxWM::CMediaPlayer: successive presses on fast forward or rewind button now i...Gregory Nutt2-17/+47
2014-07-27Updated ChangeLogGregory Nutt1-0/+3
2014-07-27NxWM::CMediaPlayer: Need to remember last text box selection or else each ne...Gregory Nutt2-1/+12
2014-07-25NxWM: Fix default ICON name. g_playBitmap24x24 does not exist, should be g_p...Gregory Nutt1-3/+3
2014-07-25Update ChangeLogsGregory Nutt1-0/+3
2014-07-25NxWM::CMediaPlayer: Revise state logic. We need an additional state for the ...Gregory Nutt2-58/+98
2014-07-24NxWM:CMediaPlayer: Fix some string handling and memory allocation errorsGregory Nutt1-7/+8
2014-07-24Remove some warningsGregory Nutt1-3/+9
2014-07-24Update ChangeLogsGregory Nutt1-0/+6
2014-07-24Lots of changes to integrate with Ken's NxPlayerGregory Nutt3-60/+275
2014-07-24Add a do-notthin, virtual destructor to eliminate a warningGregory Nutt1-0/+9
2014-07-24NxWidgets::CNxString: Add a getAllocSize() method to make it easier to conver...Gregory Nutt2-7/+20
2014-07-24NxWM::CMediaPlayer: Condition out features corresonding to NxPlayer features ...Gregory Nutt2-1/+43
2014-07-24Audio: Add hooks for fast-forward and rewind needed by CMediaPlayer; add hoo...Gregory Nutt1-0/+10
2014-07-24Need debug output from CMediaPlayer if either audio or graphics debug enabledGregory Nutt2-20/+48