| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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) | ||||
| * | Converting attributes test to CxxTest | Jon A. Cruz | 2006-04-04 | 1 | -3/+0 |
| | | | | (bzr r422) | ||||
| * | Adding support for <color-profile> element | Jon A. Cruz | 2006-04-02 | 1 | -0/+2 |
| | | | | (bzr r401) | ||||
| * | crap, disable the layer manager in the build; I forgot to deal with those ↵ | MenTaLguY | 2006-03-29 | 1 | -1/+0 |
| | | | | | | template errors (bzr r329) | ||||
| * | draft of layer manager | MenTaLguY | 2006-03-29 | 1 | -0/+1 |
| | | | | (bzr r326) | ||||
| * | Replace GC::Managed<>::clearOnceInaccessible with GC::soft_ptr<> | MenTaLguY | 2006-03-15 | 1 | -0/+1 |
| | | | | (bzr r241) | ||||
| * | Add DocumentSubset as groundwork for layers | MenTaLguY | 2006-03-05 | 1 | -0/+1 |
| | | | | (bzr r205) | ||||
| * | Added connector graph layout functionality | Tim Dwyer | 2006-02-13 | 1 | -0/+1 |
| | | | | (bzr r122) | ||||
| * | separated doxygen main page from main.cpp for readability | Ralf Stephan | 2006-01-30 | 1 | -0/+1 |
| | | | | (bzr r62) | ||||
| * | applying patch #1368738 from yselkowitz | Ralf Stephan | 2006-01-17 | 1 | -2/+2 |
| | | | | (bzr r12) | ||||
| * | moving trunk for module inkscape | MenTaLguY | 2006-01-16 | 1 | -0/+339 |
| (bzr r1) | |||||
