summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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)
* more win32 compile for inkviewAdib Taraben2007-12-121-1/+2
| | | (bzr r4222)
* 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)
* * [INTL: bg] Bulgarian translation update by Techbulgaria (closes: #169991)Luca Bruno2007-12-121-1175/+1192
| | | (bzr r4217)
* 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)
* move gtk version dep to gtkmm instead -- safer place to test itKees Cook2007-12-111-1/+1
| | | (bzr r4212)
* reenable buil inkview on windowsAdib Taraben2007-12-111-9/+9
| | | (bzr r4211)
* 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)
* r17224@mini-emma: ted | 2007-12-10 20:21:14 -0800Ted Gould2007-12-111-1/+1
| | | | | Adjusting build rule for inkscape.pot so that it uses the files from the source directory and installs it in the distribution directory. (bzr r4206)
* 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 cairomm to win32 linker proccessAdib Taraben2007-12-101-6/+9
| | | (bzr r4203)
* 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-105-7/+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-1011-180/+421
| | | (bzr r4199)
* always build cairo backend; add interface for setting cairo surface to rendererKees Cook2007-12-104-17/+21
| | | (bzr r4198)
* bump minimum required gtk to 2.10 (released july 2006), for future print dialogKees Cook2007-12-101-1/+1
| | | (bzr r4197)
* 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)
* corrected a typo and added a check for modevia name definition. fall back on ↵JiHO2007-12-081-1/+6
| | | | | user name (bzr r4193)
* 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)
* Removed mention of inkscape_python.ds_store which was removed from the ↵JiHO2007-12-071-1/+0
| | | | | repository at r16417 (bzr r4190)
* 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)
* updating help menu releasenote link to 0.46 versionpopolon.org2007-12-051-1/+1
| | | (bzr r4180)
* Always set coord entry fields inactive when switching to the node toolMaximilian Albert2007-12-052-0/+6
| | | (bzr r4179)
* * [INTL: sv] swedish translation update by Henrik Larsson (closes: #174223)Luca Bruno2007-12-051-784/+525
| | | (bzr r4178)
* Add icon for "Edit next LPE parameter" and add it to toolbar of nodetool.Johan B. C. Engelen2007-12-053-20/+114
| | | (bzr r4177)
* add white versions, three bitmap texturesbulia byak2007-12-051-51/+2908
| | | (bzr r4176)
* warning cleanupJon A. Cruz2007-12-052-5/+5
| | | (bzr r4175)