summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix some parameter passingpatacongo2008-12-011-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1385 42af7a65-404d-4744-a932-0658087f49c3
* Integrated mouse supportpatacongo2008-12-017-49/+139
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1384 42af7a65-404d-4744-a932-0658087f49c3
* Missing prototype for nx_filltrapezoidpatacongo2008-12-011-1/+21
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1383 42af7a65-404d-4744-a932-0658087f49c3
* Fix vectsubtract namepatacongo2008-12-011-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1382 42af7a65-404d-4744-a932-0658087f49c3
* Add rectinside(), vectsubtract(), visible()patacongo2008-12-015-6/+152
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1381 42af7a65-404d-4744-a932-0658087f49c3
* Add the beginning of NX toolkitpatacongo2008-12-012-4/+146
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1380 42af7a65-404d-4744-a932-0658087f49c3
* No C++patacongo2008-12-011-6/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1379 42af7a65-404d-4744-a932-0658087f49c3
* Enable mouse inputpatacongo2008-12-012-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1378 42af7a65-404d-4744-a932-0658087f49c3
* Add more NX name space fixupspatacongo2008-12-011-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1377 42af7a65-404d-4744-a932-0658087f49c3
* NX toolkitpatacongo2008-12-012-0/+283
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1376 42af7a65-404d-4744-a932-0658087f49c3
* Fix raise logic -- what was I thinking?patacongo2008-12-011-36/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1375 42af7a65-404d-4744-a932-0658087f49c3
* Only provide mouse input if mouse is in windowpatacongo2008-12-012-11/+35
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1374 42af7a65-404d-4744-a932-0658087f49c3
* Must redraw larger of two sizespatacongo2008-12-011-4/+14
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1373 42af7a65-404d-4744-a932-0658087f49c3
* Fixed dependency problem. nutt.rel must always be rebuiltpatacongo2008-12-011-3/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1372 42af7a65-404d-4744-a932-0658087f49c3
* Add vectsubtract() and rectinside()patacongo2008-12-014-2/+195
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1371 42af7a65-404d-4744-a932-0658087f49c3
* Fix setposition redraw logicpatacongo2008-12-011-3/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1370 42af7a65-404d-4744-a932-0658087f49c3
* Fix passed window numberpatacongo2008-12-011-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1369 42af7a65-404d-4744-a932-0658087f49c3
* Add nxgl_rectunion()patacongo2008-12-013-1/+101
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1368 42af7a65-404d-4744-a932-0658087f49c3
* Add nx_constructwindowpatacongo2008-12-019-50/+391
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1367 42af7a65-404d-4744-a932-0658087f49c3
* Add argument to window callbackspatacongo2008-12-0110-48/+104
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1366 42af7a65-404d-4744-a932-0658087f49c3
* Lowered window was not being redrawnpatacongo2008-12-011-5/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1365 42af7a65-404d-4744-a932-0658087f49c3
* Improperly initialized rectanglepatacongo2008-12-011-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1364 42af7a65-404d-4744-a932-0658087f49c3
* X reports 24 bpp depth, but wants 32 bpp size pixelspatacongo2008-11-304-13/+46
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1363 42af7a65-404d-4744-a932-0658087f49c3
* Mentioned unimplemented directoriespatacongo2008-11-301-0/+17
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1362 42af7a65-404d-4744-a932-0658087f49c3
* There is at least some X11 output nowpatacongo2008-11-3015-85/+137
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1361 42af7a65-404d-4744-a932-0658087f49c3
* Add CONFIG_SIM_WALLTIME optionpatacongo2008-11-302-0/+97
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1360 42af7a65-404d-4744-a932-0658087f49c3
* Add X11 simulated framebufferpatacongo2008-11-307-17/+937
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1359 42af7a65-404d-4744-a932-0658087f49c3
* Fix typos in debug output stringspatacongo2008-11-302-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1358 42af7a65-404d-4744-a932-0658087f49c3
* Using wrong(invalid) callback structurepatacongo2008-11-298-67/+91
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1357 42af7a65-404d-4744-a932-0658087f49c3
* No longer waits for connectionpatacongo2008-11-291-3/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1356 42af7a65-404d-4744-a932-0658087f49c3
* Use nx_eventnotifypatacongo2008-11-291-73/+254
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1355 42af7a65-404d-4744-a932-0658087f49c3
* Added notification signalpatacongo2008-11-291-0/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1354 42af7a65-404d-4744-a932-0658087f49c3
* Add FAR to pointerpatacongo2008-11-291-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1353 42af7a65-404d-4744-a932-0658087f49c3
* Sending client message on wrong MQpatacongo2008-11-291-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1352 42af7a65-404d-4744-a932-0658087f49c3
* Fix message numberpatacongo2008-11-291-10/+17
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1351 42af7a65-404d-4744-a932-0658087f49c3
* Add configuration checkpatacongo2008-11-291-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1350 42af7a65-404d-4744-a932-0658087f49c3
* Add nx_eventnotify.cpatacongo2008-11-293-9/+150
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1349 42af7a65-404d-4744-a932-0658087f49c3
* Fixes to MQ open logicpatacongo2008-11-292-8/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1348 42af7a65-404d-4744-a932-0658087f49c3
* cosmetic fixes to debug outputpatacongo2008-11-291-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1347 42af7a65-404d-4744-a932-0658087f49c3
* Use configurable server configurationpatacongo2008-11-291-1/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1346 42af7a65-404d-4744-a932-0658087f49c3
* Add more configuration checkingpatacongo2008-11-291-4/+15
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1345 42af7a65-404d-4744-a932-0658087f49c3
* updatepatacongo2008-11-291-1/+53
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1344 42af7a65-404d-4744-a932-0658087f49c3
* Add APIs to get access to backgroundpatacongo2008-11-2914-12/+898
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1343 42af7a65-404d-4744-a932-0658087f49c3
* Add fixed precision sin() and cos()patacongo2008-11-297-3/+244
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1342 42af7a65-404d-4744-a932-0658087f49c3
* Changes from initial NX debugpatacongo2008-11-2832-251/+583
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1341 42af7a65-404d-4744-a932-0658087f49c3
* Add configuration of simulated framebufferpatacongo2008-11-281-0/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1340 42af7a65-404d-4744-a932-0658087f49c3
* Missing initialization of background windowpatacongo2008-11-281-0/+14
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1339 42af7a65-404d-4744-a932-0658087f49c3
* Fix auto-generation of sourcespatacongo2008-11-281-43/+33
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1338 42af7a65-404d-4744-a932-0658087f49c3
* Fix bad pixel typepatacongo2008-11-281-5/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1337 42af7a65-404d-4744-a932-0658087f49c3
* Fixe backward selection of BPPpatacongo2008-11-281-7/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1336 42af7a65-404d-4744-a932-0658087f49c3