Code

inkscape.git
17 years agoPNG output for Cairo renderer
miklosh [Sun, 1 Oct 2006 14:12:04 +0000 (14:12 +0000)]
PNG output for Cairo renderer

17 years agoPNG output for Cairo renderer
miklosh [Sun, 1 Oct 2006 14:01:48 +0000 (14:01 +0000)]
PNG output for Cairo renderer

17 years agoInitial commit of Cairo renderer for PDF export
miklosh [Sun, 1 Oct 2006 14:00:00 +0000 (14:00 +0000)]
Initial commit of Cairo renderer for PDF export

17 years agoInitial commit of Cairo renderer for PDF export
miklosh [Sun, 1 Oct 2006 13:58:20 +0000 (13:58 +0000)]
Initial commit of Cairo renderer for PDF export

17 years agoInitial commit of Cairo renderer for PDF export
miklosh [Sun, 1 Oct 2006 13:56:43 +0000 (13:56 +0000)]
Initial commit of Cairo renderer for PDF export

17 years agoInitial commit of Cairo renderer for PDF export
miklosh [Sun, 1 Oct 2006 13:56:17 +0000 (13:56 +0000)]
Initial commit of Cairo renderer for PDF export

17 years agoInitial commit of Cairo renderer for PDF export
miklosh [Sun, 1 Oct 2006 13:55:24 +0000 (13:55 +0000)]
Initial commit of Cairo renderer for PDF export

17 years agoInitial commit of Cairo renderer for PDF export
miklosh [Sun, 1 Oct 2006 13:54:50 +0000 (13:54 +0000)]
Initial commit of Cairo renderer for PDF export

17 years agoInitial commit of Cairo renderer for PDF export
miklosh [Sun, 1 Oct 2006 13:53:51 +0000 (13:53 +0000)]
Initial commit of Cairo renderer for PDF export

17 years agoInitial commit of Cairo renderer for PDF export
miklosh [Sun, 1 Oct 2006 13:53:34 +0000 (13:53 +0000)]
Initial commit of Cairo renderer for PDF export

17 years agoInitial commit of Cairo renderer for PDF export
miklosh [Sun, 1 Oct 2006 13:52:59 +0000 (13:52 +0000)]
Initial commit of Cairo renderer for PDF export

17 years agoInitial commit of Cairo renderer for PDF export
miklosh [Sun, 1 Oct 2006 13:51:59 +0000 (13:51 +0000)]
Initial commit of Cairo renderer for PDF export

17 years agoPatch by Popolon to fix bug "[ 1562520 ] Object to path removes mask & clip-path"
johanengelen [Sat, 30 Sep 2006 16:29:24 +0000 (16:29 +0000)]
Patch by Popolon to fix bug "[ 1562520 ] Object to path removes mask & clip-path"

17 years agofixed bug: fixed two of the 'quark > 0' console errors.
johanengelen [Sat, 30 Sep 2006 15:08:11 +0000 (15:08 +0000)]
fixed bug:  fixed two of the 'quark > 0' console errors.

17 years agoFIXED: "Several "** Message: arg" lines every time GUI is started. I think this is...
johanengelen [Fri, 29 Sep 2006 12:17:45 +0000 (12:17 +0000)]
FIXED: "Several "** Message: arg" lines every time GUI is started. I think this is from the axonometric grid code by Johan Engelen (though I may be wrong)."
Sorry, forgot to remove a debugging message.

17 years agobetter (white)spacing
johanengelen [Fri, 29 Sep 2006 12:09:21 +0000 (12:09 +0000)]
better (white)spacing

17 years agoFIXED: "(inkscape:12778): Gtk-CRITICAL **: gtk_misc_set_alignment:
johanengelen [Fri, 29 Sep 2006 12:08:28 +0000 (12:08 +0000)]
FIXED: "(inkscape:12778): Gtk-CRITICAL **: gtk_misc_set_alignment:
assertion `GTK_IS_MISC (misc)' failed" when I open the Document Properties."

17 years agoNew Slovenian translation. Closes 1559630.
cmarqu [Thu, 28 Sep 2006 22:32:45 +0000 (22:32 +0000)]
New Slovenian translation. Closes 1559630.

17 years agoTranslation updates, closing 1562347 and 1564687.
cmarqu [Thu, 28 Sep 2006 22:23:30 +0000 (22:23 +0000)]
Translation updates, closing 1562347 and 1564687.

17 years agoTranslation update, closes 1566115.
cmarqu [Thu, 28 Sep 2006 22:14:51 +0000 (22:14 +0000)]
Translation update, closes 1566115.

17 years agofactor out creation of livarot_path, and make it on-demand so that update_repr does...
buliabyak [Thu, 28 Sep 2006 05:28:43 +0000 (05:28 +0000)]
factor out creation of livarot_path, and make it on-demand so that update_repr does not need to do it after screen update (potentially fixing a crash)

17 years agofix bug in my previous commit: updating rotation centers was broken
buliabyak [Wed, 27 Sep 2006 23:48:24 +0000 (23:48 +0000)]
fix bug in my previous commit: updating rotation centers was broken

17 years agoAdded forced redraws to other tools
johncoswell [Sun, 24 Sep 2006 22:24:25 +0000 (22:24 +0000)]
Added forced redraws to other tools

17 years agoaxonometric grid: angles cannot be larger than 89 degrees.
johanengelen [Sat, 23 Sep 2006 19:33:30 +0000 (19:33 +0000)]
axonometric grid: angles cannot be larger than 89 degrees.

17 years agoUpdate of Portuguese translation
cwebb [Fri, 22 Sep 2006 17:04:58 +0000 (17:04 +0000)]
Update of Portuguese translation

17 years agoAXONOMETRIC (3D) GRID! OK, still alot of work to be done. Snapping, diagonal guides...
johanengelen [Thu, 21 Sep 2006 22:25:16 +0000 (22:25 +0000)]
AXONOMETRIC (3D) GRID!  OK, still alot of work to be done. Snapping, diagonal guides, 0-degree angle axes, user-input checking, emphasis lines, optimizing, ... try and find as many bugs as possible :P Or just look at it playing with the angles of the lines, it's pretty cool to look at all by itself :)

17 years ago1) Updated da, tr, sl and es translation to versions in patch tracker
cwebb [Wed, 20 Sep 2006 07:02:51 +0000 (07:02 +0000)]
1) Updated da, tr, sl and es translation to versions in patch tracker
2) Updating all translations to current strings

17 years agoA simple developer example for using enumerated parameters in Extensions.
johanengelen [Tue, 19 Sep 2006 08:20:52 +0000 (08:20 +0000)]
A simple developer example for using enumerated parameters in Extensions.

17 years agoAdded support for enumerated types in the UI of Extensions! (all eyes on requester...
johanengelen [Mon, 18 Sep 2006 23:44:37 +0000 (23:44 +0000)]
Added support for enumerated types in the UI of Extensions! (all eyes on requester Spike to submit an example extension ! :P)

17 years agodeleted some incorrect comment of mine.
johanengelen [Mon, 18 Sep 2006 21:30:47 +0000 (21:30 +0000)]
deleted some incorrect comment of mine.

17 years agoChanged grid drawing (nit more logical): hlines and vlines are drawn completely indep...
johanengelen [Sun, 17 Sep 2006 17:46:38 +0000 (17:46 +0000)]
Changed grid drawing (nit more logical): hlines and vlines are drawn completely independent (removed nested for-loops).

17 years agoWhen an object is selected and Alt is pressed: now the cursor changes to the move...
johanengelen [Sun, 17 Sep 2006 10:08:21 +0000 (10:08 +0000)]
When an object is selected and Alt is pressed: now the cursor changes to the move-cursor. Handy for newcomers :)

17 years agoFixed bug causing crash when derivative field was not edited. TODO: do a check in...
johanengelen [Fri, 15 Sep 2006 09:46:06 +0000 (09:46 +0000)]
Fixed bug causing crash when derivative field was not edited. TODO: do a check in ParamString so it won't crash.

17 years agoMy apologies. I just found out I have to modify the makefiles when I add stuff.....
johanengelen [Thu, 14 Sep 2006 23:52:06 +0000 (23:52 +0000)]
My apologies. I just found out I have to modify the makefiles when I add stuff... doh!

17 years agoRenamed effect and made an extended "Function Plotter". Kind of an excuse to showcase...
johanengelen [Thu, 14 Sep 2006 23:07:51 +0000 (23:07 +0000)]
Renamed effect and made an extended "Function Plotter". Kind of an excuse to showcase the 'notebook' parameter type i added.

17 years agoAdded notebook (tabs) support for Effects. Now you can specify a notebook parameter...
johanengelen [Thu, 14 Sep 2006 22:14:19 +0000 (22:14 +0000)]
Added notebook (tabs) support for Effects. Now you can specify a notebook parameter in the .inx file, and create pages. Will commit a new effect that uses this, so there will be an example.

17 years agoAdding GPL palatte file export from patches.
verbalshadow [Wed, 13 Sep 2006 03:30:07 +0000 (03:30 +0000)]
Adding GPL palatte file export from patches.

17 years agoadding optional minidom
acspike [Wed, 13 Sep 2006 02:13:14 +0000 (02:13 +0000)]
adding optional minidom

17 years agoEek! Copyright message forgotten :( . Can we think up a standard format for specifyin...
johanengelen [Tue, 12 Sep 2006 22:03:33 +0000 (22:03 +0000)]
Eek! Copyright message forgotten :( . Can we think up a standard format for specifying copyrights and/or automate this in SVN?

17 years agoExtension dependency-check now also finds win32 executables if ".exe" is omitted...
johanengelen [Tue, 12 Sep 2006 21:57:14 +0000 (21:57 +0000)]
Extension dependency-check now also finds win32 executables if ".exe" is omitted in inx-file.

17 years agofix crash 1544495 when closing a document with mask/clippath: it makes no sense to...
buliabyak [Tue, 12 Sep 2006 18:06:49 +0000 (18:06 +0000)]
fix crash 1544495 when closing a document with mask/clippath: it makes no sense to emit a release signal _after_ the object is already released

17 years agofix crash when a cursor/selection update comes after a display update which was inter...
buliabyak [Tue, 12 Sep 2006 18:05:28 +0000 (18:05 +0000)]
fix crash when a cursor/selection update comes after a display update which was interrupted with destroying the text context

17 years agodisconnect mask/ref connections when item is destroyed
buliabyak [Tue, 12 Sep 2006 18:04:46 +0000 (18:04 +0000)]
disconnect mask/ref connections when item is destroyed

17 years agoUpdated authors and translators in About box + sorted author names.
johanengelen [Tue, 12 Sep 2006 15:19:54 +0000 (15:19 +0000)]
Updated authors and translators in About box + sorted author names.

17 years agoEnabled forced redraw on nodepath tool
johncoswell [Wed, 6 Sep 2006 12:32:06 +0000 (12:32 +0000)]
Enabled forced redraw on nodepath tool

17 years agoInitial reworking of forced redraw to work better with interruptible display
johncoswell [Wed, 6 Sep 2006 12:31:16 +0000 (12:31 +0000)]
Initial reworking of forced redraw to work better with interruptible display

17 years agomove rounding spinbutton
buliabyak [Wed, 6 Sep 2006 03:05:24 +0000 (03:05 +0000)]
move rounding spinbutton

17 years agoRemoved spaces from font names in EPS export. Also removed the parentheses (they...
johanengelen [Tue, 5 Sep 2006 20:25:16 +0000 (20:25 +0000)]
Removed spaces from font names in EPS export. Also removed the parentheses (they were inserted to remove a syntax error due to the spaces)

17 years agoFix for now. Probably remove this later, to be deprecated in favor of LSWriter
ishmal [Tue, 5 Sep 2006 16:11:09 +0000 (16:11 +0000)]
Fix for now.  Probably remove this later, to be deprecated in favor of LSWriter

17 years agoMassive update for smart pointers. Rework js dom binding to be smarter. Placeholder...
ishmal [Tue, 5 Sep 2006 16:00:09 +0000 (16:00 +0000)]
Massive update for smart pointers.  Rework js dom binding to be smarter.  Placeholder for dom binding, finish later.

17 years agocomments for later
mental [Tue, 5 Sep 2006 01:58:32 +0000 (01:58 +0000)]
comments for later

17 years agomake calligraphy tool cap rounding work better with nonzero fixity
mental [Tue, 5 Sep 2006 01:51:00 +0000 (01:51 +0000)]
make calligraphy tool cap rounding work better with nonzero fixity

17 years agowork on whiteboard
daleharvey [Mon, 4 Sep 2006 20:43:47 +0000 (20:43 +0000)]
work on whiteboard

17 years agoensure that final resting position is included in calligraphic stroke
mental [Mon, 4 Sep 2006 20:30:59 +0000 (20:30 +0000)]
ensure that final resting position is included in calligraphic stroke

17 years agoremove spurious fit_and_split wrapper
mental [Mon, 4 Sep 2006 18:04:48 +0000 (18:04 +0000)]
remove spurious fit_and_split wrapper

17 years agoclarify/update dynadraw copyright
mental [Mon, 4 Sep 2006 18:03:23 +0000 (18:03 +0000)]
clarify/update dynadraw copyright

17 years agoget default rounding right in calligraphy toolbar
mental [Mon, 4 Sep 2006 18:00:57 +0000 (18:00 +0000)]
get default rounding right in calligraphy toolbar

17 years agoignore transform messages
daleharvey [Mon, 4 Sep 2006 17:54:25 +0000 (17:54 +0000)]
ignore transform messages

17 years agofix cap rounding default in preferences skeleton
mental [Mon, 4 Sep 2006 17:19:18 +0000 (17:19 +0000)]
fix cap rounding default in preferences skeleton

17 years agoForce non-interruptible redraws while modifying paths to ensure accurate display
johncoswell [Mon, 4 Sep 2006 15:53:55 +0000 (15:53 +0000)]
Force non-interruptible redraws while modifying paths to ensure accurate display

17 years agoFix race condition where node dragging is not ended after mouse button is released
johncoswell [Mon, 4 Sep 2006 15:51:48 +0000 (15:51 +0000)]
Fix race condition where node dragging is not ended after mouse button is released

17 years agoadded ui for mental's calligraphy tool cap rounding
scislac [Mon, 4 Sep 2006 15:51:05 +0000 (15:51 +0000)]
added ui for mental's calligraphy tool cap rounding

17 years agoForce non-interruptible canvas redraws to ensure accurate display while creating...
johncoswell [Mon, 4 Sep 2006 15:46:12 +0000 (15:46 +0000)]
Force non-interruptible canvas redraws to ensure accurate display while creating objects

17 years agoAdd ability to force canvas to perform a full, non-interruptible redraw
johncoswell [Mon, 4 Sep 2006 15:43:24 +0000 (15:43 +0000)]
Add ability to force canvas to perform a full, non-interruptible redraw

17 years agoquick bug fix to whiteboard
daleharvey [Mon, 4 Sep 2006 15:41:45 +0000 (15:41 +0000)]
quick bug fix to whiteboard

17 years agowhiteboard working prototype
daleharvey [Mon, 4 Sep 2006 13:08:27 +0000 (13:08 +0000)]
whiteboard working prototype

17 years agoadd rounded caps to temporary shapes as well
mental [Mon, 4 Sep 2006 04:15:34 +0000 (04:15 +0000)]
add rounded caps to temporary shapes as well

17 years agoreduce epsilon a little bit
mental [Mon, 4 Sep 2006 03:39:35 +0000 (03:39 +0000)]
reduce epsilon a little bit

17 years agoadd support for rounded caps with the calligraphy tool
mental [Mon, 4 Sep 2006 03:37:42 +0000 (03:37 +0000)]
add support for rounded caps with the calligraphy tool

17 years agoreduce DYNA_EPSILON further, as artifacts still occur frequently with the smaller...
mental [Sun, 3 Sep 2006 22:19:49 +0000 (22:19 +0000)]
reduce DYNA_EPSILON further, as artifacts still occur frequently with the smaller setting

17 years agoincrease DYNA_EPSILON in order to reduce calligraphy tool artifacts
mental [Sun, 3 Sep 2006 22:07:21 +0000 (22:07 +0000)]
increase DYNA_EPSILON in order to reduce calligraphy tool artifacts

17 years agoDisable pen events while finishing pen operations to prevent race condition
johncoswell [Sun, 3 Sep 2006 20:52:14 +0000 (20:52 +0000)]
Disable pen events while finishing pen operations to prevent race condition

17 years agorename, move to render submenu, make it always start with lorem ipsum
buliabyak [Sun, 3 Sep 2006 18:43:10 +0000 (18:43 +0000)]
rename, move to render submenu, make it always start with lorem ipsum

17 years agoDisable pen event handling during important update operations
johncoswell [Sun, 3 Sep 2006 13:26:57 +0000 (13:26 +0000)]
Disable pen event handling during important update operations

17 years agoagain rearrange code in ungrab handler so that screen update is as close to the end...
buliabyak [Sun, 3 Sep 2006 05:16:56 +0000 (05:16 +0000)]
again rearrange code in ungrab handler so that screen update is as close to the end as possible, to prevent crash when switching tools during redraw after transform

17 years agofix pattern transform when doing object-to-pattern within a transformed group
buliabyak [Sun, 3 Sep 2006 05:12:58 +0000 (05:12 +0000)]
fix pattern transform when doing object-to-pattern within a transformed group

17 years agoUndo inadvertent commit
ishmal [Fri, 1 Sep 2006 08:33:34 +0000 (08:33 +0000)]
Undo inadvertent commit

17 years agoUpdated Dutch translation of user interface.
cwebb [Fri, 1 Sep 2006 06:36:31 +0000 (06:36 +0000)]
Updated Dutch translation of user interface.

17 years agoUpdate to inkboard
daleharvey [Thu, 31 Aug 2006 19:32:09 +0000 (19:32 +0000)]
Update to inkboard

17 years agoRemoving wrong plural forms from ja.po file to prevent fatal errors reported
cwebb [Thu, 31 Aug 2006 07:31:18 +0000 (07:31 +0000)]
Removing wrong plural forms from ja.po file to prevent fatal errors reported
by pbhj at alicious dot com at -devel mailing list.

17 years agoUpdated Galician translation (gl.po file) by Leandro Regueiro
cwebb [Wed, 30 Aug 2006 17:18:14 +0000 (17:18 +0000)]
Updated Galician translation (gl.po file) by Leandro Regueiro

17 years agoAdd js def
ishmal [Wed, 30 Aug 2006 14:57:11 +0000 (14:57 +0000)]
Add js def

17 years agoMore binding progress. Fix Node::textContent and child manipulation.
ishmal [Wed, 30 Aug 2006 14:56:24 +0000 (14:56 +0000)]
More binding progress.  Fix Node::textContent and child manipulation.

17 years agoFixed my mistake with #ifndef/#else/#endif HAVE_SSL
ishmal [Wed, 30 Aug 2006 07:57:26 +0000 (07:57 +0000)]
Fixed my mistake with #ifndef/#else/#endif HAVE_SSL

17 years agoStart shell. Begin to make prototypes and wrappers.
ishmal [Tue, 29 Aug 2006 09:56:23 +0000 (09:56 +0000)]
Start shell.  Begin to make prototypes and wrappers.

17 years agoadded getHaveSSL()
daleharvey [Tue, 29 Aug 2006 01:16:35 +0000 (01:16 +0000)]
added getHaveSSL()

17 years agobetter handle startTls() if client not built with ssl
ishmal [Tue, 29 Aug 2006 00:42:05 +0000 (00:42 +0000)]
better handle startTls() if client not built with ssl

17 years agobetter handle startTls() if client not built with ssl
ishmal [Tue, 29 Aug 2006 00:36:17 +0000 (00:36 +0000)]
better handle startTls() if client not built with ssl

17 years agobetter handle startTls() if client not built with ssl
ishmal [Tue, 29 Aug 2006 00:22:57 +0000 (00:22 +0000)]
better handle startTls() if client not built with ssl

17 years agoAdded an #undef for SEVERITY_ERROR, which conflicts with a Win32 macro
ishmal [Mon, 28 Aug 2006 16:16:04 +0000 (16:16 +0000)]
Added an #undef for SEVERITY_ERROR, which conflicts with a Win32 macro

17 years agoFinish method and property tables. Clean up comments.
ishmal [Mon, 28 Aug 2006 15:28:50 +0000 (15:28 +0000)]
Finish method and property tables.  Clean up comments.

17 years agoallow either forms-based or older method of in-band registration
ishmal [Mon, 28 Aug 2006 14:07:04 +0000 (14:07 +0000)]
allow either forms-based or older method of in-band registration

17 years agorelax need for realm on md5 auth
ishmal [Mon, 28 Aug 2006 13:51:01 +0000 (13:51 +0000)]
relax need for realm on md5 auth

17 years agoAdded some set_size_requests to ishmal's cool work so dialogs look nice from the
kidproto [Mon, 28 Aug 2006 08:00:22 +0000 (08:00 +0000)]
Added some set_size_requests to ishmal's cool work so dialogs look nice from the
beginning...

17 years agomore property and method table progress
ishmal [Sun, 27 Aug 2006 23:31:14 +0000 (23:31 +0000)]
more property and method table progress

17 years agoadd more property and method tables
ishmal [Sun, 27 Aug 2006 19:14:55 +0000 (19:14 +0000)]
add more property and method tables

17 years agoadd j-binding files
ishmal [Sun, 27 Aug 2006 14:47:46 +0000 (14:47 +0000)]
add j-binding files

17 years agoprovide skeleton wrappers for all DOM core classes. add content later
ishmal [Sun, 27 Aug 2006 14:46:38 +0000 (14:46 +0000)]
provide skeleton wrappers for all DOM core classes.  add content later

17 years agodomexception enums should be class scoped
ishmal [Sun, 27 Aug 2006 14:45:12 +0000 (14:45 +0000)]
domexception enums should be class scoped

17 years agoNew files. These will be the basis for ECMA-DOM binding using Spidermonkey.
ishmal [Sun, 27 Aug 2006 08:57:12 +0000 (08:57 +0000)]
New files.  These will be the basis for ECMA-DOM binding using Spidermonkey.