SVN messages
SVN (Subversion Version Control System) is a code management system used by developers to collaborate and track modifications of code.
April 24, 2009
-
#104 by aclight: Resize and reposition controls on CreateLayouts panel as the user resizes the panel.
October 30, 2008
-
If a user has Igor version 6.10, both graphs and tables will be displayed in the CreateLayouts panel. This display mode was supported starting with 6.10B03, so users with previous beta versions of 6.10 should upgrade or they will get undesired behavior.
July 9, 2008
-
Fixed a bug in which windows that had first been selected to be on a layout and which were then closed would still show up in the list of windows that should be added to the layout, but there was no way for the user to remove the window from that list. With this change, windows that are deleted in Igor will be removed from all lists that CreateLayouts uses internally.
October 29, 2007
-
* Added an action procedure to setvarTitle that checks the length of a title and truncates it if it is >40 characters. * Added a block of code to handle the case where a user enters an empty string as the name of a layout.
October 12, 2007
-
Added a select all and select none button to make it easy to select all or no windows to add to layout.
August 16, 2007
-
Changed requiredVersion pragma to 6.01 since the procedure file doesn't yet use any functions or operations that require Igor Pro 6.02.
August 8, 2007
-
Create Layouts: /packages/ACL_CreateLayouts/trunk/ACL_CreateLayouts.ipf 251
Window Desktops: /packages/ACL_WindowDesktops/trunk/ACL_WindowDesktops.ipf 251
Word Wrap Control Text: /packages/ACL_WordWrapControlText/trunk/ACL_WordWrapControlText.ipf 251Changed svn:eol-style property to native on all ipf files in this commit.
July 2, 2007
-
fixed frame style popup box so it starts with the proper default choice (single) and properly saves the last selected style.
June 30, 2007
-
#103: Now using AppendLayoutObject instead of AppendToLayout. * Added frame style popup menu. * Added use preferences checkbox to allow Igor layout preferences to be used.
June 25, 2007
-
Fixed a bug so that ParamChange_SelectedWindows is now called whenever ParamChange_RowCol is executed.
