Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
purr-data
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
brittney allen
purr-data
Commits
c71ac41e
Commit
c71ac41e
authored
11 years ago
by
Ivica Bukvic
Browse files
Options
Downloads
Patches
Plain Diff
aesthetic improvements of source files (courtesy of Jonathan Wilkes)
parent
1169b045
No related branches found
No related tags found
No related merge requests found
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
pd/src/g_readwrite.c
+7
-6
7 additions, 6 deletions
pd/src/g_readwrite.c
pd/src/g_rtext.c
+395
-339
395 additions, 339 deletions
pd/src/g_rtext.c
pd/src/g_text.c
+670
-536
670 additions, 536 deletions
pd/src/g_text.c
pd/src/g_toggle.c
+575
-458
575 additions, 458 deletions
pd/src/g_toggle.c
with
1647 additions
and
1339 deletions
pd/src/g_readwrite.c
+
7
−
6
View file @
c71ac41e
...
...
@@ -602,12 +602,13 @@ static void canvas_saveto(t_canvas *x, t_binbuf *b)
linetraverser_start
(
&
t
,
x
);
while
(
oc
=
linetraverser_next
(
&
t
))
{
if
(
outconnect_visible
(
oc
))
{
int
srcno
=
canvas_getindex
(
x
,
&
t
.
tr_ob
->
ob_g
);
int
sinkno
=
canvas_getindex
(
x
,
&
t
.
tr_ob2
->
ob_g
);
binbuf_addv
(
b
,
"ssiiii;"
,
gensym
(
"#X"
),
gensym
(
"connect"
),
srcno
,
t
.
tr_outno
,
sinkno
,
t
.
tr_inno
);
}
if
(
outconnect_visible
(
oc
))
{
int
srcno
=
canvas_getindex
(
x
,
&
t
.
tr_ob
->
ob_g
);
int
sinkno
=
canvas_getindex
(
x
,
&
t
.
tr_ob2
->
ob_g
);
binbuf_addv
(
b
,
"ssiiii;"
,
gensym
(
"#X"
),
gensym
(
"connect"
),
srcno
,
t
.
tr_outno
,
sinkno
,
t
.
tr_inno
);
}
}
/* unless everything is the default (as in ordinary subpatches)
print out a "coords" message to set up the coordinate systems */
...
...
This diff is collapsed.
Click to expand it.
pd/src/g_rtext.c
+
395
−
339
View file @
c71ac41e
This diff is collapsed.
Click to expand it.
pd/src/g_text.c
+
670
−
536
View file @
c71ac41e
This diff is collapsed.
Click to expand it.
pd/src/g_toggle.c
+
575
−
458
View file @
c71ac41e
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment