index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
pedro
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Completely remove Inkboard
Krzysztof Kosi??ski
2011-06-23
37
-14085
/
+0
*
cmake:
Campbell Barton
2011-06-13
1
-1
/
+1
*
cmake: now builds without having most of the source listed in 1 file.
Campbell Barton
2011-06-13
1
-1
/
+2
*
cmake:
Campbell Barton
2011-06-13
1
-2
/
+3
*
cmake: give all libs a _LIB suffix, workaround 'debug' being confused with ca...
Campbell Barton
2011-06-12
1
-2
/
+2
*
work in progress cmake commit:
Campbell Barton
2011-06-12
1
-12
/
+11
*
change spinbox to new one in many places.
Johan B. C. Engelen
2011-04-16
1
-1
/
+2
*
* optipng -o9 *.png (in trunk)
Ivan Mas??r
2009-06-12
1
-0
/
+0
*
Cmake: Fixed the extra -l in the link command, plus a add linking for all sub...
Joshua L. Blocher
2009-01-12
1
-1
/
+3
*
Cmake: restructure build files to be more like current build system. Should r...
Joshua L. Blocher
2009-01-09
1
-0
/
+1
*
Cmake: remove header files from source lists
Joshua L. Blocher
2008-06-24
1
-6
/
+0
*
add #include <string.h> for portability
Bob Jamison
2008-06-23
1
-1
/
+1
*
address some cast-away-const warnings.
Peter Moulder
2008-06-05
3
-5
/
+5
*
remove warnings
Bob Jamison
2008-05-13
1
-2
/
+2
*
Cmake: Fix ~PedroGui function being defined multiple times
Joshua L. Blocher
2008-05-06
1
-7
/
+6
*
Fix SHA1 64bit-ism. Clean up warnings.
Bob Jamison
2008-04-21
4
-148
/
+151
*
Yet another md5 fix for 32/64. This time it works on ppc64/gcc
Bob Jamison
2008-04-18
1
-2
/
+3
*
Cmake: Add simple CMakeLists.txt for 2geom and linking to inkscape
Joshua L. Blocher
2008-04-16
1
-7
/
+8
*
improve error reporting from TcpSocket
Bob Jamison
2008-04-13
3
-35
/
+65
*
more debug output messages
Bob Jamison
2008-04-13
1
-2
/
+4
*
Make fallback to iq auth in the odd situation of server saying it has streams...
Bob Jamison
2008-04-13
4
-22
/
+60
*
Make pedro dom list simpler
Bob Jamison
2008-04-13
3
-19
/
+24
*
make saslMd5Authenticate() error message a bit smarter
Bob Jamison
2008-04-13
1
-1
/
+15
*
Rewrote code to get rid of 32/64 bit problems, and to make is more stream-lik...
Bob Jamison
2008-04-13
2
-203
/
+196
*
cmake: EOL of cmakelists.txt in subdirs
Johan B. C. Engelen
2008-04-07
1
-15
/
+15
*
aadd CMakeLists.txt file for pedro. needs extra work, don't yet know how to "...
Johan B. C. Engelen
2008-03-30
1
-0
/
+16
*
Applying fixes for gcc 4.3 build issues (closes LP: #169115)
Bryce Harrington
2008-01-31
2
-1
/
+5
*
first set of updates to headers for clean gcc 4.3 builds
Kees Cook
2008-01-25
2
-0
/
+3
*
Remove makefiles that shouldn't be in repos
gustav_b
2007-11-12
1
-17
/
+0
*
**/makefile.in: svn propset svn:eol-style native. Provide rule for %.$(OBJEX...
Peter Moulder
2007-09-12
1
-3
/
+3
*
format string protection/clean up (CVE-2007-1463, CVE-2007-1464)
Kees Cook
2007-03-20
6
-45
/
+42
*
Update pedrogui stuff and makefile. Add placeholder for alternate test framew...
Bob Jamison
2007-03-18
14
-27
/
+220
*
Pedro::pedrogui is not the same as the one in jabber_whiteboard
Bob Jamison
2007-03-18
2
-0
/
+3665
*
dropping moved/dead files
Kees Cook
2007-03-13
2
-3668
/
+0
*
Allow server to skip final "rspauth" SASL handshake
Bob Jamison
2007-03-12
1
-0
/
+7
*
remove old *.mingw files
Bob Jamison
2007-02-20
1
-0
/
+3
*
use relaytool to weak link libssl
Aaron Spike
2007-01-07
1
-3
/
+36
*
improve streaming
Bob Jamison
2006-12-02
4
-512
/
+439
*
parse bind result from server to get resource. gtalk mangeles your proffered...
Bob Jamison
2006-12-02
2
-23
/
+38
*
remove error message from groupChatCreate(). Gtalk should be ok with groups ...
Bob Jamison
2006-11-24
1
-2
/
+2
*
remove 'from=' from messages, to work better with googletalk. It mangles the...
Bob Jamison
2006-11-24
1
-32
/
+56
*
Fixed my mistake with #ifndef/#else/#endif HAVE_SSL
Bob Jamison
2006-08-30
1
-1
/
+2
*
added getHaveSSL()
daleharvey
2006-08-29
1
-0
/
+2
*
better handle startTls() if client not built with ssl
Bob Jamison
2006-08-29
1
-1
/
+3
*
better handle startTls() if client not built with ssl
Bob Jamison
2006-08-29
1
-13
/
+9
*
better handle startTls() if client not built with ssl
Bob Jamison
2006-08-29
1
-6
/
+13
*
allow either forms-based or older method of in-band registration
Bob Jamison
2006-08-28
1
-5
/
+11
*
relax need for realm on md5 auth
Bob Jamison
2006-08-28
1
-2
/
+3
*
empty messages are passed onto all listeners in pedro, gui ignores such messages
daleharvey
2006-08-03
1
-2
/
+2
*
added getFirstChild() and exists() to pedrodom
daleharvey
2006-08-01
1
-0
/
+5
[next]