Petteri Aimonen
|
9a85276218
|
libnxwidgets: In NxWidgets::CText, allow setting negative line spacing. This is useful to have text take up less space, as quite many fonts have large line spacings built-in.
|
2016-09-22 12:11:32 -06:00 |
|
Petteri Aimonen
|
2bc22450d2
|
libnxwidgets: Allow NxWidgets::CListDataItems subclasses access to text and value
|
2016-09-22 12:06:23 -06:00 |
|
Petteri Aimonen
|
cb3dc4d544
|
NxWidgets: Fix CListBox crash when clicked below the last item
|
2016-09-22 11:17:37 -06:00 |
|
Gregory Nutt
|
7f1ddaedc5
|
Fixed some very minor spacing issues
|
2015-11-24 23:00:03 +00:00 |
|
Gregory Nutt
|
f6604c7e5c
|
drawline/drawLine should not take a boolean to select non lines caps or capping at both ends. drawline/drawLine also needs to be able to put a line cap on one one end of a line
|
2015-04-05 16:53:51 -06:00 |
|
Gregory Nutt
|
a7ebc37b03
|
Add a 'capped' boolean parameter to all drawline/drawLine functions/methods. The idea is that this will produce better joining between lines
|
2015-04-05 08:50:01 -06:00 |
|
Gregory Nutt
|
70db994200
|
Update ChangeLog
|
2014-09-20 14:43:30 -06:00 |
|
Gregory Nutt
|
d4488e79ca
|
Rename CONFIG_NXCONSOLE* to CONFIG_NXTERM*
|
2014-09-20 14:18:08 -06:00 |
|
Gregory Nutt
|
94cec8caff
|
NXWidgets::CNxWidget: Remove an unused bit field
|
2014-07-28 12:47:01 -06:00 |
|
Gregory Nutt
|
061e95bd91
|
NxWidgets::CNxString: Add a getAllocSize() method to make it easier to convert CNxStrings to NUL-terminated C strings
|
2014-07-24 14:57:38 -06:00 |
|
Gregory Nutt
|
a864dcd7cd
|
Make CTabPanel raise action event when tab is changed. Also add a function for getting the currently selected tab index. From Petteri Aimonen
|
2014-07-22 07:46:02 -06:00 |
|
Gregory Nutt
|
23c30fd923
|
NxWidgets::CNxString: Make destructor virtual. From Petteri Aimonen
|
2014-07-22 07:32:10 -06:00 |
|
Gregory Nutt
|
689797562f
|
NxWM: Increase default priority of mouse and keyboard listener threads. Does not seem to make any difference but still seems like a good idea
|
2014-07-17 15:06:05 -06:00 |
|
Gregory Nutt
|
1db74a3494
|
NxWM::CApplicationWindow: Created the custom font for the toolbar title, but never used it.
|
2014-07-17 13:38:37 -06:00 |
|
Gregory Nutt
|
ea791a350e
|
NxWidgets::CGlyphSliderHorizontal: No longer uses a hard-coded slider height; the slider height is now provided as a parameter, replacing the widget height which is now calculated from the glip image height
|
2014-07-17 12:12:02 -06:00 |
|
Gregory Nutt
|
f5626ea605
|
Misc changes related to MediaPlayer. Nothing really significant
|
2014-07-16 19:20:44 -06:00 |
|
Gregory Nutt
|
b1e7a4e4f8
|
Rename CONFIG_NX_MOUSE to CONFIG_NX_INPUT, then add CONFIG_NX_XYINPUT_MOUSE and CONFIG_XYINPUT_TOUCHSCREEN
|
2014-07-16 16:31:31 -06:00 |
|
Gregory Nutt
|
ef1112d774
|
Use cstdint, etc. vs stdint.h, etc.
|
2014-07-16 15:09:20 -06:00 |
|
Gregory Nutt
|
becc6901db
|
NxWM::CMediaPlayer: Convert CLabel to a CListBox
|
2014-07-16 14:11:02 -06:00 |
|
Gregory Nutt
|
9a471672b3
|
NxWM::CMediaPlayer: Fix of state related bugs + Size if CLabel is increased (in preparation for becoming a CListBox)
|
2014-07-16 11:11:55 -06:00 |
|
Gregory Nutt
|
abc11dd52a
|
NxWM::CMediaPlayer: Fix of state related bugs + Size if CLabel is increased (in preparation for becoming a CListBox)
|
2014-07-16 11:11:00 -06:00 |
|
Gregory Nutt
|
9ee647caba
|
NxWM: Cosmetic changes to naming and comments
|
2014-07-15 18:55:59 -06:00 |
|
Gregory Nutt
|
4961279f28
|
NxMW::CMediaPlayer now supports a pause button
|
2014-07-15 17:33:59 -06:00 |
|
Gregory Nutt
|
4d85753cf2
|
NxWidgets::CStickyImage: New image class
|
2014-07-15 09:29:28 -06:00 |
|
Gregory Nutt
|
322a3df832
|
NxWidget::CImage: Now supports helper methods to align images in the widget region
|
2014-07-14 20:37:39 -06:00 |
|
Gregory Nutt
|
a49bca71b1
|
Fix some recurring typos: postion->position, *atino->*ation
|
2014-07-08 13:12:36 -06:00 |
|
Gregory Nutt
|
ba9e38f79a
|
Fix typo RBG -> RGB in several macros
|
2014-05-12 13:00:48 -06:00 |
|
Gregory Nutt
|
df6e0bd33a
|
More trailing whilespace removal
|
2014-04-13 16:26:44 -06:00 |
|
Gregory Nutt
|
39f42b1cf8
|
NxWM: Can now disable the NxConsole window. STM3240G-EVAL knxwm: Disabled the NxConsole for now because there are issues with the kernel build.
|
2013-12-30 10:04:34 -06:00 |
|
Gregory Nutt
|
c0e26ad24c
|
Add nx_start() to simplify starting the NX server from within the RTOS
|
2013-12-29 11:11:48 -06:00 |
|
Gregory Nutt
|
0a37711b40
|
Move rgbcolors.h to include/nuttx/video
|
2013-12-10 09:29:20 -06:00 |
|
Gregory Nutt
|
4f24c69538
|
Add a 320x320 NuttX logo image
|
2013-10-15 16:08:06 -06:00 |
|
Gregory Nutt
|
d9d02140d8
|
Use NxWidgets::CScaledBitmap to scale icons in the NxWM taskbar
|
2013-10-15 14:29:06 -06:00 |
|
Gregory Nutt
|
341458e123
|
NxWidgets::CScaledImage: New class that wraps any class that provides IBitMap and adds image scaling
|
2013-10-15 11:09:20 -06:00 |
|
Gregory Nutt
|
1393518ba7
|
NxWM::CCalibration: Add an option to provide some instructions in the center of the calibration screen
|
2013-10-14 14:52:17 -06:00 |
|
Gregory Nutt
|
4e5c8e97e8
|
Add NxWdigets::CGlyphSliderHorizontal and associated grip widgets. From Ken Pettit.
|
2013-05-15 16:45:57 -06:00 |
|
Gregory Nutt
|
d8e05678fe
|
Fixes to strchr, mkfats, and NxWidgets from Petteri Aimonen
|
2013-04-22 08:01:43 -06:00 |
|
patacongo
|
804bd95e05
|
NxWidgets/NxWM updates from Petteri Aimonen (Patches 0007-0013)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5689 42af7a65-404d-4744-a932-0658087f49c3
|
2013-02-28 18:48:11 +00:00 |
|
patacongo
|
1e8e94837c
|
Several patches from Petteri Aimonen
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5625 42af7a65-404d-4744-a932-0658087f49c3
|
2013-02-08 15:28:07 +00:00 |
|
patacongo
|
48224ae40d
|
NxWidgets updates from Petteri Aimonen; buildroot GDB build fix from Ken Bannister
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5592 42af7a65-404d-4744-a932-0658087f49c3
|
2013-02-01 14:53:38 +00:00 |
|
patacongo
|
7e7e9979a2
|
Patches from Petteri Aimonen (plus a few other things)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5448 42af7a65-404d-4744-a932-0658087f49c3
|
2012-12-21 20:09:32 +00:00 |
|
patacongo
|
0dbe3858ea
|
Patches from Petteri Aimonen + stdbool and rand() changes for Freddie Chopin
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5415 42af7a65-404d-4744-a932-0658087f49c3
|
2012-12-07 16:00:56 +00:00 |
|
patacongo
|
ecda1b2df0
|
Patches 7-9 from Petteri Aimonen
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5365 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-17 13:50:02 +00:00 |
|
patacongo
|
57ad695cf5
|
Fixes for CCycleButton unit test; Add CNumericEdit. Both from Petteri Aimonen
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5363 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-16 15:53:16 +00:00 |
|
patacongo
|
e13dbaa53f
|
Hook in NxWidgets configuration logic; Add a untested ADS7843E touchscreen support for the Shenzhou board; Complete the Shenzhou NxWM configuration (also untested).
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5190 42af7a65-404d-4744-a932-0658087f49c3
|
2012-09-25 22:04:51 +00:00 |
|
patacongo
|
5bd084b192
|
Add more LCD-related Kconfig logic; Create a Kconfig file for NxWidgets
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5189 42af7a65-404d-4744-a932-0658087f49c3
|
2012-09-25 21:15:02 +00:00 |
|
patacongo
|
357e4b55dd
|
Hack for font background when we cannot read from the LCD; Candidate fix for ILI9325 LCD
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4763 42af7a65-404d-4744-a932-0658087f49c3
|
2012-05-22 23:49:15 +00:00 |
|
patacongo
|
2de19911f1
|
Add an NxWM console/keyboard thread and eliminate all issues with NxConsole window serial input
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4755 42af7a65-404d-4744-a932-0658087f49c3
|
2012-05-20 22:10:34 +00:00 |
|
patacongo
|
43cae03680
|
NxWM::CNxConsole and NXWidgets::CCallback can now redirect keyboard input to the NxConsole driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4754 42af7a65-404d-4744-a932-0658087f49c3
|
2012-05-20 18:56:14 +00:00 |
|
patacongo
|
c6c67e8987
|
NxWM: Add a missing part of the message blocking logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4748 42af7a65-404d-4744-a932-0658087f49c3
|
2012-05-19 01:01:00 +00:00 |
|