summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* indentationbulia byak2006-05-131-4/+3
| | | (bzr r824)
* Calligraphy tool now draws in the last used color or tool style depending on ↵Joshua L. Blocher2006-05-134-3/+37
| | | | | the preferences setting. (bzr r823)
* added packaging/win32/italian.nsh and czech.nsh to distributionAdib Taraben2006-05-131-0/+2
| | | (bzr r822)
* removed make.dep, make.files make.ofiles from distributionAdib Taraben2006-05-131-3/+0
| | | (bzr r821)
* r11887@tres: ted | 2006-05-13 01:09:41 -0700Ted Gould2006-05-132-4/+1
| | | | | Removing option to enable the effects menu. (bzr r820)
* r11886@tres: ted | 2006-05-13 00:30:29 -0700Ted Gould2006-05-131-3/+0
| | | | | Making the effects menu default on. (bzr r819)
* r11772@tres: ted | 2006-05-12 23:15:51 -0700Ted Gould2006-05-131-0/+5
| | | | | | | | Wow, that has to be the most unbelievable gcc error I've ever gotten. "undefined reference to vtable" which means that you didn't provide a implmentation for a function you prototyped in the class (and gets used, I think). Anyway, needed a mock destructor. (bzr r818)
* r11771@tres: ted | 2006-05-12 08:51:57 -0700Ted Gould2006-05-131-0/+64
| | | | | Behaving funny, but I want to back this up. (bzr r817)
* updated PO filesArpad Biro2006-05-1238-7956/+8200
| | | (bzr r816)
* never destroy nodepath from within itself - this leaves an orphaned listener ↵bulia byak2006-05-121-12/+1
| | | | | in node-context (fixes a crash) (bzr r815)
* added POT file (bug #1397722)Arpad Biro2006-05-121-0/+9716
| | | (bzr r814)
* memleak; move deleting empty paths until after all nodes are deletedbulia byak2006-05-121-10/+17
| | | (bzr r813)
* fix undo bug in nodepath_preserve; fix crash caused by nodepath_cleanup ↵bulia byak2006-05-124-21/+206
| | | | | deleting subpaths from under our feet; rename origin to origin_radial for node sides; add x/y origins to sides and remember origins for all nodes and sides upon grabbing; store drag pressure in the knot; sculpt (bzr r812)
* * src/selection-chemistry.cpp, src/sp-conn-end-pair.cpp:mjwybrow2006-05-123-8/+31
| | | | | | | | | When moving/transforming connectors, only detach connectors from objects that are not part of the selection. Previously, connectors moved as part of a selection would be detached from all objects. This has been requested several times via email. The change also fixes bug #1383806. (bzr r811)
* * src/ui/dialog/inkscape-preferences.cpp,mjwybrow2006-05-124-1/+25
| | | | | | | | | src/ui/dialog/inkscape-preferences.h, src/connector-context.cpp: Add a preferences setting to the connector tool for setting whether or not connectors attach to text objects. This addresses feature request #1434292. (bzr r810)
* re-generated tutorials with updated calligraphy and advanced in english, as ↵Josh Andler2006-05-1127-1705/+2327
| | | | | well as added de translation for tips (bzr r809)
* more germanAdib Taraben2006-05-111-88/+91
| | | (bzr r808)
* Spelling errorsMichael G. Sloan2006-05-111-14/+21
| | | (bzr r807)
* whitespaceAaron Spike2006-05-102-48/+48
| | | (bzr r806)
* Users Jid is now stored in session data, which is used in from attributes. ↵daleharvey2006-05-107-14/+20
| | | | | lm_connection_set_jid is now not called, which allows authentication against jabber.org (bzr r805)
* increased alarm time-out to 60 secs (because 30 seconds may not have been ↵Tim Dwyer2006-05-101-2/+2
| | | | | enough on slow machines) (bzr r804)
* Apparently a problem was reported with one of the test cases. Tim Dwyer2006-05-1017-169/+475
| | | | | | | | I can't reproduce the problem, however solve_VPSC code in inkscape was getting quite out of date with that in www.sf.net/projects/adaptagrams. I've updated the code, which may fix the problem, or at least if it's reported again then I'll know it's still an issue. (bzr r803)
* patch 1484602 by Niko Kiiralabulia byak2006-05-101-2/+14
| | | (bzr r802)
* added new tutorialsArpad Biro2006-05-091-14/+21
| | | (bzr r801)
* tutorials from XavierArpad Biro2006-05-095-644/+11773
| | | (bzr r800)
* new es.po from LucasArpad Biro2006-05-091-178/+93
| | | (bzr r799)
* updated PO filesArpad Biro2006-05-0938-9141/+9544
| | | (bzr r798)
* remove flicker when creating dialogRalf Stephan2006-05-091-1/+0
| | | (bzr r797)
* Re-enable link between grid visibility and grid snap.Carl Hetherington2006-05-091-1/+3
| | | (bzr r796)
* Re-enable link between grid visibility and grid snap.Carl Hetherington2006-05-093-5/+19
| | | (bzr r795)
* Small comment cleanups.Carl Hetherington2006-05-092-3/+2
| | | (bzr r794)
* Fix silly bug with snapping node edits.Carl Hetherington2006-05-091-0/+4
| | | (bzr r793)
* Fix silly bug with snapping node edits.Carl Hetherington2006-05-091-1/+1
| | | (bzr r792)
* always make local copy of path data so we have control of memory policyMenTaLguY2006-05-092-29/+24
| | | (bzr r791)
* * conn-avoid-ref.cpp: Fix a crashbug that could occur in filesmjwybrow2006-05-092-3/+18
| | | | | | containing connectors if they were loaded from the file chooser or from the recent file list. Fixes bug #1458820. (bzr r790)
* fix confusion of SP_CANVAS_BPATH with SP_CURVE_BPATHMenTaLguY2006-05-091-1/+1
| | | (bzr r789)
* get rid of sp_curve_new_from_static_bpath() in a bid to simplify curve ↵MenTaLguY2006-05-094-60/+9
| | | | | memory management (bzr r788)
* eliminate direct accesses to SPCurve::bpathMenTaLguY2006-05-0919-112/+124
| | | (bzr r787)
* partial GTKmmfication and HIGification by Jonathon Jongsmabulia byak2006-05-092-93/+134
| | | (bzr r786)
* more vectorization, this time in bluredgeMenTaLguY2006-05-092-9/+6
| | | (bzr r785)
* use std::vector rather than dynamically-sized automatic arraysMenTaLguY2006-05-092-5/+6
| | | (bzr r784)
* hmm, make that std::vectorMenTaLguY2006-05-093-12/+11
| | | (bzr r783)
* use array new rather than dynamically-sized automatic arrays, plus cleanups ↵MenTaLguY2006-05-093-30/+31
| | | | | and minor fixes (bzr r782)
* patch from Niko Kiirala for bug 1482973bulia byak2006-05-091-2/+14
| | | (bzr r781)
* update changelogMenTaLguY2006-05-081-1/+1
| | | (bzr r780)
* add missing filesMenTaLguY2006-05-082-0/+117
| | | (bzr r779)
* use c++filt for symbol demangling if availableMenTaLguY2006-05-084-2/+12
| | | (bzr r778)
* removed resource name from self's jid, allowing authentication against ↵daleharvey2006-05-081-1/+1
| | | | | jabber.org (bzr r777)
* RazorWire marker from Xamuskbulia byak2006-05-081-0/+14
| | | (bzr r776)
* update keys for 0.44bulia byak2006-05-083-645/+799
| | | (bzr r775)