fixed bug: fixed two of the 'quark > 0' console errors.
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.
Sorry, forgot to remove a debugging message.
better (white)spacing
FIXED: "(inkscape:12778): Gtk-CRITICAL **: gtk_misc_set_alignment:
assertion `GTK_IS_MISC (misc)' failed" when I open the Document Properties."
assertion `GTK_IS_MISC (misc)' failed" when I open the Document Properties."
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)
fix bug in my previous commit: updating rotation centers was broken
Added forced redraws to other tools
axonometric grid: angles cannot be larger than 89 degrees.
Update of Portuguese translation
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 :)
1) Updated da, tr, sl and es translation to versions in patch tracker
2) Updating all translations to current strings
2) Updating all translations to current strings
A simple developer example for using enumerated parameters in Extensions.
Added support for enumerated types in the UI of Extensions! (all eyes on requester Spike to submit an example extension ! :P)
deleted some incorrect comment of mine.
18 years agoChanged grid drawing (nit more logical): hlines and vlines are drawn completely indep...
Changed grid drawing (nit more logical): hlines and vlines are drawn completely independent (removed nested for-loops).
When an object is selected and Alt is pressed: now the cursor changes to the move-cursor. Handy for newcomers :)
Fixed bug causing crash when derivative field was not edited. TODO: do a check in ParamString so it won't crash.
My apologies. I just found out I have to modify the makefiles when I add stuff... doh!
18 years agoRenamed effect and made an extended "Function Plotter". Kind of an excuse to showcase...
Renamed effect and made an extended "Function Plotter". Kind of an excuse to showcase the 'notebook' parameter type i added.
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.
Adding GPL palatte file export from patches.
adding optional minidom
18 years agoEek! Copyright message forgotten :( . Can we think up a standard format for specifyin...
Eek! Copyright message forgotten :( . Can we think up a standard format for specifying copyrights and/or automate this in SVN?
Extension dependency-check now also finds win32 executables if ".exe" is omitted in inx-file.
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
18 years agofix crash when a cursor/selection update comes after a display update which was inter...
fix crash when a cursor/selection update comes after a display update which was interrupted with destroying the text context
disconnect mask/ref connections when item is destroyed
Updated authors and translators in About box + sorted author names.
Enabled forced redraw on nodepath tool
Initial reworking of forced redraw to work better with interruptible display
move rounding spinbutton
Removed spaces from font names in EPS export. Also removed the parentheses (they were inserted to remove a syntax error due to the spaces)
Fix for now. Probably remove this later, to be deprecated in favor of LSWriter
Massive update for smart pointers. Rework js dom binding to be smarter. Placeholder for dom binding, finish later.
comments for later
make calligraphy tool cap rounding work better with nonzero fixity
work on whiteboard
ensure that final resting position is included in calligraphic stroke
remove spurious fit_and_split wrapper
clarify/update dynadraw copyright
get default rounding right in calligraphy toolbar
ignore transform messages
fix cap rounding default in preferences skeleton
Force non-interruptible redraws while modifying paths to ensure accurate display
Fix race condition where node dragging is not ended after mouse button is released
added ui for mental's calligraphy tool cap rounding
Force non-interruptible canvas redraws to ensure accurate display while creating objects
Add ability to force canvas to perform a full, non-interruptible redraw
quick bug fix to whiteboard
whiteboard working prototype
add rounded caps to temporary shapes as well
reduce epsilon a little bit
add support for rounded caps with the calligraphy tool
reduce DYNA_EPSILON further, as artifacts still occur frequently with the smaller setting
increase DYNA_EPSILON in order to reduce calligraphy tool artifacts
Disable pen events while finishing pen operations to prevent race condition
rename, move to render submenu, make it always start with lorem ipsum
Disable pen event handling during important update operations
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
fix pattern transform when doing object-to-pattern within a transformed group
Undo inadvertent commit
Updated Dutch translation of user interface.
Update to inkboard
Removing wrong plural forms from ja.po file to prevent fatal errors reported
by pbhj at alicious dot com at -devel mailing list.
by pbhj at alicious dot com at -devel mailing list.
Updated Galician translation (gl.po file) by Leandro Regueiro
Add js def
More binding progress. Fix Node::textContent and child manipulation.
Fixed my mistake with #ifndef/#else/#endif HAVE_SSL
Start shell. Begin to make prototypes and wrappers.
added getHaveSSL()
better handle startTls() if client not built with ssl
better handle startTls() if client not built with ssl
better handle startTls() if client not built with ssl
Added an #undef for SEVERITY_ERROR, which conflicts with a Win32 macro
Finish method and property tables. Clean up comments.
allow either forms-based or older method of in-band registration
relax need for realm on md5 auth
Added some set_size_requests to ishmal's cool work so dialogs look nice from the
beginning...
beginning...
more property and method table progress
add more property and method tables
add j-binding files
provide skeleton wrappers for all DOM core classes. add content later
domexception enums should be class scoped
New files. These will be the basis for ECMA-DOM binding using Spidermonkey.
Added key bindings that optimize the layout for drawing on a tablet with the right hand
Display message to indicate that bitmap tracing has started
gboolean -> bool conversion commit 1. Modifies code to do with getting the undo system to ignore actions, as well as
SVG/XML save/load. Shouldn't cause problems though.
SVG/XML save/load. Shouldn't cause problems though.
Fixed a crash in modifying filter parameters in XML editor.
Fixed filters not appearing, when a file with filters is loaded.
Fixed filters not appearing, when a file with filters is loaded.
peeled back the gboolean code as it hit on some complexity theory principles...
need to rethink and incrementally change gbooleans to bools
need to rethink and incrementally change gbooleans to bools
I peeled back my changes because of some deep error.
Added author of a patch
Cleaned up more of the gboolean to bool janitorial task...great!
Ok, committed msgloan's patch to convert gbooleans to bools thus completing
one major janitorial task we identified....
one major janitorial task we identified....
Updated his name and copyright info...
I committed the pig latin patch and had to figure out how to do naming...
I added Johan's badass patch for save a copy with the features I requested.
Now it all works quite well! Great!
Now it all works quite well! Great!
I added a key configuration for this command, changed a variable name and added the patch's author to the AUTHORS file....