summaryrefslogtreecommitdiff
path: root/NxWidgets/libnxwidgets/src
Commit message (Expand)AuthorAgeFilesLines
* SAMA5D3x-EK NxWM configuration: use 320x320 NuttX logo as the backgroundGregory Nutt2013-10-151-3453/+0
* Add a 320x320 NuttX logo imageGregory Nutt2013-10-153-0/+4504
* Use NxWidgets::CScaledBitmap to scale icons in the NxWM taskbarGregory Nutt2013-10-152-21/+43
* NxWidgets::CScaledImage: New class that wraps any class that provides IBitMap...Gregory Nutt2013-10-153-3/+586
* NxWM::CCalibration: Add an option to provide some instructions in the center...Gregory Nutt2013-10-141-6/+6
* NxWM::CTaskbar: Add a method to redraw the task bar and the top application....Gregory Nutt2013-06-041-1/+1
* Change auto-increment timing in NxWidgets::CNumericEdit. From Petteri AimonenGregory Nutt2013-06-041-2/+10
* NxWidgets::CImage: Allow NULL bitmaps. From Petteri AimonenGregory Nutt2013-06-041-12/+22
* Add NxWidgets::CGlyphSliderHorizontal unit test; Fix NxWidgets::CGlyphSliderH...Gregory Nutt2013-05-171-1/+1
* Add NxWdigets::CGlyphSliderHorizontal and associated grip widgets. From Ken ...Gregory Nutt2013-05-152-0/+707
* Fixes to strchr, mkfats, and NxWidgets from Petteri AimonenGregory Nutt2013-04-222-31/+43
* NxWidgets/NxWM updates from Petteri Aimonen (Patches 0007-0013)patacongo2013-02-284-29/+56
* STM32 F4 patches from Petteri Aimonen (mostly USB)patacongo2013-02-151-1/+1
* Several patches from Petteri Aimonenpatacongo2013-02-081-1/+3
* All argv types should be char * const * not const char **patacongo2013-02-021-1/+1
* NxWidgets updates from Petteri Aimonen; buildroot GDB build fix from Ken Bann...patacongo2013-02-013-9/+157
* Patches from Petteri Aimonen (plus a few other things)patacongo2012-12-214-52/+138
* Patches from Petteri Aimonen + stdbool and rand() changes for Freddie Chopinpatacongo2012-12-071-7/+39
* Several changes (mostly graphics related) from Petteri Aimonenpatacongo2012-11-232-3/+8
* Patches 7-9 from Petteri Aimonenpatacongo2012-11-172-203/+31
* Fixes for CCycleButton unit test; Add CNumericEdit. Both from Petteri Aimonenpatacongo2012-11-162-2/+264
* Several bugfixes contributed by Petteri Aimonenpatacongo2012-10-202-2/+3
* Fixes mostly related to touchscreen on Shenzhou board (still does not work)patacongo2012-09-271-1/+1
* Hack for font background when we cannot read from the LCD; Candidate fix for ...patacongo2012-05-221-1/+17
* CHexCalculator fixes + back out change to CNxtkWindowpatacongo2012-05-221-8/+2
* NxWM::CNxConsole and NXWidgets::CCallback can now redirect keyboard input to ...patacongo2012-05-205-20/+52
* NxWM: Add a missing part of the message blocking logicpatacongo2012-05-192-8/+11
* Final refactoring and implementation of delayed window deletion logic. Works...patacongo2012-05-182-2/+2
* Implement an NX interface to block flush message queues in multi-user mode. ...patacongo2012-05-172-51/+100
* Fix a C++ link issue: If constant strings used only in constructor, the don't...patacongo2012-05-171-1/+1
* NxWM: Add IApplicationFactory so that we can create multiple instances of ap...patacongo2012-05-165-28/+30
* NXWidgets::CNxTkWindow must subtract the height of the toolbar (if any) when ...patacongo2012-05-151-16/+31
* NxWidgets: New pre-release event. Action now raised on pre-release. NxWM: Use...patacongo2012-05-158-17/+70
* Disabled NXTK autoraise; it does not work properly in multi-user mode due to ...patacongo2012-05-132-10/+10
* NXWidgets::CImage needs to catch mouse/touchscreen events; All touchscreen dr...patacongo2012-05-131-0/+52
* NxWM: Fix detection of touch events in the tool bar; Start window should not ...patacongo2012-05-131-10/+38
* Add NxWM::CWindowControl; task bar and start window icons now functionalpatacongo2012-05-121-1/+1
* NxWM: Finishes touchscreen implementation; NuttX: Standardize touchscreen ini...patacongo2012-05-111-41/+45
* Missed a file in the last checkinpatacongo2012-05-091-0/+161
* NxWidgets: Remove modal loops, Add CWindowEventHandler*. NxWM: Add support ...patacongo2012-05-093-150/+110
* Integrate the STMPE11 driver into the STM3240G-EVAL board logicpatacongo2012-05-081-2/+2
* Big NxWidgets simplification. Remove all hierarch logic. Widgets now exist ...patacongo2012-05-074-1201/+12
* Various fixes for running the NxWM unit test on the STM3240G-EVALpatacongo2012-05-072-7/+50
* Most fixes to get NxWM working on the STM3240G-EVALpatacongo2012-05-072-41/+69
* NxWidgets: Fix a potential deadlock that can occur waiting for toolbard geome...patacongo2012-05-072-22/+43
* Fix uninitialized pointer in CNxTKWindowpatacongo2012-05-071-2/+11
* Updated NxWM widgets, several NX, NxWidgets, and NxWM bug fixespatacongo2012-05-041-19/+0
* Update NxWM colors; remove NxWidgets shelvingpatacongo2012-05-042-270/+13
* Fix a positioning problem in CRlePaletteBitmappatacongo2012-05-031-1/+11
* Fix an NxWidgets bug; Update NxWM (it kind of works now)patacongo2012-05-031-1/+1