ecere:cmssAndGLFixes

Last commit made on 2021-02-20
Get this branch:
git clone -b cmssAndGLFixes https://git.launchpad.net/ecere

Branch merges

Branch information

Name:
cmssAndGLFixes
Repository:
lp:ecere

Recent commits

acaac73... by Jerome St-Louis

butterbur/GraphicalElement: Fixed uninitialized values of ImageResource in OnCopy()

ac87e0d... by Jerome St-Louis

compiler/eccss/lexing: Fixed infinite loop parsing non-terminated backquote

ed3f12c... by Jerome St-Louis

compiler/eccss: Fixed ECCSSEvaluator::stringFromMask() to return const String

4215efc... by Jerome St-Louis

ecere/sys/Date: Allow re-use existing editor for DateBox with keepEditor = true
- Constantly re-creating the editor was costly when updated as a result of moving a slider,
 possibly due to the creation cost of the hidden system window for the drop down (calendar)

4e952c1... by Diego Caraffini <email address hidden>

ecere/sys/DateTime:OnGetDataFromString(): Support for ISO 8601 strings
- Implements support for T separting date & time
DateTime of the form 2021-02-04T12:34:56.000Z were tokenized a one single token, then its subtokens were:
["2021-02-04T12", "34", "56.000Z"], causing problems. Now they are now parsed correctly.

003efbc... by Jerome St-Louis

eda/FlexyField: OnGetString(): Handle uninitialized 0 values as nil

a0e47e3... by Diego Caraffini <email address hidden>

ecere/com/String: EscapeCString(); fix escape sequences, default to escaping double quotes if options is 0

830aad7... by Jerome St-Louis

compiler/libec; ecere/com/instance: Support for _Atomic; Option to use atomics for keeping track of class instances count

e9bc919... by Jerome St-Louis

compiler/eccss/lexing: Fixed buffer overflows

6e1e62b... by Jerome St-Louis

butterbur/GraphicalElement: Added missing Fill and Stroke destructors