Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
nerrons
purr-data
Commits
90588ed7
Commit
90588ed7
authored
Mar 18, 2017
by
Albert Gräf
Browse files
New about patch (experimental).
parent
3dd4df1f
Changes
37
Hide whitespace changes
Inline
Side-by-side
pd/doc/about/cat/CatChar_Walk-South_0019.png
0 → 100644
View file @
90588ed7
11.1 KB
pd/doc/about/cat/CatChar_Walk-South_0020.png
0 → 100644
View file @
90588ed7
11 KB
pd/doc/about/cat/CatChar_Walk-South_0021.png
0 → 100644
View file @
90588ed7
11.1 KB
pd/doc/about/cat/CatChar_Walk-South_0022.png
0 → 100644
View file @
90588ed7
10.9 KB
pd/doc/about/cat/CatChar_Walk-South_0023.png
0 → 100644
View file @
90588ed7
10.9 KB
pd/doc/about/cat/CatChar_Walk-South_0024.png
0 → 100644
View file @
90588ed7
11 KB
pd/doc/about/cat/CatChar_Walk-South_0025.png
0 → 100644
View file @
90588ed7
11 KB
pd/doc/about/cat/CatChar_Walk-South_0026.png
0 → 100644
View file @
90588ed7
11.2 KB
pd/doc/about/cat/CatChar_Walk-South_0027.png
0 → 100644
View file @
90588ed7
11.3 KB
pd/doc/about/cat/CatChar_Walk-South_0028.png
0 → 100644
View file @
90588ed7
11.4 KB
pd/doc/about/cat/CatChar_Walk-South_0029.png
0 → 100644
View file @
90588ed7
11.3 KB
pd/nw/index.js
View file @
90588ed7
...
...
@@ -695,7 +695,7 @@ function nw_create_pd_window_menus(gui, w) {
// Help sub-entries
minit
(
m
.
help
.
about
,
{
click
:
function
()
{
pdgui
.
pd_doc_open
(
"
doc/
1.manual
"
,
"
1.introduction.txt
"
);
pdgui
.
pd_doc_open
(
"
doc/
about
"
,
"
about.pd
"
);
}
});
minit
(
m
.
help
.
manual
,
{
...
...
pd/nw/pd_canvas.js
View file @
90588ed7
...
...
@@ -1525,7 +1525,7 @@ function nw_create_patch_window_menus(gui, w, name) {
// Help menu
minit
(
m
.
help
.
about
,
{
click
:
function
()
{
pdgui
.
pd_doc_open
(
"
doc/
1.manual
"
,
"
1.introduction.txt
"
);
pdgui
.
pd_doc_open
(
"
doc/
about
"
,
"
about.pd
"
);
}
});
minit
(
m
.
help
.
manual
,
{
...
...
pd/nw/pdgui.js
View file @
90588ed7
...
...
@@ -3449,7 +3449,7 @@ function gui_drawimage_new(obj_tag, file_path, canvasdir, flags) {
}
else
{
i
=
0
;
}
post
(
"
no of files:
"
+
i
);
//
post("no of files: " + i);
if
(
i
>
0
)
{
img
=
new
pd_window
.
Image
();
// create an image in the pd_window context
...
...
pd/src/g_template.c
View file @
90588ed7
...
...
@@ -7372,7 +7372,7 @@ void drawimage_size(t_drawimage *x, t_float w, t_float h)
{
x->x_w = w;
x->x_h = h;
post("w is %g and h is %g", w, h);
//
post("w is %g and h is %g", w, h);
}
static int drawimage_getindex(void *z, t_template *template, t_word *data)
...
...
pd/src/makefile.in
View file @
90588ed7
...
...
@@ -199,6 +199,7 @@ install: all
done
# kludge install of additional pd-l2ork data structures docs
cp
-rf
../doc/4.data.structures/pd-l2ork
$(DESTDIR)$(pddocdir)/4.data.structures/
cp
-rf
../doc/about
$(DESTDIR)$(pddocdir)/
# and now the rest
for
dir
in
$(shell
ls
-1
../doc/7.stuff
|
grep
-v
CVS);
do
\
echo
"installing 7.stuff/$$dir"
;
\
...
...
pd/src/makefile.mingw
View file @
90588ed7
...
...
@@ -295,6 +295,7 @@ install: all
install
-d
$(pddocdir)/4.data.structures/pd-l2ork/$$dir
;
\
install
-p
../doc/4.data.structures/pd-l2ork/$$dir/*.*
$(pddocdir)/4.data.structures/pd-l2ork/$$dir
;
\
done
cp
-rf
../doc/about
$(pddocdir)/
for
dir
in
$(shell
ls
-1
../doc/7.stuff
|
grep
-v
CVS);
do
\
echo
"installing 7.stuff/$$dir"
;
\
install
-d
$(pddocdir)/7.stuff/$$dir
;
\
...
...
Prev
1
2
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment