Code

inkscape.git
15 years agoRemove last remnants of ancient plugin support. Tidy up acinclude.m4.
tweenk [Fri, 13 Feb 2009 01:47:46 +0000 (01:47 +0000)]
Remove last remnants of ancient plugin support. Tidy up acinclude.m4.

15 years agoupdate
ivanlouette57 [Thu, 12 Feb 2009 19:31:30 +0000 (19:31 +0000)]
update

15 years agoremove desktop-affine.cpp
speleo3 [Wed, 11 Feb 2009 18:54:27 +0000 (18:54 +0000)]
remove desktop-affine.cpp

15 years agoremove desktop-affine.cpp
speleo3 [Wed, 11 Feb 2009 18:37:07 +0000 (18:37 +0000)]
remove desktop-affine.cpp

15 years agoWarning cleanup
joncruz [Wed, 11 Feb 2009 07:50:40 +0000 (07:50 +0000)]
Warning cleanup

15 years agoFix broken build
joncruz [Wed, 11 Feb 2009 07:49:13 +0000 (07:49 +0000)]
Fix broken build

15 years agopatch by KoRi for 324938
buliabyak [Wed, 11 Feb 2009 03:01:42 +0000 (03:01 +0000)]
patch by KoRi for 324938

15 years agoIgnore Makefile.in in share subdirectories
tweenk [Wed, 11 Feb 2009 03:00:28 +0000 (03:00 +0000)]
Ignore Makefile.in in share subdirectories

15 years agoAdd a few missing icons
tweenk [Wed, 11 Feb 2009 02:59:22 +0000 (02:59 +0000)]
Add a few missing icons

15 years agoadded Ivan Louette to the list of AUTHORS for his contribution with SVG Filters
prokoudine [Wed, 11 Feb 2009 02:13:15 +0000 (02:13 +0000)]
added Ivan Louette to the list of AUTHORS for his contribution with SVG Filters

15 years agoupdated Russian translation
prokoudine [Wed, 11 Feb 2009 02:05:56 +0000 (02:05 +0000)]
updated Russian translation

15 years agodo not return any non-normal blend mode if we do not show blend mode chooser
buliabyak [Tue, 10 Feb 2009 22:58:37 +0000 (22:58 +0000)]
do not return any non-normal blend mode if we do not show blend mode chooser

15 years agoit was a very stupid idea to sort all combos without asking - this broke the blend...
buliabyak [Tue, 10 Feb 2009 22:57:06 +0000 (22:57 +0000)]
it was a very stupid idea to sort all combos without asking - this broke the blend modes list in fill/stroke which relied on the set order of its enum

15 years agoAdd the rest of discrete icons
tweenk [Tue, 10 Feb 2009 21:40:19 +0000 (21:40 +0000)]
Add the rest of discrete icons

15 years agopatch by KoRi for bug 323594
buliabyak [Tue, 10 Feb 2009 17:42:43 +0000 (17:42 +0000)]
patch by KoRi for bug 323594

15 years agonow that selection description includes style (filtered, clipped), we need to update...
buliabyak [Tue, 10 Feb 2009 15:22:58 +0000 (15:22 +0000)]
now that selection description includes style (filtered, clipped), we need to update it on modified signal as well

15 years agoBig filters update
JazzyNico [Tue, 10 Feb 2009 13:04:11 +0000 (13:04 +0000)]
Big filters update

15 years agoAdding explicit parenthesis to remove warnings
joncruz [Tue, 10 Feb 2009 07:30:56 +0000 (07:30 +0000)]
Adding explicit parenthesis to remove warnings

15 years agoprevent hotkey clash (at least for english)
buliabyak [Tue, 10 Feb 2009 07:19:03 +0000 (07:19 +0000)]
prevent hotkey clash (at least for english)

15 years agoFilters, Extensions menus
buliabyak [Tue, 10 Feb 2009 06:35:55 +0000 (06:35 +0000)]
Filters, Extensions menus

15 years agoSplit off first portion of icons into separate files to begin working on
tweenk [Tue, 10 Feb 2009 04:07:48 +0000 (04:07 +0000)]
Split off first portion of icons into separate files to begin working on
Inkscape themability. Add Makefile install rules for them.

15 years agoFix some console warning spam (most cannot be fixed, unfortunately)
tweenk [Mon, 9 Feb 2009 21:25:51 +0000 (21:25 +0000)]
Fix some console warning spam (most cannot be fixed, unfortunately)

15 years agoMake the recent menu react to changes in max recent documents preference
tweenk [Mon, 9 Feb 2009 20:32:11 +0000 (20:32 +0000)]
Make the recent menu react to changes in max recent documents preference
immediately rather than after a restart.

15 years agousing C++ const_cast instead of plain C-type cast
JucaBlues [Mon, 9 Feb 2009 17:46:06 +0000 (17:46 +0000)]
using C++ const_cast instead of plain C-type cast

15 years agoadding comments/TODOs and/or reverting some of the things done in r20655
JucaBlues [Mon, 9 Feb 2009 17:20:32 +0000 (17:20 +0000)]
adding comments/TODOs and/or reverting some of the things done in r20655
due to JonCruz considerations about the proper way of doing it.

15 years agogcc warning cleanup
JucaBlues [Mon, 9 Feb 2009 02:44:19 +0000 (02:44 +0000)]
gcc warning cleanup
warning: deprecated conversion from string constant to ‘char*’/'gchar*'

15 years agogcc warning cleanup
JucaBlues [Mon, 9 Feb 2009 02:18:15 +0000 (02:18 +0000)]
gcc warning cleanup
suggested parentheses

15 years agogcc warning cleanup:
JucaBlues [Sun, 8 Feb 2009 23:54:32 +0000 (23:54 +0000)]
gcc warning cleanup:

warning: suggest a space before ‘;’ or explicit braces around empty body
in 'for'/'while' statement

15 years agoscale x-axis-rotation angle in elliptical arc
alvinpenner [Sun, 8 Feb 2009 11:12:51 +0000 (11:12 +0000)]
scale x-axis-rotation angle in elliptical arc

15 years agogcc warning cleanup
JucaBlues [Sun, 8 Feb 2009 03:31:11 +0000 (03:31 +0000)]
gcc warning cleanup
mainly
deprecated conversion from string constant to ‘char*’
and
unused variables

15 years agoconvert elliptical arc angle from degrees to radians
alvinpenner [Sun, 8 Feb 2009 01:24:29 +0000 (01:24 +0000)]
convert elliptical arc angle from degrees to radians

15 years agoWarning cleanup.
joncruz [Sun, 8 Feb 2009 00:06:24 +0000 (00:06 +0000)]
Warning cleanup.

15 years agoscale the radius and sweep-flag in elliptical arc
alvinpenner [Sat, 7 Feb 2009 18:48:06 +0000 (18:48 +0000)]
scale the radius and sweep-flag in elliptical arc

15 years agoadapt for new menu structure
buliabyak [Sat, 7 Feb 2009 03:21:39 +0000 (03:21 +0000)]
adapt for new menu structure

15 years agoIvan Louette's fantastic filter collection, all regrouped and relabelled for easier...
buliabyak [Sat, 7 Feb 2009 03:16:14 +0000 (03:16 +0000)]
Ivan Louette's fantastic filter collection, all regrouped and relabelled for easier discoverability

15 years agoa handful of bugfixes
buliabyak [Sat, 7 Feb 2009 01:58:44 +0000 (01:58 +0000)]
a handful of bugfixes

15 years agobetter in singular
buliabyak [Fri, 6 Feb 2009 23:24:38 +0000 (23:24 +0000)]
better in singular

15 years agomore Editors
buliabyak [Fri, 6 Feb 2009 23:20:24 +0000 (23:20 +0000)]
more Editors

15 years agoremove unused
buliabyak [Fri, 6 Feb 2009 23:19:17 +0000 (23:19 +0000)]
remove unused

15 years agomake more things private
buliabyak [Fri, 6 Feb 2009 23:17:40 +0000 (23:17 +0000)]
make more things private

15 years agoadd All Vectors and All Bitmaps filters (todo: port this to the win32 dialog)
buliabyak [Fri, 6 Feb 2009 23:16:40 +0000 (23:16 +0000)]
add All Vectors and All Bitmaps filters (todo: port this to the win32 dialog)

15 years agoextensions/dots.py : Now dots are circles and not a multi-path to correct the "where...
aurium [Fri, 6 Feb 2009 21:23:26 +0000 (21:23 +0000)]
extensions/dots.py : Now dots are circles and not a multi-path to correct the "where is the dot" bug and make easy to change a dot position; The number is moved to be separated from the dot; The original path is now deleted, not only cleared; The last dot is not more over the first - now is better for kids (and some adults) to understand the start and end dots

15 years agoSome dialog updates
JazzyNico [Fri, 6 Feb 2009 13:20:46 +0000 (13:20 +0000)]
Some dialog updates

15 years ago* src/widgets/desktop-widget.cpp: Minor fix for OS X menubar: Don't try to access...
miloszd [Fri, 6 Feb 2009 01:36:23 +0000 (01:36 +0000)]
* src/widgets/desktop-widget.cpp: Minor fix for OS X menubar: Don't try to access NULL GtkWidget pointer

15 years agoutility script for producing a swatchbook of all filters
buliabyak [Thu, 5 Feb 2009 23:35:24 +0000 (23:35 +0000)]
utility script for producing a swatchbook of all filters

15 years agoFixed small translation issue for extensions.
mfloryan [Thu, 5 Feb 2009 10:00:57 +0000 (10:00 +0000)]
Fixed small translation issue for extensions.

15 years agoupdated Korean translation from jin-hwan Jeong
prokoudine [Thu, 5 Feb 2009 08:22:22 +0000 (08:22 +0000)]
updated Korean translation from jin-hwan Jeong

15 years agoupdated French translation from Nicolas
prokoudine [Wed, 4 Feb 2009 22:52:13 +0000 (22:52 +0000)]
updated French translation from Nicolas

15 years ago * [INTL:es] Spanish translation update by Lucas Vieites - closes #325224
mfloryan [Wed, 4 Feb 2009 22:13:12 +0000 (22:13 +0000)]
 * [INTL:es] Spanish translation update by Lucas Vieites - closes #325224

15 years agoPrinting marks update from Nicolas Dufour - changeing positions: star_target and...
aurium [Wed, 4 Feb 2009 20:55:48 +0000 (20:55 +0000)]
Printing marks update from Nicolas Dufour - changeing positions: star_target and reg_marks

15 years agoMaking the eraser more eraser-like
joncruz [Wed, 4 Feb 2009 07:45:39 +0000 (07:45 +0000)]
Making the eraser more eraser-like

15 years agoWarning cleanup.
joncruz [Wed, 4 Feb 2009 07:45:20 +0000 (07:45 +0000)]
Warning cleanup.

15 years agoFixed dangerous base-class methods that were missing returns by converting them to...
joncruz [Wed, 4 Feb 2009 07:33:57 +0000 (07:33 +0000)]
Fixed dangerous base-class methods that were missing returns by converting them to abstract.

15 years agoWarning cleanup.
joncruz [Wed, 4 Feb 2009 07:32:35 +0000 (07:32 +0000)]
Warning cleanup.

15 years agoenable lpe-spiro and lpe-freehand (which should be removed !!!!!!!!)
johanengelen [Mon, 2 Feb 2009 19:42:03 +0000 (19:42 +0000)]
enable lpe-spiro and lpe-freehand (which should be removed !!!!!!!!)

15 years agoenable lpe-spiro and lpe-freehand (which should be removed !!!!!!!!)
johanengelen [Mon, 2 Feb 2009 19:39:45 +0000 (19:39 +0000)]
enable lpe-spiro and lpe-freehand (which should be removed !!!!!!!!)

15 years agoAnother update from Foppe Benedictus and Kris
prokoudine [Mon, 2 Feb 2009 17:39:59 +0000 (17:39 +0000)]
Another update from Foppe Benedictus and Kris

15 years agofix obsolete syntax that emits warnings
buliabyak [Mon, 2 Feb 2009 15:59:57 +0000 (15:59 +0000)]
fix obsolete syntax that emits warnings

15 years agoedit names
buliabyak [Mon, 2 Feb 2009 15:57:39 +0000 (15:57 +0000)]
edit names

15 years agodisplay waiting cursor; move credits to a page of its own
buliabyak [Mon, 2 Feb 2009 15:52:53 +0000 (15:52 +0000)]
display waiting cursor; move credits to a page of its own

15 years agocopyedit, use repeated calls for graduated contrast
buliabyak [Mon, 2 Feb 2009 15:52:05 +0000 (15:52 +0000)]
copyedit, use repeated calls for graduated contrast

15 years agocopyedit, names that make more sense
buliabyak [Mon, 2 Feb 2009 15:51:07 +0000 (15:51 +0000)]
copyedit, names that make more sense

15 years agouse the same steps to figure out dir for bitmap copy as in export dialog
buliabyak [Mon, 2 Feb 2009 15:49:47 +0000 (15:49 +0000)]
use the same steps to figure out dir for bitmap copy as in export dialog

15 years agoremove mnemonic which does not work anyway
buliabyak [Mon, 2 Feb 2009 15:48:44 +0000 (15:48 +0000)]
remove mnemonic which does not work anyway

15 years agofix crash
buliabyak [Mon, 2 Feb 2009 15:48:12 +0000 (15:48 +0000)]
fix crash

15 years agoknot-lpe enabled (tests commited to testsuite).
jfbarraud [Mon, 2 Feb 2009 00:02:17 +0000 (00:02 +0000)]
knot-lpe enabled (tests commited to testsuite).

15 years agoFIX for bug 317964; SVG crashes on empthy flow-text element
theadib [Sun, 1 Feb 2009 23:48:26 +0000 (23:48 +0000)]
FIX for bug 317964; SVG crashes on empthy flow-text element

15 years agobug fix: handle paths with more than one component.
jfbarraud [Sun, 1 Feb 2009 16:41:37 +0000 (16:41 +0000)]
bug fix: handle paths with more than one component.

15 years agoadd support for layers
alvinpenner [Sun, 1 Feb 2009 12:45:54 +0000 (12:45 +0000)]
add support for layers

15 years agoadd group code 70 to LWPOLYLINE
alvinpenner [Sun, 1 Feb 2009 00:04:19 +0000 (00:04 +0000)]
add group code 70 to LWPOLYLINE

15 years agoStore the snapper tolerances in the snap-preferences instead of in each snapper indiv...
dvlierop2 [Sat, 31 Jan 2009 13:51:52 +0000 (13:51 +0000)]
Store the snapper tolerances in the snap-preferences instead of in each snapper individualy. This way we don't have to update all snappers when the namedview has been updated (and we can get rid of the _update_snap_distances() call)

15 years ago* [INTL:pl] Further small updates to the Polish translation
mfloryan [Thu, 29 Jan 2009 23:11:50 +0000 (23:11 +0000)]
* [INTL:pl] Further small updates to the Polish translation

15 years agofix crash described at
JucaBlues [Thu, 29 Jan 2009 21:09:39 +0000 (21:09 +0000)]
fix crash described at
https://bugs.launchpad.net/inkscape/+bug/307567

15 years agoSome consistency cleanup for descriptions.
mfloryan [Thu, 29 Jan 2009 18:32:29 +0000 (18:32 +0000)]
Some consistency cleanup for descriptions.

15 years agoconfigure.ac: Fix syntax error introduced in r20243.
pjrm [Thu, 29 Jan 2009 02:11:26 +0000 (02:11 +0000)]
configure.ac: Fix syntax error introduced in r20243.

15 years agoset waiting cursor while loading a file
buliabyak [Wed, 28 Jan 2009 23:35:00 +0000 (23:35 +0000)]
set waiting cursor while loading a file

15 years agodo not change cursor if desktop has set it to waiting
buliabyak [Wed, 28 Jan 2009 23:34:37 +0000 (23:34 +0000)]
do not change cursor if desktop has set it to waiting

15 years agoadd accessor for the waiting_cursor flag (sorry for the recompile)
buliabyak [Wed, 28 Jan 2009 23:34:04 +0000 (23:34 +0000)]
add accessor for the waiting_cursor flag (sorry for the recompile)

15 years agoAdd buttons for snapping to grids and/or guides
dvlierop2 [Wed, 28 Jan 2009 21:19:16 +0000 (21:19 +0000)]
Add buttons for snapping to grids and/or guides

15 years agoshow waiting cursor while ExecutionEnv is working
buliabyak [Wed, 28 Jan 2009 21:15:43 +0000 (21:15 +0000)]
show waiting cursor while ExecutionEnv is working

15 years agosince imagemagic effects cannot be cancelled midway, trying to do so often crashes...
buliabyak [Wed, 28 Jan 2009 21:12:57 +0000 (21:12 +0000)]
since imagemagic effects cannot be cancelled midway, trying to do so often crashes; the fix is to disallow UI interaction while it works, at least until we implement a way to safely cancel such effects

15 years ago * [INTL: sk] Slovak update by Ivan Masar
helix84 [Wed, 28 Jan 2009 14:27:23 +0000 (14:27 +0000)]
 * [INTL: sk] Slovak update by Ivan Masar

15 years ago * [INTL:*] update_po_files.sh
helix84 [Wed, 28 Jan 2009 13:18:04 +0000 (13:18 +0000)]
 * [INTL:*] update_po_files.sh

15 years ago* [INTL: pl] Polish update by Polish Inkscape Translation Team; + POTFILES
mfloryan [Tue, 27 Jan 2009 23:03:41 +0000 (23:03 +0000)]
* [INTL: pl] Polish update by Polish Inkscape Translation Team; + POTFILES

15 years agoAdded missing translation.
mfloryan [Tue, 27 Jan 2009 22:53:22 +0000 (22:53 +0000)]
Added missing translation.

15 years agothinner lines and now extends into corners
scislac [Tue, 27 Jan 2009 21:50:06 +0000 (21:50 +0000)]
thinner lines and now extends into corners

15 years agodraw red X icon while dragging the "remove color" item
JucaBlues [Tue, 27 Jan 2009 21:05:05 +0000 (21:05 +0000)]
draw red X icon while dragging the "remove color" item

15 years agosimplify sketch result to fix crash
johanengelen [Tue, 27 Jan 2009 17:12:48 +0000 (17:12 +0000)]
simplify sketch result to fix crash

15 years agofix crash when drawing very quickly while still loading inkscape.
johanengelen [Tue, 27 Jan 2009 16:55:52 +0000 (16:55 +0000)]
fix crash when drawing very quickly while still loading inkscape.

15 years agoquick ad-hoc fix to restore guide dragging
cilix42 [Tue, 27 Jan 2009 16:38:37 +0000 (16:38 +0000)]
quick ad-hoc fix to restore guide dragging

15 years agoproper resizing of remove color button
JucaBlues [Tue, 27 Jan 2009 14:43:31 +0000 (14:43 +0000)]
proper resizing of remove color button

15 years agoImproved English slightly
mfloryan [Tue, 27 Jan 2009 11:47:31 +0000 (11:47 +0000)]
Improved English slightly

15 years agoadd subtract mode with alt, adjust inertia
buliabyak [Mon, 26 Jan 2009 22:20:14 +0000 (22:20 +0000)]
add subtract mode with alt, adjust inertia

15 years agofix parameter ranges, copyedit
buliabyak [Mon, 26 Jan 2009 21:38:06 +0000 (21:38 +0000)]
fix parameter ranges, copyedit

15 years agocalligraphic defaults: forgotten conversions to the new range
buliabyak [Mon, 26 Jan 2009 21:35:02 +0000 (21:35 +0000)]
calligraphic defaults: forgotten conversions to the new range

15 years agoAll snap options which can be accessed through the snapping toolbar are now removed...
dvlierop2 [Mon, 26 Jan 2009 21:16:23 +0000 (21:16 +0000)]
All snap options which can be accessed through the snapping toolbar are now removed from the document properties dialog

15 years agoNicer symbol for guide anchor
cilix42 [Mon, 26 Jan 2009 16:39:07 +0000 (16:39 +0000)]
Nicer symbol for guide anchor

15 years agoadding configurable system encoding input for calendar extension
aurium [Mon, 26 Jan 2009 15:02:43 +0000 (15:02 +0000)]
adding configurable system encoding input for calendar extension

15 years agodisplay guide anchor on canvas; anchor and angle can be edited by mouse
cilix42 [Mon, 26 Jan 2009 14:41:05 +0000 (14:41 +0000)]
display guide anchor on canvas; anchor and angle can be edited by mouse

15 years agoremoving a g_warning
JucaBlues [Mon, 26 Jan 2009 12:24:03 +0000 (12:24 +0000)]
removing a g_warning