gambas-devel-svn Mailing List for Gambas (Page 289)
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...> - 2008-01-10 12:34:44
|
Revision: 945 http://gambas.svn.sourceforge.net/gambas/?rev=945&view=rev Author: gambas Date: 2008-01-10 04:34:38 -0800 (Thu, 10 Jan 2008) Log Message: ----------- [64 BITS] * NEW: A new interpreter API for returning a pointer. * BUG: Fix two compilation errors. Modified Paths: -------------- gambas/branches/64bits/gb.gtk/src/CPicture.cpp gambas/branches/64bits/gb.gtk/src/main.cpp gambas/branches/64bits/gb.qt/src/CImage.cpp gambas/branches/64bits/main/gbx/gbx_api.c gambas/branches/64bits/main/share/gambas.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-01-10 01:19:05
|
Revision: 944 http://gambas.svn.sourceforge.net/gambas/?rev=944&view=rev Author: gambas Date: 2008-01-09 17:19:11 -0800 (Wed, 09 Jan 2008) Log Message: ----------- [64 BITS] * BUG: Warnings and compilation error fixes. Modified Paths: -------------- gambas/branches/64bits/gb.gtk/src/gcontrol.cpp gambas/branches/64bits/gb.gtk/src/gcontrol.h gambas/branches/64bits/gb.gtk/src/gtextbox.cpp gambas/branches/64bits/gb.gtk/src/widgets.h gambas/branches/64bits/main/gbc/gb_error.c gambas/branches/64bits/main/gbc/gbc_read.c gambas/branches/64bits/main/gbc/gbi.c gambas/branches/64bits/main/gbx/gbx.c gambas/branches/64bits/main/gbx/gbx_api.c gambas/branches/64bits/main/gbx/gbx_api.h gambas/branches/64bits/main/gbx/gbx_c_array.c gambas/branches/64bits/main/gbx/gbx_c_class.c gambas/branches/64bits/main/gbx/gbx_extern.c gambas/branches/64bits/main/gbx/gbx_print.c gambas/branches/64bits/main/gbx/gbx_subr.c gambas/branches/64bits/main/lib/db/main.c gambas/branches/64bits/main/lib/debug/print.c gambas/branches/64bits/main/lib/eval/eval_read.c gambas/branches/64bits/main/share/gb_magic.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-01-09 22:28:59
|
Revision: 943 http://gambas.svn.sourceforge.net/gambas/?rev=943&view=rev Author: gambas Date: 2008-01-09 14:29:03 -0800 (Wed, 09 Jan 2008) Log Message: ----------- [GB.GTK] * BUG: The TextBox cursor is now correctly moved after a Change event. [GB.QT.EXT] * BUG: TextEdit.TextWidth and TextEdit.TextHeight were not declared as read-only properties. Modified Paths: -------------- gambas/branches/2.0/comp/src/gb.form/.lang/.pot gambas/branches/2.0/comp/src/gb.form/.project gambas/branches/2.0/comp/src/gb.form/FMain.class gambas/branches/2.0/comp/src/gb.form/FMain.form gambas/branches/2.0/comp/src/gb.form/ValueBox.class gambas/branches/2.0/gb.gtk/src/gtextbox.cpp gambas/branches/2.0/gb.qt/src/ext/CTextEdit.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-01-09 20:51:28
|
Revision: 942 http://gambas.svn.sourceforge.net/gambas/?rev=942&view=rev Author: gambas Date: 2008-01-09 12:51:25 -0800 (Wed, 09 Jan 2008) Log Message: ----------- [64 BITS] * BUG: Fix a warning and an error. Modified Paths: -------------- gambas/branches/64bits/main/gbx/gb_common.c gambas/branches/64bits/main/gbx/gbx_class_load.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-01-09 20:32:04
|
Revision: 941 http://gambas.svn.sourceforge.net/gambas/?rev=941&view=rev Author: gambas Date: 2008-01-09 12:32:02 -0800 (Wed, 09 Jan 2008) Log Message: ----------- [64 BITS] * BUG: Gets rid of llabs(). Modified Paths: -------------- gambas/branches/64bits/main/gbx/gbx_math.c gambas/branches/64bits/main/gbx/gbx_math.h gambas/branches/64bits/main/gbx/gbx_subr_math.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-01-09 20:26:11
|
Revision: 940 http://gambas.svn.sourceforge.net/gambas/?rev=940&view=rev Author: gambas Date: 2008-01-09 12:26:10 -0800 (Wed, 09 Jan 2008) Log Message: ----------- [64 BITS] * BUG: Removed warnings and some 64 bits errors. Modified Paths: -------------- gambas/branches/64bits/main/gbx/gb_common.c gambas/branches/64bits/main/gbx/gbx_class_load.c gambas/branches/64bits/main/gbx/gbx_exec.c gambas/branches/64bits/main/gbx/gbx_stream.c gambas/branches/64bits/main/gbx/gbx_subr.c gambas/branches/64bits/main/gbx/gbx_subr.h gambas/branches/64bits/main/gbx/gbx_subr_extern.c gambas/branches/64bits/main/gbx/gbx_subr_file.c gambas/branches/64bits/main/gbx/gbx_value.c gambas/branches/64bits/main/gbx/gbx_value.h gambas/branches/64bits/main/share/gb_common.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-01-09 19:19:29
|
Revision: 939 http://gambas.svn.sourceforge.net/gambas/?rev=939&view=rev Author: gambas Date: 2008-01-09 11:19:33 -0800 (Wed, 09 Jan 2008) Log Message: ----------- [64 BITS] * BUG: Removed some warnings. Modified Paths: -------------- gambas/branches/64bits/main/gbx/gbx_class_load.c gambas/branches/64bits/main/gbx/gbx_class_native.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-01-09 19:16:22
|
Revision: 938 http://gambas.svn.sourceforge.net/gambas/?rev=938&view=rev Author: gambas Date: 2008-01-09 11:16:27 -0800 (Wed, 09 Jan 2008) Log Message: ----------- [64 BITS] * BUG: Fixed a compilation error. Modified Paths: -------------- gambas/branches/64bits/main/gbx/gbx_class_load.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-01-09 18:58:23
|
Revision: 937 http://gambas.svn.sourceforge.net/gambas/?rev=937&view=rev Author: gambas Date: 2008-01-09 10:58:28 -0800 (Wed, 09 Jan 2008) Log Message: ----------- [64 BITS] * BUG: Fixed many 64 bits related warnings. [GB.DEBUG] * BUG: Compiles and links the gb.debug components with the thread libraries. Modified Paths: -------------- gambas/branches/64bits/main/gbx/gb_error.c gambas/branches/64bits/main/gbx/gbx_class.h gambas/branches/64bits/main/gbx/gbx_debug.c gambas/branches/64bits/main/gbx/gbx_exec.c gambas/branches/64bits/main/gbx/gbx_exec_loop.c gambas/branches/64bits/main/gbx/gbx_exec_pop.c gambas/branches/64bits/main/gbx/gbx_exec_push.c gambas/branches/64bits/main/gbx/gbx_value.c gambas/branches/64bits/main/gbx/gbx_value.h gambas/branches/64bits/main/lib/debug/Makefile.am gambas/branches/64bits/main/share/gb_array_temp.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-01-09 18:19:01
|
Revision: 936 http://gambas.svn.sourceforge.net/gambas/?rev=936&view=rev Author: gambas Date: 2008-01-09 10:19:04 -0800 (Wed, 09 Jan 2008) Log Message: ----------- [64 BITS] * BUG: Forgot the declaration of a variable. Modified Paths: -------------- gambas/branches/64bits/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...> - 2008-01-09 17:53:23
|
Revision: 935 http://gambas.svn.sourceforge.net/gambas/?rev=935&view=rev Author: gambas Date: 2008-01-09 09:53:29 -0800 (Wed, 09 Jan 2008) Log Message: ----------- [GB.DEBUG] * BUG: Compiles gb.debug with threading library. Modified Paths: -------------- gambas/branches/2.0/main/lib/debug/Makefile.am This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-01-09 17:45:35
|
Revision: 934 http://gambas.svn.sourceforge.net/gambas/?rev=934&view=rev Author: gambas Date: 2008-01-09 09:45:19 -0800 (Wed, 09 Jan 2008) Log Message: ----------- [64 BITS] * NEW: Removed the use of the long datatype in the gb.eval component. Modified Paths: -------------- gambas/branches/64bits/main/lib/eval/CExpression.c gambas/branches/64bits/main/lib/eval/eval_code.h gambas/branches/64bits/main/lib/eval/eval_trans.c gambas/branches/64bits/main/lib/eval/eval_trans.h gambas/branches/64bits/main/lib/eval/eval_trans_expr.c gambas/branches/64bits/main/lib/eval/gb.eval.h gambas/branches/64bits/main/lib/eval/gb_error.c gambas/branches/64bits/main/lib/eval/gb_error.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lor...@us...> - 2008-01-09 17:08:37
|
Revision: 933 http://gambas.svn.sourceforge.net/gambas/?rev=933&view=rev Author: lordheavy Date: 2008-01-09 09:08:36 -0800 (Wed, 09 Jan 2008) Log Message: ----------- [CONFIGURATION] * BUG: Now configuration is looking for libgettextlib.so instead od gettextlib.so * BUG: In OpenBSD, gbx2 is linking against -lutil, needed by openpty() function. Fix more compilation problems under OpenBSD, now gambas2 is building pretty fine :-) Modified Paths: -------------- gambas/branches/2.0-lordhdevel/main/configure.ac gambas/branches/2.0-lordhdevel/main/gbc/gbc_archive.c gambas/branches/2.0-lordhdevel/main/gbc/gbc_compile.c gambas/branches/2.0-lordhdevel/main/gbc/gbi.c gambas/branches/2.0-lordhdevel/main/gbx/Makefile.am This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-01-09 16:17:02
|
Revision: 932 http://gambas.svn.sourceforge.net/gambas/?rev=932&view=rev Author: gambas Date: 2008-01-09 08:17:05 -0800 (Wed, 09 Jan 2008) Log Message: ----------- [64 BITS] * NEW: Constant loader post-process for 64 bits. Modified Paths: -------------- gambas/branches/64bits/main/gbx/gbx_class_load.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lor...@us...> - 2008-01-09 15:25:50
|
Revision: 931 http://gambas.svn.sourceforge.net/gambas/?rev=931&view=rev Author: lordheavy Date: 2008-01-09 07:25:53 -0800 (Wed, 09 Jan 2008) Log Message: ----------- (GB.QT] * BUG: Fix qt-moc detection on OpenBSD [CONFIGURATION] * NEW: Better message when the component cannot be built: it give what file were not found. Modified Paths: -------------- gambas/branches/2.0-lordhdevel/acinclude.m4 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-01-09 15:17:43
|
Revision: 930 http://gambas.svn.sourceforge.net/gambas/?rev=930&view=rev Author: gambas Date: 2008-01-09 07:17:49 -0800 (Wed, 09 Jan 2008) Log Message: ----------- [64 BITS] * NEW: Changed the 64 bits warning message. Modified Paths: -------------- gambas/branches/64bits/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...> - 2008-01-09 15:02:33
|
Revision: 929 http://gambas.svn.sourceforge.net/gambas/?rev=929&view=rev Author: gambas Date: 2008-01-09 07:02:23 -0800 (Wed, 09 Jan 2008) Log Message: ----------- [64 BITS] * NEW: First write of the 64 bits class loader. Not finished yet. Modified Paths: -------------- gambas/branches/64bits/main/gbx/gbx_class.c gambas/branches/64bits/main/gbx/gbx_class.h gambas/branches/64bits/main/gbx/gbx_class_load.c gambas/branches/64bits/main/gbx/gbx_class_load.h gambas/branches/64bits/main/gbx/gbx_string.h gambas/branches/64bits/main/share/gb_common.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lor...@us...> - 2008-01-09 13:48:20
|
Revision: 928 http://gambas.svn.sourceforge.net/gambas/?rev=928&view=rev Author: lordheavy Date: 2008-01-09 05:48:25 -0800 (Wed, 09 Jan 2008) Log Message: ----------- - Fix a compilation error with OpenBSD - Disable linking with -ldl on OpenBSD (forgot from a previous commit) Still got problem with detection of libraries under OpenBSD with GB_FIND, because pe libintl.so.3.0 is present but not libintl.so. No problems with GB_COMPONENT_PKG_CONFIG. Modified Paths: -------------- gambas/branches/2.0-lordhdevel/main/configure.ac gambas/branches/2.0-lordhdevel/main/gbx/gbx_local.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lor...@us...> - 2008-01-09 00:27:36
|
Revision: 927 http://gambas.svn.sourceforge.net/gambas/?rev=927&view=rev Author: lordheavy Date: 2008-01-08 16:27:32 -0800 (Tue, 08 Jan 2008) Log Message: ----------- [GB.GTK.EXT] * BUG: Add missing linking. Now gb.gtk and gb.gtk.ext are building fine under OpenBSD. Modified Paths: -------------- gambas/branches/2.0-lordhdevel/gb.gtk/src/ext/Makefile.am This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lor...@us...> - 2008-01-08 23:18:59
|
Revision: 926 http://gambas.svn.sourceforge.net/gambas/?rev=926&view=rev Author: lordheavy Date: 2008-01-08 15:18:50 -0800 (Tue, 08 Jan 2008) Log Message: ----------- Fix compilation problem with the previous merge Modified Paths: -------------- gambas/branches/2.0-lordhdevel/main/gbc/gbc.c gambas/branches/2.0-lordhdevel/main/share/gb_array_temp.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lor...@us...> - 2008-01-08 00:38:45
|
Revision: 925 http://gambas.svn.sourceforge.net/gambas/?rev=925&view=rev Author: lordheavy Date: 2008-01-07 16:38:50 -0800 (Mon, 07 Jan 2008) Log Message: ----------- ------ **OpenBSD: - acinclude.m4: update libtool macros with libtool 1.5.24 one, this seem to fix some problems with configure script. - move a lot of strcpy/strcat/sprintf to the "secured" functions strlcpy/strlcat/snprintf. **various: - main/gbc/gbc_form.c: Apply read_line() patch (trunk - r914) ------ [CONFIGURATION] * BUG: Try to detect correctly all X11 linking parameters. (trunk - r914) [GB.QT.EXT] * BUG: TextEdit.TextWidth and TextEdit.TextHeight were not declared as read-only properties. (64bits - r921) [WIKI CGI SCRIPT] * NEW: Some little cosmetic changes. (64bits - r921) Modified Paths: -------------- gambas/branches/2.0-lordhdevel/acinclude.m4 gambas/branches/2.0-lordhdevel/app/src/doc.cgi/Main.module gambas/branches/2.0-lordhdevel/gb.qt/src/ext/CTextEdit.cpp gambas/branches/2.0-lordhdevel/main/gbc/gb_str.c gambas/branches/2.0-lordhdevel/main/gbc/gbc.c gambas/branches/2.0-lordhdevel/main/gbc/gbc_archive.c gambas/branches/2.0-lordhdevel/main/gbc/gbc_class.c gambas/branches/2.0-lordhdevel/main/gbc/gbc_class.h gambas/branches/2.0-lordhdevel/main/gbc/gbc_compile.c gambas/branches/2.0-lordhdevel/main/gbc/gbc_form.c gambas/branches/2.0-lordhdevel/main/gbc/gbc_header.c gambas/branches/2.0-lordhdevel/main/gbc/gbc_output.c gambas/branches/2.0-lordhdevel/main/gbc/gbc_read.c gambas/branches/2.0-lordhdevel/main/gbc/gbc_trans_ctrl.c gambas/branches/2.0-lordhdevel/main/gbc/gbc_trans_subr.c gambas/branches/2.0-lordhdevel/main/gbc/gbc_trans_tree.c gambas/branches/2.0-lordhdevel/main/gbc/gbc_type.c gambas/branches/2.0-lordhdevel/main/gbc/gbi.c gambas/branches/2.0-lordhdevel/main/gbx/gb_error.c gambas/branches/2.0-lordhdevel/main/gbx/gbx.c gambas/branches/2.0-lordhdevel/main/gbx/gbx_api.c gambas/branches/2.0-lordhdevel/main/gbx/gbx_archive.c gambas/branches/2.0-lordhdevel/main/gbx/gbx_c_application.c gambas/branches/2.0-lordhdevel/main/gbx/gbx_c_file.c gambas/branches/2.0-lordhdevel/main/gbx/gbx_c_quote.c gambas/branches/2.0-lordhdevel/main/gbx/gbx_class.c gambas/branches/2.0-lordhdevel/main/gbx/gbx_class_load.c gambas/branches/2.0-lordhdevel/main/gbx/gbx_component.c gambas/branches/2.0-lordhdevel/main/gbx/gbx_debug.c gambas/branches/2.0-lordhdevel/main/gbx/gbx_extern.c gambas/branches/2.0-lordhdevel/main/gbx/gbx_library.c gambas/branches/2.0-lordhdevel/main/gbx/gbx_local.c gambas/branches/2.0-lordhdevel/main/gbx/gbx_print.c gambas/branches/2.0-lordhdevel/main/gbx/gbx_project.c gambas/branches/2.0-lordhdevel/main/gbx/gbx_string.c gambas/branches/2.0-lordhdevel/main/gbx/gbx_type.c gambas/branches/2.0-lordhdevel/main/gbx/gbx_value.c gambas/branches/2.0-lordhdevel/main/lib/compress/main.c gambas/branches/2.0-lordhdevel/main/lib/db/CConnection.c gambas/branches/2.0-lordhdevel/main/lib/db/main.c gambas/branches/2.0-lordhdevel/main/lib/debug/debug.c gambas/branches/2.0-lordhdevel/main/lib/eval/eval_read.c gambas/branches/2.0-lordhdevel/main/share/gb_arch_temp.h gambas/branches/2.0-lordhdevel/main/share/gb_array_temp.h gambas/branches/2.0-lordhdevel/main/share/gb_buffer.h gambas/branches/2.0-lordhdevel/main/share/gb_buffer_temp.h gambas/branches/2.0-lordhdevel/main/share/gb_common.h gambas/branches/2.0-lordhdevel/main/share/gb_common_buffer.h gambas/branches/2.0-lordhdevel/main/share/gb_file_share.h gambas/branches/2.0-lordhdevel/main/share/gb_file_temp.h gambas/branches/2.0-lordhdevel/main/share/gb_replace_temp.h gambas/branches/2.0-lordhdevel/main/share/gb_table_temp.h Added Paths: ----------- gambas/branches/2.0-lordhdevel/ChangeLog-devel This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lor...@us...> - 2008-01-07 21:05:43
|
Revision: 924 http://gambas.svn.sourceforge.net/gambas/?rev=924&view=rev Author: lordheavy Date: 2008-01-07 13:05:47 -0800 (Mon, 07 Jan 2008) Log Message: ----------- Rename to a less ambiguous name :-p Added Paths: ----------- gambas/branches/2.0-lordhdevel/ Removed Paths: ------------- gambas/branches/2.0-devel/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lor...@us...> - 2008-01-07 20:35:16
|
Revision: 923 http://gambas.svn.sourceforge.net/gambas/?rev=923&view=rev Author: lordheavy Date: 2008-01-07 12:35:21 -0800 (Mon, 07 Jan 2008) Log Message: ----------- Branch for development and tests for gambas2 Added Paths: ----------- gambas/branches/2.0-devel/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-01-07 19:54:57
|
Revision: 922 http://gambas.svn.sourceforge.net/gambas/?rev=922&view=rev Author: gambas Date: 2008-01-07 11:55:02 -0800 (Mon, 07 Jan 2008) Log Message: ----------- [GB.DESKTOP] * BUG: Try to make Xtst library detection work on Slackware. Modified Paths: -------------- gambas/branches/2.0/gb.desktop/configure.ac This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-01-07 16:13:49
|
Revision: 921 http://gambas.svn.sourceforge.net/gambas/?rev=921&view=rev Author: gambas Date: 2008-01-07 08:13:53 -0800 (Mon, 07 Jan 2008) Log Message: ----------- [WIKI CGI SCRIPT] * NEW: Some little cosmetic changes. [64 BITS] * NEW: Declares new 32 bits structures that will be used for reading the 32 bits object files. [GB.QT.EXT] * BUG: TextEdit.TextWidth and TextEdit.TextHeight were not declared as read-only properties. Modified Paths: -------------- gambas/branches/64bits/app/src/doc.cgi/.lang/.pot gambas/branches/64bits/app/src/doc.cgi/.project gambas/branches/64bits/app/src/doc.cgi/Main.module gambas/branches/64bits/app/src/gambas-database-manager/.lang/.pot gambas/branches/64bits/app/src/gambas-database-manager/.project gambas/branches/64bits/gb.qt/src/ext/CTextEdit.cpp gambas/branches/64bits/main/gbx/Makefile.am gambas/branches/64bits/main/gbx/gbx_class.h gambas/branches/64bits/main/gbx/gbx_class_load.c Added Paths: ----------- gambas/branches/64bits/main/gbx/gbx_class_load.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |