| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Completely remove Inkboard | Krzysztof Kosi??ski | 2011-06-23 | 50 | -11527/+0 |
| | | | | (bzr r10346) | ||||
| * | cmake: | Campbell Barton | 2011-06-13 | 1 | -1/+22 |
| | | | | | | | | - 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 | 2 | -8/+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 | 2 | -23/+24 |
| | | | | | | | - 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) | ||||
| * | Finished cleanup of outdated SP_OBJECT_REPR C macro. | Jon A. Cruz | 2011-02-22 | 1 | -1/+1 |
| | | | | (bzr r10067) | ||||
| * | Win32 post-GSoC fixups. | Jon A. Cruz | 2010-12-15 | 1 | -3/+3 |
| | | | | (bzr r9953) | ||||
| * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 2 | -28/+25 |
| |\ | | | | | (bzr r9945.1.1) | ||||
| | * | C++fied SPDocument added | Abhishek Sharma Public | 2010-07-01 | 1 | -1/+1 |
| | | | | | | | (bzr r9546.1.2) | ||||
| | * | This is the first c++ification commit from me. It handles sp-line, ↵ | Abhishek Sharma Public | 2010-06-29 | 1 | -1/+1 |
| | | | | | | | | | | | sp-polyline, sp-item and marks the onset of document c++ification as well. Users can check performace increase with [/usr/bin/time -v inkscape_binary_with_commandline_options]. (bzr r9546.1.1) | ||||
| * | | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 2010-11-17 | 11 | -11/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900) | ||||
| * | | Remove the failed and unused "new gui" stuff. | Krzysztof Kosi??ski | 2010-10-12 | 1 | -16/+7 |
| |/ | | | (bzr r9828) | ||||
| * | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 2009-08-06 | 3 | -9/+9 |
| | | | | | | which cannot be fixed easily. (bzr r8422) | ||||
| * | SPDocument->Document | johnce | 2009-08-05 | 1 | -5/+5 |
| | | | | (bzr r8405) | ||||
| * | SPDocument->Document | johnce | 2009-08-05 | 2 | -4/+4 |
| | | | | (bzr r8404) | ||||
| * | Only build static libraries for subdirs than actually contain libraries, | Krzysztof Kosi??ski | 2009-02-20 | 1 | -12/+4 |
| | | | | | | rather than for every subdirectory. (bzr r7336) | ||||
| * | 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/+4 |
| | | | | | | reduce linking stage command for windows. (bzr r7100) | ||||
| * | Updating the includes on these files because they need to include ↵ | Ted Gould | 2008-11-23 | 2 | -0/+2 |
| | | | | | | simple-node.h as they ARE using the implementation. (bzr r6894) | ||||
| * | * Lots of documentation for the Inkscape::XML namespace | Krzysztof Kosi??ski | 2008-09-23 | 1 | -2/+1 |
| | | | | | | | * Doxygen fixes for a few files * Garbage-collected allocator for STL containers (bzr r6877) | ||||
| * | jabber_whiteboard/message-node.h: Supply missing #includes/declarations so ↵ | Peter Moulder | 2008-07-05 | 1 | -0/+1 |
| | | | | | | that we don't depend on order of .h file inclusion. (Detected by check-header-compile.) (Using separate commits to facilitate diagnosis/resolution of any problems; comments welcome.) (bzr r6173) | ||||
| * | fix inkboard node position bugs | MenTaLguY | 2008-07-01 | 2 | -7/+3 |
| | | | | (bzr r6111) | ||||
| * | remove last traces of "floating nodes" | MenTaLguY | 2008-07-01 | 1 | -1/+0 |
| | | | | (bzr r6107) | ||||
| * | Cmake: remove header files from source lists | Joshua L. Blocher | 2008-06-24 | 2 | -18/+1 |
| | | | | (bzr r6046) | ||||
| * | force single single document over a node's lifetime | MenTaLguY | 2008-06-08 | 1 | -1/+1 |
| | | | | (bzr r5862) | ||||
| * | plumb document references a little deeper in | MenTaLguY | 2008-06-08 | 2 | -7/+7 |
| | | | | (bzr r5861) | ||||
| * | Misleading server name. | Bob Jamison | 2008-05-15 | 1 | -2/+2 |
| | | | | (bzr r5675) | ||||
| * | remove warnings | Bob Jamison | 2008-05-13 | 5 | -25/+29 |
| | | | | (bzr r5668) | ||||
| * | cmake: copy over some excluded files from build.xml | Johan B. C. Engelen | 2008-04-15 | 1 | -4/+4 |
| | | | | (bzr r5453) | ||||
| * | process source subdirectories with INCLUDE() instead of ADD_DIRECTORIES() | Aaron Spike | 2008-04-10 | 1 | -10/+0 |
| | | | | | | | | 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) | ||||
| * | cmake: EOL of cmakelists.txt in subdirs | Johan B. C. Engelen | 2008-04-07 | 2 | -45/+45 |
| | | | | (bzr r5379) | ||||
| * | delete remaining .cvsignore files | Adib Taraben | 2008-04-01 | 1 | -2/+0 |
| | | | | (bzr r5299) | ||||
| * | add CMakeFiles for io, jabber_whiteboard libavoid libcola. | Johan B. C. Engelen | 2008-03-30 | 2 | -0/+47 |
| | | | | (bzr r5245) | ||||
| * | add basic support for preserving processing instructions in the AST | MenTaLguY | 2008-03-07 | 2 | -0/+9 |
| | | | | (bzr r4987) | ||||
| * | Add virtual to a lot of the destructors. Note: perhaps it will have to be ↵ | Johan B. C. Engelen | 2007-11-04 | 6 | -6/+6 |
| | | | | | | 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) | ||||
| * | fix about dialog a bit | Bob Jamison | 2007-04-11 | 1 | -3/+6 |
| | | | | (bzr r2860) | ||||
| * | plumb XML::Document parameter into duplication, courtesy of bryce | MenTaLguY | 2007-03-20 | 1 | -1/+1 |
| | | | | (bzr r2723) | ||||
| * | format string protection/clean up (CVE-2007-1463, CVE-2007-1464) | Kees Cook | 2007-03-20 | 3 | -13/+11 |
| | | | | (bzr r2720) | ||||
| * | start switching sp_repr_new* over to XML::Document::create*, and rename ↵ | MenTaLguY | 2007-01-21 | 3 | -6/+6 |
| | | | | | | create methods to match DOM (bzr r2253) | ||||
| * | merge XML::Session into XML::Document | MenTaLguY | 2007-01-20 | 6 | -324/+224 |
| | | | | (bzr r2248) | ||||
| * | fixing the rest of packaging bug missing files 1632894 | theAdib | 2007-01-11 | 1 | -0/+3 |
| | | | | (bzr r2189) | ||||
| * | lessen the overkill nature of whiteboard's Quit | Bob Jamison | 2007-01-11 | 1 | -1/+4 |
| | | | | (bzr r2183) | ||||
| * | separate updating window from updating layers | bulia byak | 2006-11-18 | 1 | -0/+1 |
| | | | | (bzr r1984) | ||||
| * | work on whiteboard | daleharvey | 2006-09-04 | 2 | -8/+12 |
| | | | | (bzr r1689) | ||||
| * | ignore transform messages | daleharvey | 2006-09-04 | 4 | -9/+26 |
| | | | | (bzr r1684) | ||||
| * | quick bug fix to whiteboard | daleharvey | 2006-09-04 | 2 | -13/+15 |
| | | | | (bzr r1677) | ||||
| * | whiteboard working prototype | daleharvey | 2006-09-04 | 10 | -52/+212 |
| | | | | (bzr r1676) | ||||
