Skip to content

Commit 9c09a0f

Browse files
committed
This stuff hasn't been commited for too long
1 parent 7a9e7e4 commit 9c09a0f

File tree

2,663 files changed

+15867
-782724
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,663 files changed

+15867
-782724
lines changed

INSTALL.txt

Whitespace-only changes.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# WireIt
22

3-
WireIt is an open-source javascript library to create web wirable interfaces for dataflow applications, visual programming languages, graphical modeling, or graph editors.
3+
Y.WireIt is an open-source javascript library to create web wirable interfaces for dataflow applications, visual programming languages, graphical modeling, or graph editors.
44

55
* Project home page
66
<http://neyric.github.com/wireit/>
@@ -15,7 +15,7 @@ WireIt is an open-source javascript library to create web wirable interfaces for
1515
<http://github.com/neyric/wireit/issues>
1616

1717
* Blog
18-
<http://javascript.neyric.com/blog/category/wireit/>
18+
<http://neyric.com/category/wireit/>
1919

2020
Wireit is distributed under a BSD license
2121
<http://neyric.github.com/wireit/license.txt>

VERSION.txt

Lines changed: 2 additions & 183 deletions
Original file line numberDiff line numberDiff line change
@@ -2,190 +2,9 @@
22
To get the latest version, please visit http://neyric.github.com/wireit
33
---------------------------------------------------------------------------
44

5-
Version 0.6.0
6-
Not released yet
5+
Version 1.0.0a
76

87
Changeset:
98

10-
* General
11-
* Splitting the WireIt core classes & plugins into separate folders
12-
* change default options settings for Containers, Wires, Terminals, ...
13-
The default options are now in the classe prototypes, which is easier to override
14-
* upgrading to inputEx 0.7.0 (now in the "inputex" plugin)
15-
* upgrading to YUI 2.8.2r1
16-
* Moving images and css into "assets"
9+
* Moving to YUI 3
1710

18-
* Wires enhancements
19-
* Adding labels for Wires
20-
* the "drawingMethod" has been removed from the Wire options. Use the xtype instead.
21-
22-
* Containers enhancements
23-
* Bug fix: DDResize on containers redraw wires
24-
* Position constrained to (0,0) minimum
25-
* Fix FormContainer terminals positioning if the fieldset is collapsed
26-
27-
* Adding 3 Containers :
28-
* CanvasContainer : uses a canvas tag to render a container
29-
* EllipseLabelContainer : inherits the CanvasContainer to draw an ellipse
30-
* RectLabelContainer : Simple rect container with editable label
31-
32-
* Layer enhancements
33-
* Export wires properties in getWiring method
34-
35-
* editor plugin
36-
* AccordionView on left panel for module categories
37-
* Toolbar positionning
38-
* ModuleProxy.js into its own file
39-
* WiringEditor now inherits from BaseEditor, which wraps general full-page editor functionnality
40-
* Example for a non-fullscreen editor
41-
* Don't save/load the wiring JSON as a string, let the adapter handle it
42-
* fix CSS class-name issue if module name contains spaces
43-
* adding a CSS class name for the category
44-
45-
* Added "composable" plugin
46-
* Usage is demonstrated in the "jsBox" example
47-
48-
* Added "grouping" plugin
49-
50-
----------------------------------------------------
51-
52-
Version 0.5.0
53-
August 10, 2009
54-
55-
Changeset:
56-
57-
* WiringEditor:
58-
* AccordionView on right panel
59-
* filter box in load panel
60-
* alert panel
61-
* Autoload: example, http://myhost.com/editor/?autoload=myWiring autoloads the "myWiring" layout
62-
* Adapters: (removed the complicated SMD & YUI-RPC stuff)
63-
* JSON-RPC (the old adapter)
64-
* Gears (if no backend usable)
65-
* Ajax adapter - configurable XHR calls. Can be configured to do REST or something else...
66-
* propertiesFields default value (becomes optional)
67-
* saved status indicator + confirmation
68-
* rollup file wiring-editor-min.js (includes some inputEx and yui-accordionview)
69-
70-
* WireIt Guide
71-
* InOutContainer
72-
73-
* Layer.onChangeEvt
74-
* Show only one scissor at a time
75-
* Spring Layout (experimental) (+examples)
76-
* Wire mouse events (experimental) (+examples)
77-
* Added drawing method 'bezierArrows' (experimental)
78-
79-
* Move issues/bug tracker to github
80-
81-
Bugfixes:
82-
* WiringEditor: Containers were mispositionned when the layer was scrolled
83-
* Wire positioning for wirables fields in FormContainer
84-
* Updating Excanvas to R3 - now works in IE8
85-
86-
----------------------------------------------------
87-
88-
Version 0.4.0
89-
May 17, 2009
90-
91-
Changeset:
92-
93-
* Installation instructions
94-
* WiringEditor:
95-
- base example
96-
- logicGates example
97-
- jsBox example
98-
* inputEx FormContainer: create a container from an inputEx field definition
99-
* inputEx wirable option: make the inputEx fields wirable
100-
* LayerMap leave beta (indicate visible region, move layer on click)
101-
102-
* Terminal position switched to {top: , left: , right: , bottom: }
103-
* new options:
104-
- TerminalProxy.proxySize (default 10) size of the proxy element
105-
- Terminal.alwaysSrc : make this terminal the src element in every wires
106-
- Container.preventSelfWiring : prevent to connect 2 terminals of the same container
107-
108-
* New demo
109-
* Switching to git repository (http://github.com/neyric/wireit/)
110-
* Switching issue tracking
111-
* Documentation with YUI Doc
112-
* Bugfixes for IE
113-
114-
115-
116-
-----------------------------------------------------
117-
118-
Version 0.3.0
119-
october 12, 2008
120-
121-
Changeset:
122-
123-
* Layer: added "clear" and "setWiring" methods
124-
* "typed" terminals examples (see presentation)
125-
* LayerMap (beta): a canvas minimap for the layer
126-
* Add new drawing methods for drawing wires (straight, arrows, bezier)
127-
* indexOf and compact methods not extending Array.prototype anymore
128-
* Create a CanvasElement class (wrap cross-browser issues for canvas tags, Wire will inherit it)
129-
* Scissors class to handle the scissors widget
130-
* Cleaner CSS
131-
* Changed terminal images (copyright issues)
132-
* Correct the positioning issues
133-
134-
135-
-----------------------------------------------------
136-
137-
Version 0.2.1
138-
january 26, 2008
139-
140-
Changeset:
141-
142-
- new Layer.getWiring function to save the state of the wiring. It can be customized by overriding Container.getConfig
143-
- jsBox updated to use the Layer.getWiring function
144-
- no default width for containers so they can auto-adjust to the content
145-
146-
- Layer.addContainer and Layer.addWire now returns the created instance
147-
- Added the method Container.redrawAllWires and Terminal.redrawAllWires
148-
- Added Layer.removeAllContainers
149-
150-
- adds a "body" div to the container
151-
- CSS updates on Containers and Layers
152-
- adds a focus CSS class on the last mousedown-ed container in the layer
153-
154-
- bugfixes (events "addWire" and "removeWire" added to WireIt.Layer, offset in the connections)
155-
156-
-----------------------------------------------------
157-
158-
Version 0.2.0
159-
january 4, 2008
160-
161-
Changeset:
162-
- Added YUI custom events for terminal interactions
163-
- new method Wire.getOtherTerminal(terminal)
164-
- new method Terminal.getConnectedTerminals()
165-
- new class WireIt.Container
166-
- new class WireIt.Layer
167-
- new class WireIt.util.DDResize (helper for WireIt.Container)
168-
- customable CSS class names
169-
- minified version (18k)
170-
- WireIt.BoxIO has been removed (use WireIt.Container instead)
171-
- use YUI 2.4.1
172-
173-
-----------------------------------------------------
174-
175-
Version 0.1.1
176-
december 17, 2007
177-
178-
Changeset:
179-
- Fixing images copyright
180-
181-
-----------------------------------------------------
182-
183-
Version 0.1
184-
december 6, 2007
185-
186-
Changeset:
187-
- First version of the library
188-
- Implements wires in all major browser
189-
- Terminals
190-
- BoxIO
191-
- wrappers for YAHOO.util.Anim et YAHOO.util.DD

api/Anim.js.html

Lines changed: 0 additions & 166 deletions
This file was deleted.

0 commit comments

Comments
 (0)