| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Completely remove Inkboard | Krzysztof Kosi??ski | 2011-06-23 | 37 | -14085/+0 |
| | | | | (bzr r10346) | ||||
| * | cmake: | Campbell Barton | 2011-06-13 | 1 | -1/+1 |
| | | | | | | | | - group source/headers per library (for some IDE's) - include headers with source listing (also for IDE's) - remove unneeded Find modules (bzr r10281) | ||||
| * | cmake: now builds without having most of the source listed in 1 file. | Campbell Barton | 2011-06-13 | 1 | -1/+2 |
| | | | | (bzr r10278) | ||||
| * | cmake: | Campbell Barton | 2011-06-13 | 1 | -2/+3 |
| | | | | | | | | turns out my recent commits (which I undid) were not incorrect, variables were set in subdirectories then used in the parent directory, where they were still unset. Fixing this broke the build because some files in the subdir were not compiling. (bzr r10276) | ||||
| * | cmake: give all libs a _LIB suffix, workaround 'debug' being confused with ↵ | Campbell Barton | 2011-06-12 | 1 | -2/+2 |
| | | | | | | cake keyword, and also dont mix up dor names with libs. (bzr r10274) | ||||
| * | work in progress cmake commit: | Campbell Barton | 2011-06-12 | 1 | -12/+11 |
| | | | | | | | - cmake now builds all files that automake does but does NOT link yet - inlcudes nasty hard coded paths and libs (will replace once linking works) (bzr r10272) | ||||
| * | change spinbox to new one in many places. | Johan B. C. Engelen | 2011-04-16 | 1 | -1/+2 |
| | | | | (bzr r10176) | ||||
| * | * optipng -o9 *.png (in trunk) | Ivan Mas??r | 2009-06-12 | 1 | -0/+0 |
| | | | | (bzr r8072) | ||||
| * | Cmake: Fixed the extra -l in the link command, plus a add linking for all ↵ | Joshua L. Blocher | 2009-01-12 | 1 | -1/+3 |
| | | | | | | sub-libs of inkscape. (bzr r7120) | ||||
| * | Cmake: restructure build files to be more like current build system. Should ↵ | Joshua L. Blocher | 2009-01-09 | 1 | -0/+1 |
| | | | | | | reduce linking stage command for windows. (bzr r7100) | ||||
| * | Cmake: remove header files from source lists | Joshua L. Blocher | 2008-06-24 | 1 | -6/+0 |
| | | | | (bzr r6046) | ||||
| * | add #include <string.h> for portability | Bob Jamison | 2008-06-23 | 1 | -1/+1 |
| | | | | (bzr r6029) | ||||
| * | address some cast-away-const warnings. | Peter Moulder | 2008-06-05 | 3 | -5/+5 |
| | | | | (bzr r5814) | ||||
| * | remove warnings | Bob Jamison | 2008-05-13 | 1 | -2/+2 |
| | | | | (bzr r5668) | ||||
| * | Cmake: Fix ~PedroGui function being defined multiple times | Joshua L. Blocher | 2008-05-06 | 1 | -7/+6 |
| | | | | (bzr r5612) | ||||
| * | Fix SHA1 64bit-ism. Clean up warnings. | Bob Jamison | 2008-04-21 | 4 | -148/+151 |
| | | | | (bzr r5480) | ||||
| * | Yet another md5 fix for 32/64. This time it works on ppc64/gcc | Bob Jamison | 2008-04-18 | 1 | -2/+3 |
| | | | | (bzr r5474) | ||||
| * | Cmake: Add simple CMakeLists.txt for 2geom and linking to inkscape | Joshua L. Blocher | 2008-04-16 | 1 | -7/+8 |
| | | | | (bzr r5454) | ||||
| * | improve error reporting from TcpSocket | Bob Jamison | 2008-04-13 | 3 | -35/+65 |
| | | | | (bzr r5422) | ||||
| * | more debug output messages | Bob Jamison | 2008-04-13 | 1 | -2/+4 |
| | | | | (bzr r5420) | ||||
| * | Make fallback to iq auth in the odd situation of server saying it has ↵ | Bob Jamison | 2008-04-13 | 4 | -22/+60 |
| | | | | | | streams v1.0, but doesnt handle sasl (server bug) (bzr r5417) | ||||
| * | Make pedro dom list simpler | Bob Jamison | 2008-04-13 | 3 | -19/+24 |
| | | | | (bzr r5416) | ||||
| * | make saslMd5Authenticate() error message a bit smarter | Bob Jamison | 2008-04-13 | 1 | -1/+15 |
| | | | | (bzr r5415) | ||||
| * | Rewrote code to get rid of 32/64 bit problems, and to make is more ↵ | Bob Jamison | 2008-04-13 | 2 | -203/+196 |
| | | | | | | stream-like. A bad type pun assuming that a long was 32 bits caused bug #216571 on a 64 bit machine. (bzr r5413) | ||||
| * | cmake: EOL of cmakelists.txt in subdirs | Johan B. C. Engelen | 2008-04-07 | 1 | -15/+15 |
| | | | | (bzr r5379) | ||||
| * | 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 |
| | | | | | | "if defined" include files (bzr r5242) | ||||
| * | Applying fixes for gcc 4.3 build issues (closes LP: #169115) | Bryce Harrington | 2008-01-31 | 2 | -1/+5 |
| | | | | (bzr r4629) | ||||
| * | first set of updates to headers for clean gcc 4.3 builds | Kees Cook | 2008-01-25 | 2 | -0/+3 |
| | | | | (bzr r4588) | ||||
| * | Remove makefiles that shouldn't be in repos | gustav_b | 2007-11-12 | 1 | -17/+0 |
| | | | | (bzr r4069) | ||||
| * | **/makefile.in: svn propset svn:eol-style native. Provide rule for ↵ | Peter Moulder | 2007-09-12 | 1 | -3/+3 |
| | | | | | | %.$(OBJEXT) instead of %.o. (bzr r3726) | ||||
| * | format string protection/clean up (CVE-2007-1463, CVE-2007-1464) | Kees Cook | 2007-03-20 | 6 | -45/+42 |
| | | | | (bzr r2720) | ||||
| * | Update pedrogui stuff and makefile. Add placeholder for alternate test ↵ | Bob Jamison | 2007-03-18 | 14 | -27/+220 |
| | | | | | | framework. (bzr r2705) | ||||
| * | Pedro::pedrogui is not the same as the one in jabber_whiteboard | Bob Jamison | 2007-03-18 | 2 | -0/+3665 |
| | | | | (bzr r2702) | ||||
| * | dropping moved/dead files | Kees Cook | 2007-03-13 | 2 | -3668/+0 |
| | | | | (bzr r2630) | ||||
| * | Allow server to skip final "rspauth" SASL handshake | Bob Jamison | 2007-03-12 | 1 | -0/+7 |
| | | | | (bzr r2622) | ||||
| * | remove old *.mingw files | Bob Jamison | 2007-02-20 | 1 | -0/+3 |
| | | | | (bzr r2408) | ||||
| * | use relaytool to weak link libssl | Aaron Spike | 2007-01-07 | 1 | -3/+36 |
| | | | | (bzr r2146) | ||||
| * | improve streaming | Bob Jamison | 2006-12-02 | 4 | -512/+439 |
| | | | | (bzr r2067) | ||||
| * | parse bind result from server to get resource. gtalk mangeles your ↵ | Bob Jamison | 2006-12-02 | 2 | -23/+38 |
| | | | | | | proffered resource, and wants the mangled value back (bzr r2064) | ||||
| * | remove error message from groupChatCreate(). Gtalk should be ok with groups ↵ | Bob Jamison | 2006-11-24 | 1 | -2/+2 |
| | | | | | | now. (bzr r2019) | ||||
| * | remove 'from=' from messages, to work better with googletalk. It mangles ↵ | Bob Jamison | 2006-11-24 | 1 | -32/+56 |
| | | | | | | the JID. (bzr r2018) | ||||
| * | Fixed my mistake with #ifndef/#else/#endif HAVE_SSL | Bob Jamison | 2006-08-30 | 1 | -1/+2 |
| | | | | (bzr r1658) | ||||
| * | added getHaveSSL() | daleharvey | 2006-08-29 | 1 | -0/+2 |
| | | | | (bzr r1656) | ||||
| * | better handle startTls() if client not built with ssl | Bob Jamison | 2006-08-29 | 1 | -1/+3 |
| | | | | (bzr r1655) | ||||
| * | better handle startTls() if client not built with ssl | Bob Jamison | 2006-08-29 | 1 | -13/+9 |
| | | | | (bzr r1654) | ||||
| * | better handle startTls() if client not built with ssl | Bob Jamison | 2006-08-29 | 1 | -6/+13 |
| | | | | (bzr r1653) | ||||
| * | allow either forms-based or older method of in-band registration | Bob Jamison | 2006-08-28 | 1 | -5/+11 |
| | | | | (bzr r1650) | ||||
| * | relax need for realm on md5 auth | Bob Jamison | 2006-08-28 | 1 | -2/+3 |
| | | | | (bzr r1649) | ||||
| * | empty messages are passed onto all listeners in pedro, gui ignores such messages | daleharvey | 2006-08-03 | 1 | -2/+2 |
| | | | | (bzr r1553) | ||||
| * | added getFirstChild() and exists() to pedrodom | daleharvey | 2006-08-01 | 1 | -0/+5 |
| | | | | (bzr r1537) | ||||
