2012-05-14 laurent Fixed bug when registering debugged variables after transferring new PLC
2012-05-21 laurent refactoring
2012-05-19 Edouard Tisserant Fixed instances treecontrol display
2012-05-19 Edouard Tisserant Removed references to old wx without AUI
2012-05-18 laurent refactoring
2012-05-12 Edouard Tisserant fixed on quit exception dialog
2012-05-08 Edouard Tisserant refactoring
2012-05-07 Edouard Tisserant beremiz 'plugins' refactoring to 'confnode'
2012-05-04 laurent Fixing bugs with latest changesets on Windows
2012-05-04 laurent Adding support for not removing connection of blocks when changing block type
2012-05-04 laurent Removing commented code added for debugging
2012-05-03 laurent Fix bug in create POU dialog
2012-05-03 laurent Adding search field for finding function or function block in library tree
2012-05-01 laurent Adding support for saving and restoring zoom and position of editors through closing and opening tab of the same POU or POU instance
2012-04-30 laurent Fix bug in xmlclass with multiple choices in sequence
2012-04-27 laurent Adding support for automatically saving and restoring state of frame or project perspective
2012-04-26 laurent Fix bug when closing project and one editor is opened
2012-04-23 laurent Fix bug with highlighting in pragma and drag'n drop of function in TextViewer
2012-04-16 laurent Fix bug with contextual menu of group of elements
2012-04-06 laurent Fix bug on Windows with srollbars in Viewer
2012-04-01 laurent Fix cursor refresh when GraphicViewer canvas is resized
2012-04-01 laurent Improving move of elements using arrow keys in Viewer
2012-03-31 laurent Improving contextual menu in Viewer and fixing menu toolbar icons on Windows
2012-03-31 laurent Fix bugs in GraphicViewer with selection and navigation
2012-03-31 laurent Fix bug in FBDBlock when testing types of connections
2012-03-31 laurent Fix bug with DurationCellEditor value not saved when modified
2012-03-31 laurent Fix bug when grid is reset and a CellEditor is still active
2012-03-27 laurent Fix bug in debugger when transfer without having build before and and opening debug view before running PLC
2012-03-27 laurent Adding zoom and navigation in GraphicViewer and ToolBar containing basic menu items
2012-03-27 laurent Improving HitTest on Function Blocks with long names so that they only answer to click on visible parts instead of on the whole bounding box
2012-03-27 laurent Fix bug scrollbars disappear on Linux when Viewer client size is reduced
2012-03-18 laurent Fix issue losing focus on Windows when closing custom grid cell editors
2012-03-18 Edouard Tisserant Added a few shortcuts in menus
2012-03-18 laurent Fixing issues regarding control navigation in EditorPanel and CustomGrid
2012-03-18 laurent Fix bug when undo just after creating a new project element
2012-03-18 laurent Fix bug with testing data type consistency of EXPT function connections
2012-03-07 laurent Fix bug with moving and removing divergence branch
2012-02-21 laurent Fix bug variables in Debug Variable List unregistered even if they still exist in transfered program
2012-02-20 laurent Fix bug in LDViewer with MouseEvents
2012-02-19 Edouard Tisserant Enable RTC in standard FB lib
2012-02-16 laurent Fix bug in GraphicViewer when changing range while no data received
2012-02-16 laurent Adding support for not closing debug tabs and remove variable in variable debug panel if instance still exist in newly transfered program
2012-02-14 laurent Fix bug when modifying Function Block instance type without changing name
2012-02-14 laurent Adding support for preventing too much call to refresh flooding wx call stack while debugging
2012-02-14 laurent Adding error message when SFC Transition body is not well formatted (no reference to transition name)
2012-02-14 laurent Fix bug ToolTip stay on screen when double click on FunctionBlock
2012-02-14 laurent Fixed wrong time scale in debug graph display when some samples are missed
2012-02-07 laurent Fix bug with ToolTip staying on screen when compiling project with shortcut and mouse over a block
2012-02-02 laurent Fixing segmentation fault in CustomEditableListBox on Windows when clicking on an header button while a value is being edited
2012-02-02 laurent Fix issues with standard library definition of NE not extensible
2012-02-01 laurent Fix issues with standard library definition
2012-01-31 laurent Removing restriction on plugin datatypes
2012-01-31 laurent Fix bug while adding new value to enumerated datatype list of values
2012-01-31 laurent Fix bug while using 'Close project' menu and a few POUs are opened
2012-01-31 laurent Fixing segmentation fault in debug
2012-01-30 laurent Fixing ToolTip behavior and bug with INOUT interface variables in Function Blocks and adding support for display connection point between wire and connector when mouse passing over.
2012-01-25 laurent Adding support for choosing graph range in duration instead of tick number when Common_Ticktime is available
2012-01-24 laurent Fix segmentation fault happening when changing POU tab selection
2012-01-24 laurent Adding support for loading datatypes defined in plugins to allow to use them in PLC program
2012-01-17 laurent Fix bug when trying to paste POU containing utf-8 characters