index
:
scilab
5.3
5.4
5.5
6.0
6.1
YaSp
YaSp2012
android
apef
atoms-improvements
breakpad
cdftest
eigen
graphic
jgraphx
jit
master
newsfeed
object
palette-browser
preferences
richelieu
richelieu-vmkit
scatter
simulinkimport
slint-cnes
uicontrol
uiwidget
vmkit
windows
xcos
xcos-layout
Scilab official GIT repository
Scilab
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-12-15
Update of the localization files
5.4.0-alpha-1
Sylvestre Ledru
799
-3308
/
+4660
2011-12-15
changes 5.4.X - last commit before alpha release
Simon GARESTE
1
-996
/
+12
2011-12-14
FileBrowser: maybe a bug fix for bug 10377
Calixte DENIZET
1
-1
/
+1
2011-12-14
FileBrowser: one column for now...
Calixte DENIZET
1
-1
/
+2
2011-12-14
Restore previous Xcos default layout
Clément DAVID
1
-25
/
+38
2011-12-14
New default Scilab layout:
Sylvestre Ledru
1
-21
/
+32
2011-12-14
Desktop: use default window location when no x attribute in Window tag
Calixte DENIZET
1
-42
/
+51
2011-12-14
Update the various components for the new release
Sylvestre Ledru
5
-106
/
+128
2011-12-14
Factorize some codes in the git hooks
Sylvestre Ledru
1
-14
/
+2
2011-12-14
Two error messages corrected in grand function.
Cedric Delamarre
1
-2
/
+2
2011-12-13
use builtin base2dec
Allan CORNET
6
-58
/
+8
2011-12-13
Remove single precision concurrent dependecies on sdot BLAS vs Local implemen...
Bruno JOFRET
11
-150
/
+14
2011-12-13
xfpoly help page corrected: its optional argument was incorrectly
Manuel Juliachs
2
-29
/
+71
2011-12-13
Xcos: use the Scilab desktop
Clément DAVID
45
-1681
/
+2529
2011-12-13
bug 10366 fixed - a warning about fun2string redefinition was displayed when ...
Allan CORNET
3
-0
/
+35
2011-12-13
bug 10344 fixed - Windows SDK 7.1 was not detected with VS Express 2010 on x6...
Allan CORNET
3
-2
/
+34
2011-12-13
add -Wunsafe-loop-optimizations to debug flags
Sylvestre Ledru
2
-4
/
+4
2011-12-13
Improve the documentation of xsegs & xfarc* (more information + example)
Sylvestre Ledru
8
-37
/
+64
2011-12-13
Call_scilab should be available as an external lib
Sylvestre Ledru
4
-17
/
+6
2011-12-13
bug 9269 fixed - Specified graphic entities for legend are drawn in reverse o...
steer
4
-1
/
+109
2011-12-12
Console: Improve the rendering and fix bugs 6408, 6819 and 7815
Calixte DENIZET
9
-309
/
+341
2011-12-12
rewrite base2dec as builtin (faster and remove ref to str2code)
Allan CORNET
14
-75
/
+290
2011-12-12
fix build on Windows (i forgot to update this file)
Allan CORNET
1
-1
/
+1
2011-12-12
EditVar: Plot all the data when selection is empty
Calixte DENIZET
1
-1
/
+9
2011-12-12
EditVar: exception when a column is selected with an empty matrix
Calixte DENIZET
2
-14
/
+43
2011-12-12
Scicos: use Min/Max from "core_math.h"
Clément DAVID
24
-97
/
+118
2011-12-09
SciNotes: Miscolorization in string, e.g. [a 'a' a]
Calixte DENIZET
4
-538
/
+562
2011-12-09
bug 10355 fixed - error messages in fullfile function were not localized.
Allan CORNET
4
-10
/
+12
2011-12-09
If the input of import_from_hdf5 was a matrix of string, a segfault occurred
Sylvestre Ledru
3
-309
/
+365
2011-12-09
Docking: improve the persistence of the JSplitPanes proportions (needs an upd...
Calixte DENIZET
1
-0
/
+1
2011-12-09
Desktop: Center correctly the message box when quiting Scilab
Calixte DENIZET
1
-3
/
+1
2011-12-09
check that .dia file exists
Allan CORNET
1
-1
/
+8
2011-12-09
* Enforce a minimal version of flexdock (1.0).
Sylvestre Ledru
5
-11
/
+13
2011-12-09
update vcxproj + fix warning
Allan CORNET
3
-1
/
+19
2011-12-09
EditVar: improve speed and gui
Calixte DENIZET
85
-781
/
+7226
2011-12-09
Bug 10354 fixed: Bad caret position after action on selection
Calixte DENIZET
9
-16
/
+73
2011-12-08
Link to printf_conversion
Sylvestre Ledru
2
-51
/
+17
2011-12-08
Optionnal => Optional
Sylvestre Ledru
12
-588
/
+445
2011-12-07
Merge RELEASE_NOTES into CHANGES as a 'Known issues' part
Vincent COUVERT
2
-12
/
+9
2011-12-07
Xcos: add a reset button to the EditFormat action
Clément DAVID
2
-7
/
+79
2011-12-07
bug 10324 fixed - format(m) where m is a vector did not work but the document...
Allan CORNET
8
-295
/
+634
2011-12-07
bug 9581 fixed - cleaner.sce in toolbox_skeleton did not remove all generated...
Allan CORNET
10
-27
/
+57
2011-12-07
Bug 9579 fixed - Duplicate content in scicos_math.h removed and replaced by a...
Sylvestre Ledru
12
-67
/
+26
2011-12-07
bug 8296 fixed - asking for extra array dimension value with size crashed scilab
steer
8
-213
/
+345
2011-12-07
Desktop: provide a public method to restore a window by its uuid
Clément DAVID
1
-42
/
+93
2011-12-07
Fix some minor C issue (clang is not happy about such bad programming)
Sylvestre Ledru
2
-379
/
+439
2011-12-07
fix non regression test bug 768 fails on compilation chain, message error was...
Allan CORNET
2
-9
/
+9
2011-12-07
fix for non regression test bug 7057 failed on compilation chain (release win...
Allan CORNET
2
-143
/
+57
2011-12-07
Fix many common typos
Sylvestre Ledru
82
-3009
/
+979
2011-12-06
Update of the example (old comments)
Sylvestre Ledru
5
-9
/
+4
[next]