mingodad
|
2abf8d4287
Split the function "sq_call_va" and create "sq_call_va_vl" now we have a version with variable parameters and a version that works with va_list.
|
hace 13 años |
mingodad
|
8acd2e6df8
Fix the code emitted for the textfilter on some places
|
hace 13 años |
mingodad
|
41fad022ef
Make visible implementations of with the same functionality of "loadfile,dofile,writeclosuretofile" but working on strings "dostring,loadstring,dumpclosure"
|
hace 13 años |
mingodad
|
2ecddf7760
Added a check in fltk_pushinstance for fltk_get_registered_instance, this way no new instance is generated if it's found.
|
hace 13 años |
mingodad
|
867cc8867d
Added a module to markdown using the discount lib https://github.com/Orc/discount
|
hace 13 años |
mingodad
|
3381e85cf9
Changed the return value of sqext_register_base64 to be the same in all. This value is mostly ignored.
|
hace 13 años |
mingodad
|
23c3f1f94c
Added a Help viewer using Fl_Help_view, not finished yet.
|
hace 13 años |
mingodad
|
9af3f23ed6
Added a default parameter for the output file "stdout"
|
hace 13 años |
mingodad
|
cc57b0e577
Added two new api functions to call script functions printf style.
|
hace 13 años |
mingodad
|
44a610ddf8
Added Fl_Display_Device to FLTK module.
|
hace 13 años |
mingodad
|
9b01207919
Added pdf generation to the fltk module.
|
hace 13 años |
mingodad
|
138e823ab4
Added some FLTK draw primitives.
|
hace 13 años |
mingodad
|
87be536395
A very simple editor with debugger for SquiLu
|
hace 13 años |
mingodad
|
60f64761ef
More advance on FLTK module
|
hace 13 años |
mingodad
|
afa33a7c64
More advance on this minimal FLTK module.
|
hace 13 años |
mingodad
|
1b24f86a34
More advance to a FLTK minimal working module.
|
hace 13 años |
mingodad
|
500637a587
More classes and methods added
|
hace 13 años |
mingodad
|
020f6f9549
Removed "ext/mpdecimal" from includes
|
hace 13 años |
mingodad
|
e3574848f8
Added more classes and methods needed by ourbiz sample.
|
hace 13 años |
mingodad
|
93cac664ca
Add a symlink to ext/mpdecima.h because adding the folder for compilation was given bad results due to files on mpdecimal that override standard ones "io.h" and "crt.h".
|
hace 13 años |
mingodad
|
8f657e6888
Moved a call to "CallDelayedReleaseHooks" inside a preprocessor directive.
|
hace 13 años |
mingodad
|
9e97adc220
Some modifications to allow cross compilation for win32.
|
hace 13 años |
mingodad
|
c81371a15a
Changed the TAG type from char to SQChar.
|
hace 13 años |
mingodad
|
48bd61973d
Added the error number to error message.
|
hace 13 años |
mingodad
|
6a7635510f
Added a preprocessing "undef _DECL_FUNC" to make like the others
|
hace 13 años |
mingodad
|
fccd7c9a52
More advance to a functional state.
|
hace 13 años |
mingodad
|
1e1c6d6905
Add getters for Decimal attributes, when creating Decimal without a value set it to zero.
|
hace 13 años |
mingodad
|
2d28dca9b2
Added a macro to calculate the size of static strings.
|
hace 13 años |
mingodad
|
e167955635
Added constants to DecimalCtx.
|
hace 13 años |
mingodad
|
d8b55993cf
Reset the values after catching division by zero
|
hace 13 años |