summary refs log tree commit diff stats
path: root/lib/impure/graphics.nim
Commit message (Collapse)AuthorAgeFilesLines
* case consistency improvementsAraq2014-01-111-1/+1
|
* Fixes graphics.drawEllipse.Dominik Picheta2013-07-271-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 Picheta2013-04-141-3/+8
|
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
|
* doc2 support for nimweb; fixed graphics.withEventsAraq2012-11-011-1/+2
|
* syntax compatibility between do blocks and stmt blocksZahary Karadjov2012-10-041-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 supportAraq2012-07-141-14/+13
|
* 'addSon' for types deprecated for 'int literal type' analysis (3)Araq2012-07-091-1/+1
|
* changed integer promotion rules; breaks bootstrapping and lots of codeAraq2012-07-081-4/+5
|
* made some tests green againAraq2012-06-201-11/+12
|
* Fixed graphics.drawLineAA and graphics.withEvents uses WaitEvent instead of ↵dom962012-04-201-43/+64
| | | | PollEvent now.
* year 2012 for most copyright headersAraq2012-01-021-1/+1
|
* Some minor fixes and additions to the graphics module.dom962011-04-261-40/+62
|
* more fixes for dy(n)lib typo; fixes #15Araq2011-03-081-1/+1
|
* cleanup: E_Base should not be used for inheriting exceptions; documentation ↵Araq2011-01-151-1/+1
| | | | generator generates dependencies section
* graphics: draw(Ver|Hor)LineAraq2011-01-061-2/+2
|
* version 0.8.8Andreas Rumpf2010-03-141-172/+141
|
* improvements graphics moduleAndreas Rumpf2010-03-101-17/+24
|
* bugfix: tseqtupleAndreas Rumpf2010-03-101-37/+189
|
* bugfix: bug499771Andreas Rumpf2010-03-081-4/+64
|
* fixed anti-aliasing for graphics moduleAndreas Rumpf2010-03-051-16/+128
|
* bugfix: macro evaluation; added colors.extractRGBAndreas Rumpf2010-03-041-1/+1
|
* fixed graphics moduleAndreas Rumpf2010-03-031-133/+152
|
* fixed pango/pangoutils new wrappersAndreas Rumpf2010-02-261-0/+0
|
* development of graphics moduleAndreas Rumpf2010-02-191-0/+203