================================================================================ Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ================================================================================ Release notes for Pivot 1.4: New Features ------------ - Complete TextArea (PIVOT-16) - Add orientation to Meter component (PIVOT-26) - Add orientation to Slider component (PIVOT-27) - Add support for Meter#text property in TerraMeterSkin (PIVOT-33) - implement a color chooser widget (PIVOT-77) - baseline alignment in layout (PIVOT-99) - Add a GridPane container (PIVOT-227) - Double-clicking on a table view header's column-resize area should size the column to fit (PIVOT-248) - Add support for declaring event handlers in WTKX attributes (PIVOT-274) - DesktopApplicationContext should remember its screen location and size (PIVOT-289) - Add hit detection to drawing primitives (PIVOT-295) - Make component editors fire events (PIVOT-299) - Add DisabledCheckmarkFilter to TreeView and ListView (PIVOT-303) - Add an "automationID" property to Component (PIVOT-307) - Add support for OS-specific keyboard modifiers and menu separators (PIVOT-309) - Addition of minimum and maximum width constraint for TableView columns. (PIVOT-314) - Add a "variableRowHeight" style to TerraTableViewSkin (PIVOT-320) - Add a hideDisabledFiles:boolean style to TerraFileBrowserSkin & TerraFileBrowserSheetSkin (PIVOT-321) - Add a org.apache.pivot.util.Time class (PIVOT-328) - Support stroke property in Text shape (PIVOT-334) - Add XPath support to XMLSerializer (PIVOT-341) - Add native XML support (PIVOT-358) - Add "showEmptyBranchControls" style to TerraTreeViewSkin (PIVOT-370) Improvements ------------ - Optimize LabelSkin#paint(Graphics2D) (PIVOT-103) - pivot/wtk/ApplicationContext.java:1201 ApplicationContext.resourceCache is or uses a map or set of URLs, which can be a performance hog (PIVOT-132) - Add bounds checks on skin styles (PIVOT-173) - Revisit TextInput/TerraTextInputSkin implementation (PIVOT-233) - Add resizing support to TerraSheetSkin (PIVOT-234) - Complete tutorial documentation (PIVOT-235) - SplitPane's resize weight should be configurable (PIVOT-236) - Create new ButtonGroup class that implements org.apache.pivot.collections.Group and Iterable