JGraph Layout Pro 1.1 (Default branch)JGraph Layout Pro 1.1 (Default branch)JGraph Layout Pro 1.1 (Default branch) 04/06/2005 09:59 AM
Changes: Three new layouts have been added: annealing, inverted self-organizing map, and Fruchterman-Reingold. Extra options on the facade were added to ignore unconnected cells and to ignore hidden cells. A number of highly optimized graph algebra methods were added, as well as a layout progress bar and a compound layout class that wraps any number of other layouts. This is a GrokNews Entry: (what is grok?)JGraph Layout Pro 1.1 (Default branch)Grok Headline matches for JGraph Layout Pro 1.1 (Default branch)JGraph 5.5.3 (Default branch)JGraph 5.5.3 (Default branch) 06/22/2005 02:27 AM License: GNU Lesser General Public License (LGPL) Changes: The main JGraph class now has switches named moveIntoGroups and moveOutOfGroups that enable drag and drop of cells in and out of group cells. The getImage method was added to make the creation of images of JGraphs easier. A selection of helper methods were added and a number of minor bugs were fixed. GraphModel.getValue was added and DefaultGraphModel.getUserObject was deprecated. JGraph 5.4.6 (For Java 1.3 branch)JGraph 5.4.6 (For Java 1.3 branch) 04/12/2005 11:54 PM Changes: Since the JGraph API has been frozen in the 5.4.x series for stability, the first review of many of the JavaDocs was undertaken. All warnings were removed and various corrections and updates made. A error where the zero length between the ports went into a calculation as the divisor if the source and target ports of an edge were the same port was fixed by changing it to simply return the label position as being on the port. The GraphLayoutCache.createNestedMap helper method was added and AbstractCellView was changed so that it clones cell attributes in the refresh method. JGraph 5.4.4 (For Java 1.3 branch)JGraph 5.4.4 (For Java 1.3 branch) 03/28/2005 08:10 PM Changes: This release adds new helper methods in GraphLayoutCache and GraphConstants, improves edge renderer performance, fixes bugs in BasicGraphUI.MouseHandler and GraphEd.connect, and adds a graph parameter in BasicMarqueeHandler.paint and overview. JGraph 5.4.5 (For Java 1.4 branch)JGraph 5.4.5 (For Java 1.4 branch) 04/06/2005 09:59 AM Changes: A bug in the edge handle has been fixed to correct handling of model callbacks and placement of labels on scaled graphs. An initial label bounds for extra labels is now set, and a new helper method to has been added to the JGraph class. DefaultEdge.clone now copies over the references to the source and target port, whereas previously it just assigned the references null. JGraph 5.4.7 (For Java 1.3 branch)JGraph 5.4.7 (For Java 1.3 branch) 04/19/2005 11:34 AM Changes: Another review of the javadocs has been made on the frozen 5.4.x API. Various changes have been made to resolve issues with edges whose source and target are ports on the same vertex. Labels on such edges can now be moved, and the routing functionality has been corrected. PortView.getLocation now has an additional parameter to support these changes, but no methods have been removed from the API. JGraph 5.4.4 (For Java 1.4 branch)JGraph 5.4.4 (For Java 1.4 branch) 03/30/2005 06:55 AM Changes: This release adds new helper methods in GraphLayoutCache and GraphConstants, improves edge renderer performance, fixes bugs in BasicGraphUI.MouseHandler and GraphEd.connect, and adds a graph parameter in BasicMarqueeHandler.paint and overview. JGraph 5.4.6 (For Java 1.4 branch)JGraph 5.4.6 (For Java 1.4 branch) 04/13/2005 11:35 AM Changes: Since the JGraph API has been frozen in the 5.4.x series for stability, the first review of many of the JavaDocs was undertaken. All warnings were removed, and various corrections and updates were made. A error where the zero length between the ports went into a calculation as the divisor if the source and target ports of an edge were the same port was fixed by changing it to simply return the label position as being on the port. The GraphLayoutCache.createNestedMap helper method was added, and AbstractCellView was changed so that it clones cell attributes in the refresh method. Liquid Layout vs Fixed LayoutLiquid Layout vs Fixed Layout 10/08/2002 07:09 AM Do users tend to use the back button more on fixed layouts? JGraph 5.3 (For Java 1.4)JGraph 5.3 (For Java 1.4) 01/04/2005 04:08 AM A freely available graph component for Swing. JGraph 3.4.1 (For Java 1.3)JGraph 3.4.1 (For Java 1.3) 05/12/2004 03:57 AM A freely available graph component for Swing. JGraph 5.3 (For Java 1.3)JGraph 5.3 (For Java 1.3) 01/03/2005 06:27 AM A freely available graph component for Swing. JGraph 3.1 releasedJGraph 3.1 released 01/16/2004 11:05 AM JGraph is the most powerful, lightweight, feature-rich, and thoroughly documented open-source graph component available for Java. It is accompanied by JGraphpad, the first free diagram editor for Java that offers XML, Drag and Drop and much more! Changes in this release include: Ant-based build environment. BSD-style license. A series of bug fixes and minor API changes. JGraph 5.0 (For Java 1.3)JGraph 5.0 (For Java 1.3) 07/10/2004 10:11 AM A freely available graph component for Swing. JGraph 3.3 (For Java 1.4)JGraph 3.3 (For Java 1.4) 04/28/2004 03:18 AM A freely available graph component for Swing. JGraph 5.0.2 (For Java 1.3)JGraph 5.0.2 (For Java 1.3) 09/16/2004 07:01 AM A freely available graph component for Swing. JGraph 4.0 (For Java 1.4)JGraph 4.0 (For Java 1.4) 05/26/2004 02:41 AM A freely available graph component for Swing. JGraph Geneva (v2.1) releasedJGraph Geneva (v2.1) released 03/19/2003 10:44 PM JGraph is the most powerful, lightweight, feature-rich, and thoroughly documented open-source graph component available for Java. It is accompanied by JGraphpad, the first free diagram editor for Java that offers XML, Drag and Drop and much more! Moved all GraphCell dependencies to the GraphModel, added multiple grid styles, new font attribute, and the API is now ready for combined port/vertex cells. Bug fixes include improved live-preview, better zoom/grid integration, handling of negative coordinates, and minor bug fixes. Java 1.4 is the default version. JGraph Valencia (v1.0.7) releasedJGraph Valencia (v1.0.7) released 01/05/2003 05:14 PM JGraph is the most powerful, lightweight, feature-rich, and thoroughly documented open-source graph component available for Java. It is accompanied by JGraphpad, the first free diagram editor for Java that offers XML, Drag and Drop and much more. This release has a complete new website and contains bug fixes. Bug fixes include: DefaultGraphSelectionModel.CellPlaceHolder is now a protected inner class with public accessors, DefaultGraphCell's getChildren method never returns null, SizeHandle/RootHandle double buffer members are now protected, Dependency between isMoveable, isAutosize and isSizeable was removed, Focus argument and childrenSelected are handled separately by renderer, Focused cell's highlight color is different from other selected cells. JGraph Paris (v3.4) releasedJGraph Paris (v3.4) released 05/04/2004 06:17 PM This release can handle overlapping edges, and has static inner handles for better subclassing. Among other minor API changes some control methods were moved to the handles. JGraph is the most powerful, lightweight, feature-rich, and thoroughly documented open-source graph component available for Java. It is accompanied by JGraphpad, the first free diagram editor for Java that offers XML, Drag and Drop and much more! JGraph Diagram ComponentJGraph Diagram Component 04/24/2004 03:49 PM JGraph Zurich (v3.3) Released nut 10.17 (Default branch)nut 10.17 (Default branch) 04/03/2005 07:54 AM Changes: This release corrects the formatting of the man page and restores the correct alpha-linolenic acid reference value, which was too low in the last release. qGo 1.0.1 (Default branch)qGo 1.0.1 (Default branch) 03/31/2005 07:22 AM Changes: IGS rooms and better handling of GNUgo. XC-AST 0.6.1 (Default branch)XC-AST 0.6.1 (Default branch) 02/05/2005 09:34 PM Changes: This release mixes new features and many small bugfixes. In the real time monitoring, it's now possible to see in real time calls being transfered and the extensions. The agent logon status is now shown on the agent's page. It is now possible to configure how much data is read for each realtime agent page reload. A bug which computing real time analysis with people transferring calls has been fixed. The queue definition field has been enlarged. You can optionally add a key to a queue definition. All data being written is now white-trimmed. You now have to define at least an agent for each queue. CK-ERP 0.12.1 (Default branch)CK-ERP 0.12.1 (Default branch) 04/06/2005 02:28 AM CK-ERP is an ERP system for use by SMEs. Its features include accounting ledger, accounts payable, accounts receivable, purchase order, sales order, quotation, POS, human resources, payroll, contact management, CRM, and vendor relationship. It operates as modules running atop phpGroupWare and is an extension of CK-Ledger. Changes: In this version, a new contact infrastructure was implemented in the HR modules. nut 10.16 (Default branch)nut 10.16 (Default branch) 03/23/2005 04:56 PM Changes: This release fixes a segfault that occurs when analyzing added and subtracted foods that total zero calories. R 2.1.0 (Default branch)R 2.1.0 (Default branch) 04/18/2005 12:51 PM Changes: The most important changes are probably support for UTF-8 encodings and internationalization, including (partial) translations of menus, warnings, and error messages to Chinese, German, Italian, Japanese, Portugese, and Russian. im-ja 1.4 (Default branch)im-ja 1.4 (Default branch) 04/12/2005 05:18 PM Changes: Changes include compose sequence and system tray support in addition to some minor fixes. g4u 2.1 (Default branch)g4u 2.1 (Default branch) 06/22/2005 02:25 AM License: BSD License (original) Changes: Serial drivers were added again for those people that need serial console. Support for IT Express and ATI IXP IDE and Promise SATA150 controllers was added. Many bugfixes and enhancements were taken from NetBSD-current, including EHCI-based USB improvements. "dmesg" now hints at pressing space/CR to scroll down. Wi.Ser 0.6.9 (Default branch)Wi.Ser 0.6.9 (Default branch) 04/05/2005 05:35 PM Changes: This release includes a template pool to speed up HTML rendering. A CSS class can be set for all Web Widgets. A bug in the color settings method of forms has been fixed. New tags for additional widget properties are available within the GUI builder. A fix in the listBox HTML template for Mozilla is included, and the GPL version comes with a build.xml to integrate into the full distribution again. ANA-MP 0.9.7.4 (Default branch)ANA-MP 0.9.7.4 (Default branch) 04/05/2005 06:49 PM ANA-MP is a player for music files (modules) in the .MOD, .XM, and .S3M formats. It runs on any platform with a Java 1.3 implementation, and can be used as a library for playing music in games or demos. Changes: This release makes the player API much easier to use and understand. Several simple code examples of how to create command line or applet based module players have been added. bdb 0.2.6 (Default branch)bdb 0.2.6 (Default branch) 03/22/2005 03:52 PM XQF 1.0.3 (Default branch)XQF 1.0.3 (Default branch) 04/06/2005 02:28 AM Changes: This release adds support for Half-Life 2 under Wine and has a new improved look using GTK2 colors and the Raleigh theme (if available). A new command line option to disable map scanning is available, along with various fixes such as UT2004 and Doom 3 master support, Quake 2 password saving, Q1/QW/Q2 skin list updating, and improved GTK2 support. XC-AST 0.8.1 (Default branch)XC-AST 0.8.1 (Default branch) 03/22/2005 03:52 PM Changes: This release features Caller*ID area analysis. It is now possible to see the distribution of taken and lost calls by area code (selectable in the number of digits). It is now possible to set the default start hour, end hour, and time period in the configuration file. The default analysis takes data from 8 to 18 during the last 7 days. SID-IDS 0.4.1 (Default branch)SID-IDS 0.4.1 (Default branch) 02/07/2005 01:18 AM Changes: This release comprises packaging support for Debian systems with 2.6 kernels. A binary Debian SID kernel package for 2.6 kernels is also included (though it will probably only work with kernel version 2.6.8-1-386 #1). lvs-rrd v0.6 (Default branch)lvs-rrd v0.6 (Default branch) 04/08/2005 06:05 PM Changes: This release adds support for specifying the protocol (tcp|udp). A verbose option has been added, and a small change to the PHP page has been made. OSS 3.99.2c (Default branch)OSS 3.99.2c (Default branch) 03/23/2005 07:00 PM OSS provides sound card drivers for most popular sound cards under Linux, *BSD, Solaris, UnixWare, OpenServer, AIX, HPUX, LynxOS, VxWorks, and Tru64. These drivers support digital audio, MIDI, synthesizers, and mixers found on sound cards. These sound drivers comply with the Open Sound System API specification. OSS provides a user-friendly GUI which makes the installation of sound drivers and configuration of sound cards very simple. It supports over 200 brand name sound cards, and provides automatic sound card detection, Plug-n-Play support, support for PCI audio soundcards, and support for full duplex audio. Changes: Fixes were made for Envy24 memory allocation under BSD. Fixes were made for LynxTWO drivers for Linux. Fixes were made to the audio core for nonblocking support for BSD. BRL-CAD 7.2.2 (Default branch)BRL-CAD 7.2.2 (Default branch) 04/03/2005 07:41 PM Changes: An rtedge/rtwizard background render failure bug has been fixed. An rttherm previous results interference bug has been fixed. An aborted benchmark summary bug has been fixed. The irprep 'display' tool has been renamed to 'showtherm'. An XInputExtension warning on mged startup has been quelled. The object name is output when the root solver fails to converge. Non-square window mged illumination selection has been fixed. AAF SDK 1.1.0 (Default branch)AAF SDK 1.1.0 (Default branch) 04/15/2005 03:24 PM Changes: Major new APIs to support 1.1 of the AAF specification. Several APIs have been extended, and there are many bugfixes to existing APIs and plugin codecs. The codecs DV (within the CDCI codec) and PCM, including the BWF container, have been added. The 2GB filesize limit found on some platforms has been fixed. New utilities: aafextract, aaf2xtl, aafdump. Support for the x86_64 target and UTF-8 filenames has been added. libgsf has been added to available Structured Storage implementations. The plugin loading search path has been fixed to be consistent across all platforms. SoC GDS 5.5.0 (Default branch)SoC GDS 5.5.0 (Default branch) 03/30/2005 06:14 PM Changes: This release provides extended management of technology files through design kits and Cadence techfile compatibility; LEF reading, validation and display; and hierarchical LEF/GDSII comparison as well as DRC annotation display. Grok Description matches for JGraph Layout Pro 1.1 (Default branch) GrokA matches for JGraph Layout Pro 1.1 (Default branch) How to Conceive a LayoutHow to Conceive a Layout 12/16/2003 05:20 PM I don't normally respond to CSS help requests, instead referring the asker to the css-discuss mailing list. It's mainly a time issue, but I'm also of the opinion that you can't learn if you have someone else doing it for... .NET Layout Manager.NET Layout Manager 03/15/2003 08:27 AM 0.2 Beta 1 released CSS layout creatorCSS layout creator 11/14/2003 02:22 AM CssCreator csscreator.com/version2/pagelayout.php Spit-not-so, or What's in the Layout?Spit-not-so, or What's in the Layout? 12/19/2003 11:54 AM Webmin Navigation and Layout 0.30Webmin Navigation and Layout 0.30 12/21/2003 03:47 AM A theme for Webmin. Layout Ultimate 2004Layout Ultimate 2004 06/25/2004 02:11 AM Announcing Layout Ultimate 2004 Keep 'em separated: Layout and markup.Keep 'em separated: Layout and markup. 10/28/2003 11:06 PM So, my idea was to follow the nice development models that often exist at a platform level in UI architecture and apply them to the view components of a design pattern - particularly with an focus on extensibility. But I... How to Create a Frames Layout with CSSHow to Create a Frames Layout with CSS 06/05/2005 11:48 PM By far the most sought after use of CSS is to emulate the dated html 'frame' layout, whereby the header, navigation and footer stay on screen at all times and the content area will scroll. This week, you'll learn how to all these things with CSS. By Stu Nicholls. 0426 The kitchen design & layoutThe kitchen design & layout 03/13/2003 10:23 AM Here is a quick preview of the kitchens design and layout. The complete kitchen was ordered yesterday, and will be delivered tomorrow.. There are a couple of changes, which hasn't been updated to this drawing. Will get back to that... Log-Log4perl-Layout-XMLLayout-0.02Log-Log4perl-Layout-XMLLayout-0.02 03/27/2005 05:36 PM Software Review: Layout Master 1.1Software Review: Layout Master 1.1 07/22/2004 08:04 AM Creating a layout with CSS can be quite complicated. And even though some WYSIWYG HTML editors offer visual authoring, many Web designers prefer to code by hand. Layout Master 1.1 is a powerful editing tool designed to help remedy that problem. By Lee Underwood. 0722 Printer Friendly Layout TheoryPrinter Friendly Layout Theory 09/22/2002 06:15 PM Designing pages with the printer in mind. Beta: Eagle Layout EditorBeta: Eagle Layout Editor 05/28/2004 11:10 AM CadSoft released a first Mac OS X beta-test version of its Eagle Layout Editor, a tool for designing printed circuit boards. Dvorak international keyboard layout for
|
Also check out: |