- Inverting order of plugin calls in retrieve and publish 2012-02-21, by laurent
- Added support for object files as a result of PlugGenerate_C 2012-02-19, by Edouard Tisserant
- Adding support for not closing debug tabs and remove variable in variable debug panel if instance still exist in newly transfered program 2012-02-16, by laurent
- Fix bug with "Transfer" button 2012-02-16, by smarteh-dev
- Added a semaphore when starting runtime's python thread to make sure startPLC doesn't return before PLC is really initialized. 2012-02-16, by Edouard Tisserant
- Updated logger calls in debugthread. 2012-02-16, by Edouard Tisserant
- Even more robust logger, up to the really last line that comes after the rush 2012-02-16, by Edouard Tisserant
- Fixed Logger redraw problem on Windows created in previous commit 2012-02-15, by Edouard Tisserant
- More robust Logger, now resist to flooding. 2012-02-15, by Edouard Tisserant
- Fixed Win32 timer up to 1ms 2012-02-15, by Edouard Tisserant
- Merge with Edouard's Modifications 2012-02-15, by laurent
- Fix wrong panel size making strange background in topology plugin element 2012-02-15, by laurent
- Adding support for integrating CanFestival plugin panels in Beremiz main frame 2012-02-11, by smarteh-dev
- commented out noisy printf in Win32 target 2012-02-14, by Edouard Tisserant
- Adding support for integrating CanFestival plugin panels in Beremiz main frame 2012-02-09, by smarteh-dev
- Fix recent projects list not updated when creating new project 2012-02-07, by laurent
- Fix bug list of recent projects opened not updated when open project with command line 2012-02-03, by laurent
- Fix 'Transfer" button state according to last build result 2012-02-02, by laurent
- Disable 'Transfer' button when build failed 2012-02-02, by laurent
- Adding support for quickly open recent projects in file menu 2012-01-31, by laurent
- Changed GetTraceVariables results unpack to something more robust in debug thread proc. 2012-01-31, by Edouard Tisserant
- reverted temporary fix, fixed in PLCopenEditor now. 2012-01-31, by edouard
- temporary fix for debugger crash in case of high sampling rates 2012-01-30, by Edouard Tisserant
- forgoten branch now closed cherry-pick 2009-08-12, by beremiz
- Adding support for extracting Common_Ticktime from VARIABLES.csv 2012-01-25, by laurent
- Adding support for loading datatypes defined in plugins to allow to use them in PLC program 2012-01-24, by laurent
- Better name for python plugin 2012-01-23, by Edouard Tisserant
- Merging with modifications from Edouard 2012-01-17, by laurent
- Fixing bug on Windows with expanding hidden root item in location tree ctrl 2012-01-17, by laurent
- Fixing bug in c_ext plugin variable grid cells not editable 2012-01-17, by laurent
- Version bump, 1.03, splah image 2012-01-12, by Edouard Tisserant
- Version bump, 1.03 2012-01-12, by Edouard Tisserant
- Fixing bug in scrollbars and content position in Topology panel when expand and collapse elements in treectrls 2012-01-09, by laurent
- Fixing bug in displaying lines of code at the origin of matiec errors 2012-01-08, by laurent
- Fixing inverted icons for button to Minimize/Maximize plugin parameters panel 2012-01-08, by laurent
- Adding support for drag'n dropping located variables from topology panel to configurations and resources variable panel for declaring global located variables 2012-01-08, by laurent
- Fixing some issues in c_ext plugin 2011-12-21, by laurent
- Adding support for integrating Python code Editor into Beremiz frame. 2011-12-21, by laurent
- Fixing bug integrated plugin editors not closed when removing corresponding plugin 2011-12-20, by laurent
- Fixing bug when loading icons for plugin's editor tabs 2011-12-19, by laurent
- Removing multiple definition of UndoBuffer 2011-12-16, by laurent
- Moving definition of grids fonts and colours into CustomGrid 2011-12-16, by laurent
- Adding support for loading specific POUs library in LPCBeremiz 2011-12-14, by laurent
- Adding support for unifying grid table control elements 2011-12-14, by laurent
- Replacing sizers structure for locations tree by a treectrl in Topology panel in order to make refreshing of this panel faster 2011-12-09, by laurent
- Fixing bug in forcing variables in runtime debug thread 2011-12-09, by laurent
- Avoid starting Zeroconf if ip unspecified or set to localhost. Pick one interface address when given IP is 0.0.0.0 2011-11-28, by Edouard Tisserant
- converted ServicePublisher.py to unix line ending 2011-11-22, by Edouard Tisserant
- added periodic retry for zeroconf, in case network interface is not ready 2011-11-22, by Edouard Tisserant
- ServicePublisher.py was missing in previous commit 2011-11-21, by Edouard Tisserant
- Better naming of IP address related variables in Beremiz_service.py, Ignore errors that occur on shutdown in Zeroconf.py, fixed discovery dialog crash due to asynchronous call from zeroconf 2011-11-21, by Edouard Tisserant
- Fixed typo in /runtime/ServicePublisher 2011-11-20, by Edouard Tisserant
- various cleanups in /targets 2011-11-19, by Edouard Tisserant
- Fixed encoding of Beremiz_service.py 2011-11-18, by Edouard Tisserant
- Fixed file attributes on Beremiz.py and Beremiz_service.py 2011-11-18, by Edouard Tisserant
- Fixing bug that prevent to use global variables in configuration 2011-11-18, by laurent
- Fixing python plugin function block code to follow new macros defined in matiec accessor.h for setting variables 2011-11-18, by laurent
- Fixing bug preventing copy/cut/paste using shortcuts on CFileEditor text editors 2011-11-16, by laurent
- Fixing refresh of notebook tab titles after project save 2011-11-16, by laurent
- added -fPIC to satisfy X86_64 build 2011-11-16, by Edouard Tisserant