summaryrefslogtreecommitdiff
path: root/nuttx/graphics
Commit message (Collapse)AuthorAgeFilesLines
...
* Need to report the new position before re-drawingpatacongo2008-12-032-8/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1394 42af7a65-404d-4744-a932-0658087f49c3
* Remove redundant origin valuepatacongo2008-12-0217-30/+26
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1393 42af7a65-404d-4744-a932-0658087f49c3
* Don't keep sizes in rectanglespatacongo2008-12-0217-57/+137
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1392 42af7a65-404d-4744-a932-0658087f49c3
* More NXTK filespatacongo2008-12-0214-33/+1030
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1391 42af7a65-404d-4744-a932-0658087f49c3
* Revised/simplified toolkit conceptpatacongo2008-12-0216-247/+1797
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1390 42af7a65-404d-4744-a932-0658087f49c3
* filltrapezoid needs a clipping rectanglepatacongo2008-12-026-16/+46
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1389 42af7a65-404d-4744-a932-0658087f49c3
* Add support for low resolution rasterizerspatacongo2008-12-025-36/+183
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1388 42af7a65-404d-4744-a932-0658087f49c3
* Fixed for multi-user NX modepatacongo2008-12-0114-33/+56
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1386 42af7a65-404d-4744-a932-0658087f49c3
* 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-016-41/+92
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1384 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-011-4/+8
| | | | 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
* 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
* Add vectsubtract() and rectinside()patacongo2008-12-013-2/+172
| | | | 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
* Add nxgl_rectunion()patacongo2008-12-012-1/+88
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1368 42af7a65-404d-4744-a932-0658087f49c3
* Add nx_constructwindowpatacongo2008-12-018-47/+388
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1367 42af7a65-404d-4744-a932-0658087f49c3
* Add argument to window callbackspatacongo2008-12-018-11/+18
| | | | 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
* 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-304-21/+36
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1361 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-297-63/+79
| | | | 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
* 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 nx_eventnotify.cpatacongo2008-11-292-1/+110
| | | | 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
* 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-2913-12/+840
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1343 42af7a65-404d-4744-a932-0658087f49c3
* Changes from initial NX debugpatacongo2008-11-2825-186/+175
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1341 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
* Add fill support for BPP < 8patacongo2008-11-284-9/+121
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1335 42af7a65-404d-4744-a932-0658087f49c3
* Fix conditional compilationpatacongo2008-11-281-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1334 42af7a65-404d-4744-a932-0658087f49c3
* Add NX configurationpatacongo2008-11-281-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1329 42af7a65-404d-4744-a932-0658087f49c3
* Add graphics front-end logicpatacongo2008-11-286-6/+16
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1327 42af7a65-404d-4744-a932-0658087f49c3
* Single-user graphics front-endpatacongo2008-11-2822-0/+2476
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1326 42af7a65-404d-4744-a932-0658087f49c3
* Multi-user graphics front-endpatacongo2008-11-2827-0/+4082
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1325 42af7a65-404d-4744-a932-0658087f49c3
* Add more trapezoid supportpatacongo2008-11-284-1/+190
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1324 42af7a65-404d-4744-a932-0658087f49c3
* Add support for trapezoidal fillspatacongo2008-11-289-31/+400
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1323 42af7a65-404d-4744-a932-0658087f49c3
* minor refactoringpatacongo2008-11-285-13/+24
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1322 42af7a65-404d-4744-a932-0658087f49c3
* More graphic support routinespatacongo2008-11-2715-19/+661
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1321 42af7a65-404d-4744-a932-0658087f49c3
* Graphics backendpatacongo2008-11-2715-0/+2529
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1320 42af7a65-404d-4744-a932-0658087f49c3