summaryrefslogtreecommitdiffstats
path: root/src/Makefile_insert (follow)
Commit message (Collapse)AuthorAgeFilesLines
* back off on lifecycle stuff for nowMenTaLguY2008-05-151-1/+0
| | | (bzr r5676)
* introduce lifecycle stuff which will replace libgcMenTaLguY2008-05-151-0/+1
| | | (bzr r5673)
* attribute loading for font-face tagFelipe Corr??a da Silva Sanches2008-05-101-0/+1
| | | | | first draft. Still incomplete. (bzr r5644)
* Starting Summer of Code: SVG FontsFelipe Corr??a da Silva Sanches2008-05-081-0/+1
| | | | | * hkern and vkern: parameter loading. (bzr r5624)
* Initial cut of eraser toolJon A. Cruz2008-04-261-0/+1
| | | (bzr r5524)
* - Created a SPLPEItem class that handles applying a LPE to an ItemBastien Bouclet2008-03-281-0/+1
| | | | | | - LPEs can now be applied to groups - Updated the bend path to work properly with groups (bzr r5219)
* Split data mode apart from UI and added button trackersJon A. Cruz2008-03-151-0/+2
| | | (bzr r5092)
* Fixed buildJon A. Cruz2008-03-101-0/+1
| | | (bzr r5036)
* a bit more boilerplate code for SVGFontsFelipe Corr??a da Silva Sanches2008-02-281-0/+1
| | | | | added <missing-glyph> (bzr r4890)
* more boilerplate code for SVGFontsFelipe Corr??a da Silva Sanches2008-02-271-0/+1
| | | | | <glyph> node parameter loading (bzr r4879)
* more SVGFonts boilerplate codeFelipe Corr??a da Silva Sanches2008-02-261-0/+1
| | | (bzr r4867)
* Offline work done during weekend:Felipe Corr??a da Silva Sanches2008-02-111-0/+1
| | | | | | | | | | * handle fefuncR, fefuncG, fefuncB and fefuncA nodes * implement fecomponenttransfer renderer ** identity and gamma modes render perfectly ** linear and table modes are rendering with very slight imperfections This commit still mantains feComponentTransfer out of UI (still not implemented) (bzr r4704)
* early version export to PS using blur to bitmapAdib Taraben2008-01-141-1/+4
| | | (bzr r4480)
* Added part of a patch by Adam Strzelecki which makes GTK menu migrate to OS ↵JiHO2008-01-101-0/+2
| | | | | X menubar when GTK+quartz is used. This is taken from Gimp and should be safe enough at this stage since it really only affects OS X. (bzr r4454)
* Fundamentally reworked version of the 3D box tool (among many other things, ↵Maximilian Albert2007-12-131-2/+6
| | | | | this fixes bugs #168900 and #168868). See mailing list for details. Sorry for this single large commit but it was unfeasible to keep the history. (bzr r4224)
* r17230@mini-emma: ted | 2007-12-10 21:02:47 -0800Ted Gould2007-12-111-3/+3
| | | | | Adding in isinf.h and removing spaces (tabs in this one folks). (bzr r4209)
* r17225@mini-emma: ted | 2007-12-10 20:22:27 -0800Ted Gould2007-12-111-0/+2
| | | | | Adjusting line-snapper.cpp so that it doesn't include snapper-line.cpp such that it can be included normally in the Makefile_insert. Also, adding in helper-fns.h to the included source files. (bzr r4207)
* r17222@mini-emma: ted | 2007-12-10 19:23:29 -0800Ted Gould2007-12-111-1/+0
| | | | | Builds for me. A couple of changes that broke things. But this works for me (tm). (bzr r4205)
* add snapped-line.cpp and snapped-line.h to src/Makefile_insert for make ↵Aaron Spike2007-12-101-0/+1
| | | | | distcheck (bzr r4200)
* Adding ICC Profiles in X supportJon A. Cruz2007-11-171-0/+2
| | | (bzr r4095)
* Remove geom.cpp and geom.h. Now use 2geom/geom.cpp and 2geom.h.Johan B. C. Engelen2007-11-091-1/+0
| | | | | Add conversion functions between Geom::Point and NR::Point (bzr r4050)
* r16914@shi: ted | 2007-10-30 21:58:05 -0700Ted Gould2007-10-311-2/+1
| | | | | Switching everything over to a linked in libwpg (bzr r3992)
* r16913@shi: ted | 2007-10-30 21:32:09 -0700Ted Gould2007-10-311-0/+1
| | | | | Adding in libwpg (bzr r3991)
* Adding profile manager and user-visible drop-down in CMS pickerJon A. Cruz2007-10-081-0/+2
| | | (bzr r3862)
* r16619@tres: ted | 2007-09-18 21:09:29 -0700Ted Gould2007-09-191-1/+0
| | | | | Removing more GNOME Print. It's everywhere! (bzr r3773)
* Dockable dialogs patch applied gustav_b2007-08-291-0/+1
| | | | | (https://sourceforge.net/tracker/?func=detail&atid=604308&aid=1688508&group_id=93438) (bzr r3613)
* Commit LivePathEffect branch to trunk!Johan B. C. Engelen2007-08-141-0/+3
| | | | | (disabled extension/internal/bitmap/*.* in build.xml to fix compilation) (bzr r3472)
* r16217@tres: ted | 2007-08-10 10:36:27 -0700Ted Gould2007-08-101-1/+2
| | | | | | ImageMagick effects patch from Chris Brown. Google Summer of Code project. (bzr r3450)
* tweak toolbulia byak2007-08-081-0/+1
| | | (bzr r3423)
* Added support for feMerge filter priitiveNiko Kiirala2007-07-261-0/+1
| | | (bzr r3308)
* Patch from Jean-René Reinhard: support for feDiffuseLighting andNiko Kiirala2007-07-201-0/+3
| | | | | feSpecularLighting filter primitives (bzr r3269)
* Filter effects:Nicholas Bishop2007-07-141-0/+2
| | | | | | | * As coded by Johan Engelen, made the filter-effect-enums code more generic; the data and conversion classes are now in src/util, filter-specific data is in filter-enums.h * Improved filter_add_primitive so that default values are filled in appropriately to prevent errors or possible crashes (bzr r3241)
* bug 1243190: add tref element support; limited editing support thus far ↵Richard Hughes2007-07-111-0/+2
| | | | | (patch by gbanaszk) (bzr r3227)
* Move 3D axis manipulation functions to separate fileMaximilian Albert2007-07-111-0/+1
| | | (bzr r3226)
* First (very limited) version of the 3D box tool; allows for drawing of new ↵Maximilian Albert2007-06-211-0/+7
| | | | | boxes in a fixed perspective without any live interaction. (bzr r3084)
* Removal of old grid code - fully enabled new grid code.Johan B. C. Engelen2007-04-151-1/+0
| | | (bzr r2904)
* Replacing old multifunction widget with separate widget & modelJon A. Cruz2007-04-051-0/+2
| | | (bzr r2820)
* Adding the new/change label to the star toolbarJon A. Cruz2007-03-271-0/+2
| | | (bzr r2772)
* missing isnormal.h from Makefile_insertKees Cook2007-03-221-0/+1
| | | (bzr r2742)
* remove useless and half-broken slideshow mode in favor of inkviewbulia byak2007-03-221-1/+0
| | | (bzr r2736)
* dropping moved/dead filesKees Cook2007-03-131-2/+0
| | | (bzr r2630)
* r14632@tres: ted | 2007-02-28 23:12:58 -0800Ted Gould2007-03-011-0/+1
| | | | | | Splitting out the command line action class to try and leave SOME dependencies out of main.cpp. (bzr r2481)
* Add flood fill toolJohn Bintz2007-02-251-0/+1
| | | (bzr r2432)
* Moving functions from svg_preview_cache.h to a new .cppBryce Harrington2007-02-201-0/+1
| | | (bzr r2402)
* isolate the nodepath-or-knotholder unit into the new ShapeEditor class which ↵bulia byak2007-02-131-0/+1
| | | | | handles listeners etc. and provides a single interface to work with nodepath or knotholder; later will add another layer, ShapeEditorsCollective, which will allow us to have any number of nodepaths and knotholders simultaneously (bzr r2374)
* fixing the rest of packaging bug missing files 1632894theAdib2007-01-111-2/+2
| | | (bzr r2189)
* correct the Perl linking symanticsKees Cook2006-12-161-1/+0
| | | (bzr r2095)
* Renaming sp-marker.* to marker.*Bryce Harrington2006-12-061-1/+1
| | | (bzr r2077)
* Committed double code because of the hurry to let you use the ↵Johan B. C. Engelen2006-10-231-1/+0
| | | | | axonom-snapping stuff. (bzr r1848)
* Axonometric grid: snapping to vertical gridlinesJohan B. C. Engelen2006-10-231-0/+1
| | | (bzr r1846)