| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | bug 1243190: add tref element support; limited editing support thus far ↵ | Richard Hughes | 2007-07-11 | 1 | -0/+2 | |
| | | | | | | (patch by gbanaszk) (bzr r3227) | |||||
| * | Move 3D axis manipulation functions to separate file | Maximilian Albert | 2007-07-11 | 1 | -0/+1 | |
| | | | | (bzr r3226) | |||||
| * | First (very limited) version of the 3D box tool; allows for drawing of new ↵ | Maximilian Albert | 2007-06-21 | 1 | -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. Engelen | 2007-04-15 | 1 | -1/+0 | |
| | | | | (bzr r2904) | |||||
| * | Replacing old multifunction widget with separate widget & model | Jon A. Cruz | 2007-04-05 | 1 | -0/+2 | |
| | | | | (bzr r2820) | |||||
| * | Adding the new/change label to the star toolbar | Jon A. Cruz | 2007-03-27 | 1 | -0/+2 | |
| | | | | (bzr r2772) | |||||
| * | missing isnormal.h from Makefile_insert | Kees Cook | 2007-03-22 | 1 | -0/+1 | |
| | | | | (bzr r2742) | |||||
| * | remove useless and half-broken slideshow mode in favor of inkview | bulia byak | 2007-03-22 | 1 | -1/+0 | |
| | | | | (bzr r2736) | |||||
| * | dropping moved/dead files | Kees Cook | 2007-03-13 | 1 | -2/+0 | |
| | | | | (bzr r2630) | |||||
| * | r14632@tres: ted | 2007-02-28 23:12:58 -0800 | Ted Gould | 2007-03-01 | 1 | -0/+1 | |
| | | | | | | | Splitting out the command line action class to try and leave SOME dependencies out of main.cpp. (bzr r2481) | |||||
| * | Add flood fill tool | John Bintz | 2007-02-25 | 1 | -0/+1 | |
| | | | | (bzr r2432) | |||||
| * | Moving functions from svg_preview_cache.h to a new .cpp | Bryce Harrington | 2007-02-20 | 1 | -0/+1 | |
| | | | | (bzr r2402) | |||||
| * | isolate the nodepath-or-knotholder unit into the new ShapeEditor class which ↵ | bulia byak | 2007-02-13 | 1 | -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 1632894 | theAdib | 2007-01-11 | 1 | -2/+2 | |
| | | | | (bzr r2189) | |||||
| * | correct the Perl linking symantics | Kees Cook | 2006-12-16 | 1 | -1/+0 | |
| | | | | (bzr r2095) | |||||
| * | Renaming sp-marker.* to marker.* | Bryce Harrington | 2006-12-06 | 1 | -1/+1 | |
| | | | | (bzr r2077) | |||||
| * | Committed double code because of the hurry to let you use the ↵ | Johan B. C. Engelen | 2006-10-23 | 1 | -1/+0 | |
| | | | | | | axonom-snapping stuff. (bzr r1848) | |||||
| * | Axonometric grid: snapping to vertical gridlines | Johan B. C. Engelen | 2006-10-23 | 1 | -0/+1 | |
| | | | | (bzr r1846) | |||||
| * | Adding custom action to work with spinbuttons in toolbars | Jon A. Cruz | 2006-10-19 | 1 | -0/+4 | |
| | | | | (bzr r1809) | |||||
| * | new file for filter manipulation stuff | bulia byak | 2006-10-07 | 1 | -0/+2 | |
| | | | | (bzr r1775) | |||||
| * | Work on filters. spFilterPrimitive structure added. Blur slider updated. ↵ | Hugo Rodrigues | 2006-08-14 | 1 | -0/+2 | |
| | | | | | | Fixed sp-object-repr.cpp typos (bzr r1598) | |||||
| * | Remove trailing tab after backslash (added in previous commit). | Peter Moulder | 2006-08-04 | 1 | -1/+1 | |
| | | | | (bzr r1557) | |||||
| * | Added skeleton files for other filter primitives' SP-objects. Added blur ↵ | Hugo Rodrigues | 2006-08-02 | 1 | -3/+33 | |
| | | | | | | slider on fill/stroke dialog (uncomment on object-properties.cpp). (bzr r1542) | |||||
| * | r13107@tres: ted | 2006-07-30 11:47:41 -0700 | Ted Gould | 2006-07-31 | 1 | -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, | mjwybrow | 2006-07-14 | 1 | -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 Dwyer | 2006-07-12 | 1 | -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 dialog | bulia byak | 2006-06-29 | 1 | -0/+1 | |
| | | | | (bzr r1315) | |||||
| * | manually merging the INKBOARD_PEDRO branch into trunk | daleharvey | 2006-06-23 | 1 | -1/+3 | |
| | | | | (bzr r1268) | |||||
| * | quick g_message UndoStackObserver for tracing calls to the undo system | David Yip | 2006-06-23 | 1 | -0/+1 | |
| | | | | (bzr r1267) | |||||
| * | svg-filters branch merged back to head | Niko Kiirala | 2006-06-21 | 1 | -0/+7 | |
| | | | | (bzr r1252) | |||||
| * | include registrytool.cpp/h in win32_sources | Ralf Stephan | 2006-06-02 | 1 | -1/+1 | |
| | | | | (bzr r1126) | |||||
| * | next try for intended change from OS_WIN32 to PLATFORM_WIN32 | Ralf Stephan | 2006-05-31 | 1 | -1/+1 | |
| | | | | (bzr r1101) | |||||
| * | revert previous change, not from me | Ralf Stephan | 2006-05-31 | 1 | -1/+1 | |
| | | | | (bzr r1100) | |||||
| * | complete started revert of 10737, fixes autogen problem | Ralf Stephan | 2006-05-31 | 1 | -1/+1 | |
| | | | | (bzr r1099) | |||||
| * | two more missing entries in test_all_headers | Ralf Stephan | 2006-05-22 | 1 | -1/+3 | |
| | | | | (bzr r955) | |||||
| * | two missing entries in test_all_includes | Ralf Stephan | 2006-05-22 | 1 | -0/+2 | |
| | | | | (bzr r953) | |||||
| * | add missing files for make distcheck | Ralf Stephan | 2006-05-22 | 1 | -0/+1 | |
| | | | | (bzr r945) | |||||
| * | * Add connection-pool.h: Inkscape::ConnectionPool, an auxilliary class to ↵ | Milosz Derezynski | 2006-05-19 | 1 | -0/+1 | |
| | | | | | | | | manage sigc::connections * Finish listening to selections, make family selector work properly (bzr r887) | |||||
| * | Base implementation of a layers dialog. | Jon A. Cruz | 2006-05-15 | 1 | -0/+1 | |
| | | | | (bzr r843) | |||||
| * | r11667@tres: ted | 2006-05-01 22:48:49 -0700 | Ted Gould | 2006-05-02 | 1 | -12/+5 | |
| | | | | | | | Backing out version 11530. SVK is so liberating and so frustrating all at the same time. (bzr r697) | |||||
| * | (bzr r690) | Ted Gould | 2006-05-02 | 1 | -5/+12 | |
| | | ||||||
| * | Moved four more tests to CxxTest | Jon A. Cruz | 2006-05-01 | 1 | -12/+5 | |
| | | | | (bzr r650) | |||||
| * | add finalizer logging | MenTaLguY | 2006-04-29 | 1 | -1/+1 | |
| | | | | (bzr r633) | |||||
| * | Replaced two tests with CxxTest versions. | Jon A. Cruz | 2006-04-28 | 1 | -6/+2 | |
| | | | | (bzr r605) | |||||
| * | Adding unit test for verbs. | Jon A. Cruz | 2006-04-28 | 1 | -1/+2 | |
| | | | | (bzr r604) | |||||
| * | moved and renamed object-ui.h and object-ui.cpp to src/ui/context-menu.cpp & ↵ | Joshua L. Blocher | 2006-04-24 | 1 | -1/+2 | |
| | | | | | | context-menu.h, also updated make_insert with change (bzr r579) | |||||
| * | SVG 1.1 Conditional Processing Module rendering support (<switch> element, ↵ | Andrius Ramanauskas | 2006-04-20 | 1 | -0/+2 | |
| | | | | | | | | requiredReatures/requiredExtensions/systemLanguage attributes). Two more W3C SVG Test Suite testes pass after this change. (bzr r556) | |||||
| * | Fixed link order error | Jon A. Cruz | 2006-04-10 | 1 | -1/+1 | |
| | | | | (bzr r474) | |||||
| * | Adding rendering-intent to <color-profile> | Jon A. Cruz | 2006-04-06 | 1 | -0/+4 | |
| | | | | (bzr r438) | |||||
| * | share/keyboards -> share/keys; first shot at configurable keymaps | MenTaLguY | 2006-04-06 | 1 | -1/+0 | |
| | | | | (bzr r437) | |||||
