ecere:toolTipTweaks

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

Branch merges

Branch information

Name:
toolTipTweaks
Repository:
lp:ecere

Recent commits

bb1c83c... by Jerome St-Louis

ecere/gui/ToolTips: Tweaks moving Destroy() call to Activate instead

f6215fd... by Jerome St-Louis

ecere/gui/Window: (WIP) Tweaks for ToolTips to go away when alt-tabbing away to another application

33d33d2... by Patrick Dion <email address hidden>

JSON: add objectUseOGDFS flag to GeoJSONValue jsonOptions dict

329791a... by Jerome St-Louis

ecere; compiler; ide: Fixed new warnings on GCC 11

f3da31a... by Jerome St-Louis

ecere/sys/Time: Fixed 32-bit compilation warnings (time_t)

1ea98fb... by Jerome St-Louis

compiler/libec2; bgen: Fixed 32-bit compilation warnings

046e0bf... by Jerome St-Louis

compiler/libec/pass1: Fixed alignment for 32-bit builds
- This was broken by 55084525f066b680182c6aa588de4624dd57ba37 taking into account alignment for private members, but assuming 64-bit pointers

86f2eec... by Jerome St-Louis

compiler/libec/lexer.l: Initial fix for failure to build on GCC 11
- bootstrap updated
- # 0 instead of # 1 generated by preprocessor triggered problem in lexer's preprocessor()
- NOTE: This was likely resulting in declMode, defaultDeclMode and structDeclMode not being set properly
- It may also be related to #1135

4fbe7b3... by Jerome St-Louis

ecere/gui/Window: Additional checks for noConsequential property to work around performance issues when re-creating numerous child windows

3e5c7ba... by Jerome St-Louis

ecere/gui/ToolTip:Find(): Fixed O(n^2) performance issue using Window::nextSlave property