summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Refactor snapper and snapindicator (in order to enable the snapindicator in ↵Diederik van Lierop2008-04-0714-202/+224
| | | | | the selector tool) (bzr r5374)
* cmake: add comment of why to add base binary dir to include pathJohan B. C. Engelen2008-04-071-2/+2
| | | (bzr r5373)
* cmake: add pango defines necessary for win32 building, also needed for linux?Johan B. C. Engelen2008-04-071-0/+2
| | | (bzr r5372)
* cmake: add pango defines necessary for win32 building, also needed for linux?Johan B. C. Engelen2008-04-071-0/+4
| | | (bzr r5371)
* cmake: add compile flags to C flags as wellJohan B. C. Engelen2008-04-071-0/+1
| | | (bzr r5370)
* cmake: remove inkscape_version definition from config.h (it's already in ↵Johan B. C. Engelen2008-04-071-2/+0
| | | | | inkscape_version.h) (bzr r5369)
* cmake: add CMAKE_CURRENT_BINARY_DIR to include pathJohan B. C. Engelen2008-04-071-0/+2
| | | (bzr r5368)
* add CFLAGS from dependencies to CMAKE_C_FLAGS as well (instead of only to CXX)Johan B. C. Engelen2008-04-071-0/+1
| | | (bzr r5367)
* Cmake: Moved CMAKE_C_FLAGS to ConfigCompileFlags.cmakeJoshua L. Blocher2008-04-072-2/+2
| | | (bzr r5366)
* CMake: add optional flags when foundAaron Spike2008-04-071-0/+2
| | | (bzr r5365)
* Remove binary dir from Include path and replace with the source root and src/Aaron Spike2008-04-071-1/+1
| | | (bzr r5364)
* remove antediluvian cruftbulia byak2008-04-071-15/+0
| | | (bzr r5363)
* revert last change: svg spec says that even one zero dimension suppresses ↵bulia byak2008-04-071-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 curvebulia byak2008-04-071-1/+1
| | | (bzr r5361)
* fix bug with garbage lines caused with close_path when part of a subpath is ↵bulia byak2008-04-071-2/+12
| | | | | optimized out (bzr r5360)
* consistency with offset keysbulia byak2008-04-072-2/+6
| | | (bzr r5359)
* Cmake: more fixs for C internal libsJoshua L. Blocher2008-04-075-8/+24
| | | (bzr r5358)
* Cmake: Added internal link librariesJoshua L. Blocher2008-04-062-2/+2
| | | (bzr r5357)
* CMake build workAaron Spike2008-04-062-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 librariesJoshua L. Blocher2008-04-061-1/+16
| | | (bzr r5355)
* Cmake: Fix registrytool.cpp to compile on windows onlyJoshua L. Blocher2008-04-051-1/+8
| | | (bzr r5354)
* Enable/disable selection tools to match selectionJon A. Cruz2008-04-051-13/+35
| | | (bzr r5353)
* updateArpad Biro2008-04-051-2872/+2444
| | | (bzr r5352)
* Const char fixupJon A. Cruz2008-04-051-5/+5
| | | (bzr r5351)
* cmake: remove quotes from execute_command. now it works.Johan B. C. Engelen2008-04-051-4/+5
| | | (bzr r5350)
* cmake: fix file names in marshal generationJohan B. C. Engelen2008-04-052-11/+10
| | | (bzr r5349)
* RegisteredTransformedPoint: fix methods to use const&.Johan B. C. Engelen2008-04-053-4/+9
| | | | | LPE PointParam: set transform in RegisteredTransformedPoint-widget (bzr r5348)
* Cmake: UseGlibMarshal updateJoshua L. Blocher2008-04-051-3/+4
| | | (bzr r5347)
* cmake: fix prefixJohan B. C. Engelen2008-04-051-1/+1
| | | (bzr r5346)
* cmake: marshal files; fix to use correct result variableJohan B. C. Engelen2008-04-051-3/+3
| | | (bzr r5345)
* cmake: revert last commit because the current directory is included when ↵Johan B. C. Engelen2008-04-051-1/+1
| | | | | building (bzr r5344)
* cmake: fix include location of sp-marshalJohan B. C. Engelen2008-04-051-1/+1
| | | (bzr r5343)
* cmake: fix wrong direction of slashesJohan B. C. Engelen2008-04-051-1/+1
| | | (bzr r5342)
* cmake: fix error in UseGlibMarshal.cmakeJohan B. C. Engelen2008-04-051-5/+5
| | | (bzr r5341)
* Cmake: add missing CMakeLists.txtJoshua L. Blocher2008-04-052-5/+28
| | | (bzr r5340)
* add include file to build with gcc4.3Johan B. C. Engelen2008-04-051-1/+1
| | | (bzr r5339)
* Cmake: add UseGlibMarshal.cmake for generating filesJoshua L. Blocher2008-04-051-0/+27
| | | (bzr r5338)
* cmake: add explicit coloring and verbosity settingJohan B. C. Engelen2008-04-051-0/+5
| | | (bzr r5337)
* Updated POTFILES.in list to include all files that use the gettextMarcin Floryan2008-04-041-201/+47
| | | | | extension and remove obsolete and non-existing files from the list. (bzr r5336)
* Add native method stubbing utilityBob Jamison2008-04-041-0/+299
| | | (bzr r5335)
* One more tweakBob Jamison2008-04-041-3/+3
| | | (bzr r5334)
* Fix LP bug #190420 (noncompliant desktop entry); remove pointless Krzysztof Kosi??ski2008-04-042-8/+2
| | | | | config.h inclusion in ui/clipboard.cpp (bzr r5333)
* make dependency messages a bit betterBob Jamison2008-04-041-2/+2
| | | (bzr r5332)
* Improve status messages a bitBob Jamison2008-04-041-20/+37
| | | (bzr r5331)
* Add an <excludeinc> filelist tag to <cc> to avoid float.h in extension/paramBob Jamison2008-04-042-13/+175
| | | (bzr r5330)
* Changed Persp3D::boxes_transformed to a std::map pointer since it was not ↵John Faith2008-04-042-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_HJohan B. C. Engelen2008-04-042-0/+3
| | | (bzr r5328)
* cmake: fix PACKAGE_LOCALE_DIR for win32. todo: check for linuxJohan B. C. Engelen2008-04-042-1/+10
| | | (bzr r5327)
* cmake: move extension param files to their own CMakeLists.txtJohan B. C. Engelen2008-04-042-10/+14
| | | (bzr r5326)
* cmake: put each dependency on new line, for better svn diffs.Johan B. C. Engelen2008-04-041-2/+21
| | | | | add libxml-2.0 dependency (bzr r5325)