- Fix bug when double click while pressing CTRL on other elements than blocks 2012-11-15, by Laurent Bessard
- Fix bug with concurrent access to LastRefreshTimer in LogPseudoFile for Log Console 2012-11-15, by Laurent Bessard
- Fix bug in debug while stopping PLC 2012-11-13, by Laurent Bessard
- Fix resource task interval error highlighting 2012-11-08, by Laurent Bessard
- Fix display of string variables value in debug 2012-11-08, by Laurent Bessard
- Fix bug debug viewers are block when a Graphic Viewer in debug mode is hidden 2012-11-05, by Laurent Bessard
- Fix bug python thread blocked sometimes on Linux 2012-11-05, by Laurent Bessard
- Fix bug in Debug refresh lock that, with too much data to debug, flooded GUI and blocked it 2012-11-03, by Laurent Bessard
- Fix bug when Drag'n Dropping located variables on Windows 2012-10-31, by Laurent Bessard
- Fix bug Variable and Continuation BoundingBox not refreshed when using Type modification shortcuts 2012-10-31, by Laurent Bessard
- Fix bug when adjusting block size, block informations was not saved when using control + shift + double click 2012-10-26, by Laurent Bessard
- Add support for double bracket pragma in syntax highlighting of TextViewer 2012-10-25, by Laurent Bessard
- Fix bug in RestoreLayout when previously opened tab no more exist in project 2012-10-25, by Laurent Bessard
- Fix bug when more than one block library add extra python file 2012-10-25, by Laurent Bessard
- Fix bug of PythonIterator signature in PLCObject when not using PythonLibrary 2012-10-25, by Edouard Tisserant
- Added caching for python eval (avoid compiling when same code called, but still execute). Cleaned up some evaluator related code. 2012-10-24, by Edouard Tisserant
- Merged 2012-10-23, by Laurent Bessard
- Merged 2012-10-22, by Laurent Bessard
- Adding support for direct array declaration in structure element declaration 2012-10-21, by Laurent Bessard
- Fix bug in VariablePanel 'Type' cell editor menu entry 'User Data Types' containing ConfNodes data types 2012-10-19, by Laurent Bessard
- Introduced FBID in tests/python example. Fixed type error leading to segfault 2012-10-23, by Edouard Tisserant
- Now test/python also demonstrate large C pragmas in ST, accessing complex types 2012-10-19, by Edouard Tisserant
- Even more pedagogical tests/python. Renaming will not help 2012-10-18, by Edouard Tisserant
- More pedagogical tests/python. Should be renamed python_ctypes_and_C_pragmas_in_ST or something 2012-10-18, by Edouard Tisserant
- Fix bug in TextViewer when starting text with '{' character 2012-10-18, by Laurent Bessard
- Adding support for quickly changing variable and connection type 2012-10-18, by Laurent Bessard
- Adding button in ConnectionDialog to propagate connection name modification to all connections with the same name in POU 2012-10-18, by Laurent Bessard
- Adding support for selecting variable type filtering in BrowseLocationsDialog and modify variable type when validated 2012-10-18, by Laurent Bessard
- Fixing bug in PLCGenerator with user defined functions and standard overloaded function 2012-10-16, by Laurent Bessard
- Adding datatypes defined in ConfNode as possible function return type 2012-10-16, by Laurent Bessard
- Fix support for adjusting block size to block minimum size and to Viewer scaling 2012-10-16, by Laurent Bessard
- Added FBID variable to PY_EVAL evaluation context. FBID does identify uniquely py_eval block instance triggering execution 2012-10-15, by Edouard Tisserant
- Fixed error message occuring sometime when quitting runtime from tray menu 2012-10-06, by Edouard Tisserant
- Fix bug in RestoreLastLayout mechanism when last window size was default window size 2012-10-04, by Laurent Bessard
- Replacing text buttons by bitmap buttons for variable grid in CFileEditor 2012-10-04, by laurent
- Fix bug in generated master panel in CanFestival extension 2012-10-04, by laurent
- Fix ConfTreeNodeEditor parameters controls size on Windows 2012-10-04, by laurent
- Fixing CanFestival master and slave nodeid when generating code for PLC 2012-10-01, by laurent
- Fixing bug when spinctrl new value is changed by ConfTreeNode 2012-10-01, by laurent
- Fix description of menu entry for adding sub ConfNode to ConfNode in Project Tree 2012-10-01, by laurent
- Fix bug when modifying IEC_Channel 2012-09-23, by Laurent Bessard
- Fix unexpected warning message when adding extension to project 2012-09-23, by Laurent Bessard
- Fix scroll bug in ConfNode params panel when changing tab selection on Windows 2012-09-23, by Laurent Bessard
- Adding support for adding default configuration on opened project without any 2012-09-22, by Laurent Bessard
- Fix bug with Print functionality 2012-09-22, by laurent
- Runtime Quit should not crash when plc noyt stopped 2012-09-21, by Edouard Tisserant
- Quit runtime with SysTray icon menu should not crash anymore 2012-09-21, by Edouard Tisserant
- Fixed runtime GUI freeze when stopping PLC from the menu. Added -x 2 argument to Beremiz_service.py to restrict content of systray icon menu. 2012-09-20, by Edouard Tisserant
- Adding default sizer in main frame in default wxGlade GUI file 2012-09-13, by laurent
- Fix confnode new name format that generates an error with frame class name in wxGlade extension 2012-09-13, by laurent
- Fix bug when loading FBD schema with a loop in block connections 2012-09-13, by laurent
- Adding support for signaling that a task interval isn't well formatted 2012-09-13, by laurent
- Fix test of datatype consistency when drag'n dropping location in VariablePanel 2012-09-12, by laurent
- Fix bug with tree icons in BrowseLocationsDialog 2012-09-12, by laurent
- Fix debug of Action and Transition defined in FBD and LD using Viewer 2012-09-12, by laurent
- Fix restore project tab layout with transition and action debug tabs 2012-09-11, by laurent
- Adding transition and action in list of instances of SFC POU in PouInstanceVariablesPanel 2012-09-11, by laurent
- Fix bug in Viewer when dragging element group with control down and group contains wires connected to blocks not in group 2012-09-11, by laurent
- Fix bug in SFC function block declarations from transition and action not removed when transition or action is deleted 2012-09-11, by laurent
- Remove restriction of function block usage in SFC transitions body 2012-09-11, by laurent