Code

inkscape.git
18 years agofix undo bug in nodepath_preserve; fix crash caused by nodepath_cleanup deleting...
buliabyak [Fri, 12 May 2006 19:28:52 +0000 (19:28 +0000)]
fix undo bug in nodepath_preserve; fix crash caused by nodepath_cleanup 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

18 years ago * src/selection-chemistry.cpp, src/sp-conn-end-pair.cpp:
mjwybrow [Fri, 12 May 2006 11:00:20 +0000 (11:00 +0000)]
* src/selection-chemistry.cpp, src/sp-conn-end-pair.cpp:

      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.

18 years ago * src/ui/dialog/inkscape-preferences.cpp,
mjwybrow [Fri, 12 May 2006 04:13:28 +0000 (04:13 +0000)]
* src/ui/dialog/inkscape-preferences.cpp,
      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.

18 years agore-generated tutorials with updated calligraphy and advanced in english, as well...
scislac [Thu, 11 May 2006 16:33:48 +0000 (16:33 +0000)]
re-generated tutorials with updated calligraphy and advanced in english, as well as added de translation for tips

18 years agomore german
theadib [Thu, 11 May 2006 15:58:31 +0000 (15:58 +0000)]
more german

18 years agoSpelling errors
mgsloan [Thu, 11 May 2006 02:01:59 +0000 (02:01 +0000)]
Spelling errors

18 years agowhitespace
acspike [Wed, 10 May 2006 22:00:58 +0000 (22:00 +0000)]
whitespace

18 years agoUsers Jid is now stored in session data, which is used in from attributes. lm_connect...
daleharvey [Wed, 10 May 2006 14:34:38 +0000 (14:34 +0000)]
Users Jid is now stored in session data, which is used in from attributes. lm_connection_set_jid is now not called, which allows authentication against jabber.org

18 years agoincreased alarm time-out to 60 secs (because 30 seconds may not have been enough...
tgdwyer [Wed, 10 May 2006 07:44:38 +0000 (07:44 +0000)]
increased alarm time-out to 60 secs (because 30 seconds may not have been enough on slow machines)

18 years agoApparently a problem was reported with one of the test cases.
tgdwyer [Wed, 10 May 2006 07:13:45 +0000 (07:13 +0000)]
Apparently a problem was reported with one of the test cases.
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.

18 years agopatch 1484602 by Niko Kiirala
buliabyak [Wed, 10 May 2006 04:03:48 +0000 (04:03 +0000)]
patch 1484602 by Niko Kiirala

18 years agoadded new tutorials
a_b [Tue, 9 May 2006 19:55:11 +0000 (19:55 +0000)]
added new tutorials

18 years agotutorials from Xavier
a_b [Tue, 9 May 2006 19:31:16 +0000 (19:31 +0000)]
tutorials from Xavier

18 years agonew es.po from Lucas
a_b [Tue, 9 May 2006 19:19:34 +0000 (19:19 +0000)]
new es.po from Lucas

18 years agoupdated PO files
a_b [Tue, 9 May 2006 19:12:04 +0000 (19:12 +0000)]
updated PO files

18 years agoremove flicker when creating dialog
rwst [Tue, 9 May 2006 18:23:55 +0000 (18:23 +0000)]
remove flicker when creating dialog

18 years agoRe-enable link between grid visibility and grid snap.
cth103 [Tue, 9 May 2006 11:16:34 +0000 (11:16 +0000)]
Re-enable link between grid visibility and grid snap.

18 years agoRe-enable link between grid visibility and grid snap.
cth103 [Tue, 9 May 2006 11:16:07 +0000 (11:16 +0000)]
Re-enable link between grid visibility and grid snap.

18 years agoSmall comment cleanups.
cth103 [Tue, 9 May 2006 10:57:48 +0000 (10:57 +0000)]
Small comment cleanups.

18 years agoFix silly bug with snapping node edits.
cth103 [Tue, 9 May 2006 10:25:50 +0000 (10:25 +0000)]
Fix silly bug with snapping node edits.

18 years agoFix silly bug with snapping node edits.
cth103 [Tue, 9 May 2006 10:25:19 +0000 (10:25 +0000)]
Fix silly bug with snapping node edits.

18 years agoalways make local copy of path data so we have control of memory policy
mental [Tue, 9 May 2006 04:38:53 +0000 (04:38 +0000)]
always make local copy of path data so we have control of memory policy

18 years ago * conn-avoid-ref.cpp: Fix a crashbug that could occur in files
mjwybrow [Tue, 9 May 2006 04:25:31 +0000 (04:25 +0000)]
* conn-avoid-ref.cpp: Fix a crashbug that could occur in files
      containing connectors if they were loaded from the file chooser
      or from the recent file list.  Fixes bug #1458820.

18 years agofix confusion of SP_CANVAS_BPATH with SP_CURVE_BPATH
mental [Tue, 9 May 2006 04:17:38 +0000 (04:17 +0000)]
fix confusion of SP_CANVAS_BPATH with SP_CURVE_BPATH

18 years agoget rid of sp_curve_new_from_static_bpath() in a bid to simplify curve memory management
mental [Tue, 9 May 2006 04:12:54 +0000 (04:12 +0000)]
get rid of sp_curve_new_from_static_bpath() in a bid to simplify curve memory management

18 years agoeliminate direct accesses to SPCurve::bpath
mental [Tue, 9 May 2006 03:52:58 +0000 (03:52 +0000)]
eliminate direct accesses to SPCurve::bpath

18 years agopartial GTKmmfication and HIGification by Jonathon Jongsma
buliabyak [Tue, 9 May 2006 03:15:31 +0000 (03:15 +0000)]
partial GTKmmfication and HIGification by Jonathon Jongsma

18 years agomore vectorization, this time in bluredge
mental [Tue, 9 May 2006 03:10:12 +0000 (03:10 +0000)]
more vectorization, this time in bluredge

18 years agouse std::vector rather than dynamically-sized automatic arrays
mental [Tue, 9 May 2006 03:03:38 +0000 (03:03 +0000)]
use std::vector rather than dynamically-sized automatic arrays

18 years agohmm, make that std::vector
mental [Tue, 9 May 2006 03:00:35 +0000 (03:00 +0000)]
hmm, make that std::vector

18 years agouse array new rather than dynamically-sized automatic arrays, plus cleanups and minor...
mental [Tue, 9 May 2006 02:51:10 +0000 (02:51 +0000)]
use array new rather than dynamically-sized automatic arrays, plus cleanups and minor fixes

18 years agopatch from Niko Kiirala for bug 1482973
buliabyak [Tue, 9 May 2006 01:14:55 +0000 (01:14 +0000)]
patch from Niko Kiirala for bug 1482973

18 years agoupdate changelog
mental [Mon, 8 May 2006 23:33:10 +0000 (23:33 +0000)]
update changelog

18 years agoadd missing files
mental [Mon, 8 May 2006 23:32:44 +0000 (23:32 +0000)]
add missing files

18 years agouse c++filt for symbol demangling if available
mental [Mon, 8 May 2006 23:31:42 +0000 (23:31 +0000)]
use c++filt for symbol demangling if available

18 years agoremoved resource name from self's jid, allowing authentication against jabber.org
daleharvey [Mon, 8 May 2006 20:32:57 +0000 (20:32 +0000)]
removed resource name from self's jid, allowing authentication against jabber.org

18 years agoRazorWire marker from Xamusk
buliabyak [Mon, 8 May 2006 20:31:54 +0000 (20:31 +0000)]
RazorWire marker from Xamusk

18 years agoupdate keys for 0.44
buliabyak [Mon, 8 May 2006 20:25:44 +0000 (20:25 +0000)]
update keys for 0.44

18 years agoremoved Pedro build lines
dwyip [Mon, 8 May 2006 20:09:31 +0000 (20:09 +0000)]
removed Pedro build lines

18 years agoPersist User / Server / ChatServer name across succesful sessions (Given By Botty)
daleharvey [Mon, 8 May 2006 17:58:44 +0000 (17:58 +0000)]
Persist User / Server / ChatServer name across succesful sessions (Given By Botty)

18 years agocomments explaining namespace mapping for the broken sodipodi namespace
mental [Mon, 8 May 2006 17:18:19 +0000 (17:18 +0000)]
comments explaining namespace mapping for the broken sodipodi namespace

18 years agoAdded some comments.
cth103 [Mon, 8 May 2006 17:11:12 +0000 (17:11 +0000)]
Added some comments.

18 years agostandardize indents on 4 spaces
acspike [Mon, 8 May 2006 15:28:17 +0000 (15:28 +0000)]
standardize indents on 4 spaces
Python hates mixed whitespace

18 years agoMore snapping cleanups.
cth103 [Mon, 8 May 2006 15:07:42 +0000 (15:07 +0000)]
More snapping cleanups.

18 years agoMore snapping cleanups.
cth103 [Mon, 8 May 2006 15:07:23 +0000 (15:07 +0000)]
More snapping cleanups.

18 years agowhitespace and fix sodipodi URI
acspike [Mon, 8 May 2006 14:54:52 +0000 (14:54 +0000)]
whitespace and fix sodipodi URI

18 years agoFix ctrl-scaling when there is no snap.
cth103 [Mon, 8 May 2006 11:30:49 +0000 (11:30 +0000)]
Fix ctrl-scaling when there is no snap.

18 years agoFix ctrl-scaling when there is no snap.
cth103 [Mon, 8 May 2006 11:28:31 +0000 (11:28 +0000)]
Fix ctrl-scaling when there is no snap.

18 years ago * knot.h, knot.cpp, connector-context.cpp:
mjwybrow [Mon, 8 May 2006 09:48:45 +0000 (09:48 +0000)]
* knot.h, knot.cpp, connector-context.cpp:
      Fix glib-gobject-warnings for knots in the connector tool.

18 years agoFixed a couple of bugs
joncruz [Mon, 8 May 2006 08:46:21 +0000 (08:46 +0000)]
Fixed a couple of bugs

18 years agoanother logo update from brisgeek
buliabyak [Mon, 8 May 2006 02:07:35 +0000 (02:07 +0000)]
another logo update from brisgeek

18 years agologo update from brisgeek
buliabyak [Mon, 8 May 2006 01:50:02 +0000 (01:50 +0000)]
logo update from brisgeek

18 years agoupdated PO files
a_b [Sun, 7 May 2006 20:46:53 +0000 (20:46 +0000)]
updated PO files

18 years agoadd fixup for incorrect sodipodi namespace
mental [Sun, 7 May 2006 05:14:55 +0000 (05:14 +0000)]
add fixup for incorrect sodipodi namespace

18 years agoget the CORRECT Sodipodi namespace in there
mental [Sun, 7 May 2006 04:21:16 +0000 (04:21 +0000)]
get the CORRECT Sodipodi namespace in there

18 years agofix for #1483198 ("infectious namespaces")
mental [Sun, 7 May 2006 03:57:22 +0000 (03:57 +0000)]
fix for #1483198 ("infectious namespaces")

18 years agoFixed problem with std::map use making last verb inaccessible.
joncruz [Sun, 7 May 2006 01:10:26 +0000 (01:10 +0000)]
Fixed problem with std::map use making last verb inaccessible.

18 years agoclean up loudmouth link
ishmal [Sat, 6 May 2006 21:54:30 +0000 (21:54 +0000)]
clean up loudmouth link

18 years agoconst types
ishmal [Sat, 6 May 2006 21:45:01 +0000 (21:45 +0000)]
const types

18 years ago r11769@tres: ted | 2006-05-06 09:09:59 -0700
gouldtj [Sat, 6 May 2006 16:10:26 +0000 (16:10 +0000)]
 r11769@tres:  ted | 2006-05-06 09:09:59 -0700
 For some reason SVK lost this change...

18 years ago r11761@tres: ted | 2006-05-06 08:59:32 -0700
gouldtj [Sat, 6 May 2006 16:03:52 +0000 (16:03 +0000)]
 r11761@tres:  ted | 2006-05-06 08:59:32 -0700
 Fixing and uninitialized warning.

18 years ago r11760@tres: ted | 2006-05-06 08:58:55 -0700
gouldtj [Sat, 6 May 2006 16:02:45 +0000 (16:02 +0000)]
 r11760@tres:  ted | 2006-05-06 08:58:55 -0700
 Remvoing the string function from description and translating the text itself.

18 years ago r11676@tres: ted | 2006-05-05 21:45:20 -0700
gouldtj [Sat, 6 May 2006 16:02:13 +0000 (16:02 +0000)]
 r11676@tres:  ted | 2006-05-05 21:45:20 -0700
 Switching over to AutoGUI.

18 years ago r11675@tres: ted | 2006-05-05 21:28:44 -0700
gouldtj [Sat, 6 May 2006 16:02:03 +0000 (16:02 +0000)]
 r11675@tres:  ted | 2006-05-05 21:28:44 -0700
 Making it so that menu-name and menu-tip are translatable.

18 years ago r11674@tres: ted | 2006-05-05 21:19:48 -0700
gouldtj [Sat, 6 May 2006 16:01:53 +0000 (16:01 +0000)]
 r11674@tres:  ted | 2006-05-05 21:19:48 -0700
 Adding in a parameter type "description" for adding descriptive text to
 autogui dialogs.

18 years ago r11673@tres: ted | 2006-05-05 21:17:59 -0700
gouldtj [Sat, 6 May 2006 16:01:37 +0000 (16:01 +0000)]
 r11673@tres:  ted | 2006-05-05 21:17:59 -0700
 Allows param default values to be translatable and adding a little space
 in the dialog.

18 years agono comment
theadib [Sat, 6 May 2006 08:51:18 +0000 (08:51 +0000)]
no comment

18 years agowhiteboard on windows
acspike [Fri, 5 May 2006 18:46:24 +0000 (18:46 +0000)]
whiteboard on windows
nobody else was committing this ;-)

18 years agoremove these
acspike [Fri, 5 May 2006 18:42:53 +0000 (18:42 +0000)]
remove these

18 years agofix 1478932
buliabyak [Fri, 5 May 2006 18:05:41 +0000 (18:05 +0000)]
fix 1478932

18 years agoShort term change to allow inkboard to participate in muc at least on gristle.org
daleharvey [Fri, 5 May 2006 17:02:29 +0000 (17:02 +0000)]
Short term change to allow inkboard to participate in muc at least on gristle.org

18 years agoMore snapping cleanups.
cth103 [Fri, 5 May 2006 16:44:29 +0000 (16:44 +0000)]
More snapping cleanups.

18 years agofix 1482463
buliabyak [Fri, 5 May 2006 16:42:17 +0000 (16:42 +0000)]
fix 1482463

18 years agoadded sections for lt, ko, zh_TW
theadib [Fri, 5 May 2006 15:08:08 +0000 (15:08 +0000)]
added sections for lt, ko, zh_TW

18 years agoRemove some old snap code.
cth103 [Fri, 5 May 2006 15:07:33 +0000 (15:07 +0000)]
Remove some old snap code.

18 years agoadded sections for lt, ko, zh_TW, resolution for patch #1399508 (copy README.*)
theadib [Fri, 5 May 2006 15:03:16 +0000 (15:03 +0000)]
added sections for lt, ko, zh_TW, resolution for patch #1399508 (copy README.*)

18 years agoRemove an old FIXME.
cth103 [Fri, 5 May 2006 14:24:42 +0000 (14:24 +0000)]
Remove an old FIXME.

18 years agoVarious snapping cleanups and bug fixes.
cth103 [Fri, 5 May 2006 14:23:24 +0000 (14:23 +0000)]
Various snapping cleanups and bug fixes.

18 years agoVarious snapping cleanups and bug fixes.
cth103 [Fri, 5 May 2006 14:22:41 +0000 (14:22 +0000)]
Various snapping cleanups and bug fixes.

18 years agoremove overdefinition
ishmal [Fri, 5 May 2006 11:54:54 +0000 (11:54 +0000)]
remove overdefinition

18 years agomore work on that translation
theadib [Fri, 5 May 2006 10:00:05 +0000 (10:00 +0000)]
more work on that translation

18 years agofix 1214286, 1482209
buliabyak [Fri, 5 May 2006 06:57:22 +0000 (06:57 +0000)]
fix 12142861482209

18 years agofix 1480934
buliabyak [Fri, 5 May 2006 06:48:40 +0000 (06:48 +0000)]
fix 1480934

18 years agonew effects translations
gemy_c [Thu, 4 May 2006 23:08:55 +0000 (23:08 +0000)]
new effects translations

18 years agoClean up knutux's fix for the snapper crash.
cth103 [Thu, 4 May 2006 14:15:17 +0000 (14:15 +0000)]
Clean up knutux's fix for the snapper crash.

18 years agoClean up knutux's fix for the snapper crash.
cth103 [Thu, 4 May 2006 14:14:43 +0000 (14:14 +0000)]
Clean up knutux's fix for the snapper crash.

18 years agofix relative and absolute paths according to w3c uri spec
ishmal [Thu, 4 May 2006 14:03:34 +0000 (14:03 +0000)]
fix relative and absolute paths according to w3c uri spec

18 years agoTemporary fix for broken snap functionality: as named view constructor is never calle...
knutux [Thu, 4 May 2006 11:13:11 +0000 (11:13 +0000)]
Temporary fix for broken snap functionality: as named view constructor is never called, virtual tables of Snapper derived classes are never initialized. Fix - calling constructor/destructor on SPNamedView init/release.

18 years agofix lcms flag
ishmal [Thu, 4 May 2006 09:42:21 +0000 (09:42 +0000)]
fix lcms flag

18 years agofixed broken page unit changing in Document Properties
knutux [Thu, 4 May 2006 07:55:42 +0000 (07:55 +0000)]
fixed broken page unit changing in Document Properties

18 years ago * src/jabber_whiteboard/pedrodom.cpp: Compile fix for Mac OS.
mjwybrow [Thu, 4 May 2006 05:54:06 +0000 (05:54 +0000)]
* src/jabber_whiteboard/pedrodom.cpp: Compile fix for Mac OS.

18 years agofixed compilation errors with HAVE_SSL
dwyip [Thu, 4 May 2006 05:41:01 +0000 (05:41 +0000)]
fixed compilation errors with HAVE_SSL

18 years agoNewer files
ishmal [Thu, 4 May 2006 04:42:03 +0000 (04:42 +0000)]
Newer files

18 years agoRemove warnings
ishmal [Thu, 4 May 2006 01:35:23 +0000 (01:35 +0000)]
Remove warnings

18 years ago * po/pt_BR.po: Fix some "Unmatched closing </b>" warnings.
mjwybrow [Thu, 4 May 2006 01:31:53 +0000 (01:31 +0000)]
* po/pt_BR.po: Fix some "Unmatched closing </b>" warnings.

18 years agofix a typo. add more comments.
ishmal [Wed, 3 May 2006 23:43:14 +0000 (23:43 +0000)]
fix a typo.   add more comments.

18 years agobug 1466130: operator== for font_style was not transitive, making hash_map get very...
cyreve [Wed, 3 May 2006 23:30:58 +0000 (23:30 +0000)]
bug 1466130: operator== for font_style was not transitive, making hash_map get very confused and cause crashes

18 years agoadd gradient comments
ishmal [Wed, 3 May 2006 22:33:56 +0000 (22:33 +0000)]
add gradient comments

18 years agoupdate from Antonio
a_b [Wed, 3 May 2006 21:34:59 +0000 (21:34 +0000)]
update from Antonio

18 years agoupdated link
a_b [Wed, 3 May 2006 19:30:34 +0000 (19:30 +0000)]
updated link