Thread: [Gambas-devel-svn] SF.net SVN: gambas:[2533] gambas/trunk/main/lib/draw/cpaint.c
Brought to you by:
gambas
From: <ga...@us...> - 2009-12-28 13:32:37
|
Revision: 2533 http://gambas.svn.sourceforge.net/gambas/?rev=2533&view=rev Author: gambas Date: 2009-12-28 12:37:49 +0000 (Mon, 28 Dec 2009) Log Message: ----------- [GB.DRAW] * BUG: Forgot to free PaintMatrix objects. Modified Paths: -------------- gambas/trunk/main/lib/draw/cpaint.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2009-12-30 13:40:21
|
Revision: 2550 http://gambas.svn.sourceforge.net/gambas/?rev=2550&view=rev Author: gambix Date: 2009-12-30 13:40:13 +0000 (Wed, 30 Dec 2009) Log Message: ----------- [GB.DRAW] * NEW: Paint.RelMoveTo and Paint.RelCurveTo have been added. Modified Paths: -------------- gambas/trunk/main/lib/draw/cpaint.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2012-11-24 22:26:14
|
Revision: 5362 http://gambas.svn.sourceforge.net/gambas/?rev=5362&view=rev Author: gambas Date: 2012-11-24 22:26:07 +0000 (Sat, 24 Nov 2012) Log Message: ----------- [GB.DRAW] * BUG: Fix compilation of gb.draw (third episode). Modified Paths: -------------- gambas/trunk/main/lib/draw/cpaint.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2012-12-15 22:59:59
|
Revision: 5440 http://sourceforge.net/p/gambas/code/5440 Author: gambas Date: 2012-12-15 22:59:57 +0000 (Sat, 15 Dec 2012) Log Message: ----------- [GB.DRAW] * BUG: Correctly check that there is a current paint device in all Paint methods and properties. Modified Paths: -------------- gambas/trunk/main/lib/draw/cpaint.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2013-11-16 16:48:22
|
Revision: 5959 http://sourceforge.net/p/gambas/code/5959 Author: gambas Date: 2013-11-16 16:48:19 +0000 (Sat, 16 Nov 2013) Log Message: ----------- [GB.DRAW] * BUG: Correctly initialize the Paint class when calling Paint.Begin() on an already opened drawing device. Modified Paths: -------------- gambas/trunk/main/lib/draw/cpaint.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-03-02 18:03:39
|
Revision: 6935 http://sourceforge.net/p/gambas/code/6935 Author: gambas Date: 2015-03-02 18:03:31 +0000 (Mon, 02 Mar 2015) Log Message: ----------- [GB.DRAW] * NEW: Paint.Begin() now takes a new optional argument that allows to define the painting area as a sub-rectangle of the painting device. Modified Paths: -------------- gambas/trunk/main/lib/draw/cpaint.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-03-02 21:08:14
|
Revision: 6938 http://sourceforge.net/p/gambas/code/6938 Author: gambas Date: 2015-03-02 21:08:09 +0000 (Mon, 02 Mar 2015) Log Message: ----------- [GB.DRAW] * BUG: Allow Paint.Begin() drawing areas to be imbricated. Modified Paths: -------------- gambas/trunk/main/lib/draw/cpaint.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-03-02 21:14:28
|
Revision: 6939 http://sourceforge.net/p/gambas/code/6939 Author: gambas Date: 2015-03-02 21:14:20 +0000 (Mon, 02 Mar 2015) Log Message: ----------- [GB.DRAW] * BUG: Using Paint.Begin() on an already painted device automatically calls Paint.Save(), and Paint.Restore() will be called with Paint.End(). Modified Paths: -------------- gambas/trunk/main/lib/draw/cpaint.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-03-02 21:33:37
|
Revision: 6940 http://sourceforge.net/p/gambas/code/6940 Author: gambas Date: 2015-03-02 21:33:29 +0000 (Mon, 02 Mar 2015) Log Message: ----------- [GB.DRAW] * BUG: Fix Paint.Begin() signature. Modified Paths: -------------- gambas/trunk/main/lib/draw/cpaint.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-03-06 12:54:55
|
Revision: 6951 http://sourceforge.net/p/gambas/code/6951 Author: gambas Date: 2015-03-06 12:54:47 +0000 (Fri, 06 Mar 2015) Log Message: ----------- [GB.DRAW] * NEW: Don't clip the area argument of Paint.Begin(). Modified Paths: -------------- gambas/trunk/main/lib/draw/cpaint.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-03-15 15:17:38
|
Revision: 6990 http://sourceforge.net/p/gambas/code/6990 Author: gambas Date: 2015-03-15 15:17:31 +0000 (Sun, 15 Mar 2015) Log Message: ----------- [GB.DRAW] * BUG: Fix Paint text method signatures. Modified Paths: -------------- gambas/trunk/main/lib/draw/cpaint.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |