Commit History

Author SHA1 Message Date
  mingodad bbfc08bc82 Changed the tag from a number to a static string to make it possible to enumerate using then new function "gettypetag". 13 years ago
  mingodad 074fac4319 Some white spaces wiped. 13 years ago
  mingodad 325272f49f Small code cleanup. 13 years ago
  mingodad af6033c4bc Update the codeblocks project to make squilu library. 13 years ago
  mingodad 6fc4268fd6 Added initial code to allow make standalone squilu applications, create squilu executables with scripts attached to it. 13 years ago
  mingodad cb2fca1ed5 Remove not functional code. 13 years ago
  mingodad 0f220b1b0f Create a smaple that shows members of table/class. 13 years ago
  mingodad af1d241b6d Changed the namespace "os" from class to table. 13 years ago
  mingodad 1e0d5f1aad Added more classes and methods to FLTK module. 13 years ago
  mingodad 85f9a867e8 Added markdown library "discount" 13 years ago
  mingodad 2c614375d1 Added a sample to test date and time funtions and also to be the base for calendars. 13 years ago
  mingodad c955267394 Added discount markup library and module. 13 years ago
  mingodad 10051e8a67 Also make "time" expect zero based month. 13 years ago
  mingodad 47a95c1d39 Replaced the Squirrel "time" function by the Lua "time" function, makes the date function return zero based results for "month,wday,yday". 13 years ago
  mingodad 4bb28b62f4 Added a split function to string that uses a char as delimiter, the original split function that uses strtok was renamed to split_by_strtok. 13 years ago
  mingodad 7bb529061c File to test delivery calculation. 13 years ago
  mingodad 4696817d4f Added Fl_Browser* class 13 years ago
  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. 13 years ago
  mingodad 8acd2e6df8 Fix the code emitted for the textfilter on some places 13 years ago
  mingodad 41fad022ef Make visible implementations of with the same functionality of "loadfile,dofile,writeclosuretofile" but working on strings "dostring,loadstring,dumpclosure" 13 years ago
  mingodad 2ecddf7760 Added a check in fltk_pushinstance for fltk_get_registered_instance, this way no new instance is generated if it's found. 13 years ago
  mingodad 867cc8867d Added a module to markdown using the discount lib https://github.com/Orc/discount 13 years ago
  mingodad 3381e85cf9 Changed the return value of sqext_register_base64 to be the same in all. This value is mostly ignored. 13 years ago
  mingodad 23c3f1f94c Added a Help viewer using Fl_Help_view, not finished yet. 13 years ago
  mingodad 9af3f23ed6 Added a default parameter for the output file "stdout" 13 years ago
  mingodad cc57b0e577 Added two new api functions to call script functions printf style. 13 years ago
  mingodad 44a610ddf8 Added Fl_Display_Device to FLTK module. 13 years ago
  mingodad 9b01207919 Added pdf generation to the fltk module. 13 years ago
  mingodad 138e823ab4 Added some FLTK draw primitives. 13 years ago
  mingodad 87be536395 A very simple editor with debugger for SquiLu 13 years ago