- Fixed Save As... function in Beremiz 2013-04-24, by Laurent Bessard
- Fixed unexpected scrolling when PythonEditor, TextViewer and CFileEditor get focus 2013-04-24, by Laurent Bessard
- Fixed new ConfTreeNodeEditor layout on Windows 2013-04-24, by Laurent Bessard
- Fixed PythonEditor font size 2013-04-24, by Laurent Bessard
- Added support for search in PythonEditor and IECCodeViewer 2013-04-24, by Laurent Bessard
- Fixed pattern textctrl in FindInPouDialog to get focus when dialog appear 2013-04-23, by Laurent Bessard
- Fixed ConfTreeNodeEditor layout 2013-04-23, by Laurent Bessard
- Fixed connections of block when changing block type 2013-04-23, by Laurent Bessard
- Fixed error when stopping PLC with wxglade HMI 2013-04-24, by Edouard Tisserant
- Better display of Python exceptions from Py_Eval 2013-04-24, by Edouard Tisserant
- Extended exception info from evaluator. Problems in python runtime init/cleanup code now more readable 2013-04-24, by Edouard Tisserant
- Made declaration from beremiz.h available to C pragmas in POUs. Added AtomicCompareExchange to beremiz.h 2013-04-24, by Edouard Tisserant
- Fixed inspector 2013-04-23, by Edouard Tisserant
- Fixed bug in program elements computation order in PLCGenerator 2013-04-23, by Laurent Bessard
- Fixed bug when using 'Adjust Block Size' contextual menu item on a group of selected elements 2013-04-23, by Laurent Bessard
- Fixed bug Beremiz_service process not stopped when quitting 2013-04-22, by Laurent Bessard
- Runtime now unloads and cleanup PLC before exit (created threads was preventing exit) 2013-04-19, by Edouard Tisserant
- Fixed bugs in DebugVariablePanel 2013-04-19, by Laurent Bessard
- Fixed bug in graph panel default size in DebugVariablePanel 2013-04-19, by Laurent Bessard
- Fixed refresh bug when moving selected elements 2013-04-18, by Laurent Bessard
- Fixed graph panel size when modifying DebugVariablePanel layout 2013-04-18, by Laurent Bessard
- Fixed MouseWheel behavior in DebugVariablePanel, change graph range only if CTRL is pressed 2013-04-18, by Laurent Bessard
- Fixed bug when right click on ProjectTree project item 2013-04-18, by Laurent Bessard
- Fixed bug when right click on ProjectTree project item 2013-04-18, by Laurent Bessard
- Merged 2013-04-18, by Laurent Bessard
- Fixed bug in ProjectNodeEditor when base params panel is not shown 2013-04-18, by Laurent Bessard
- Better mdns resolution failure signaling, added fixed bug whith runtime autostart 2013-04-17, by Edouard Tisserant
- Fix bug when launching Beremiz_service with autostart option and working dir doesn't contain any program 2013-04-15, by Laurent Bessard
- Clean Config Tree Node children list by type after removing one child 2013-04-15, by Laurent Bessard
- Fix bug defining string initial value using quotes 2013-04-15, by Laurent Bessard
- Fix bug when pressing left arrow key in PouInstanceVariablesPanel 2013-04-15, by Laurent Bessard
- Fix bug when creating New project in PLCOpenEditor 2013-04-15, by Laurent Bessard
- Merged 2013-04-12, by Laurent Bessard
- Fixed bug with diagram copy 2013-04-10, by Laurent Bessard
- Fixed bug when starting Beremiz_runtime.py non empty (-a) 2013-04-12, by Edouard Tisserant
- Fixed Triggering column cell choice editor, removing useless and bugging empty string option 2013-04-09, by Laurent Bessard
- Fixed LogConsole not cleared when building several times 2013-04-09, by Laurent Bessard
- Fixed resource editing, removing definition of more than one resource and deletion of last resource defined 2013-04-09, by Laurent Bessard
- Fix bug when linking failed and trying to rebuild 2013-04-09, by Laurent Bessard
- Fixed bug when connecting and URI_location is empty 2013-04-09, by Laurent Bessard
- Fixed bug when importing NodeEditorTemplate 2013-04-06, by Laurent Bessard
- Fixed bug log viewer not scrolling when clicking on +1s and +1m when time between 2 message is greater than 1s or 1m 2013-04-06, by Laurent Bessard
- Fixed bug when closing Beremiz 2013-04-05, by Laurent Bessard
- Merged 2013-04-05, by Laurent Bessard
- Fixed bug when setting empty value to optional non-string parameters 2013-04-05, by Laurent Bessard
- Fixed bug with variable panel in project configuration editor 2013-04-05, by Laurent Bessard
- Fixed LogConsole: set read only, enabled copy selected text with CTRL+C and primary selection 2013-04-05, by Laurent Bessard
- Now python files provided by extentions have init, start, stop and cleanup hooks 2013-04-04, by Edouard Tisserant
- More VAR_GLOBAL related tests in tests/python 2013-04-04, by Edouard Tisserant
- Fixed warning with LogMessage 2013-03-29, by Edouard Tisserant
- Fixed bug when transferring New PLC to a non-empty pyro connector 2013-03-28, by Laurent Bessard
- Fixed typo in IDEFrame OnProjectTreeRightUp method 2013-03-28, by Laurent Bessard
- Fixed bug in VariablePanel when editing project single configuration variables 2013-03-28, by Laurent Bessard
- Fixed bugs in DebugVariablePanel when matplotlib not installed 2013-03-27, by Laurent Bessard
- Added automatic line wrapping to log console 2013-03-27, by Laurent Bessard
- Fixed PLC status not translated in status bar when connected 2013-03-27, by Laurent Bessard
- Updated internationalization french translations 2013-03-26, by Laurent Bessard
- Added support in LocationCellEditor for locations with undefined direction 2013-03-26, by Laurent Bessard
- Fixed CanFestival extension, adding CANOpen entries in BrowseLocationsDialog 2013-03-26, by Laurent Bessard
- LogMessage string pointer now char* instead of uint8_t* 2013-03-26, by Edouard Tisserant
- Added beremiz.h header file for extensions 2013-03-26, by Edouard Tisserant
- Added support for StatusBar 2013-03-26, by Laurent Bessard
- Replaced LogConsole TextCtrl by StyledTextCtrl 2013-03-26, by Laurent Bessard
- Merged 2013-03-24, by Laurent Bessard
- Reduced message line size in Log Viewer 2013-03-22, by Laurent Bessard
- Fixed typo in copy_to_log 2013-03-22, by Edouard Tisserant
- Extended LogCursor attributes 2013-03-22, by Edouard Tisserant
- Inverted Console and LogViewer tabs in bottom Notebook 2013-03-22, by Laurent Bessard
- Improved Log Viewer functionalities 2013-03-22, by Laurent Bessard
- Fixed pulling of PLC status and log count 2013-03-21, by Laurent Bessard
- Fixed cast in target code to remove void* arithmetic warning 2013-03-21, by Edouard Tisserant
- Fixed bug on variables with empty name in VariablePanel can't be edited 2013-03-20, by Laurent Bessard
- Fixed bug editors empty after being opened 2013-03-17, by Laurent Bessard
- Reduced flicker on LogViewer and DebugGraphPanel on Windows 2013-03-15, by Laurent Bessard
- Improved graphics of LogViewer scrollbar to be anti-aliased 2013-03-15, by Laurent Bessard
- Fixed LogViewer with improvements 2013-03-15, by Laurent Bessard
- Re-organized C code templates for plc_main. Moved logging out of plc_debug. Factorized redundant _common_ticktime external declaration 2013-03-15, by Edouard Tisserant
- Fixed bugs with new buttons on Windows 2013-03-15, by Laurent Bessard
- Replaced left ugly buttons in LogViewer by custom buttons inside MessagePanel 2013-03-15, by Laurent Bessard
- Added support in LogViewer for scrolling using relative timestamp 2013-03-14, by Laurent Bessard
- Fixed LogViewer scrollbar and scroll methods 2013-03-14, by Laurent Bessard
- Completely removed restore perspective and project layout process 2013-03-14, by Laurent Bessard
- Fixed conflicting icon names on Windows 2013-03-13, by Laurent Bessard
- Added LogViewer panel in bottom notebook 2013-03-13, by Laurent Bessard
- RC3 1.1 Korean release 2013-03-13, by Edouard Tisserant
- re-fixed CanFestival support... 2013-03-13, by Edouard Tisserant
- Merged 2013-03-11, by Laurent Bessard
- Fixed canfestival extension for LPCManager 2013-03-11, by Laurent Bessard
- Disabled project layout saving and restoring 2013-03-11, by Laurent Bessard
- Redirect PyEval exceptions to logging 2013-03-11, by Edouard Tisserant
- reverted PLCObject.py. ctypes.POINTER(ctypes.c_uint8) != string 2013-03-11, by Edouard Tisserant
- Disabled project layout saving and restoring 2013-03-10, by Laurent Bessard
- Fix warning with LogMessage function 2013-03-08, by Laurent Bessard
- RC2 1.1 Korean release 2013-03-07, by Edouard Tisserant
- Added support for extension custom contextual add menu 2013-03-06, by Laurent Bessard
- Fixed bug when ST/IL code contains non-ascii characters (in comment) and modifying variable name 2013-03-06, by Laurent Bessard
- Fixed test identifier function 2013-03-06, by Laurent Bessard
- merge 2013-03-06, by Edouard Tisserant
- Merged 2013-03-05, by Laurent Bessard
- Fix bug on Windows when drag'n dropping variable to DebugVariablePanel, panel not refreshed 2013-03-05, by Laurent Bessard
- Fix row selection in CustomGrid 2013-03-05, by Laurent Bessard
- Cleanup in canfestival plugin. No more meaningless default values. 2013-03-06, by Edouard Tisserant
- Python shell and wx inspector now both available even when PLC not started 2013-03-06, by Edouard Tisserant
- Added CWD to ProcessLogger, and make sure local runtime have CWD setup correctly 2013-03-06, by Edouard Tisserant
- CanFestival plugin now sends driver as extra file to runtime if matching target. Helps on windows to resolve DLL 2013-03-05, by Edouard Tisserant
- Fixed 'python shell' failure from runtime tray icon menu in some case, when PLC init failed 2013-03-05, by Edouard Tisserant
- More ignored files in .hgignore 2013-03-04, by Edouard Tisserant
- Made logging compatible with windows API 2013-03-04, by Edouard Tisserant
- Fixed dead code in c_ext, and updated test accordingly 2013-03-04, by Edouard Tisserant
- Fixed bug when drag'n dropping variables from left panel 2013-02-28, by Laurent Bessard
- Extracted FolderTree control from FileManagementPanel to be able to use it anywhere else 2013-02-27, by Laurent Bessard
- Fixed bug when closing Beremiz and grid editor is shown on Windows 2013-02-27, by Laurent Bessard
- Fixed SFC keyword definition 2013-02-27, by Laurent Bessard
- Fix semantic error while compiling project including canfestival extension instances 2013-02-27, by Laurent Bessard
- Fix bugs in DataTypeEditor 2013-02-27, by Laurent Bessard
- Fix bug on Windows with wxPaintDC 2013-02-27, by Laurent Bessard
- Added support for drag'n dropping non-numeric variables 2013-02-26, by Laurent Bessard
- Introduce Beremiz Native POU library. Now LOGGER POU is part of Beremiz' native POU library 2013-02-26, by Edouard Tisserant
- Fixed panels displaying non-numeric variables in DebugVariablePanel 2013-02-26, by Laurent Bessard
- Fixed bug with LastRefreshTimer when closing debug viewer 2013-02-26, by Laurent Bessard