| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Only build static libraries for subdirs than actually contain libraries, | Krzysztof Kosi??ski | 2009-02-20 | 1 | -6/+2 |
| | | | | | | rather than for every subdirectory. (bzr r7336) | ||||
| * | Improved version reporting. Add SVN revision and custom status to | Krzysztof Kosi??ski | 2009-01-13 | 1 | -2/+2 |
| | | | | | | version string on Linux. (bzr r7123) | ||||
| * | 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 | -1/+1 |
| | | | | | | reduce linking stage command for windows. (bzr r7100) | ||||
| * | From trunk | Ted Gould | 2008-10-27 | 1 | -2/+3 |
| | | | | (bzr r6885) | ||||
| * | Add tracking of skew factor and display in warning message. | Jon A. Cruz | 2008-07-27 | 2 | -2/+15 |
| | | | | (bzr r6429) | ||||
| * | Added compensation factor for time-skew with event latency. | Jon A. Cruz | 2008-07-26 | 2 | -2/+5 |
| | | | | (bzr r6421) | ||||
| * | instrument event latency | MenTaLguY | 2008-07-08 | 4 | -0/+119 |
| | | | | (bzr r6231) | ||||
| * | Cmake: remove header files from source lists | Joshua L. Blocher | 2008-06-24 | 1 | -10/+0 |
| | | | | (bzr r6046) | ||||
| * | process source subdirectories with INCLUDE() instead of ADD_DIRECTORIES() | Aaron Spike | 2008-04-10 | 1 | -1/+1 |
| | | | | | | | | This more or less mimics what is being done by automake with the Makefile_insert files What we were doing before did not work because add_directories() isn't able to propagate variables upwards. (bzr r5397) | ||||
| * | delete remaining .cvsignore files | Adib Taraben | 2008-04-01 | 1 | -3/+0 |
| | | | | (bzr r5299) | ||||
| * | Cmake: Updating src CMakeLists soucre list. | Joshua L. Blocher | 2008-03-30 | 1 | -1/+0 |
| | | | | (bzr r5262) | ||||
| * | Cmake Build system - Initial commit. | Joshua L. Blocher | 2008-03-27 | 1 | -0/+20 |
| | | | | (bzr r5206) | ||||
| * | Fixing up a few more files | Bryce Harrington | 2008-01-05 | 1 | -1/+1 |
| | | | | (bzr r4391) | ||||
| * | Fix missing include for g_assert() calls - causes FTBFS on Ubuntu Hardy | Bryce Harrington | 2008-01-05 | 1 | -2/+4 |
| | | | | | | currently. (bzr r4389) | ||||
| * | Add virtual to a lot of the destructors. Note: perhaps it will have to be ↵ | Johan B. C. Engelen | 2007-11-04 | 1 | -1/+1 |
| | | | | | | reverted for some files to keep them C-compatible. (bzr r4024) | ||||
| * | **/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) | ||||
| * | Fixing compile warnings | Jon A. Cruz | 2007-05-11 | 1 | -1/+1 |
| | | | | (bzr r2999) | ||||
| * | log inkscape version | MenTaLguY | 2007-05-10 | 1 | -1/+11 |
| | | | | (bzr r2995) | ||||
| * | add logging of basic display properties | MenTaLguY | 2007-05-10 | 3 | -0/+127 |
| | | | | (bzr r2994) | ||||
| * | really fix formatting this time | MenTaLguY | 2007-05-10 | 1 | -1/+3 |
| | | | | (bzr r2993) | ||||
| * | fix formatting | MenTaLguY | 2007-05-10 | 1 | -3/+3 |
| | | | | (bzr r2992) | ||||
| * | Explicit child events and formatted properties. | MenTaLguY | 2007-05-10 | 3 | -0/+24 |
| | | | | (bzr r2991) | ||||
| * | add configuration event type | MenTaLguY | 2007-05-10 | 2 | -0/+2 |
| | | | | (bzr r2990) | ||||
| * | make sure microseconds get the right number of decimal places | MenTaLguY | 2007-05-10 | 1 | -1/+1 |
| | | | | (bzr r2988) | ||||
| * | add INTERACTION to filters in the environment variable | MenTaLguY | 2007-05-06 | 1 | -0/+1 |
| | | | | (bzr r2977) | ||||
| * | touch up logging infrastructure in preparation for interaction logging | MenTaLguY | 2007-05-06 | 5 | -1/+160 |
| | | | | (bzr r2976) | ||||
| * | format string protection/clean up (CVE-2007-1463, CVE-2007-1464) | Kees Cook | 2007-03-20 | 1 | -1/+1 |
| | | | | (bzr r2720) | ||||
| * | add required includes for gcc 4.3 and fix a const issue -- patch #1675635 | MenTaLguY | 2007-03-18 | 1 | -1/+1 |
| | | | | | | from mellum (Falk Hueffner) (bzr r2696) | ||||
| * | add missing files | MenTaLguY | 2006-05-08 | 2 | -0/+117 |
| | | | | (bzr r779) | ||||
| * | use c++filt for symbol demangling if available | MenTaLguY | 2006-05-08 | 1 | -0/+1 |
| | | | | (bzr r778) | ||||
| * | simplify the SimpleEvent API more | MenTaLguY | 2006-04-29 | 1 | -70/+13 |
| | | | | (bzr r632) | ||||
| * | make Debug::SimpleEvent more convenient | MenTaLguY | 2006-04-29 | 3 | -3/+86 |
| | | | | (bzr r629) | ||||
| * | finish interrupted refactoring of log filter configuration | MenTaLguY | 2006-04-29 | 1 | -8/+8 |
| | | | | (bzr r628) | ||||
| * | gc visibility rules | MenTaLguY | 2006-04-29 | 1 | -13/+22 |
| | | | | (bzr r624) | ||||
| * | shared_ptr -> ptr_shared | MenTaLguY | 2006-03-15 | 6 | -16/+16 |
| | | | | (bzr r240) | ||||
| * | share_static -> share_static_string | MenTaLguY | 2006-02-08 | 3 | -3/+3 |
| | | | | (bzr r104) | ||||
| * | replace Util::SharedCStringPtr with the more general Util::shared_ptr<> | MenTaLguY | 2006-02-06 | 6 | -29/+29 |
| | | | | (bzr r87) | ||||
| * | moving trunk for module inkscape | MenTaLguY | 2006-01-16 | 13 | -0/+1066 |
| (bzr r1) | |||||
