Thread: [Gambas-devel-svn] SF.net SVN: gambas:[1490] gambas/trunk/gb.sdl/src
Brought to you by:
gambas
From: <lor...@us...> - 2008-08-08 12:40:44
|
Revision: 1490 http://gambas.svn.sourceforge.net/gambas/?rev=1490&view=rev Author: lordheavy Date: 2008-08-08 12:40:54 +0000 (Fri, 08 Aug 2008) Log Message: ----------- [GB.SDL] * NEW: Add Tracking property in Window class, if Tracking is set, MouseMove is raised without any button pressed. Modified Paths: -------------- gambas/trunk/gb.sdl/src/Cwindow.cpp gambas/trunk/gb.sdl/src/Cwindow.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lor...@us...> - 2008-09-06 21:49:36
|
Revision: 1544 http://gambas.svn.sourceforge.net/gambas/?rev=1544&view=rev Author: lordheavy Date: 2008-09-06 21:49:46 +0000 (Sat, 06 Sep 2008) Log Message: ----------- More code cleanups Modified Paths: -------------- gambas/trunk/gb.sdl/src/Cconst.cpp gambas/trunk/gb.sdl/src/Cdesktop.cpp gambas/trunk/gb.sdl/src/Cdraw.cpp gambas/trunk/gb.sdl/src/Ckey.cpp gambas/trunk/gb.sdl/src/SDL_h.h gambas/trunk/gb.sdl/src/SDLapp.cpp gambas/trunk/gb.sdl/src/SDLapp.h gambas/trunk/gb.sdl/src/SDLcursor.h gambas/trunk/gb.sdl/src/SDLgfx.cpp gambas/trunk/gb.sdl/src/SDLsurface.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lor...@us...> - 2009-08-19 16:15:50
|
Revision: 2250 http://gambas.svn.sourceforge.net/gambas/?rev=2250&view=rev Author: lordheavy Date: 2009-08-19 16:15:43 +0000 (Wed, 19 Aug 2009) Log Message: ----------- [GB.SDL] * NEW: remove color management from gb.sdl component, as now it follow gb.image component color sheme. It save some memory bytes, and do less code to maintain. Modified Paths: -------------- gambas/trunk/gb.sdl/src/Makefile.am gambas/trunk/gb.sdl/src/SDLgfx.cpp gambas/trunk/gb.sdl/src/main.cpp Removed Paths: ------------- gambas/trunk/gb.sdl/src/Ccolor.cpp gambas/trunk/gb.sdl/src/Ccolor.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lor...@us...> - 2009-08-31 14:45:58
|
Revision: 2290 http://gambas.svn.sourceforge.net/gambas/?rev=2290&view=rev Author: lordheavy Date: 2009-08-31 14:45:50 +0000 (Mon, 31 Aug 2009) Log Message: ----------- [GB.SDL] * New: Add dependency to gb.image.io, so images can be saved through Image.Save() method. Modified Paths: -------------- gambas/trunk/gb.sdl/src/Cmouse.h gambas/trunk/gb.sdl/src/Cwindow.cpp gambas/trunk/gb.sdl/src/Cwindow.h gambas/trunk/gb.sdl/src/SDLcursor.cpp gambas/trunk/gb.sdl/src/SDLcursor.h gambas/trunk/gb.sdl/src/SDLsurface.cpp gambas/trunk/gb.sdl/src/SDLwindow.h gambas/trunk/gb.sdl/src/gb.sdl.component This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lor...@us...> - 2009-08-31 15:16:02
|
Revision: 2291 http://gambas.svn.sourceforge.net/gambas/?rev=2291&view=rev Author: lordheavy Date: 2009-08-31 15:15:56 +0000 (Mon, 31 Aug 2009) Log Message: ----------- [GB.SDL] * BUG: Fix Window.Fill() method, filled color was wrong. Modified Paths: -------------- gambas/trunk/gb.sdl/src/SDLcursor.cpp gambas/trunk/gb.sdl/src/SDLcursor.h gambas/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...> - 2009-10-04 14:11:50
|
Revision: 2382 http://gambas.svn.sourceforge.net/gambas/?rev=2382&view=rev Author: lordheavy Date: 2009-10-04 14:11:41 +0000 (Sun, 04 Oct 2009) Log Message: ----------- [GB.SDL] * BUG: Fix potential problem in storage with the window title. Modified Paths: -------------- gambas/trunk/gb.sdl/src/Cimage.cpp gambas/trunk/gb.sdl/src/Cwindow.cpp gambas/trunk/gb.sdl/src/SDLwindow.cpp gambas/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...> - 2010-05-23 15:28:03
|
Revision: 2958 http://gambas.svn.sourceforge.net/gambas/?rev=2958&view=rev Author: lordheavy Date: 2010-05-23 15:27:56 +0000 (Sun, 23 May 2010) Log Message: ----------- [GB.SDL] * NEW: Loading font through Font.Load() method and displaying it with Draw.Text() method * NEW: Draw.Rotate() and Draw.Scale() to respectivly rotate and scale images and fonts when displaying them. * NEW: Draw.ForeColor() affect image displayed too. * OPT: Some optimizations. Modified Paths: -------------- gambas/trunk/gb.sdl/src/Cdraw.cpp gambas/trunk/gb.sdl/src/Cdraw.h gambas/trunk/gb.sdl/src/Ckey.cpp gambas/trunk/gb.sdl/src/Cmouse.cpp gambas/trunk/gb.sdl/src/Cwindow.cpp gambas/trunk/gb.sdl/src/SDLfont.cpp gambas/trunk/gb.sdl/src/SDLfont.h gambas/trunk/gb.sdl/src/SDLgfx.cpp gambas/trunk/gb.sdl/src/SDLgfx.h gambas/trunk/gb.sdl/src/SDLsurface.cpp gambas/trunk/gb.sdl/src/main.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lor...@us...> - 2010-05-24 09:01:32
|
Revision: 2961 http://gambas.svn.sourceforge.net/gambas/?rev=2961&view=rev Author: lordheavy Date: 2010-05-24 09:01:25 +0000 (Mon, 24 May 2010) Log Message: ----------- [GB.SDL] * BUG: Do not forget to ref/unref the font. Modified Paths: -------------- gambas/trunk/gb.sdl/src/Cdraw.cpp gambas/trunk/gb.sdl/src/SDLapp.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lor...@us...> - 2010-05-26 07:09:17
|
Revision: 2967 http://gambas.svn.sourceforge.net/gambas/?rev=2967&view=rev Author: lordheavy Date: 2010-05-26 07:09:11 +0000 (Wed, 26 May 2010) Log Message: ----------- [GB.SDL] * OPT: Code cleanup, use glew instead of internal functions. Modified Paths: -------------- gambas/trunk/gb.sdl/src/Makefile.am gambas/trunk/gb.sdl/src/SDLosrender.cpp gambas/trunk/gb.sdl/src/SDLtexture.cpp gambas/trunk/gb.sdl/src/SDLwindow.cpp Removed Paths: ------------- gambas/trunk/gb.sdl/src/SDLgl.cpp gambas/trunk/gb.sdl/src/SDLgl.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lor...@us...> - 2010-05-30 12:55:21
|
Revision: 2983 http://gambas.svn.sourceforge.net/gambas/?rev=2983&view=rev Author: lordheavy Date: 2010-05-30 12:55:15 +0000 (Sun, 30 May 2010) Log Message: ----------- [GB.SDL] * BUG: Fix Line/Points/... drawing with Image/Text drawing. Modified Paths: -------------- gambas/trunk/gb.sdl/src/SDLfont.cpp gambas/trunk/gb.sdl/src/SDLfont.h gambas/trunk/gb.sdl/src/SDLgfx.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lor...@us...> - 2010-06-05 14:56:23
|
Revision: 2993 http://gambas.svn.sourceforge.net/gambas/?rev=2993&view=rev Author: lordheavy Date: 2010-06-05 14:56:17 +0000 (Sat, 05 Jun 2010) Log Message: ----------- [GB.SDL] * NEW: New methods Font.Width() and Font.Height(), to retreive respectivly widht and height of text. Now a default font (system font) is opened with New method, but nothing is rendered yet. Modified Paths: -------------- gambas/trunk/gb.sdl/src/Cfont.cpp gambas/trunk/gb.sdl/src/Cfont.h gambas/trunk/gb.sdl/src/Cwindow.cpp gambas/trunk/gb.sdl/src/SDLapp.cpp gambas/trunk/gb.sdl/src/SDLfont.cpp gambas/trunk/gb.sdl/src/SDLfont.h gambas/trunk/gb.sdl/src/main.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lor...@us...> - 2010-06-18 15:45:32
|
Revision: 3014 http://gambas.svn.sourceforge.net/gambas/?rev=3014&view=rev Author: lordheavy Date: 2010-06-18 15:45:25 +0000 (Fri, 18 Jun 2010) Log Message: ----------- [GB.SDL] * BUG: More work on system fonts, now system is correctly displayed. Modified Paths: -------------- gambas/trunk/gb.sdl/src/Cimage.cpp gambas/trunk/gb.sdl/src/SDLfont.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lor...@us...> - 2010-09-12 18:36:28
|
Revision: 3208 http://gambas.svn.sourceforge.net/gambas/?rev=3208&view=rev Author: lordheavy Date: 2010-09-12 18:36:22 +0000 (Sun, 12 Sep 2010) Log Message: ----------- [GB.SDL] * NEW: System fonts are now displayed with SDL_ttf library. Modified Paths: -------------- gambas/trunk/gb.sdl/src/Cdraw.cpp gambas/trunk/gb.sdl/src/SDLapp.cpp gambas/trunk/gb.sdl/src/SDLfont.cpp gambas/trunk/gb.sdl/src/SDLfont.h gambas/trunk/gb.sdl/src/SDLsurface.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lor...@us...> - 2010-09-15 12:39:38
|
Revision: 3219 http://gambas.svn.sourceforge.net/gambas/?rev=3219&view=rev Author: lordheavy Date: 2010-09-15 12:39:31 +0000 (Wed, 15 Sep 2010) Log Message: ----------- [GB.SDL] * NEW: Add Font.Bold, Font.Italic, Font.Underline and Font.Strikeout properties. Modified Paths: -------------- gambas/trunk/gb.sdl/src/Cdraw.cpp gambas/trunk/gb.sdl/src/Cfont.cpp gambas/trunk/gb.sdl/src/SDLapp.cpp gambas/trunk/gb.sdl/src/SDLfont.cpp gambas/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...> - 2010-09-16 12:26:17
|
Revision: 3226 http://gambas.svn.sourceforge.net/gambas/?rev=3226&view=rev Author: lordheavy Date: 2010-09-16 12:26:09 +0000 (Thu, 16 Sep 2010) Log Message: ----------- [GB.SDL] * BUG: Remove Font.Strikeout property as it's only available in SDL_tff>2.0.9 Modified Paths: -------------- gambas/trunk/gb.sdl/src/Cfont.cpp gambas/trunk/gb.sdl/src/SDLcursor.cpp gambas/trunk/gb.sdl/src/SDLerror.h gambas/trunk/gb.sdl/src/SDLfont.cpp gambas/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...> - 2010-11-30 20:02:48
|
Revision: 3340 http://gambas.svn.sourceforge.net/gambas/?rev=3340&view=rev Author: lordheavy Date: 2010-11-30 20:02:42 +0000 (Tue, 30 Nov 2010) Log Message: ----------- [GB.SDL] * BUG: Removed support for system font, as it'snt really stable and working well. * NEW: Now Font class use a default TTF font, DejaVuSans.ttf Modified Paths: -------------- gambas/trunk/gb.sdl/src/Cfont.cpp gambas/trunk/gb.sdl/src/Cfont.h gambas/trunk/gb.sdl/src/Cwindow.cpp gambas/trunk/gb.sdl/src/Cwindow.h gambas/trunk/gb.sdl/src/Makefile.am gambas/trunk/gb.sdl/src/SDLapp.cpp gambas/trunk/gb.sdl/src/SDLcursor.cpp gambas/trunk/gb.sdl/src/SDLfont.cpp gambas/trunk/gb.sdl/src/SDLfont.h gambas/trunk/gb.sdl/src/main.cpp Added Paths: ----------- gambas/trunk/gb.sdl/src/data/ gambas/trunk/gb.sdl/src/data/DejaVuSans.ttf gambas/trunk/gb.sdl/src/data/LICENSE This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lor...@us...> - 2011-03-30 10:05:27
|
Revision: 3705 http://gambas.svn.sourceforge.net/gambas/?rev=3705&view=rev Author: lordheavy Date: 2011-03-30 10:05:21 +0000 (Wed, 30 Mar 2011) Log Message: ----------- [GB.SDL] * NEW: Joysticks class, to enumerate destected joysticks. * NEW: Joystick class, to get events and infos from a joystick. Modified Paths: -------------- gambas/trunk/gb.sdl/src/Cwindow.cpp gambas/trunk/gb.sdl/src/Cwindow.h gambas/trunk/gb.sdl/src/Makefile.am gambas/trunk/gb.sdl/src/SDLapp.cpp gambas/trunk/gb.sdl/src/SDLgfx.cpp gambas/trunk/gb.sdl/src/SDLosrender.cpp gambas/trunk/gb.sdl/src/SDLtexture.cpp gambas/trunk/gb.sdl/src/SDLwindow.h gambas/trunk/gb.sdl/src/main.cpp Added Paths: ----------- gambas/trunk/gb.sdl/src/Cjoystick.cpp gambas/trunk/gb.sdl/src/Cjoystick.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lor...@us...> - 2011-03-30 12:29:01
|
Revision: 3707 http://gambas.svn.sourceforge.net/gambas/?rev=3707&view=rev Author: lordheavy Date: 2011-03-30 12:28:54 +0000 (Wed, 30 Mar 2011) Log Message: ----------- [GB.SDL] * NEW: Now Joystick class can manage hats and balls. * NEW: Joystick's device that raised the event is available with Joystick.Device property. Modified Paths: -------------- gambas/trunk/gb.sdl/src/Cjoystick.cpp gambas/trunk/gb.sdl/src/Cjoystick.h gambas/trunk/gb.sdl/src/Cwindow.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2011-04-01 15:00:39
|
Revision: 3719 http://gambas.svn.sourceforge.net/gambas/?rev=3719&view=rev Author: gambas Date: 2011-04-01 15:00:31 +0000 (Fri, 01 Apr 2011) Log Message: ----------- [GB.SDL] * BUG: The Window.Resizable property works correctly now. * NEW: Windows are resizable by default like in gb.qt4 or gb.gtk. Modified Paths: -------------- gambas/trunk/gb.sdl/src/Cwindow.cpp gambas/trunk/gb.sdl/src/SDLwindow.cpp gambas/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...> - 2011-04-01 21:59:10
|
Revision: 3724 http://gambas.svn.sourceforge.net/gambas/?rev=3724&view=rev Author: lordheavy Date: 2011-04-01 21:59:03 +0000 (Fri, 01 Apr 2011) Log Message: ----------- rearrange code to get more robustness in case of gb.sdl and gb.opengl mixed instructions. Modified Paths: -------------- gambas/trunk/gb.sdl/src/Cwindow.cpp gambas/trunk/gb.sdl/src/SDLgfx.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lor...@us...> - 2011-04-02 17:28:54
|
Revision: 3728 http://gambas.svn.sourceforge.net/gambas/?rev=3728&view=rev Author: lordheavy Date: 2011-04-02 17:28:48 +0000 (Sat, 02 Apr 2011) Log Message: ----------- [GB.SDL] * NEW: Now Mouse class gives mouse buttons and modifiers. Modified Paths: -------------- gambas/trunk/gb.sdl/src/Cmouse.cpp gambas/trunk/gb.sdl/src/Cmouse.h gambas/trunk/gb.sdl/src/Cwindow.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lor...@us...> - 2011-04-08 14:28:44
|
Revision: 3738 http://gambas.svn.sourceforge.net/gambas/?rev=3738&view=rev Author: lordheavy Date: 2011-04-08 14:28:37 +0000 (Fri, 08 Apr 2011) Log Message: ----------- [GB.SDL] * BUG: Now Joysticks events are part of the Window class. * BUG: Joysticks events are managed like keyboard events. They are only raised when the Window got keyboard input focus. Modified Paths: -------------- gambas/trunk/gb.sdl/src/Cjoystick.cpp gambas/trunk/gb.sdl/src/Cjoystick.h gambas/trunk/gb.sdl/src/Cwindow.cpp gambas/trunk/gb.sdl/src/SDLapp.cpp gambas/trunk/gb.sdl/src/SDLosrender.cpp gambas/trunk/gb.sdl/src/SDLtexture.cpp gambas/trunk/gb.sdl/src/SDLwindow.cpp gambas/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...> - 2011-04-10 16:39:08
|
Revision: 3743 http://gambas.svn.sourceforge.net/gambas/?rev=3743&view=rev Author: lordheavy Date: 2011-04-10 16:39:02 +0000 (Sun, 10 Apr 2011) Log Message: ----------- [GB.SDL] * NEW: Use now defaut BGRA image format internally, should avoid conversion when using with a majority of gb.image.xxxx components. * BUG: Add missing defaut Image format declaration. Modified Paths: -------------- gambas/trunk/gb.sdl/src/Cimage.cpp gambas/trunk/gb.sdl/src/SDLsurface.cpp gambas/trunk/gb.sdl/src/SDLtexture.cpp gambas/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: <ga...@us...> - 2011-04-16 21:00:39
|
Revision: 3772 http://gambas.svn.sourceforge.net/gambas/?rev=3772&view=rev Author: gambas Date: 2011-04-16 21:00:33 +0000 (Sat, 16 Apr 2011) Log Message: ----------- [GB.SDL] * BUG: Compute the framerate differently and more accurately. * BUG: Framerate limitation is more accurate now. * NEW: Window.Framerate property is a Float number now. * NEW: Manage the WAIT instruction. * NEW: The event loop can ignore input events, as requested by the WAIT instruction, when it is called with no argument. Modified Paths: -------------- gambas/trunk/gb.sdl/src/Cwindow.cpp gambas/trunk/gb.sdl/src/Cwindow.h gambas/trunk/gb.sdl/src/SDLapp.cpp gambas/trunk/gb.sdl/src/SDLapp.h gambas/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: <ga...@us...> - 2011-07-31 12:48:22
|
Revision: 3957 http://gambas.svn.sourceforge.net/gambas/?rev=3957&view=rev Author: gambas Date: 2011-07-31 12:48:16 +0000 (Sun, 31 Jul 2011) Log Message: ----------- [GB.SDL] * BUG: Redesign the way keyboard events are processed, so that SDL constants are used. Consequently, all Key constants now work, but '1' and '&' have different codes on a french keyboard. Key.Text works too. * NEW: Key.Repeat is a new static property for enabling keyboard repetition. Modified Paths: -------------- gambas/trunk/gb.sdl/src/Ckey.cpp gambas/trunk/gb.sdl/src/Ckey.h gambas/trunk/gb.sdl/src/Cwindow.cpp gambas/trunk/gb.sdl/src/SDLapp.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |