Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixes graphics.drawEllipse. | Dominik Picheta | 2013-07-27 | 1 | -1/+4 |
| | | | | | | It failed because a Natural cannot be negative but drawEllipse tried to set negative values to a Natural variable; this variable's type was changed to an Int. | ||||
* | Fixed incorrect drawing of rectangles by graphics.drawRect. | Dominik Picheta | 2013-04-14 | 1 | -3/+8 |
| | |||||
* | Removes executable bit for text files. | Grzegorz Adam Hankiewicz | 2013-03-16 | 1 | -0/+0 |
| | |||||
* | doc2 support for nimweb; fixed graphics.withEvents | Araq | 2012-11-01 | 1 | -1/+2 |
| | |||||
* | syntax compatibility between do blocks and stmt blocks | Zahary Karadjov | 2012-10-04 | 1 | -1/+1 |
| | | | | | | | | | | | | See the section `do notation` in the manual for more info. * nkMacroStmt has been removed Macro statements are now mapped to regular nkCall nodes. The support for additional clauses (such as else, except, of, etc) have been restored - they will now appear as additional arguments for the nkCall node (as nkElse, nkExcept, etc nodes) * fixed some regressions in the `is` operator and semCompiles | ||||
* | improved unsigned support | Araq | 2012-07-14 | 1 | -14/+13 |
| | |||||
* | 'addSon' for types deprecated for 'int literal type' analysis (3) | Araq | 2012-07-09 | 1 | -1/+1 |
| | |||||
* | changed integer promotion rules; breaks bootstrapping and lots of code | Araq | 2012-07-08 | 1 | -4/+5 |
| | |||||
* | made some tests green again | Araq | 2012-06-20 | 1 | -11/+12 |
| | |||||
* | Fixed graphics.drawLineAA and graphics.withEvents uses WaitEvent instead of ↵ | dom96 | 2012-04-20 | 1 | -43/+64 |
| | | | | PollEvent now. | ||||
* | year 2012 for most copyright headers | Araq | 2012-01-02 | 1 | -1/+1 |
| | |||||
* | Some minor fixes and additions to the graphics module. | dom96 | 2011-04-26 | 1 | -40/+62 |
| | |||||
* | more fixes for dy(n)lib typo; fixes #15 | Araq | 2011-03-08 | 1 | -1/+1 |
| | |||||
* | cleanup: E_Base should not be used for inheriting exceptions; documentation ↵ | Araq | 2011-01-15 | 1 | -1/+1 |
| | | | | generator generates dependencies section | ||||
* | graphics: draw(Ver|Hor)Line | Araq | 2011-01-06 | 1 | -2/+2 |
| | |||||
* | version 0.8.8 | Andreas Rumpf | 2010-03-14 | 1 | -172/+141 |
| | |||||
* | improvements graphics module | Andreas Rumpf | 2010-03-10 | 1 | -17/+24 |
| | |||||
* | bugfix: tseqtuple | Andreas Rumpf | 2010-03-10 | 1 | -37/+189 |
| | |||||
* | bugfix: bug499771 | Andreas Rumpf | 2010-03-08 | 1 | -4/+64 |
| | |||||
* | fixed anti-aliasing for graphics module | Andreas Rumpf | 2010-03-05 | 1 | -16/+128 |
| | |||||
* | bugfix: macro evaluation; added colors.extractRGB | Andreas Rumpf | 2010-03-04 | 1 | -1/+1 |
| | |||||
* | fixed graphics module | Andreas Rumpf | 2010-03-03 | 1 | -133/+152 |
| | |||||
* | fixed pango/pangoutils new wrappers | Andreas Rumpf | 2010-02-26 | 1 | -0/+0 |
| | |||||
* | development of graphics module | Andreas Rumpf | 2010-02-19 | 1 | -0/+203 |