Allan SIMON [Thu, 17 Sep 2009 15:23:33 +0000]
improved undo/redo , able to load xpad command into scilab -nw
Allan CORNET [Thu, 17 Sep 2009 13:14:30 +0000]
bug 4753 + 4796
Allan CORNET [Thu, 17 Sep 2009 12:24:38 +0000]
bug 4789
Allan CORNET [Thu, 17 Sep 2009 09:45:52 +0000]
bug 4795
Allan CORNET [Thu, 17 Sep 2009 09:03:03 +0000]
Merge branch 'master' of git@git.scilab.org:scilab
Allan CORNET [Thu, 17 Sep 2009 09:02:53 +0000]
add comments about ilib_gen_gateway
Bruno JOFRET [Thu, 17 Sep 2009 08:41:20 +0000]
Oups put it in the wrong place
Bruno JOFRET [Thu, 17 Sep 2009 08:34:12 +0000]
Enable autoIndent by default
Sylvestre Koumar [Thu, 17 Sep 2009 08:25:24 +0000]
correction 3 for indentation by selection
Sylvestre Koumar [Thu, 17 Sep 2009 08:19:38 +0000]
correction 2 ofr indentation by selection
Sylvestre Koumar [Thu, 17 Sep 2009 08:09:12 +0000]
correction for indentation by selection
Sylvestre Ledru [Wed, 16 Sep 2009 22:52:56 +0000]
Verbose stuff and also display the error even in ilib_verbose is set to 0
Sylvestre Ledru [Wed, 16 Sep 2009 22:39:11 +0000]
Merge branch '5.1' of git@git.scilab.org:scilab into 5.1
Sylvestre Ledru [Wed, 16 Sep 2009 22:37:25 +0000]
Fix also the bug 4151
Sylvestre Ledru [Wed, 16 Sep 2009 20:22:01 +0000]
regenerate of Makefile.in
Sylvestre Ledru [Wed, 16 Sep 2009 19:12:05 +0000]
Merge branch 'master' of git@git.scilab.org:scilab
Sylvestre Ledru [Wed, 16 Sep 2009 16:50:52 +0000]
don't => do not
Sylvestre Ledru [Wed, 16 Sep 2009 16:50:21 +0000]
a "not" was missing in the explanation (and changing the meaning)
Sylvestre Ledru [Wed, 16 Sep 2009 16:48:19 +0000]
SEP 30 => 32 since 30 was already used
Sylvestre Ledru [Wed, 16 Sep 2009 16:44:13 +0000]
Fix a long standing bug in Scilab.
In the 5.X familly, when Scilab packages were installed on the system
(for example debian/ubuntu packages), ilib_compile was adding
both sources tree as CFLAGS:
-I/my/dev/source/tree/of/scilab/modules/core/includes/
and also
-I/usr/include/scilab/core/
This was causing some important (and hard to find) issues when header files
were different/updated.
The behaviour is now:
* check if we are in the source tree
* if not, check if it is the scilab binary (ie the tar.gz that we are providing on the website)
* if not, check if it is a scilab package (/usr/include/scilab)
* if not, display a warning message saying that the user should report a bug report
Sylvestre Ledru [Wed, 16 Sep 2009 16:43:22 +0000]
Install all headers into the same directory (binary, make install)
See SEP #32 for more information
Sylvestre Ledru [Wed, 16 Sep 2009 16:42:46 +0000]
renamed inside the document
Sylvestre Ledru [Wed, 16 Sep 2009 16:42:20 +0000]
SEP 30 => 32 since 30 was already used
Sylvestre Ledru [Wed, 16 Sep 2009 16:33:04 +0000]
Fix a long standing bug in Scilab.
In the 5.X familly, when Scilab packages were installed on the system
(for example debian/ubuntu packages), ilib_compile was adding
both sources tree as CFLAGS:
-I/my/dev/source/tree/of/scilab/modules/core/includes/
and also
-I/usr/include/scilab/core/
This was causing some important (and hard to find) issues when header files
were different/updated.
Sylvestre Ledru [Wed, 16 Sep 2009 16:24:13 +0000]
ilib_verbose(2) improved for Linux/Mac OS X/Unix
Now display:
* configure output
* make command + args
* make results
* few other things
Allan SIMON [Wed, 16 Sep 2009 15:32:22 +0000]
Merge branch 'master' of git@git.scilab.org:scilab
Allan SIMON [Wed, 16 Sep 2009 15:31:57 +0000]
automaticaly saved file zith .sci extension if no extension
Sylvestre Ledru [Wed, 16 Sep 2009 13:56:12 +0000]
sci_lufact_pointer => sci_pointer with some information
Sylvestre Ledru [Wed, 16 Sep 2009 13:50:37 +0000]
sci_lufact_pointer => sci_pointer
Sylvestre Koumar [Wed, 16 Sep 2009 13:06:36 +0000]
indentation by selection
Allan CORNET [Wed, 16 Sep 2009 12:45:03 +0000]
wrong path
Allan CORNET [Wed, 16 Sep 2009 12:43:39 +0000]
wrong path
Allan CORNET [Wed, 16 Sep 2009 12:41:10 +0000]
add VB.NET example
Sylvestre Ledru [Wed, 16 Sep 2009 09:36:55 +0000]
add tag to AC_LIB_RPATH.. this might work (or not) to disable the f* rpath
Sylvestre Ledru [Wed, 16 Sep 2009 09:34:34 +0000]
Update the version of the library (5:1:0 => 5:2:0) to reflect the change in the ABI
Pretty sure that nobody is using it but we never know
Sylvestre Ledru [Wed, 16 Sep 2009 09:01:50 +0000]
Merge branch '5.1' of git@git.scilab.org:scilab into 5.1
Sylvestre Ledru [Wed, 16 Sep 2009 09:01:31 +0000]
Fix a typo
Allan SIMON [Wed, 16 Sep 2009 07:35:50 +0000]
now change of style in xpad apply directly to all open tab
Allan SIMON [Tue, 15 Sep 2009 14:50:37 +0000]
added warning message when trying to close with unsaved modified document in Xpad + some Xpad bug corrected
Allan CORNET [Tue, 15 Sep 2009 11:34:50 +0000]
add jhdf5.dll in .iss
Sylvestre Ledru [Tue, 15 Sep 2009 08:57:02 +0000]
If MACROSSPECIALEXT was empty, this was causing some issues under Solaris (thanks to Raphaël Langella for pointing this out)
Allan CORNET [Tue, 15 Sep 2009 07:53:29 +0000]
cleaning
Allan CORNET [Tue, 15 Sep 2009 07:53:12 +0000]
do a copy if it fails
Allan CORNET [Tue, 15 Sep 2009 04:14:17 +0000]
remove ref to afxres.h (vs express)
Allan CORNET [Mon, 14 Sep 2009 17:38:26 +0000]
add end of line (linux)
Allan CORNET [Mon, 14 Sep 2009 17:18:23 +0000]
fix build (linux)
Allan CORNET [Mon, 14 Sep 2009 17:06:32 +0000]
change filename
Allan CORNET [Mon, 14 Sep 2009 14:21:20 +0000]
replaces cluni0 by expandPathVariable
Allan CORNET [Mon, 14 Sep 2009 12:30:13 +0000]
Merge branch 'master' of git@git.scilab.org:scilab
Allan CORNET [Mon, 14 Sep 2009 12:30:07 +0000]
xpad manages expandable filename
Allan CORNET [Mon, 14 Sep 2009 12:28:01 +0000]
uses std names
Manuel Juliachs [Mon, 14 Sep 2009 11:22:59 +0000]
Merge commit 'origin/5.1'
antoine ELIAS [Mon, 14 Sep 2009 11:16:43 +0000]
Merge branch 'master' of git@git.scilab.org:scilab
antoine ELIAS [Mon, 14 Sep 2009 11:16:26 +0000]
removes _iVar argument for get commands in api_list
Michaël Baudin [Mon, 14 Sep 2009 11:11:16 +0000]
Merge branch 'master' of git@git.scilab.org:scilab
Michaël Baudin [Mon, 14 Sep 2009 11:09:33 +0000]
Updated optim help
Allan SIMON [Mon, 14 Sep 2009 10:07:48 +0000]
xpad("afilewhichodoesntexist") will now prompt you to create it or not
Manuel Juliachs [Mon, 14 Sep 2009 09:09:40 +0000]
Fixes bug 4681
Sylvestre Ledru [Mon, 14 Sep 2009 08:59:56 +0000]
Sylvestre Ledru [Mon, 14 Sep 2009 08:59:14 +0000]
Merge branch 'master' of git@git.scilab.org:scilab
Sylvestre Ledru [Mon, 14 Sep 2009 08:58:15 +0000]
Under Mac OS X, add the option -flat_namespace to the linker in order to disable the two level namespace. See bg 3740 . This bug has been fixed in previous version by the commit
1ad7be3244cb77841567e4ddc6c90f5aedbd2cb3 but since libtool has been updated, the modification has been lost
Sylvestre Ledru [Mon, 14 Sep 2009 08:57:07 +0000]
Check on the H5Fopen function instead of H5DOpen which has been removed
Allan SIMON [Mon, 14 Sep 2009 08:55:26 +0000]
prevent from opening several time gotoline, changecolor etc.. window in xpad
Sylvestre Koumar [Mon, 14 Sep 2009 07:49:56 +0000]
colorisation while we type text is no more slow, we manage the colorisation only for the current line
Yann Collette [Mon, 14 Sep 2009 06:13:13 +0000]
remove old graphic mode check from the contourf function
Yann Collette [Mon, 14 Sep 2009 06:06:47 +0000]
bug 4788 fixed - contourf is not working
Allan CORNET [Sun, 13 Sep 2009 16:29:00 +0000]
enable COM interoperability in example
Allan SIMON [Fri, 11 Sep 2009 15:24:04 +0000]
corrected some java1.6 only lines in gotolineAction
Allan SIMON [Fri, 11 Sep 2009 14:19:54 +0000]
added gotoLine feature
Sylvestre Ledru [Fri, 11 Sep 2009 14:04:39 +0000]
Merge branch 'master' of git@git.scilab.org:scilab
Allan CORNET [Fri, 11 Sep 2009 12:00:42 +0000]
not used
Sylvestre Ledru [Fri, 11 Sep 2009 11:33:35 +0000]
style update
Allan SIMON [Fri, 11 Sep 2009 08:13:34 +0000]
added save feature, improved recent opened file and save as
Allan CORNET [Fri, 11 Sep 2009 08:04:34 +0000]
Merge branch 'master' of git@git.scilab.org:scilab
Allan CORNET [Fri, 11 Sep 2009 08:04:25 +0000]
fix movefile.tst on linux (directory dest)
Bruno JOFRET [Fri, 11 Sep 2009 06:04:19 +0000]
Use Scilab CallBack system
Bruno JOFRET [Fri, 11 Sep 2009 05:51:20 +0000]
Do not call CloseXpad when closing a tab
Bruno JOFRET [Fri, 11 Sep 2009 05:34:01 +0000]
Enable Toolbar, mutualize methods for buttons and menus
Bruno JOFRET [Fri, 11 Sep 2009 05:20:47 +0000]
Useless actions due to Find combo box
Bruno JOFRET [Fri, 11 Sep 2009 05:19:58 +0000]
Localization Management
Allan CORNET [Thu, 10 Sep 2009 16:41:32 +0000]
update makefile
Allan CORNET [Thu, 10 Sep 2009 13:45:00 +0000]
Merge branch 'master' of git@git.scilab.org:scilab
Allan SIMON [Thu, 10 Sep 2009 13:39:53 +0000]
added missing recentfileaction.java
Allan CORNET [Thu, 10 Sep 2009 12:55:22 +0000]
remove hard coded values
Allan CORNET [Thu, 10 Sep 2009 12:54:17 +0000]
Merge branch 'master' of git@git.scilab.org:scilab
Allan SIMON [Thu, 10 Sep 2009 12:34:39 +0000]
added recent opened files feature
Sylvestre Ledru [Thu, 10 Sep 2009 12:18:11 +0000]
Duplicate declaration
Sylvestre Ledru [Thu, 10 Sep 2009 12:14:42 +0000]
Use no-gui when --without-gui is used
Sylvestre Ledru [Thu, 10 Sep 2009 12:14:19 +0000]
Remove trailing whitespace
Allan CORNET [Thu, 10 Sep 2009 11:50:48 +0000]
warnings (windows)
Allan CORNET [Thu, 10 Sep 2009 10:06:09 +0000]
Merge branch 'master' of git@git.scilab.org:scilab
Sylvestre Ledru [Thu, 10 Sep 2009 09:14:48 +0000]
Regenerate Makefile.in
Allan CORNET [Thu, 10 Sep 2009 08:12:59 +0000]
Request 661 movefile + some fix in copyfile
Yann Collette [Thu, 10 Sep 2009 06:59:37 +0000]
add non regression tests for bug 4654
Yann Collette [Thu, 10 Sep 2009 06:51:27 +0000]
bug 4654 fixed - max of an empty sparse matrix makes Scilab hangs
Yann Collette [Thu, 10 Sep 2009 06:49:05 +0000]
Merge branch 'master' of git@git.scilab.org:scilab
Yann Collette [Thu, 10 Sep 2009 06:49:01 +0000]
remove linpro link from fsolve help page
Bruno JOFRET [Thu, 10 Sep 2009 06:15:33 +0000]
Adding icons for make install
Bruno JOFRET [Thu, 10 Sep 2009 06:13:19 +0000]
Adding new icons for Xpad
Allan CORNET [Wed, 9 Sep 2009 17:20:08 +0000]
segfault on linux