Update of /cvsroot/pure-data/pd/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6353
Modified Files:
Tag: desiredata
desire.tk defaults.ddrc TODO
Log Message:
moved -console to client prefs editor
Index: defaults.ddrc
===================================================================
RCS file: /cvsroot/pure-data/pd/src/Attic/defaults.ddrc,v
retrieving revision 1.1.2.10.2.7
retrieving revision 1.1.2.10.2.8
diff -C2 -d -r1.1.2.10.2.7 -r1.1.2.10.2.8
*** defaults.ddrc 12 Dec 2006 17:10:12 -0000 1.1.2.10.2.7
--- defaults.ddrc 15 Dec 2006 01:28:49 -0000 1.1.2.10.2.8
***************
*** 1,3 ****
--- 1,6 ----
look {
+ Client {
+ console 666
+ }
Box {
extrapix 1
Index: desire.tk
===================================================================
RCS file: /cvsroot/pure-data/pd/src/Attic/desire.tk,v
retrieving revision 1.1.2.600.2.91
retrieving revision 1.1.2.600.2.92
diff -C2 -d -r1.1.2.600.2.91 -r1.1.2.600.2.92
*** desire.tk 15 Dec 2006 00:26:23 -0000 1.1.2.600.2.91
--- desire.tk 15 Dec 2006 01:28:47 -0000 1.1.2.600.2.92
***************
*** 6553,6558 ****
void -nogui
string -guicmd
- integer -console
- void -statusbar
integer -font
--- 6553,6556 ----
***************
*** 6882,6885 ****
--- 6880,6884 ----
toggle View tooltip
toggle Wire wirearrow
+ integer Client console
}
***************
*** 6906,6909 ****
--- 6905,6909 ----
# the eval here annoys me a bit because of possible special chars -- matju
puts $fd " $var [eval list \$${category}($class:$var)]"
+ #puts " $var $category $class $var"
}
puts $fd " \}"
***************
*** 6951,6957 ****
}
font {
- # $self font_update
set look(View:font) $@str
}
}
}
--- 6951,6959 ----
}
font {
set look(View:font) $@str
}
+ integer {
+ set look($class:$name) $@$name
+ }
}
}
***************
*** 7033,7036 ****
--- 7035,7039 ----
}
default {
+ if {$names == "console"} {set @$name $look(Client:console)}
$self add $which_section [list $name $type]
}
Index: TODO
===================================================================
RCS file: /cvsroot/pure-data/pd/src/Attic/TODO,v
retrieving revision 1.1.2.28.2.9
retrieving revision 1.1.2.28.2.10
diff -C2 -d -r1.1.2.28.2.9 -r1.1.2.28.2.10
*** TODO 14 Dec 2006 23:05:36 -0000 1.1.2.28.2.9
--- TODO 15 Dec 2006 01:28:50 -0000 1.1.2.28.2.10
***************
*** 5,9 ****
[ ] all_guis_and_gop.pd freezes on close.
[ ] move -lang to ddrc
! [ ] move -console to ddrc
[ ] zoom borks horribly with an open gop.
[ ] [cnv] get_pos is broken
--- 5,9 ----
[ ] all_guis_and_gop.pd freezes on close.
[ ] move -lang to ddrc
! [x] move -console to ddrc
[ ] zoom borks horribly with an open gop.
[ ] [cnv] get_pos is broken