Thread: [Gambas-devel-svn] SF.net SVN: gambas: [64] 2.0/trunk/gb.sdl/src
Brought to you by:
gambas
From: <lor...@us...> - 2006-09-30 01:04:58
|
Revision: 64 http://svn.sourceforge.net/gambas/?rev=64&view=rev Author: lordheavy Date: 2006-09-29 16:26:22 -0700 (Fri, 29 Sep 2006) Log Message: ----------- SDLgfx/Cconst use SDL class for drawing constants Modified Paths: -------------- 2.0/trunk/gb.sdl/src/Cconst.cpp 2.0/trunk/gb.sdl/src/Makefile.am 2.0/trunk/gb.sdl/src/SDLgfx.cpp 2.0/trunk/gb.sdl/src/SDLgfx.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lor...@us...> - 2006-10-03 20:52:09
|
Revision: 75 http://svn.sourceforge.net/gambas/?rev=75&view=rev Author: lordheavy Date: 2006-10-03 13:49:49 -0700 (Tue, 03 Oct 2006) Log Message: ----------- More internal changes, disable some part, will be reenabled after rewrite of drawing part. Modified Paths: -------------- 2.0/trunk/gb.sdl/src/Cdraw.cpp 2.0/trunk/gb.sdl/src/Cdraw.h 2.0/trunk/gb.sdl/src/Cimage.cpp 2.0/trunk/gb.sdl/src/Cwindow.cpp 2.0/trunk/gb.sdl/src/SDLsurface.cpp 2.0/trunk/gb.sdl/src/SDLsurface.h 2.0/trunk/gb.sdl/src/SDLwindow.cpp 2.0/trunk/gb.sdl/src/SDLwindow.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lor...@us...> - 2006-10-04 00:04:07
|
Revision: 76 http://svn.sourceforge.net/gambas/?rev=76&view=rev Author: lordheavy Date: 2006-10-03 17:02:34 -0700 (Tue, 03 Oct 2006) Log Message: ----------- more code clean, should give better abstraction for drawing functions ;) Modified Paths: -------------- 2.0/trunk/gb.sdl/src/Cdraw.cpp 2.0/trunk/gb.sdl/src/Cdraw.h 2.0/trunk/gb.sdl/src/SDLgfx.cpp 2.0/trunk/gb.sdl/src/SDLgfx.h 2.0/trunk/gb.sdl/src/SDLsurface.h 2.0/trunk/gb.sdl/src/SDLwindow.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lor...@us...> - 2006-10-04 16:00:49
|
Revision: 82 http://svn.sourceforge.net/gambas/?rev=82&view=rev Author: lordheavy Date: 2006-10-04 09:00:40 -0700 (Wed, 04 Oct 2006) Log Message: ----------- Finished (for now) code rewrite, all sdl examples work like before. [GB.SDL] * NEW : Draw.Image() now takes four clipping parameters. Modified Paths: -------------- 2.0/trunk/gb.sdl/src/Cdraw.cpp 2.0/trunk/gb.sdl/src/SDL_h.h 2.0/trunk/gb.sdl/src/SDLgfx.cpp 2.0/trunk/gb.sdl/src/SDLgfx.h 2.0/trunk/gb.sdl/src/SDLsurface.cpp 2.0/trunk/gb.sdl/src/SDLwindow.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lor...@us...> - 2006-10-10 23:24:52
|
Revision: 103 http://svn.sourceforge.net/gambas/?rev=103&view=rev Author: lordheavy Date: 2006-10-10 16:23:38 -0700 (Tue, 10 Oct 2006) Log Message: ----------- [GB.SDL] * BUG: Image.Fill() and Clear() methods fixed. Modified Paths: -------------- 2.0/trunk/gb.sdl/src/Cimage.cpp 2.0/trunk/gb.sdl/src/SDLsurface.cpp 2.0/trunk/gb.sdl/src/SDLsurface.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lor...@us...> - 2006-10-22 22:01:51
|
Revision: 112 http://svn.sourceforge.net/gambas/?rev=112&view=rev Author: lordheavy Date: 2006-10-22 15:01:39 -0700 (Sun, 22 Oct 2006) Log Message: ----------- First step for offscreen rendering (needed for drawing on Image), some cursor updates. Modified Paths: -------------- 2.0/trunk/gb.sdl/src/SDL_h.h 2.0/trunk/gb.sdl/src/SDLcursor.cpp 2.0/trunk/gb.sdl/src/SDLcursor.h 2.0/trunk/gb.sdl/src/SDLwindow.cpp 2.0/trunk/gb.sdl/src/main.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lor...@us...> - 2006-10-23 08:47:40
|
Revision: 113 http://svn.sourceforge.net/gambas/?rev=113&view=rev Author: lordheavy Date: 2006-10-23 01:47:31 -0700 (Mon, 23 Oct 2006) Log Message: ----------- More work on offscreen rendering Modified Paths: -------------- 2.0/trunk/gb.sdl/src/Cdraw.cpp 2.0/trunk/gb.sdl/src/SDL_h.h 2.0/trunk/gb.sdl/src/SDLgfx.cpp 2.0/trunk/gb.sdl/src/SDLgfx.h 2.0/trunk/gb.sdl/src/SDLsurface.cpp 2.0/trunk/gb.sdl/src/SDLwindow.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lor...@us...> - 2006-10-23 15:37:18
|
Revision: 115 http://svn.sourceforge.net/gambas/?rev=115&view=rev Author: lordheavy Date: 2006-10-23 08:36:58 -0700 (Mon, 23 Oct 2006) Log Message: ----------- [GB.SDL] * NEW: Draw.Image now can take optional width and height parameters that scales the Image. This new syntax is incompatible with the old one! Modified Paths: -------------- 2.0/trunk/gb.sdl/src/Cdraw.cpp 2.0/trunk/gb.sdl/src/SDLgfx.cpp 2.0/trunk/gb.sdl/src/SDLgfx.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lor...@us...> - 2007-02-17 15:01:00
|
Revision: 236 http://svn.sourceforge.net/gambas/?rev=236&view=rev Author: lordheavy Date: 2007-02-17 07:00:56 -0800 (Sat, 17 Feb 2007) Log Message: ----------- Now fontlist is ordered like gb.qt/gtk Modified Paths: -------------- 2.0/trunk/gb.sdl/src/SDLfont.cpp 2.0/trunk/gb.sdl/src/SDLfont.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lor...@us...> - 2007-09-08 13:14:10
|
Revision: 569 http://gambas.svn.sourceforge.net/gambas/?rev=569&view=rev Author: lordheavy Date: 2007-09-08 06:14:11 -0700 (Sat, 08 Sep 2007) Log Message: ----------- [GB.SDL] * NEW: Cursor class to manage custom cursor It's not yet finished or functionnal but i guess it won't explode your computer :-/ Modified Paths: -------------- 2.0/trunk/gb.sdl/src/Cmouse.cpp 2.0/trunk/gb.sdl/src/Cmouse.h 2.0/trunk/gb.sdl/src/Cwindow.cpp 2.0/trunk/gb.sdl/src/SDL_h.h 2.0/trunk/gb.sdl/src/SDLcursor.cpp 2.0/trunk/gb.sdl/src/SDLcursor.h 2.0/trunk/gb.sdl/src/SDLsurface.cpp 2.0/trunk/gb.sdl/src/SDLsurface.h 2.0/trunk/gb.sdl/src/SDLwindow.cpp 2.0/trunk/gb.sdl/src/SDLwindow.h 2.0/trunk/gb.sdl/src/main.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lor...@us...> - 2007-09-08 17:22:48
|
Revision: 572 http://gambas.svn.sourceforge.net/gambas/?rev=572&view=rev Author: lordheavy Date: 2007-09-08 10:22:48 -0700 (Sat, 08 Sep 2007) Log Message: ----------- [GB.SDL] * BUG: Now when the window raise the draw event, calling draw.Begin()/end() isn't mandatory to draw on it, it's automagicly called like qt/gtk DrawingArea class (Thks Fabien Bodard). Modified Paths: -------------- 2.0/trunk/gb.sdl/src/Cdraw.cpp 2.0/trunk/gb.sdl/src/Cdraw.h 2.0/trunk/gb.sdl/src/Cwindow.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |