summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Add virtual to a lot of the destructors. Note: perhaps it will have to be ↵Johan B. C. Engelen2007-11-0497-148/+149
| | | | | reverted for some files to keep them C-compatible. (bzr r4024)
* Fix bug [ 1811188 ] save as PS/EPS crashesJohan B. C. Engelen2007-11-041-1/+6
| | | (bzr r4023)
* inkscape:JiHO2007-11-032-37/+49
| | | | | | | | - added code to use the python modules that ship with the app bundle. With Leopard using a version of Python different from Panther and Tiger we should probably ship everything and add a runtime check here for the architecture and the version of Python, so what we redirect PYTHONPATH toward the right place script: - put X11 starting in a conditional test, true only on Tiger and Panther. This "should" allow Inkscape to start on Leopard. Needs to be tested though (bzr r4022)
* osx-app.shJiHO2007-11-038-328/+398
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - added an help message - changed the calling syntax to make it more robust and allow to specify the directory containing python modules - removed the reference to libXinerama on Tiger. libXinerama caused many issues but they seem to be all related to people installing x11 in strange ways - use pkg-config to get pango and gtk version rather thn relying on clucky ls+sed workarounds - code reorganization and added comments - spaces to tabs osx-dmg.sh - removed python related stuff - added a command line option to get Inkscape package (the package does not have to be in the same directory now) osx-build.sh - modified according to the changes in the two other files - removed referece to X11 libraries ad such. these were commented for a while and nothing broke - added an upload commnt to send the file to modevia removed inkscape_python.ds_store modified inkscape.ds_store (larger window) dmg_background.*** - removed Python arrow - remove the word Inkscape from the arrow (useless now) and make this arrow glow green a little, as the rest of the picture - removed absolute paths to my computer (bzr r4021)
* Oops, don't use tabs! (replace tabs by 4 spaces)Diederik van Lierop2007-11-0316-466/+466
| | | (bzr r4020)
* add destructor to LayerManager that disconnects it signals. see bug: [ ↵Johan B. C. Engelen2007-11-032-0/+7
| | | | | 1720871 ] Crash when adding a layer (bzr r4019)
* make setup_notepath function for LPE's and LPE parameters.Johan B. C. Engelen2007-11-039-13/+67
| | | (bzr r4018)
* fix compilation. added #include "libnr/nr-values.h" to snapped-line.cppJohan B. C. Engelen2007-11-031-0/+1
| | | (bzr r4017)
* Groundwork to snap to intersections, e.g. intersections of gridlines with ↵Diederik van Lierop2007-11-0320-176/+545
| | | | | guidelines, and of objects with other objects. The snappers used to return only SnappedPoints, but now also SnappedLines and SnappedInfiniteLines can be returned. SnappedPaths will be implemented later. (bzr r4016)
* Added an icons file with a cleaned up current icon set (prefix "ink_" in ↵JiHO2007-11-032-0/+30233
| | | | | | | their ID) and new, Tango style icons next to them. Both are on separate layers for easier management, beware when adding new icons. Most icons lack a Tango equivalent currently and many Tango icons need a rework at the correct pixel size. (bzr r4015)
* minor tweaksBob Jamison2007-11-021-5/+14
| | | (bzr r4014)
* Khmer translations updatedKhoem Sokhem2007-11-021-389/+277
| | | (bzr r4013)
* warning cleanupJon A. Cruz2007-11-0227-102/+102
| | | (bzr r4012)
* fix bug [ 1824359 ] Gradient isn't snapping with ctrl pressedJohan B. C. Engelen2007-11-012-5/+19
| | | (bzr r4011)
* add deletion of layer_manager to SPDesktop::destroyJohan B. C. Engelen2007-11-011-0/+6
| | | (bzr r4010)
* Fix build.xml to *not* use i686-pc-mingw32.Johan B. C. Engelen2007-11-011-2/+2
| | | (bzr r4009)
* remove duplicate linesJohan B. C. Engelen2007-11-011-3/+0
| | | (bzr r4008)
* change mingwenv.bat according to new devlibs dirJohan B. C. Engelen2007-11-011-2/+2
| | | (bzr r4007)
* update buildtool files for our new Dwarf2 EHBob Jamison2007-11-011-270/+0
| | | (bzr r4006)
* update buildtool files for our new Dwarf2 EHBob Jamison2007-11-013-13/+675
| | | (bzr r4005)
* fix bug [ 1823401 ] Radio button effect example additional data issueJohan B. C. Engelen2007-11-011-5/+2
| | | (bzr r4004)
* remove duplicate defineJohan B. C. Engelen2007-11-011-3/+0
| | | (bzr r4003)
* Update to include libwpg as an external lib. Also use the new name ↵Bob Jamison2007-11-011-3/+13
| | | | | "devlibs" for the lib bundle (bzr r4002)
* Khmer translations updatedKhoem Sokhem2007-11-011-85/+58
| | | (bzr r4001)
* store paint bucket offset units in preferences to work around toolbar ↵John Bintz2007-11-011-3/+4
| | | | | initialization issue (bzr r4000)
* Diffuse Lighting Filter:Tavmjong Bah2007-10-311-4/+4
| | | | | | | | Specular Lighting Filter: Expand "Surface Scale" range. Increase "Constant" precision. (bzr r3999)
* fix Clear for Scale tabbulia byak2007-10-311-2/+2
| | | (bzr r3998)
* r16935@shi: ted | 2007-10-31 11:23:00 -0700Ted Gould2007-10-311-2/+8
| | | | | Making libwpg optional (bzr r3997)
* exclude wpg-input.cpp for nowBob Jamison2007-10-311-0/+1
| | | (bzr r3996)
* Fix typo: "Fitler"Bob Jamison2007-10-311-1/+1
| | | (bzr r3995)
* Modified filter primitives' render method to use FilterUnits instead of MatrixNiko Kiirala2007-10-3137-63/+88
| | | (bzr r3994)
* r16915@shi: ted | 2007-10-31 06:10:37 -0700Ted Gould2007-10-311-1/+4
| | | | | Adding in libwpg-stream (bzr r3993)
* r16914@shi: ted | 2007-10-30 21:58:05 -0700Ted Gould2007-10-3143-5798/+9
| | | | | Switching everything over to a linked in libwpg (bzr r3992)
* r16913@shi: ted | 2007-10-30 21:32:09 -0700Ted Gould2007-10-312-1/+3
| | | | | Adding in libwpg (bzr r3991)
* r16912@shi: ted | 2007-10-30 21:15:07 -0700Ted Gould2007-10-311-0/+11
| | | | | Build in checking for libwpg (bzr r3990)
* noop: comment stylePeter Moulder2007-10-311-8/+7
| | | (bzr r3989)
* CodingStyle: const placement. (noop; checked no change to .o file.)Peter Moulder2007-10-311-35/+42
| | | (bzr r3988)
* marked three messages from color gestures for translationAlexandre Prokoudine2007-10-311-3/+3
| | | (bzr r3987)
* fixed a typo in a user visible messageAlexandre Prokoudine2007-10-311-1/+1
| | | (bzr r3986)
* temporary fix for crash with shapes and path-along-path LPEJohan B. C. Engelen2007-10-301-0/+3
| | | (bzr r3985)
* ok. so NOW the new effect is committed...Johan B. C. Engelen2007-10-303-0/+253
| | | (bzr r3984)
* LPE: implement NEW path-along-path effect, i think that old one has become ↵Johan B. C. Engelen2007-10-308-12/+62
| | | | | obsolete and is renamed accordingly. implement straight path node editting for gears effect. (bzr r3983)
* r16896@shi: ted | 2007-10-30 12:16:06 -0700Ted Gould2007-10-302-18/+54
| | | | | Caching the input file for effects. (bzr r3982)
* r16895@shi: ted | 2007-10-30 09:35:24 -0700Ted Gould2007-10-304-24/+113
| | | | | Adding in Chris' downsample patch. (bzr r3981)
* r16894@shi: ted | 2007-10-30 09:26:42 -0700Ted Gould2007-10-304-95/+114
| | | | | OH MY GOD IT WORKS!!! (bzr r3980)
* r16893@shi: ted | 2007-10-30 07:31:04 -0700Ted Gould2007-10-305-13/+11
| | | | | | Wow, that wasn't as hard as I thought it would be. Changing away from SPDocument. Sounded like a good idea, but we need to be able to get selections in the document cache. (bzr r3979)
* r16892@shi: ted | 2007-10-29 21:33:09 -0700Ted Gould2007-10-304-7/+46
| | | | | | Okay, so now the caches get into the execution environment and can be passed around to the effects. Now it's a matter of implementing the caches in the drivers. (bzr r3978)
* r16677@shi: ted | 2007-10-17 19:31:04 -0700Ted Gould2007-10-3012-26/+49
| | | | | | | Creating and adding interfaces for a document based cache that an effect can define. This removes the effect from having to know if the document has changed, and keep track of that. This allows them to optimize their performance when doing things like live effects. (bzr r3977)
* r16676@shi: ted | 2007-10-12 21:09:50 -0700Ted Gould2007-10-302-10/+32
| | | | | Half fixed caching (bzr r3976)
* r16675@shi: ted | 2007-10-12 21:06:32 -0700Ted Gould2007-10-301-23/+1
| | | | | Fixing the escaping (bzr r3975)