summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix conditional compile syntaxpatacongo2008-12-061-5/+5
* Add default colors for all BPPpatacongo2008-12-061-2/+14
* Correct size of background windowpatacongo2008-12-062-4/+4
* Allocate smaller buffers for glyphspatacongo2008-12-065-66/+145
* Document NX Graphics Subsystempatacongo2008-12-0510-123/+2848
* Clean-up and document NX configuration settingspatacongo2008-12-0518-86/+235
* Fix tiny drawing errors in framepatacongo2008-12-052-2/+2
* Fix nxfonts cleanpatacongo2008-12-051-0/+2
* updatepatacongo2008-12-053-11/+134
* Fonts are integatedpatacongo2008-12-047-6/+39
* Integrating font capabilities; debug bitmap logicpatacongo2008-12-0410-72/+42
* Remove preprocessor info from generated files so that you can use GDBpatacongo2008-12-042-7/+24
* Add font testpatacongo2008-12-0414-188/+818
* Removed superfluous toolbar handlepatacongo2008-12-049-60/+103
* Enable keypad inputpatacongo2008-12-0411-68/+82
* Add logic for font renderingpatacongo2008-12-049-222/+751
* Bitmap font supportpatacongo2008-12-033-0/+2537
* Add support for bitmap fontspatacongo2008-12-034-7/+122
* Modify examples/nx to use NXTK; fix related bugspatacongo2008-12-039-142/+525
* typo in commentspatacongo2008-12-031-1/+1
* Fix error in re-draw clippingpatacongo2008-12-035-16/+170
* Need to be consistent: rectangle endpoints are within rectanglepatacongo2008-12-032-8/+8
* Positioning depends on width of borderpatacongo2008-12-031-1/+6
* Using uninitialized variablepatacongo2008-12-031-2/+2
* Fix: height, not widthpatacongo2008-12-031-1/+1
* cosmeticpatacongo2008-12-031-1/+1
* Add frame drawing logicpatacongo2008-12-035-6/+281
* For consistency, all close function return intpatacongo2008-12-033-11/+10
* Providing wrong sizepatacongo2008-12-031-1/+1
* Fix bad conditional compilationpatacongo2008-12-031-1/+1
* Need to be consistent: rectangle endpoints are within rectanglepatacongo2008-12-031-1/+1
* Need to report the new position before re-drawingpatacongo2008-12-032-8/+8
* Remove redundant origin valuepatacongo2008-12-0217-30/+26
* Don't keep sizes in rectanglespatacongo2008-12-0221-72/+169
* More NXTK filespatacongo2008-12-0216-36/+1139
* Revised/simplified toolkit conceptpatacongo2008-12-0217-295/+1961
* filltrapezoid needs a clipping rectanglepatacongo2008-12-027-17/+49
* Add support for low resolution rasterizerspatacongo2008-12-025-36/+183
* Can't use signal handler for nx_eventhandler()patacongo2008-12-017-323/+438
* Fixed for multi-user NX modepatacongo2008-12-0120-38/+159
* Fix some parameter passingpatacongo2008-12-011-3/+3
* Integrated mouse supportpatacongo2008-12-017-49/+139
* Missing prototype for nx_filltrapezoidpatacongo2008-12-011-1/+21
* Fix vectsubtract namepatacongo2008-12-011-3/+3
* Add rectinside(), vectsubtract(), visible()patacongo2008-12-015-6/+152
* Add the beginning of NX toolkitpatacongo2008-12-012-4/+146
* No C++patacongo2008-12-011-6/+11
* Enable mouse inputpatacongo2008-12-012-2/+2
* Add more NX name space fixupspatacongo2008-12-011-0/+2
* NX toolkitpatacongo2008-12-012-0/+283