summaryrefslogtreecommitdiffstats
path: root/src/Makefile_insert (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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)
* Adding custom action to work with spinbuttons in toolbarsJon A. Cruz2006-10-191-0/+4
| | | (bzr r1809)
* new file for filter manipulation stuffbulia byak2006-10-071-0/+2
| | | (bzr r1775)
* Work on filters. spFilterPrimitive structure added. Blur slider updated. ↵Hugo Rodrigues2006-08-141-0/+2
| | | | | Fixed sp-object-repr.cpp typos (bzr r1598)
* Remove trailing tab after backslash (added in previous commit).Peter Moulder2006-08-041-1/+1
| | | (bzr r1557)
* Added skeleton files for other filter primitives' SP-objects. Added blur ↵Hugo Rodrigues2006-08-021-3/+33
| | | | | slider on fill/stroke dialog (uncomment on object-properties.cpp). (bzr r1542)
* r13107@tres: ted | 2006-07-30 11:47:41 -0700Ted Gould2006-07-311-0/+1
| | | | | Getting the basic build stuff in. No we're building libwpg (bzr r1524)
* * src/Makefile_insert, src/Makefile.am, src/svg/Makefile_insert,mjwybrow2006-07-141-14/+14
| | | | | | | | src/xml/Makefile_insert, src/libnr/Makefile_insert: Add "$(srcdir)/" to some things so that "make check" works in the case that the build directory is somewhere other than the source directory. (bzr r1413)
* Previously graph layout was done using the Kamada-Kawai layout algorithm Tim Dwyer2006-07-121-0/+2
| | | | | | | | | | | | | | | | | implemented in Boost. I am replacing this with a custom implementation of a constrained stress-majorization algorithm. The stress-majorization algorithm is more robust and has better convergence characteristics than Kamada-Kawai, and also simple constraints can be placed on node position (for example, to enforce downward-pointing edges, non-overlap constraints, or cluster constraints). Another big advantage is that we no longer need Boost. I've tested the basic functionality, but I have yet to properly handle disconnected graphs or to properly scale the resulting layout. This commit also includes significant refactoring... the quadratic program solver - libvpsc (Variable Placement with Separation Constraints) has been moved to src/libvpsc and the actual graph layout algorithm is in libcola. (bzr r1394)
* patch from Gustav Broberg: undo annotations and history dialogbulia byak2006-06-291-0/+1
| | | (bzr r1315)
* manually merging the INKBOARD_PEDRO branch into trunkdaleharvey2006-06-231-1/+3
| | | (bzr r1268)
* quick g_message UndoStackObserver for tracing calls to the undo systemDavid Yip2006-06-231-0/+1
| | | (bzr r1267)
* svg-filters branch merged back to headNiko Kiirala2006-06-211-0/+7
| | | (bzr r1252)
* include registrytool.cpp/h in win32_sourcesRalf Stephan2006-06-021-1/+1
| | | (bzr r1126)
* next try for intended change from OS_WIN32 to PLATFORM_WIN32Ralf Stephan2006-05-311-1/+1
| | | (bzr r1101)
* revert previous change, not from meRalf Stephan2006-05-311-1/+1
| | | (bzr r1100)
* complete started revert of 10737, fixes autogen problemRalf Stephan2006-05-311-1/+1
| | | (bzr r1099)
* two more missing entries in test_all_headersRalf Stephan2006-05-221-1/+3
| | | (bzr r955)
* two missing entries in test_all_includesRalf Stephan2006-05-221-0/+2
| | | (bzr r953)
* add missing files for make distcheckRalf Stephan2006-05-221-0/+1
| | | (bzr r945)
* * Add connection-pool.h: Inkscape::ConnectionPool, an auxilliary class to ↵Milosz Derezynski2006-05-191-0/+1
| | | | | | | manage sigc::connections * Finish listening to selections, make family selector work properly (bzr r887)
* Base implementation of a layers dialog.Jon A. Cruz2006-05-151-0/+1
| | | (bzr r843)
* r11667@tres: ted | 2006-05-01 22:48:49 -0700Ted Gould2006-05-021-12/+5
| | | | | | Backing out version 11530. SVK is so liberating and so frustrating all at the same time. (bzr r697)
* (bzr r690)Ted Gould2006-05-021-5/+12
|
* Moved four more tests to CxxTestJon A. Cruz2006-05-011-12/+5
| | | (bzr r650)
* add finalizer loggingMenTaLguY2006-04-291-1/+1
| | | (bzr r633)
* Replaced two tests with CxxTest versions.Jon A. Cruz2006-04-281-6/+2
| | | (bzr r605)
* Adding unit test for verbs.Jon A. Cruz2006-04-281-1/+2
| | | (bzr r604)
* moved and renamed object-ui.h and object-ui.cpp to src/ui/context-menu.cpp & ↵Joshua L. Blocher2006-04-241-1/+2
| | | | | context-menu.h, also updated make_insert with change (bzr r579)
* SVG 1.1 Conditional Processing Module rendering support (<switch> element, ↵Andrius Ramanauskas2006-04-201-0/+2
| | | | | | | requiredReatures/requiredExtensions/systemLanguage attributes). Two more W3C SVG Test Suite testes pass after this change. (bzr r556)
* Fixed link order errorJon A. Cruz2006-04-101-1/+1
| | | (bzr r474)
* Adding rendering-intent to <color-profile>Jon A. Cruz2006-04-061-0/+4
| | | (bzr r438)
* share/keyboards -> share/keys; first shot at configurable keymapsMenTaLguY2006-04-061-1/+0
| | | (bzr r437)