gambas-devel-svn Mailing List for Gambas (Page 55)
Brought to you by:
gambas
This list is closed, nobody may subscribe to it.
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(20) |
Oct
(61) |
Nov
(35) |
Dec
(20) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
(27) |
Feb
(24) |
Mar
(13) |
Apr
(95) |
May
(58) |
Jun
(27) |
Jul
(52) |
Aug
(60) |
Sep
(134) |
Oct
(118) |
Nov
(55) |
Dec
(52) |
2008 |
Jan
(149) |
Feb
(73) |
Mar
(152) |
Apr
(68) |
May
(51) |
Jun
(44) |
Jul
(47) |
Aug
(44) |
Sep
(82) |
Oct
(48) |
Nov
(54) |
Dec
(41) |
2009 |
Jan
(82) |
Feb
(48) |
Mar
(30) |
Apr
(21) |
May
(51) |
Jun
(68) |
Jul
(142) |
Aug
(96) |
Sep
(76) |
Oct
(29) |
Nov
(52) |
Dec
(126) |
2010 |
Jan
(73) |
Feb
(77) |
Mar
(120) |
Apr
(79) |
May
(58) |
Jun
(39) |
Jul
(58) |
Aug
(91) |
Sep
(74) |
Oct
(26) |
Nov
(67) |
Dec
(77) |
2011 |
Jan
(110) |
Feb
(100) |
Mar
(85) |
Apr
(107) |
May
(48) |
Jun
(43) |
Jul
(47) |
Aug
(112) |
Sep
(96) |
Oct
(62) |
Nov
(36) |
Dec
(125) |
2012 |
Jan
(54) |
Feb
(75) |
Mar
(65) |
Apr
(117) |
May
(95) |
Jun
(82) |
Jul
(128) |
Aug
(104) |
Sep
(111) |
Oct
(48) |
Nov
(141) |
Dec
(72) |
2013 |
Jan
(50) |
Feb
(36) |
Mar
(40) |
Apr
(23) |
May
(59) |
Jun
(30) |
Jul
(50) |
Aug
(55) |
Sep
(41) |
Oct
(56) |
Nov
(55) |
Dec
(70) |
2014 |
Jan
(72) |
Feb
(71) |
Mar
(31) |
Apr
(31) |
May
(47) |
Jun
(59) |
Jul
(51) |
Aug
(33) |
Sep
(76) |
Oct
(85) |
Nov
(91) |
Dec
(91) |
2015 |
Jan
(88) |
Feb
(42) |
Mar
(97) |
Apr
(31) |
May
(60) |
Jun
(52) |
Jul
(45) |
Aug
(54) |
Sep
(116) |
Oct
(65) |
Nov
(56) |
Dec
(46) |
2016 |
Jan
(48) |
Feb
(25) |
Mar
(87) |
Apr
(47) |
May
(46) |
Jun
(12) |
Jul
(24) |
Aug
(53) |
Sep
(35) |
Oct
(32) |
Nov
(55) |
Dec
(29) |
2017 |
Jan
(41) |
Feb
(13) |
Mar
(7) |
Apr
(17) |
May
(10) |
Jun
(7) |
Jul
(23) |
Aug
(3) |
Sep
|
Oct
|
Nov
|
Dec
|
From: <ga...@us...> - 2015-01-03 14:55:01
|
Revision: 6801 http://sourceforge.net/p/gambas/code/6801 Author: gambas Date: 2015-01-03 14:54:56 +0000 (Sat, 03 Jan 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Put the component/library properties into the project property dialog. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.lang/fr.mo gambas/trunk/app/src/gambas3/.lang/fr.po gambas/trunk/app/src/gambas3/.src/FMain.class gambas/trunk/app/src/gambas3/.src/FMain.form gambas/trunk/app/src/gambas3/.src/Project/FProjectProperty.class gambas/trunk/app/src/gambas3/.src/Project/FProjectProperty.form Removed Paths: ------------- gambas/trunk/app/src/gambas3/.src/Project/FPropertyComponent.class gambas/trunk/app/src/gambas3/.src/Project/FPropertyComponent.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-01-03 01:10:37
|
Revision: 6800 http://sourceforge.net/p/gambas/code/6800 Author: gambas Date: 2015-01-03 01:10:29 +0000 (Sat, 03 Jan 2015) Log Message: ----------- [GB.DB.FORM] * NEW: The DataSource BeforeSave event can be stopped. That cancels the current record save then. Modified Paths: -------------- gambas/trunk/comp/src/gb.db.form/.info gambas/trunk/comp/src/gb.db.form/.src/DataSource.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-01-02 20:52:22
|
Revision: 6799 http://sourceforge.net/p/gambas/code/6799 Author: gambas Date: 2015-01-02 20:52:15 +0000 (Fri, 02 Jan 2015) Log Message: ----------- [GB.SDL2.AUDIO] * BUG: Setting music volume now works even if the music is not playing. Workaround an SDL2 deficiency. Modified Paths: -------------- gambas/trunk/gb.sdl2/src/audio/c_music.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-01-02 15:17:54
|
Revision: 6798 http://sourceforge.net/p/gambas/code/6798 Author: gambas Date: 2015-01-02 15:17:53 +0000 (Fri, 02 Jan 2015) Log Message: ----------- [GB.QT4] * BUG: Do delete open windows later when the event loop is finished. This is supported by QT, provided that you explicitly ask him to send the deferred deletion events. Modified Paths: -------------- gambas/trunk/gb.qt4/src/CWidget.cpp gambas/trunk/gb.qt4/src/CWidget.h gambas/trunk/gb.qt4/src/CWindow.cpp gambas/trunk/gb.qt4/src/main.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-01-02 14:31:30
|
Revision: 6797 http://sourceforge.net/p/gambas/code/6797 Author: gambas Date: 2015-01-02 14:31:23 +0000 (Fri, 02 Jan 2015) Log Message: ----------- [EXAMPLES] * NEW: LCDLabel now uses gb.sdl2.audio. [GB.FORM] * BUG: The ToolPanel buttons now takes Style.FrameWidth into account. [GB.GTK] * BUG: Remove a debugging message. [GB.QT4] * BUG: Do not delete open windows later when the event loop is finished. This is not supported by QT. Modified Paths: -------------- gambas/trunk/app/examples/Control/LCDLabel/.project gambas/trunk/app/examples/Control/LCDLabel/.src/FMain.class gambas/trunk/app/examples/Control/LCDLabel/.startup gambas/trunk/comp/src/gb.form/.src/Main.module gambas/trunk/comp/src/gb.form/.src/ToolPanel/FToolBar.class gambas/trunk/comp/src/gb.form/.src/ToolPanel/FToolBar.form gambas/trunk/gb.gtk/src/gmenu.cpp gambas/trunk/gb.qt4/src/CWidget.cpp gambas/trunk/gb.qt4/src/CWidget.h gambas/trunk/gb.qt4/src/CWindow.cpp gambas/trunk/main/gbx/gbx_api.c gambas/trunk/main/gbx/gbx_class.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-01-02 13:53:49
|
Revision: 6796 http://sourceforge.net/p/gambas/code/6796 Author: gambas Date: 2015-01-02 13:53:47 +0000 (Fri, 02 Jan 2015) Log Message: ----------- [CONFIGURATION] * BUG: Fix 'components written in Gambas' installation Makefile.am. Modified Paths: -------------- gambas/trunk/comp/Makefile.am This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-01-02 12:33:05
|
Revision: 6795 http://sourceforge.net/p/gambas/code/6795 Author: gambas Date: 2015-01-02 12:32:57 +0000 (Fri, 02 Jan 2015) Log Message: ----------- [GB.SDL2.AUDIO] * NEW: Now Channel is creatable, and returns the first available channel that has never been used. * NEW: Channel now raises the Finish event when it has finished to play its sound. * NEW: Channel.Index is a new property that returns its channel number. Modified Paths: -------------- gambas/trunk/gb.sdl2/src/audio/c_channel.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-01-02 11:55:04
|
Revision: 6794 http://sourceforge.net/p/gambas/code/6794 Author: gambas Date: 2015-01-02 11:55:00 +0000 (Fri, 02 Jan 2015) Log Message: ----------- [CONFIGURATION] * NEW: When installing a component entirely written in Gambas, automatically remove possible existing old shared library files. [DEVELOPMENT ENVIRONMENT] * NEW: Don't display an error message when a newly inserted file cannot be automatically opened. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Project/FCreateFile.class gambas/trunk/comp/Makefile.am This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-01-02 10:47:44
|
Revision: 6793 http://sourceforge.net/p/gambas/code/6793 Author: gambas Date: 2015-01-02 10:47:37 +0000 (Fri, 02 Jan 2015) Log Message: ----------- [GB.SDL2.AUDIO] * NEW: Explicitely initialize each sound format support, and print a warning for each failure. * NEW: 'gb.sdl2.audio' does not require 'gb.sdl2' anymore. Modified Paths: -------------- gambas/trunk/app/examples/Control/LCDLabel/.project gambas/trunk/gb.sdl.sound/src/sound.c gambas/trunk/gb.sdl2/src/audio/gb.sdl2.audio.component gambas/trunk/gb.sdl2/src/audio/main.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-01-02 03:44:32
|
Revision: 6792 http://sourceforge.net/p/gambas/code/6792 Author: gambas Date: 2015-01-02 03:44:30 +0000 (Fri, 02 Jan 2015) Log Message: ----------- [FARM SERVER] * NEW: Software screenshot can be deleted by the client. [INTERPRETER] * NEW: The little interpreter sleep is now done inside the watch file descriptor read callback only. So no need to implement it in each component event loop. [GB.SDL2] * BUG: The SDL event loop now calls the interpreter event loop so that timers and watched file descriptor are correctly handled. Modified Paths: -------------- gambas/trunk/app/examples/Control/LCDLabel/.project gambas/trunk/app/examples/Games/BeastScroll/.project gambas/trunk/app/examples/Games/BeastScroll/.src/MMain.module gambas/trunk/app/examples/OpenGL/TunnelSDL/.project gambas/trunk/app/examples/OpenGL/TunnelSDL/.src/MMain.module gambas/trunk/app/src/gambas-farm-server/.src/MMain.module gambas/trunk/app/src/gambas3/support.txt gambas/trunk/comp/src/gb.form.dialog/.src/Main.module gambas/trunk/gb.gtk/src/main.cpp gambas/trunk/gb.sdl2/src/main.c gambas/trunk/main/gbx/gbx_c_file.c gambas/trunk/main/gbx/gbx_stream.c gambas/trunk/main/gbx/gbx_watch.c gambas/trunk/main/gbx/gbx_watch.h Removed Paths: ------------- gambas/trunk/app/examples/Control/LCDLabel/.hidden/screenshots/ gambas/trunk/app/examples/Games/BeastScroll/.hidden/screenshots/ gambas/trunk/app/examples/OpenGL/TunnelSDL/CHANGELOG This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-01-02 02:22:24
|
Revision: 6791 http://sourceforge.net/p/gambas/code/6791 Author: gambas Date: 2015-01-02 02:22:22 +0000 (Fri, 02 Jan 2015) Log Message: ----------- [INTERPRETER] * NEW: Do not stop watching a file descriptor that is ready to read but has no data. * NEW: Sleep up to 10 ms if the event loop is called too often. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_stream.c gambas/trunk/main/gbx/gbx_watch.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-01-02 00:05:42
|
Revision: 6790 http://sourceforge.net/p/gambas/code/6790 Author: gambas Date: 2015-01-02 00:05:41 +0000 (Fri, 02 Jan 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Publish dialog: Make screenshot options more verbose. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.lang/fr.mo gambas/trunk/app/src/gambas3/.lang/fr.po gambas/trunk/app/src/gambas3/.src/Project/Farm/FPublish.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-01-01 23:58:12
|
Revision: 6789 http://sourceforge.net/p/gambas/code/6789 Author: gambas Date: 2015-01-01 23:58:09 +0000 (Thu, 01 Jan 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Remove the screenshot tool. * NEW: Publish software dialog: Now the software screenshot can be removed, taken from the clipboard or loaded from any file. It does not have to be stored inside the project anymore. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.lang/fr.mo gambas/trunk/app/src/gambas3/.lang/fr.po gambas/trunk/app/src/gambas3/.project gambas/trunk/app/src/gambas3/.src/FMain.form gambas/trunk/app/src/gambas3/.src/Project/Farm/FPublish.class gambas/trunk/app/src/gambas3/.src/Project/Farm/FPublish.form gambas/trunk/app/src/gambas3/.src/Project/Farm/FarmRequest.class gambas/trunk/app/src/gambas3/.src/Project.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-01-01 11:46:58
|
Revision: 6788 http://sourceforge.net/p/gambas/code/6788 Author: gambas Date: 2015-01-01 11:46:48 +0000 (Thu, 01 Jan 2015) Log Message: ----------- [CONFIGURATION] * NEW: Update the state of many components. [DEVELOPMENT ENVIRONMENT] * NEW: The project property dialog now uses an IconPanel. * NEW: New design of the component tab in the project property dialog. [GB.GUI.BASE] * NEW: GridView: The background of the sorted column is now lighter. [GB.QT4.WEBKIT] * NEW: WebView.History is a new virtual access to get the number of entries in the history, to set or get the current history entry index, and to get or set the history maximum capacity. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.lang/fr.mo gambas/trunk/app/src/gambas3/.lang/fr.po gambas/trunk/app/src/gambas3/.src/FMain.form gambas/trunk/app/src/gambas3/.src/Help/MHelp.module gambas/trunk/app/src/gambas3/.src/Project/FProjectProperty.class gambas/trunk/app/src/gambas3/.src/Project/FProjectProperty.form gambas/trunk/comp/src/gb.gui.base/.project gambas/trunk/comp/src/gb.gui.base/.src/GridView/GridView.class gambas/trunk/comp/src/gb.util/.component gambas/trunk/comp/src/gb.util/.src/MMain.module gambas/trunk/gb.gtk/src/opengl/gb.gtk.opengl.component gambas/trunk/gb.httpd/src/gb.httpd.component gambas/trunk/gb.libxml/src/gb.libxml.component gambas/trunk/gb.media/src/gb.media.component gambas/trunk/gb.mime/src/gb.mime.component gambas/trunk/gb.opengl/src/gb.opengl.component gambas/trunk/gb.opengl/src/glsl/gb.opengl.glsl.component gambas/trunk/gb.opengl/src/glu/gb.opengl.glu.component gambas/trunk/gb.opengl/src/sge/gb.opengl.sge.component gambas/trunk/gb.pdf/src/gb.pdf.component gambas/trunk/gb.qt4/src/opengl/gb.qt4.opengl.component gambas/trunk/gb.qt4/src/webkit/ccookiejar.cpp gambas/trunk/gb.qt4/src/webkit/ccookiejar.h gambas/trunk/gb.qt4/src/webkit/cwebdownload.cpp gambas/trunk/gb.qt4/src/webkit/cwebdownload.h gambas/trunk/gb.qt4/src/webkit/cwebframe.cpp gambas/trunk/gb.qt4/src/webkit/cwebframe.h gambas/trunk/gb.qt4/src/webkit/cwebhittest.cpp gambas/trunk/gb.qt4/src/webkit/cwebhittest.h gambas/trunk/gb.qt4/src/webkit/cwebsettings.cpp gambas/trunk/gb.qt4/src/webkit/cwebsettings.h gambas/trunk/gb.qt4/src/webkit/cwebview.cpp gambas/trunk/gb.qt4/src/webkit/cwebview.h gambas/trunk/gb.qt4/src/webkit/gb.qt4.webkit.component gambas/trunk/gb.qt4/src/webkit/main.cpp gambas/trunk/gb.xml/src/gb.xml.component gambas/trunk/gb.xml/src/html/gb.xml.html.component gambas/trunk/gb.xml/src/xslt/gb.xml.xslt.component gambas/trunk/main/lib/inotify/gb.inotify.component Added Paths: ----------- gambas/trunk/app/src/gambas3/img/32/filter-menu.png This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-01-01 09:19:31
|
Revision: 6787 http://sourceforge.net/p/gambas/code/6787 Author: gambas Date: 2015-01-01 09:19:29 +0000 (Thu, 01 Jan 2015) Log Message: ----------- [GB.SCANNER] * BUG: Fix component project version. Modified Paths: -------------- gambas/trunk/comp/src/gb.scanner/.component gambas/trunk/comp/src/gb.scanner/.project gambas/trunk/comp/src/gb.scanner/.settings This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-01-01 09:01:24
|
Revision: 6786 http://sourceforge.net/p/gambas/code/6786 Author: gambas Date: 2015-01-01 09:01:16 +0000 (Thu, 01 Jan 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Translation dialog: Add an option to replace existing translations when importing an external translation file. * OPT: Translation dialog: Closing the dialog is now faster. * BUG: Farm server: Upgrading a software now does not raise en error anymore. [EXAMPLES] * NEW: Update BeastScroll example to SDL2. [GB.GTK] * BUG: Implement the Invert property in vertical containers. [GB.GTK3] * BUG: Implement the Invert property in vertical containers. [GB.QT4] * BUG: Implement the Invert property in vertical containers. Modified Paths: -------------- gambas/trunk/app/examples/Games/BeastScroll/.project gambas/trunk/app/examples/Games/BeastScroll/.src/MMain.module gambas/trunk/app/src/gambas3/.lang/fr.mo gambas/trunk/app/src/gambas3/.lang/fr.po gambas/trunk/app/src/gambas3/.src/Project/Farm/CSoftware.class gambas/trunk/app/src/gambas3/.src/Translation/FTranslate.class gambas/trunk/app/src/gambas3/.src/Translation/FTranslate.form gambas/trunk/comp/src/gb.scanner/.component gambas/trunk/comp/src/gb.scanner/.project gambas/trunk/comp/src/gb.scanner/.settings gambas/trunk/gb.gtk/src/CFrame.cpp gambas/trunk/gb.qt4/share/gb.form.properties.h gambas/trunk/gb.qt4/src/CPanel.cpp gambas/trunk/gb.sdl/src/gb.sdl.component gambas/trunk/gb.sdl.sound/src/gb.sdl.sound.component This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <tob...@us...> - 2014-12-31 18:26:49
|
Revision: 6785 http://sourceforge.net/p/gambas/code/6785 Author: tobiasboe Date: 2014-12-31 18:26:47 +0000 (Wed, 31 Dec 2014) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * OPT: FPatch: Make hunk (un)checking behave more intuitive. * BUG: FMakePatch: Don't add a patch to the viewer multiple times. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Project/Patch/FMakePatch.class gambas/trunk/app/src/gambas3/.src/Project/Patch/FPatch.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-12-31 15:49:50
|
Revision: 6784 http://sourceforge.net/p/gambas/code/6784 Author: gambas Date: 2014-12-31 15:49:49 +0000 (Wed, 31 Dec 2014) Log Message: ----------- [GB.SDL2] * NEW: Font.DefaultHeight is a new constant that returns the height of the default font. [GB.SDL2.AUDIO] * NEW: Sound.Play method has been implemented. Modified Paths: -------------- gambas/trunk/gb.sdl2/src/audio/c_channel.c gambas/trunk/gb.sdl2/src/audio/c_channel.h gambas/trunk/gb.sdl2/src/audio/c_sound.c gambas/trunk/gb.sdl2/src/c_font.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-12-31 15:44:35
|
Revision: 6783 http://sourceforge.net/p/gambas/code/6783 Author: gambas Date: 2014-12-31 15:44:33 +0000 (Wed, 31 Dec 2014) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Farm software: Fix software list refreshing and upgrade process. The upgrade process still not work flawlessly. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Project/Farm/CSoftware.class gambas/trunk/app/src/gambas3/.src/Project/Farm/FPublish.class gambas/trunk/app/src/gambas3/.src/Project/Farm/FPublish.form gambas/trunk/app/src/gambas3/.src/Project/Farm/FSoftwareFarm.class gambas/trunk/app/src/gambas3/.src/Project/Farm/SoftwareBox.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-12-31 13:38:30
|
Revision: 6782 http://sourceforge.net/p/gambas/code/6782 Author: gambas Date: 2014-12-31 13:38:28 +0000 (Wed, 31 Dec 2014) Log Message: ----------- [GB.SDL2.AUDIO] * BUG: Fix Music.Volume property. Modified Paths: -------------- gambas/trunk/gb.sdl2/src/audio/c_music.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-12-31 02:04:11
|
Revision: 6781 http://sourceforge.net/p/gambas/code/6781 Author: gambas Date: 2014-12-31 02:04:10 +0000 (Wed, 31 Dec 2014) Log Message: ----------- [GB.SETTINGS] * BUG: Settings.Clear() now works correctly. * BUG: Settings.Keys does not return a key slot if it is void. Modified Paths: -------------- gambas/trunk/app/examples/OpenGL/TunnelSDL/.src/MMain.module gambas/trunk/comp/src/gb.settings/.src/Main.module gambas/trunk/comp/src/gb.settings/.src/Settings.class gambas/trunk/comp/src/gb.settings/.src/_Settings_Keys.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-12-30 23:10:59
|
Revision: 6780 http://sourceforge.net/p/gambas/code/6780 Author: gambas Date: 2014-12-30 23:10:56 +0000 (Tue, 30 Dec 2014) Log Message: ----------- [GB.SDL2] * NEW: Channel.Distance is a new property that defines the channel distance, between 0 (near) and 255 (far). * NEW: Channel.Angle is a new property that defines the channel direction, 0?\194?\176 being the front, 90?\194?\176 the right, 180?\194?\176 behind and 270?\194?\176 the left. * NEW: Channel.Reverse is a new boolean property that reverses the channel stereo. * NEW: Music.SoundFontPath is a new property to tell SDL the directories where the MIDI sound font files are stored. Modified Paths: -------------- gambas/trunk/gb.sdl2/src/audio/c_channel.c gambas/trunk/gb.sdl2/src/audio/c_channel.h gambas/trunk/gb.sdl2/src/audio/c_music.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-12-30 17:36:05
|
Revision: 6779 http://sourceforge.net/p/gambas/code/6779 Author: gambas Date: 2014-12-30 17:36:02 +0000 (Tue, 30 Dec 2014) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Add gb.sdl2 and gb.sdl2.audio to the component list. [EXAMPLES] * NEW: Start porting SDL examples to gb.sdl2. They are not published to the farm server yet. [GB.UTIL] * NEW: Raise an error if Date.EasterDay() is call for a year lower then 1583. [GB.GTK] * NEW: Ignore WAIT inside jkeyboard event handlers only if a duration is specified. [GB.GTK3] * NEW: Ignore WAIT inside jkeyboard event handlers only if a duration is specified. [GB.QT4] * NEW: Ignore WAIT inside jkeyboard event handlers only if a duration is specified. [GB.SDL2] * NEW: OpenGL support. * NEW: Window.Resizable has been implemented. Modified Paths: -------------- gambas/trunk/app/examples/OpenGL/GambasGears/.icon.png gambas/trunk/app/examples/OpenGL/GambasGears/.project gambas/trunk/app/examples/OpenGL/GambasGears/.src/Module1.module gambas/trunk/app/examples/OpenGL/Md2Model/.project gambas/trunk/app/examples/OpenGL/Md2Model/.settings gambas/trunk/app/examples/OpenGL/Md2Model/.startup gambas/trunk/app/examples/OpenGL/TunnelSDL/.icon.png gambas/trunk/app/examples/OpenGL/TunnelSDL/.project gambas/trunk/app/examples/OpenGL/TunnelSDL/.src/MMain.module gambas/trunk/app/examples/OpenGL/TunnelSDL/.startup gambas/trunk/app/examples/OpenGL/TunnelSDL/texture.png gambas/trunk/app/src/gambas-farm-server/.src/MMain.module gambas/trunk/app/src/gambas3/.src/Component/CComponent.class gambas/trunk/comp/src/gb.util/.src/Date.module gambas/trunk/gb.gtk/src/main.cpp gambas/trunk/gb.qt4/src/main.cpp gambas/trunk/gb.sdl2/src/c_draw.c gambas/trunk/gb.sdl2/src/c_image.c gambas/trunk/gb.sdl2/src/c_window.c gambas/trunk/gb.sdl2/src/c_window.h Removed Paths: ------------- gambas/trunk/comp/src/gb.eval.highlight/.startup This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-12-30 15:56:27
|
Revision: 6778 http://sourceforge.net/p/gambas/code/6778 Author: gambas Date: 2014-12-30 15:56:19 +0000 (Tue, 30 Dec 2014) Log Message: ----------- [GB.SDL2.AUDIO] * NEW: The audio part of the SDL2 component. It's the old gb.sdl.sound without the CD-Rom support, but with a few more features planned. Modified Paths: -------------- gambas/trunk/gb.sdl2/configure.ac gambas/trunk/gb.sdl2/src/Makefile.am gambas/trunk/gb.sdl2/src/main.c Added Paths: ----------- gambas/trunk/gb.sdl2/src/audio/ gambas/trunk/gb.sdl2/src/audio/Makefile.am gambas/trunk/gb.sdl2/src/audio/c_channel.c gambas/trunk/gb.sdl2/src/audio/c_channel.h gambas/trunk/gb.sdl2/src/audio/c_music.c gambas/trunk/gb.sdl2/src/audio/c_music.h gambas/trunk/gb.sdl2/src/audio/c_sound.c gambas/trunk/gb.sdl2/src/audio/c_sound.h gambas/trunk/gb.sdl2/src/audio/gb.sdl2.audio.component gambas/trunk/gb.sdl2/src/audio/main.c gambas/trunk/gb.sdl2/src/audio/main.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <se...@us...> - 2014-12-29 22:44:28
|
Revision: 6777 http://sourceforge.net/p/gambas/code/6777 Author: sebikul Date: 2014-12-29 22:44:26 +0000 (Mon, 29 Dec 2014) Log Message: ----------- [GB.LOGGING] * OPT: Make it backwards compatible with the previous implementation of gb.logging Modified Paths: -------------- gambas/trunk/comp/src/gb.logging/.info gambas/trunk/comp/src/gb.logging/.list gambas/trunk/comp/src/gb.logging/.src/ConsoleHandler.class gambas/trunk/comp/src/gb.logging/.src/FileHandler.class gambas/trunk/comp/src/gb.logging/.src/LogHandler.class gambas/trunk/comp/src/gb.logging/.src/LogLevel.module gambas/trunk/comp/src/gb.logging/.src/MTest.module Added Paths: ----------- gambas/trunk/comp/src/gb.logging/.src/ComplexLogger.class gambas/trunk/comp/src/gb.logging/.src/Logger.class Removed Paths: ------------- gambas/trunk/comp/src/gb.logging/.src/Logger.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |