- SVGHMI: Add TextList widget, add support for TextList in DropDown widget, move List, TextStyleList and TextList widget code in dedicated file with documentation. wxPython4 2021-09-20, by Edouard Tisserant
- Sequel to 95fe62bfe920 : Copy description when DnD variables from Globals in resources and configuration variable panels to POUs, now including ST/IL POUs. 2021-09-16, by Edouard Tisserant
- IDE: Add a "Tutorials and Examples" sub menu to "File" menu to directly open projects in /exemples directory. Move 'python' and 'first_steps' projecvts from /tests to /exemple wxPython4 2021-09-13, by Edouard Tisserant
- WxPython 3.x -> 4.x : removed exception on stdout when closing at IDE frame wxPython4 2021-09-13, by Edouard Tisserant
- Merged default wxPython4 2021-09-13, by Edouard Tisserant
- Xenomai runtime: more verbose error message when problem with RT-Pipes. 2021-09-13, by Edouard Tisserant
- Re-introduce sertup.py from Ivan Tyagov, accidentally deleted during SVGHMI branch merge 2021-09-13, by Edouard Tisserant
- Tests/svghmi_scrollbar: Fix variables names and remove useless "OnStart OnStop OnWatchdog" to use defaults. wxPython4 2021-09-10, by Edouard Tisserant
- IDE/windows: Avoid exception on quit caused by runtime being killed without disconnecting. wxPython4 2021-09-10, by Edouard Tisserant
- Runtime/unix: Fix typo preventing start of Pyro server wxPython4 2021-09-10, by Edouard Tisserant
- Fix SVGHMI exception when running on Windows, missing ENODATA in errno. wxPython4 2021-09-09, by Edouard Tisserant
- Workaround missing "IsMaximized" attribute for AuiPaneInfo in wxPython 4.1.0 wxPython4 2021-09-09, by Edouard Tisserant
- Runtime: avoids using "pipe to self" bailout unblocking trick on windows, since select() only takes sockets. wxPython4 2021-09-07, by Edouard Tisserant
- More WxPython 3.x->4.x API update wxPython4 2021-09-05, by Edouard Tisserant
- Workaround RubberBand drawing problem on GTK3 wxPython4 2021-09-05, by Edouard Tisserant
- Depricated PyGridCellEditor becomes GridCellEditor wxPython4 2021-09-05, by Edouard Tisserant
- Fix exception when canvas becomes null because of window resize, and avoid useless parameter+condition in GetLogicalDC wxPython4 2021-09-05, by Edouard Tisserant
- Preliminary support for WxPython 4.1.0. Needs more testing. Grid selection/focus seems broken, and probably many other bugs hidden in dialogs and editors. wxPython4 2021-09-02, by Edouard Tisserant
- Merge SVGHMI in default 2021-09-02, by Edouard Tisserant
- Close SVGHMI branch svghmi 2021-09-02, by Edouard Tisserant
- Copy description when DnD variables from Globals in resources and configuration variable panels to POUs. Also prevent making exception in case some other DropSource wouldn't provide description. svghmi 2021-08-30, by Edouard Tisserant
- SVGHMI: Allow toggling fulscreen mode my right click or long press. svghmi 2021-08-27, by Edouard Tisserant
- Xenomai runtime: fixed bugs introduced in e3db472b0dfb (RT->nRT wakeup) + other small typos svghmi 2021-08-24, by Edouard Tisserant
- IDE: systematically log command when launching process (was not showing in case of LOCAL:// runtime being launched) svghmi 2021-08-21, by Edouard Tisserant
- Win32 runtime: fix build with gcc 9.3.0 from msys2 svghmi 2021-08-21, by Edouard Tisserant
- Runtime+SVGHMI: Add generic wakeup of threads from PLC thread to windows implementation of plc_main.c. Also added nRT_reschedule to abstract sched_yield. svghmi 2021-08-17, by Edouard Tisserant
- Runtime+SVGHMI: Added a generic way to wakeup non-real-time threads from real-time PLC thread. Replace SVGHMI specific calls in Linux and Xenomai implementations of plc_main.c. Fixed xenomai build, xeno-config making problems with --no-auto-init argument. svghmi 2021-08-16, by Edouard Tisserant
- Runtime: Better handling of nested strings in spawn_subprocess commandline parsing svghmi 2021-07-29, by Edouard Tisserant
- IDE: Fixed use of RingBuffers in variable traces graphs when switching to 2D trend graph. svghmi 2021-07-29, by Edouard Tisserant
- IDE: On windows, align better "reset to default" button in CTN config panel. svghmi 2021-07-26, by Edouard Tisserant