Log of /contributions/modules/drawing/drawing.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.25.4.1
Tue Apr 7 01:39:31 2009 UTC
(7 months, 2 weeks ago)
by
danielb
Branch:
DRUPAL-6--1
Changes since
1.25: +1 -1 lines
FILE REMOVED
Removing old files from DRUPAL-6--1 branch
Revision
1.22 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Jul 11 13:40:27 2007 UTC
(2 years, 4 months ago)
by
snufkin
Branch:
MAIN
Changes since
1.21: +97 -44 lines
Diff to
previous 1.21
cleaned up the style rendering, output only if we have definition
remade the example page, to be removed later
Revision
1.21 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Jul 9 23:44:56 2007 UTC
(2 years, 4 months ago)
by
snufkin
Branch:
MAIN
Changes since
1.20: +32 -16 lines
Diff to
previous 1.20
Completed path support, explicit and implicit path declaration.
Added text support.
Druplicon module for testing (will be removed for possible name collision) complex objects via API and file inclusion.
Revision
1.17 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Jul 7 22:05:43 2007 UTC
(2 years, 4 months ago)
by
snufkin
Branch:
MAIN
Changes since
1.16: +51 -24 lines
Diff to
previous 1.16
New geometry: line
New theme function: line, group.
Grouping objects is now working. Due to the limitation of FAPI (im unable to reach the id from the theme function) i have to find another way to style via css.
Revision
1.14 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Jun 21 23:43:40 2007 UTC
(2 years, 5 months ago)
by
snufkin
Branch:
MAIN
Changes since
1.13: +92 -24 lines
Diff to
previous 1.13
the problem is as i found, that if we don't set a content for the embedding elem
ents (<svg>, <g>), this check will not work: if (isset($content) && $content !== ''). If the embedding element _sets_ however a content in (because if passed the first if(!isset($elements['#children'])) test), then the children won't get re
ndered because their loop's entering condition is if (!isset($content) || $content === ''). This is probably circumwented in the form preparation functions, but
here it sucks.
i checked with appointing child to an ellipse => the child is not rendered.
I really need to rewrite this from scratch, its not going to work.
Revision
1.12 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Jun 20 12:53:20 2007 UTC
(2 years, 5 months ago)
by
snufkin
Branch:
MAIN
Changes since
1.11: +31 -8 lines
Diff to
previous 1.11
Experimenting with canvas theming. Starting hook_element support, drupal_render output is still nothing.
Revision
1.11 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Jun 20 11:09:26 2007 UTC
(2 years, 5 months ago)
by
snufkin
Branch:
MAIN
Changes since
1.10: +8 -5 lines
Diff to
previous 1.10
progress with the drupal_render integration. content is being generated from child elements, but for some reason it is not returned.
Revision
1.10 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Jun 20 09:45:59 2007 UTC
(2 years, 5 months ago)
by
snufkin
Branch:
MAIN
Changes since
1.9: +52 -35 lines
Diff to
previous 1.9
Theme doesn't receive the element in drupal_render. Automatic #theme filling for children of canvas has been started.
Revision
1.9 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Jun 19 23:49:15 2007 UTC
(2 years, 5 months ago)
by
snufkin
Branch:
MAIN
Changes since
1.8: +28 -12 lines
Diff to
previous 1.8
handwired some hook_forms-like functionality, to be cleaned up. drupal_retreive_canvas works now instead of direct rendering.
This should make it possible to handle more canvases on the page, using canvas_id.
Revision
1.8 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Jun 19 22:57:13 2007 UTC
(2 years, 5 months ago)
by
snufkin
Branch:
MAIN
Changes since
1.7: +9 -10 lines
Diff to
previous 1.7
changed the svg callback function's syntax to the more sensible array arguments. From here on the callback passes the whole shape array to the drawing function, which calls its elements.
unified the callbacks, now there is only one drawing_callb, which calls the toolkit AND shape dependant drawing callback.
Revision
1.5 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Jun 18 00:50:59 2007 UTC
(2 years, 5 months ago)
by
snufkin
Branch:
MAIN
Changes since
1.4: +11 -6 lines
Diff to
previous 1.4
In the middle of implementing the drawing_get_canvas engine. embedded svg on testpage yoursite.com/shapes with ff
Revision
1.4 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Jun 4 16:28:12 2007 UTC
(2 years, 5 months ago)
by
snufkin
Branch:
MAIN
Changes since
1.3: +11 -1 lines
Diff to
previous 1.3
I started to implement the rendering workflow. I think i will try to use drupal_render instead of writing my own.
Revision
1.3 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Jun 4 00:28:02 2007 UTC
(2 years, 5 months ago)
by
snufkin
Branch:
MAIN
Changes since
1.2: +44 -12 lines
Diff to
previous 1.2
Trying to adjust the API to match FAPI more. Settings page fixed.
Sending header is now SVG specific.
New rendering function, the first block on the road to DAPI.
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.