Code

inkscape.git
17 years agouse atoi for char* -> int conversion
dwyip [Sat, 15 Jul 2006 22:15:26 +0000 (22:15 +0000)]
use atoi for char* -> int conversion

17 years agoadd colon
buliabyak [Sat, 15 Jul 2006 18:03:53 +0000 (18:03 +0000)]
add colon

17 years agoadd HAVE_GETOPT_H
ishmal [Sat, 15 Jul 2006 12:55:08 +0000 (12:55 +0000)]
add HAVE_GETOPT_H

17 years agoadd HAVE_GETOPT_H
ishmal [Sat, 15 Jul 2006 12:54:37 +0000 (12:54 +0000)]
add HAVE_GETOPT_H

17 years ago o removed the unused cache as it was just wasting time and space
njh [Fri, 14 Jul 2006 08:26:21 +0000 (08:26 +0000)]
 o removed the unused cache as it was just wasting time and space
 o simplified some of the maths
 o fixed a bug in the matrix normalisation routine (dubious that it ever
   actually worked)

17 years ago * src/Makefile_insert, src/Makefile.am, src/svg/Makefile_insert,
mjwybrow [Fri, 14 Jul 2006 06:45:53 +0000 (06:45 +0000)]
* src/Makefile_insert, src/Makefile.am, src/svg/Makefile_insert,
      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.

17 years ago * src/Makefile_insert, src/Makefile.am, src/svg/Makefile_insert,
mjwybrow [Fri, 14 Jul 2006 06:42:37 +0000 (06:42 +0000)]
* src/Makefile_insert, src/Makefile.am, src/svg/Makefile_insert,
      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.

17 years ago * src/libavoid/*: Add a couple of missing files.
mjwybrow [Fri, 14 Jul 2006 05:42:46 +0000 (05:42 +0000)]
* src/libavoid/*: Add a couple of missing files.

17 years ago * src/sp-conn-end-pair.cpp, src/connector-context.cpp,
mjwybrow [Fri, 14 Jul 2006 05:30:15 +0000 (05:30 +0000)]
* src/sp-conn-end-pair.cpp, src/connector-context.cpp,
      src/document.cpp, src/libavoid/*:
      Update libavoid with upstream fixes, optimisations and new features.

17 years agofixed warnings
tgdwyer [Fri, 14 Jul 2006 05:16:38 +0000 (05:16 +0000)]
fixed warnings

17 years ago - improve hint for directed graph toggle
tgdwyer [Fri, 14 Jul 2006 04:33:53 +0000 (04:33 +0000)]
 - improve hint for directed graph toggle

17 years ago - Connectors with end-markers now constrained to point downwards in graph layout
tgdwyer [Fri, 14 Jul 2006 04:09:40 +0000 (04:09 +0000)]
 - Connectors with end-markers now constrained to point downwards in graph layout
 - vpsc namespace added to libvpsc

17 years ago * src/libavoid/router.cpp: Fixed a bug in the libavoid function
mjwybrow [Fri, 14 Jul 2006 03:42:49 +0000 (03:42 +0000)]
* src/libavoid/router.cpp: Fixed a bug in the libavoid function
      Router::attachedConns().  Previously unused, but needed by Tim
      for new Graph Layout code.

17 years agoadded commandline option ability and got timer ready for doing automatic
kidproto [Thu, 13 Jul 2006 23:00:57 +0000 (23:00 +0000)]
added commandline option ability and got timer ready for doing automatic
slideshows

17 years agoupdate
matiphas [Thu, 13 Jul 2006 20:21:56 +0000 (20:21 +0000)]
update

17 years agofixed parsing of axes
ishmal [Thu, 13 Jul 2006 20:08:17 +0000 (20:08 +0000)]
fixed parsing of axes

17 years agoinclude libpng with pkg-config check for include path (fixes #1519300)
rwst [Thu, 13 Jul 2006 09:58:05 +0000 (09:58 +0000)]
include libpng with pkg-config check for include path (fixes #1519300)

17 years agocheck for <sys/filio.h> to get FIONREAD on Solaris 8 (fixes part of #1516476)
rwst [Thu, 13 Jul 2006 09:45:29 +0000 (09:45 +0000)]
check for <sys/filio.h> to get FIONREAD on Solaris 8 (fixes part of #1516476)

17 years agogive _anchor initial value before comparing it
rwst [Thu, 13 Jul 2006 09:29:12 +0000 (09:29 +0000)]
give _anchor initial value before comparing it

17 years agoBase all 3 dialogs from a common FileDialogBase to share behaviours
ishmal [Thu, 13 Jul 2006 00:23:44 +0000 (00:23 +0000)]
Base all 3 dialogs from a common FileDialogBase to share behaviours

17 years agoclean up redundancies. add a placeholder for Export dialog
ishmal [Wed, 12 Jul 2006 23:18:31 +0000 (23:18 +0000)]
clean up redundancies.  add a placeholder for Export dialog

17 years agomove filedialog to its new home
ishmal [Wed, 12 Jul 2006 21:17:54 +0000 (21:17 +0000)]
move filedialog to its new home

17 years agoupdate
matiphas [Wed, 12 Jul 2006 19:22:24 +0000 (19:22 +0000)]
update

17 years ago - added toggle buttons for directed layout (doesn't do anything yet) and overlap...
tgdwyer [Wed, 12 Jul 2006 06:37:29 +0000 (06:37 +0000)]
 - added toggle buttons for directed layout (doesn't do anything yet) and overlap avoiding layout to connector toolbar
 - added icon for directed layout toggle button
 - removed old ref to remove_rectangle_overlaps-test from src/Makefile.am

17 years agoAdded layout button and ideal connector length spinbox to connector toolbar
tgdwyer [Wed, 12 Jul 2006 02:26:13 +0000 (02:26 +0000)]
Added layout button and ideal connector length spinbox to connector toolbar

17 years agoPreviously graph layout was done using the Kamada-Kawai layout algorithm
tgdwyer [Wed, 12 Jul 2006 00:55:58 +0000 (00:55 +0000)]
Previously graph layout was done using the Kamada-Kawai layout algorithm
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.

17 years agoupdate
matiphas [Tue, 11 Jul 2006 21:58:16 +0000 (21:58 +0000)]
update

17 years agoanother attempt at #1502439, another example of ignoring NULL removed
rwst [Mon, 10 Jul 2006 17:43:51 +0000 (17:43 +0000)]
another attempt at #1502439, another example of ignoring NULL removed

17 years agoBicubic scaler added to filtering, allowing changes in filter resolution
kiirala [Mon, 10 Jul 2006 08:03:16 +0000 (08:03 +0000)]
Bicubic scaler added to filtering, allowing changes in filter resolution

17 years agoundo annotations
gustav_b [Mon, 10 Jul 2006 08:00:14 +0000 (08:00 +0000)]
undo annotations

17 years agofinally getting closer to processing axes and contexts correctly
ishmal [Sun, 9 Jul 2006 22:06:05 +0000 (22:06 +0000)]
finally getting closer to processing axes and contexts correctly

17 years agoupdate
matiphas [Sun, 9 Jul 2006 19:32:44 +0000 (19:32 +0000)]
update

17 years agosearch for different boost header, should fix false positive recognition on SuSE...
rwst [Sun, 9 Jul 2006 17:52:20 +0000 (17:52 +0000)]
search for different boost header, should fix false positive recognition on SuSE systems (#1512073)

17 years agofix properly. oops ^^
ishmal [Sun, 9 Jul 2006 17:12:52 +0000 (17:12 +0000)]
fix properly.   oops ^^

17 years agoadd keys.de.svg to the distribution
theadib [Sun, 9 Jul 2006 17:07:50 +0000 (17:07 +0000)]
add keys.de.svg to the distribution

17 years agoremove conversion warnings
ishmal [Sun, 9 Jul 2006 16:38:13 +0000 (16:38 +0000)]
remove conversion warnings

17 years agoCompiler error in NR::Filter fixed
kiirala [Sun, 9 Jul 2006 15:36:22 +0000 (15:36 +0000)]
Compiler error in NR::Filter fixed

17 years agopatch 1491236 minor win32 build adjustment
theadib [Sun, 9 Jul 2006 14:08:12 +0000 (14:08 +0000)]
patch 1491236 minor win32 build adjustment

17 years agoFilter effects bounding box calculation makes use of area settings
kiirala [Sun, 9 Jul 2006 13:14:02 +0000 (13:14 +0000)]
Filter effects bounding box calculation makes use of area settings

17 years agoundo annotations
gustav_b [Sun, 9 Jul 2006 12:23:42 +0000 (12:23 +0000)]
undo annotations

17 years agoAdded descriptions to Undo/Redo commands in the menus
gustav_b [Sun, 9 Jul 2006 11:32:23 +0000 (11:32 +0000)]
Added descriptions to Undo/Redo commands in the menus

17 years ago * packaging/osx-app.sh: Set the svn:executable property.
mjwybrow [Sun, 9 Jul 2006 03:47:11 +0000 (03:47 +0000)]
* packaging/osx-app.sh: Set the svn:executable property.

17 years agohandle NULL return value, fixes crash when opening filechooser dialog (#1502439)
rwst [Sat, 8 Jul 2006 17:23:28 +0000 (17:23 +0000)]
handle NULL return value, fixes crash when opening filechooser dialog (#1502439)

17 years agoadded gui code for whiteboard
daleharvey [Sat, 8 Jul 2006 15:53:34 +0000 (15:53 +0000)]
added gui code for whiteboard

17 years agocleaned up token generation
ishmal [Fri, 7 Jul 2006 20:08:35 +0000 (20:08 +0000)]
cleaned up token generation

17 years agoadded a copy of pedrogui to jabber_whiteboard for custom development
daleharvey [Fri, 7 Jul 2006 13:51:17 +0000 (13:51 +0000)]
added a copy of pedrogui to jabber_whiteboard for custom development

17 years agoGC utilization fixes
dwyip [Fri, 7 Jul 2006 03:42:02 +0000 (03:42 +0000)]
GC utilization fixes

17 years agoadd xpathtoken.cpp
ishmal [Fri, 7 Jul 2006 01:57:25 +0000 (01:57 +0000)]
add xpathtoken.cpp

17 years agoremove svglsimpl
ishmal [Fri, 7 Jul 2006 01:53:07 +0000 (01:53 +0000)]
remove svglsimpl

17 years agorearrange axis/context structure. make tokens more robust
ishmal [Fri, 7 Jul 2006 01:26:05 +0000 (01:26 +0000)]
rearrange axis/context structure.  make tokens more robust

17 years agoAdjust to account for removal of svglsimpl
ishmal [Thu, 6 Jul 2006 20:50:05 +0000 (20:50 +0000)]
Adjust to account for removal of svglsimpl

17 years agoundo last commit. oops
ishmal [Thu, 6 Jul 2006 20:40:52 +0000 (20:40 +0000)]
undo last commit.  oops

17 years agodon't need svg 'load and save'. in fact, it doesnt fit
ishmal [Thu, 6 Jul 2006 20:38:48 +0000 (20:38 +0000)]
don't need svg 'load and save'.  in fact, it doesnt fit

17 years agoSome more fixes, but still not finished.
cmarqu [Thu, 6 Jul 2006 20:31:54 +0000 (20:31 +0000)]
Some more fixes, but still not finished.

17 years agoAdd missing Plural-Forms header line, please check if it is correct.
cmarqu [Thu, 6 Jul 2006 19:34:23 +0000 (19:34 +0000)]
Add missing Plural-Forms header line, please check if it is correct.

17 years agoUpdate by Rune Rønde Laursen from patch 1518249.
cmarqu [Thu, 6 Jul 2006 19:32:17 +0000 (19:32 +0000)]
Update by Rune Rønde Laursen from patch 1518249.

17 years agosave updates, and put to sleep for a while
ishmal [Thu, 6 Jul 2006 17:13:04 +0000 (17:13 +0000)]
save updates,  and put to sleep for a while

17 years agoaccidently commited config file
daleharvey [Thu, 6 Jul 2006 04:21:44 +0000 (04:21 +0000)]
accidently commited config file

17 years agoundo annotations
buliabyak [Thu, 6 Jul 2006 01:27:08 +0000 (01:27 +0000)]
undo annotations

17 years agorefactoring, add background removal
ishmal [Wed, 5 Jul 2006 21:37:13 +0000 (21:37 +0000)]
refactoring, add background removal

17 years agoreplace single toggle button with less confusing pick-alpha and set-alpha options
buliabyak [Wed, 5 Jul 2006 20:14:31 +0000 (20:14 +0000)]
replace single toggle button with less confusing pick-alpha and set-alpha options

17 years agoUse proper German names for the CC licenses according to
cmarqu [Wed, 5 Jul 2006 19:45:28 +0000 (19:45 +0000)]
Use proper German names for the CC licenses according to
e.g. http://creativecommons.org/licenses/by-nc-sa/2.0/de/.

17 years agoupdated fr translation
matiphas [Wed, 5 Jul 2006 19:00:50 +0000 (19:00 +0000)]
updated fr translation

17 years agoAdd Wolfram Strempfer.
cmarqu [Wed, 5 Jul 2006 18:13:26 +0000 (18:13 +0000)]
Add Wolfram Strempfer.

17 years agofixed compile bug
dwyip [Wed, 5 Jul 2006 13:59:57 +0000 (13:59 +0000)]
fixed compile bug

17 years agoReviewed up to section "Auswahl".
cmarqu [Tue, 4 Jul 2006 23:09:25 +0000 (23:09 +0000)]
Reviewed up to section "Auswahl".

17 years agoUpdate from Uwe Schoeler, with corrections by myself. Not yet finished.
cmarqu [Tue, 4 Jul 2006 20:56:53 +0000 (20:56 +0000)]
Update from Uwe Schoeler, with corrections by myself. Not yet finished.

17 years agoswitched UndoStackObserver / CompositeUndoStackObserver to use GC
dwyip [Tue, 4 Jul 2006 20:35:26 +0000 (20:35 +0000)]
switched UndoStackObserver / CompositeUndoStackObserver to use GC
managed memory.  Initial tests seem to check out okay

17 years agoCreated NR::FilterSlot to handle pixblocks in rendering filters
kiirala [Tue, 4 Jul 2006 14:05:32 +0000 (14:05 +0000)]
Created NR::FilterSlot to handle pixblocks in rendering filters

17 years agoreplace long with short option in dia call, supposedly fixes #1516723
rwst [Tue, 4 Jul 2006 06:56:15 +0000 (06:56 +0000)]
replace long with short option in dia call, supposedly fixes #1516723

17 years agoFix include file (<ieeefp.h>, not <ieefp.h>).
cmarqu [Mon, 3 Jul 2006 18:06:02 +0000 (18:06 +0000)]
Fix include file (<ieeefp.h>, not <ieefp.h>).

17 years agoundo history
buliabyak [Sun, 2 Jul 2006 23:31:33 +0000 (23:31 +0000)]
undo history

17 years agopatch for bug 1515934
buliabyak [Sun, 2 Jul 2006 23:26:45 +0000 (23:26 +0000)]
patch for bug 1515934

17 years agoUse Unicode character for ...
cmarqu [Sun, 2 Jul 2006 23:21:06 +0000 (23:21 +0000)]
Use Unicode character for ...

17 years agoundo annotations
buliabyak [Sun, 2 Jul 2006 23:13:52 +0000 (23:13 +0000)]
undo annotations

17 years agoreterm canvas to page
buliabyak [Sun, 2 Jul 2006 23:13:26 +0000 (23:13 +0000)]
reterm canvas to page

17 years agoaccelerator for effects
buliabyak [Sun, 2 Jul 2006 23:12:59 +0000 (23:12 +0000)]
accelerator for effects

17 years agoFix bugs, complete useful translations, fix 1515584 (Umformen -->
cmarqu [Sun, 2 Jul 2006 22:34:05 +0000 (22:34 +0000)]
Fix bugs, complete useful translations, fix 1515584 (Umformen -->
Transformationen), make Objekt menu collision free.

17 years agoOops, was missing Dale.
cmarqu [Sun, 2 Jul 2006 21:48:29 +0000 (21:48 +0000)]
Oops, was missing Dale.

17 years agoAdd Niko, Hugo, Dale and Gustav.
cmarqu [Sun, 2 Jul 2006 20:55:59 +0000 (20:55 +0000)]
Add Niko, Hugo, Dale and Gustav.

17 years agoadd cairo lib for pdf-cairo patch
theadib [Sun, 2 Jul 2006 20:50:39 +0000 (20:50 +0000)]
add cairo lib for pdf-cairo patch

17 years agoremoved string localisation
daleharvey [Sun, 2 Jul 2006 20:45:39 +0000 (20:45 +0000)]
removed string localisation

17 years agoAdd -lcairo
ishmal [Sun, 2 Jul 2006 20:13:55 +0000 (20:13 +0000)]
Add -lcairo

17 years agoFix for bug #1514977 (Text export in EPS file)
ulferikson [Sun, 2 Jul 2006 12:51:30 +0000 (12:51 +0000)]
Fix for bug #1514977 (Text export in EPS file)
and Corrected transform of rotated/scaled images.

17 years agoThe stack of alphas must be pushed/poped for each bind/release pair;
ulferikson [Sun, 2 Jul 2006 12:50:47 +0000 (12:50 +0000)]
The stack of alphas must be pushed/poped for each bind/release pair;
not only for those with an opacity set.

17 years agoupdated po files
matiphas [Sun, 2 Jul 2006 11:32:44 +0000 (11:32 +0000)]
updated po files

17 years agoUpdate with corrected images from the doc-docbook module.
cmarqu [Sat, 1 Jul 2006 21:35:49 +0000 (21:35 +0000)]
Update with corrected images from the doc-docbook module.

17 years agoremove text-to-path option for command line pdf export, it's not supported for now
buliabyak [Sat, 1 Jul 2006 21:28:55 +0000 (21:28 +0000)]
remove text-to-path option for command line pdf export, it's not supported for now

17 years agopatch to fix multiple ps and pdf problems by Ulf Erikson
buliabyak [Sat, 1 Jul 2006 20:57:59 +0000 (20:57 +0000)]
patch to fix multiple ps and pdf problems by Ulf Erikson

17 years agoTypo fixed, thanks Luciano Montanaro
luca_bruno [Sat, 1 Jul 2006 14:53:22 +0000 (14:53 +0000)]
Typo fixed, thanks Luciano Montanaro

17 years agoUpdate. Don't translate messages that seem too specific for users for now.
cmarqu [Sat, 1 Jul 2006 12:51:18 +0000 (12:51 +0000)]
Update. Don't translate messages that seem too specific for users for now.

17 years agofix bug where a Glib::ustring was compared to NULL which prevented an error message...
rwst [Fri, 30 Jun 2006 10:34:36 +0000 (10:34 +0000)]
fix bug where a Glib::ustring was compared to NULL which prevented an error message from being shown (see #1512876)

17 years agoundo annotations
buliabyak [Fri, 30 Jun 2006 03:54:42 +0000 (03:54 +0000)]
undo annotations

17 years agoadd methods to identify scales and rotations
buliabyak [Fri, 30 Jun 2006 03:54:17 +0000 (03:54 +0000)]
add methods to identify scales and rotations

17 years agoNew placeholder code for gradients
ishmal [Fri, 30 Jun 2006 01:46:47 +0000 (01:46 +0000)]
New placeholder code for gradients

17 years agoFix integer padding
ishmal [Fri, 30 Jun 2006 01:46:04 +0000 (01:46 +0000)]
Fix integer padding

17 years ago * src/connector-context.cpp, src/widgets/toolbox.cpp:
mjwybrow [Fri, 30 Jun 2006 01:07:38 +0000 (01:07 +0000)]
* src/connector-context.cpp, src/widgets/toolbox.cpp:
      Add undo event descriptions for the connector context.

17 years agofixed win32 crash when working with filter tags
haa_rodrigues [Fri, 30 Jun 2006 00:17:06 +0000 (00:17 +0000)]
fixed win32 crash when working with filter tags

17 years agoundo annotation
buliabyak [Thu, 29 Jun 2006 22:23:25 +0000 (22:23 +0000)]
undo annotation

17 years agoupdated po files
matiphas [Thu, 29 Jun 2006 21:40:32 +0000 (21:40 +0000)]
updated po files