summaryrefslogtreecommitdiffstats
path: root/src/Makefile_insert (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* Converting attributes test to CxxTestJon A. Cruz2006-04-041-3/+0
| | | (bzr r422)
* Adding support for <color-profile> elementJon A. Cruz2006-04-021-0/+2
| | | (bzr r401)
* crap, disable the layer manager in the build; I forgot to deal with those ↵MenTaLguY2006-03-291-1/+0
| | | | | template errors (bzr r329)
* draft of layer managerMenTaLguY2006-03-291-0/+1
| | | (bzr r326)
* Replace GC::Managed<>::clearOnceInaccessible with GC::soft_ptr<>MenTaLguY2006-03-151-0/+1
| | | (bzr r241)
* Add DocumentSubset as groundwork for layersMenTaLguY2006-03-051-0/+1
| | | (bzr r205)
* Added connector graph layout functionalityTim Dwyer2006-02-131-0/+1
| | | (bzr r122)
* separated doxygen main page from main.cpp for readabilityRalf Stephan2006-01-301-0/+1
| | | (bzr r62)
* applying patch #1368738 from yselkowitzRalf Stephan2006-01-171-2/+2
| | | (bzr r12)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+339
(bzr r1)