| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Refactor snapper and snapindicator (in order to enable the snapindicator in ↵ | Diederik van Lierop | 2008-04-07 | 14 | -202/+224 | |
| | | | | | | the selector tool) (bzr r5374) | |||||
| * | cmake: add comment of why to add base binary dir to include path | Johan B. C. Engelen | 2008-04-07 | 1 | -2/+2 | |
| | | | | (bzr r5373) | |||||
| * | cmake: add pango defines necessary for win32 building, also needed for linux? | Johan B. C. Engelen | 2008-04-07 | 1 | -0/+2 | |
| | | | | (bzr r5372) | |||||
| * | cmake: add pango defines necessary for win32 building, also needed for linux? | Johan B. C. Engelen | 2008-04-07 | 1 | -0/+4 | |
| | | | | (bzr r5371) | |||||
| * | cmake: add compile flags to C flags as well | Johan B. C. Engelen | 2008-04-07 | 1 | -0/+1 | |
| | | | | (bzr r5370) | |||||
| * | cmake: remove inkscape_version definition from config.h (it's already in ↵ | Johan B. C. Engelen | 2008-04-07 | 1 | -2/+0 | |
| | | | | | | inkscape_version.h) (bzr r5369) | |||||
| * | cmake: add CMAKE_CURRENT_BINARY_DIR to include path | Johan B. C. Engelen | 2008-04-07 | 1 | -0/+2 | |
| | | | | (bzr r5368) | |||||
| * | add CFLAGS from dependencies to CMAKE_C_FLAGS as well (instead of only to CXX) | Johan B. C. Engelen | 2008-04-07 | 1 | -0/+1 | |
| | | | | (bzr r5367) | |||||
| * | Cmake: Moved CMAKE_C_FLAGS to ConfigCompileFlags.cmake | Joshua L. Blocher | 2008-04-07 | 2 | -2/+2 | |
| | | | | (bzr r5366) | |||||
| * | CMake: add optional flags when found | Aaron Spike | 2008-04-07 | 1 | -0/+2 | |
| | | | | (bzr r5365) | |||||
| * | Remove binary dir from Include path and replace with the source root and src/ | Aaron Spike | 2008-04-07 | 1 | -1/+1 | |
| | | | | (bzr r5364) | |||||
| * | remove antediluvian cruft | bulia byak | 2008-04-07 | 1 | -15/+0 | |
| | | | | (bzr r5363) | |||||
| * | revert last change: svg spec says that even one zero dimension suppresses ↵ | bulia byak | 2008-04-07 | 1 | -1/+1 | |
| | | | | | | rendering, so this change will need to wait until we switch SPRect to using path (bzr r5362) | |||||
| * | allow a rect with only one dimension == 0 to have curve | bulia byak | 2008-04-07 | 1 | -1/+1 | |
| | | | | (bzr r5361) | |||||
| * | fix bug with garbage lines caused with close_path when part of a subpath is ↵ | bulia byak | 2008-04-07 | 1 | -2/+12 | |
| | | | | | | optimized out (bzr r5360) | |||||
| * | consistency with offset keys | bulia byak | 2008-04-07 | 2 | -2/+6 | |
| | | | | (bzr r5359) | |||||
| * | Cmake: more fixs for C internal libs | Joshua L. Blocher | 2008-04-07 | 5 | -8/+24 | |
| | | | | (bzr r5358) | |||||
| * | Cmake: Added internal link libraries | Joshua L. Blocher | 2008-04-06 | 2 | -2/+2 | |
| | | | | (bzr r5357) | |||||
| * | CMake build work | Aaron Spike | 2008-04-06 | 2 | -20/+11 | |
| | | | | | | | | - Comment inkview.cpp because it is another executable file. These will each need to be separated into their own targets. - Move deptool.cpp into win32 only. perhaps this isn't used at all for cmake builds. - aggregate all the link flags into a var and pass to the linker to avoid platform specific naming conventions. (bzr r5356) | |||||
| * | Cmake: Added link libraries | Joshua L. Blocher | 2008-04-06 | 1 | -1/+16 | |
| | | | | (bzr r5355) | |||||
| * | Cmake: Fix registrytool.cpp to compile on windows only | Joshua L. Blocher | 2008-04-05 | 1 | -1/+8 | |
| | | | | (bzr r5354) | |||||
| * | Enable/disable selection tools to match selection | Jon A. Cruz | 2008-04-05 | 1 | -13/+35 | |
| | | | | (bzr r5353) | |||||
| * | update | Arpad Biro | 2008-04-05 | 1 | -2872/+2444 | |
| | | | | (bzr r5352) | |||||
| * | Const char fixup | Jon A. Cruz | 2008-04-05 | 1 | -5/+5 | |
| | | | | (bzr r5351) | |||||
| * | cmake: remove quotes from execute_command. now it works. | Johan B. C. Engelen | 2008-04-05 | 1 | -4/+5 | |
| | | | | (bzr r5350) | |||||
| * | cmake: fix file names in marshal generation | Johan B. C. Engelen | 2008-04-05 | 2 | -11/+10 | |
| | | | | (bzr r5349) | |||||
| * | RegisteredTransformedPoint: fix methods to use const&. | Johan B. C. Engelen | 2008-04-05 | 3 | -4/+9 | |
| | | | | | | LPE PointParam: set transform in RegisteredTransformedPoint-widget (bzr r5348) | |||||
| * | Cmake: UseGlibMarshal update | Joshua L. Blocher | 2008-04-05 | 1 | -3/+4 | |
| | | | | (bzr r5347) | |||||
| * | cmake: fix prefix | Johan B. C. Engelen | 2008-04-05 | 1 | -1/+1 | |
| | | | | (bzr r5346) | |||||
| * | cmake: marshal files; fix to use correct result variable | Johan B. C. Engelen | 2008-04-05 | 1 | -3/+3 | |
| | | | | (bzr r5345) | |||||
| * | cmake: revert last commit because the current directory is included when ↵ | Johan B. C. Engelen | 2008-04-05 | 1 | -1/+1 | |
| | | | | | | building (bzr r5344) | |||||
| * | cmake: fix include location of sp-marshal | Johan B. C. Engelen | 2008-04-05 | 1 | -1/+1 | |
| | | | | (bzr r5343) | |||||
| * | cmake: fix wrong direction of slashes | Johan B. C. Engelen | 2008-04-05 | 1 | -1/+1 | |
| | | | | (bzr r5342) | |||||
| * | cmake: fix error in UseGlibMarshal.cmake | Johan B. C. Engelen | 2008-04-05 | 1 | -5/+5 | |
| | | | | (bzr r5341) | |||||
| * | Cmake: add missing CMakeLists.txt | Joshua L. Blocher | 2008-04-05 | 2 | -5/+28 | |
| | | | | (bzr r5340) | |||||
| * | add include file to build with gcc4.3 | Johan B. C. Engelen | 2008-04-05 | 1 | -1/+1 | |
| | | | | (bzr r5339) | |||||
| * | Cmake: add UseGlibMarshal.cmake for generating files | Joshua L. Blocher | 2008-04-05 | 1 | -0/+27 | |
| | | | | (bzr r5338) | |||||
| * | cmake: add explicit coloring and verbosity setting | Johan B. C. Engelen | 2008-04-05 | 1 | -0/+5 | |
| | | | | (bzr r5337) | |||||
| * | Updated POTFILES.in list to include all files that use the gettext | Marcin Floryan | 2008-04-04 | 1 | -201/+47 | |
| | | | | | | extension and remove obsolete and non-existing files from the list. (bzr r5336) | |||||
| * | Add native method stubbing utility | Bob Jamison | 2008-04-04 | 1 | -0/+299 | |
| | | | | (bzr r5335) | |||||
| * | One more tweak | Bob Jamison | 2008-04-04 | 1 | -3/+3 | |
| | | | | (bzr r5334) | |||||
| * | Fix LP bug #190420 (noncompliant desktop entry); remove pointless | Krzysztof Kosi??ski | 2008-04-04 | 2 | -8/+2 | |
| | | | | | | config.h inclusion in ui/clipboard.cpp (bzr r5333) | |||||
| * | make dependency messages a bit better | Bob Jamison | 2008-04-04 | 1 | -2/+2 | |
| | | | | (bzr r5332) | |||||
| * | Improve status messages a bit | Bob Jamison | 2008-04-04 | 1 | -20/+37 | |
| | | | | (bzr r5331) | |||||
| * | Add an <excludeinc> filelist tag to <cc> to avoid float.h in extension/param | Bob Jamison | 2008-04-04 | 2 | -13/+175 | |
| | | | | (bzr r5330) | |||||
| * | Changed Persp3D::boxes_transformed to a std::map pointer since it was not ↵ | John Faith | 2008-04-04 | 2 | -19/+22 | |
| | | | | | | being initialized automatically on OS X 10.3.9 and caused a crash when using the 3d bx tool. Launchpad bug 205659. (bzr r5329) | |||||
| * | cmake: add HAVE_GETOPT_H | Johan B. C. Engelen | 2008-04-04 | 2 | -0/+3 | |
| | | | | (bzr r5328) | |||||
| * | cmake: fix PACKAGE_LOCALE_DIR for win32. todo: check for linux | Johan B. C. Engelen | 2008-04-04 | 2 | -1/+10 | |
| | | | | (bzr r5327) | |||||
| * | cmake: move extension param files to their own CMakeLists.txt | Johan B. C. Engelen | 2008-04-04 | 2 | -10/+14 | |
| | | | | (bzr r5326) | |||||
| * | cmake: put each dependency on new line, for better svn diffs. | Johan B. C. Engelen | 2008-04-04 | 1 | -2/+21 | |
| | | | | | | add libxml-2.0 dependency (bzr r5325) | |||||
