Commit Graph

25 Commits

Author SHA1 Message Date
Araq
346443d1b5 case consistency improvements 2014-01-11 21:56:05 +01:00
Dominik Picheta
c5c6ef6e2b Fixes graphics.drawEllipse.
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.
2013-07-27 11:18:13 +01:00
Dominik Picheta
43499b9f07 Fixed incorrect drawing of rectangles by graphics.drawRect. 2013-04-14 00:56:12 +01:00
Grzegorz Adam Hankiewicz
72a3e21f28 Removes executable bit for text files. 2013-03-16 23:53:07 +01:00
Araq
f35b51c68f doc2 support for nimweb; fixed graphics.withEvents 2012-11-01 08:32:30 +01:00
Zahary Karadjov
d9d82fb0af syntax compatibility between do blocks and stmt blocks
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
2012-10-04 15:37:26 +03:00
Araq
b4084df434 improved unsigned support 2012-07-14 14:03:13 +02:00
Araq
049de0ef66 'addSon' for types deprecated for 'int literal type' analysis (3) 2012-07-09 20:04:19 +02:00
Araq
4fbba0a65a changed integer promotion rules; breaks bootstrapping and lots of code 2012-07-08 21:03:47 +02:00
Araq
39137294a3 made some tests green again 2012-06-20 00:21:53 +02:00
dom96
263bb37745 Fixed graphics.drawLineAA and graphics.withEvents uses WaitEvent instead of PollEvent now. 2012-04-20 22:39:03 +01:00
Araq
4f1b89c30c year 2012 for most copyright headers 2012-01-02 23:07:35 +01:00
dom96
b10640cdad Some minor fixes and additions to the graphics module. 2011-04-26 21:57:00 +01:00
Araq
62b4cc6c02 more fixes for dy(n)lib typo; fixes #15 2011-03-08 22:45:57 +01:00
Araq
fa111b9067 cleanup: E_Base should not be used for inheriting exceptions; documentation generator generates dependencies section 2011-01-15 23:57:19 +01:00
Araq
eb727862e3 graphics: draw(Ver|Hor)Line 2011-01-06 00:37:23 +01:00
Andreas Rumpf
7bf98411b6 version 0.8.8 2010-03-14 01:25:25 +01:00
Andreas Rumpf
3dafd6856b improvements graphics module 2010-03-10 21:16:05 +01:00
Andreas Rumpf
2e280eafa8 bugfix: tseqtuple 2010-03-10 00:40:34 +01:00
Andreas Rumpf
dab64b5c0e bugfix: bug499771 2010-03-08 20:46:54 +01:00
Andreas Rumpf
a22d6b7e68 fixed anti-aliasing for graphics module 2010-03-05 09:48:47 +01:00
Andreas Rumpf
f45a2f23b0 bugfix: macro evaluation; added colors.extractRGB 2010-03-04 23:42:19 +01:00
Andreas Rumpf
048811b2be fixed graphics module 2010-03-03 16:58:33 +01:00
Andreas Rumpf
40ea1d0330 fixed pango/pangoutils new wrappers 2010-02-26 01:26:16 +01:00
Andreas Rumpf
64da2f1681 development of graphics module 2010-02-19 08:34:07 +01:00