summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* prevent writing to xml when initializing grid. fixes not working default units.Johan B. C. Engelen2007-12-162-0/+4
| | | (bzr r4239)
* add default unit to grid preferences.Johan B. C. Engelen2007-12-167-8/+46
| | | (bzr r4238)
* fix possible crash where event_context is destroyed during fill operation ↵John Bintz2007-12-161-2/+5
| | | | | due to tool switch (bzr r4237)
* trying to fix the unset-gradient-on-transform bugbulia byak2007-12-161-1/+1
| | | (bzr r4236)
* remove debugbulia byak2007-12-161-1/+0
| | | (bzr r4235)
* Warning cleanupJon A. Cruz2007-12-157-31/+37
| | | (bzr r4234)
* Add default grid settings to Inkscape preferences.Johan B. C. Engelen2007-12-148-20/+154
| | | (bzr r4230)
* update to latest 2geomJohan B. C. Engelen2007-12-141-0/+2
| | | (bzr r4229)
* Remove unused function that causes compile error on windows.Maximilian Albert2007-12-131-12/+0
| | | (bzr r4228)
* If necessary, split up perspectives when applying transformations to boxes; ↵Maximilian Albert2007-12-137-18/+73
| | | | | moreover, fix crash caused by listening to already destroyed perspectives (bzr r4227)
* Fundamentally reworked version of the 3D box tool (among many other things, ↵Maximilian Albert2007-12-1351-3225/+4774
| | | | | 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)
* libgdl: avoid setting a negative preferred height for dock items,gustav_b2007-12-121-1/+1
| | | | | fixes a runtime warning. (bzr r4223)
* Add global snapping toggleDiederik van Lierop2007-12-127-8/+46
| | | (bzr r4221)
* Fixed the filter effects dialog always displaying all the filter settings by ↵Nicholas Bishop2007-12-122-1/+9
| | | | | overriding the behavior of show_all. (bzr r4220)
* Toggle snapping for each grid individuallyDiederik van Lierop2007-12-127-15/+43
| | | (bzr r4219)
* Do NOT use frames in the snapping tab in the document properties dialog ;-)Diederik van Lierop2007-12-122-41/+19
| | | (bzr r4218)
* Warning cleanupJon A. Cruz2007-12-123-6/+4
| | | (bzr r4216)
* Cleaning up testsJon A. Cruz2007-12-121-9/+9
| | | (bzr r4215)
* connected a signal to update the filter primitives list treeview when the ↵Felipe Corr??a da Silva Sanches2007-12-121-0/+2
| | | | | filters dialog is resized (bzr r4214)
* I have added beveled edges to the connections on the filter-effects Felipe Corr??a da Silva Sanches2007-12-111-3/+5
| | | | | dialog (bzr r4213)
* Use frames in the snapping tab in the document properties dialogDiederik van Lierop2007-12-112-24/+41
| | | (bzr r4210)
* 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)
* r17226@mini-emma: ted | 2007-12-10 20:24:40 -0800Ted Gould2007-12-111-0/+1
| | | | | Adding in attr-widget.h (bzr r4208)
* r17225@mini-emma: ted | 2007-12-10 20:22:27 -0800Ted Gould2007-12-112-1/+3
| | | | | 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-112-3/+3
| | | | | Builds for me. A couple of changes that broke things. But this works for me (tm). (bzr r4205)
* include header for close commandAdib Taraben2007-12-101-0/+1
| | | (bzr r4204)
* add #include <io.h> to enable win32 compileBob Jamison2007-12-101-0/+1
| | | (bzr r4202)
* remove all mention of extension/internal/gnome.cpp from build files for make ↵Aaron Spike2007-12-102-4/+0
| | | | | distcheck; this included removing mention from a comment in src/libnr/nr-path.h (bzr r4201)
* add snapped-line.cpp and snapped-line.h to src/Makefile_insert for make ↵Aaron Spike2007-12-101-0/+1
| | | | | distcheck (bzr r4200)
* Implement cross-architecture print dialog using cairo and PNG backends.Kees Cook2007-12-1010-175/+421
| | | (bzr r4199)
* always build cairo backend; add interface for setting cairo surface to rendererKees Cook2007-12-104-17/+21
| | | (bzr r4198)
* minor whitespace adjustmentKees Cook2007-12-101-2/+2
| | | (bzr r4196)
* Init some checkboxes correctly in document-properties dialogDiederik van Lierop2007-12-091-0/+2
| | | (bzr r4195)
* Snap to axonometric grid linesDiederik van Lierop2007-12-086-43/+140
| | | (bzr r4194)
* Warning cleanupJon A. Cruz2007-12-084-165/+4
| | | (bzr r4192)
* Fixes for gcc versions before 4.1.xJon A. Cruz2007-12-081-78/+113
| | | (bzr r4191)
* LPE Bendpath: disable width pathJohan B. C. Engelen2007-12-072-5/+11
| | | (bzr r4189)
* Rework dialog management. Use singleton behavior for dialogs whengustav_b2007-12-0730-334/+324
| | | | | | | | started in floating dialogs mode and use one dialog/desktop behavior when started in dockable dialogs mode. Replace the panels use of the SP_ACTIVE_DESKTOP macro and unify the panels' handling of desktop activation events. (bzr r4188)
* Fized crashes & odd behaviour when resizing, zooming and rotating feTurbulenceNiko Kiirala2007-12-066-27/+90
| | | (bzr r4187)
* remove my drama commentJohan B. C. Engelen2007-12-061-2/+2
| | | (bzr r4186)
* Fixed several crashes when modifying filter effect parameters with XML editorNiko Kiirala2007-12-0611-13/+24
| | | (bzr r4185)
* Removed conditional GTK+ < 2.6.0 code since 2.8.0 has been a requirement for ↵Jon A. Cruz2007-12-062-132/+112
| | | | | almost a year (bzr r4184)
* Warning cleanupJon A. Cruz2007-12-061-2/+1
| | | (bzr r4183)
* speed up keyboard scale and rotation toobulia byak2007-12-061-6/+18
| | | (bzr r4182)
* Add unit selector for node coordinate entriesMaximilian Albert2007-12-051-8/+36
| | | (bzr r4181)
* Always set coord entry fields inactive when switching to the node toolMaximilian Albert2007-12-052-0/+6
| | | (bzr r4179)
* Add icon for "Edit next LPE parameter" and add it to toolbar of nodetool.Johan B. C. Engelen2007-12-052-1/+19
| | | (bzr r4177)
* warning cleanupJon A. Cruz2007-12-052-5/+5
| | | (bzr r4175)
* Add entry fields for x/y coordinates of selected nodes (fixes bugs #170116 ↵Maximilian Albert2007-12-054-56/+254
| | | | | and #172113) (bzr r4174)
* Lookup object from repr instead of id to fix redo of undo of guide creation :-)Johan B. C. Engelen2007-12-051-3/+2
| | | (bzr r4173)