r16003@tres: ted | 2007-07-27 08:51:45 -0700
Nothing new is working really, but this is a good stopping point in the
restructuring.
Nothing new is working really, but this is a good stopping point in the
restructuring.
Change dock item iconify icon
Make sure gdl-dock-items created with
GDL_DOCK_ITEM_BEH_CANT_DOCK_CENTER won't dock with center placement.
Clean up.
GDL_DOCK_ITEM_BEH_CANT_DOCK_CENTER won't dock with center placement.
Clean up.
Add "scale y stroke" parameter to Curve Stitching LPE
Man i really miss tortoise under linux :(
Fix dependency on GSL
add chebyshev.cpp to exclude list
Added freedom of strokepath for the Curve Stitching LPE
Add commentary to warn about how to initialize translatable enums
update 2geom to rev 1114 and fix error.
Try to fix translation of LPE names.
Update to 2Geom rev. 1113
updated Slovak (sk) translation in trunk
marked "Light Source:" for translation, added two missing files (SVG filters related) to po/POTFILES.in
remove redundant commit
copyedit
fix compositing for premultiplication and non-alpha cases
updated Slovak (sk) translation in trunk
updated Slovak (sk) translation in trunk
LPE:
- rename RealParam to ScalarParam, add range checking for ScalarParam, add integer only flag for it aswell.
- fix up todo.txt and create new one for parameters
- add Curve Stitch LPE
- rename RealParam to ScalarParam, add range checking for ScalarParam, add integer only flag for it aswell.
- fix up todo.txt and create new one for parameters
- add Curve Stitch LPE
Dockable dialogs patch applied
(https://sourceforge.net/tracker/?func=detail&atid=604308&aid=1688508&group_id=93438)
(https://sourceforge.net/tracker/?func=detail&atid=604308&aid=1688508&group_id=93438)
Don't snap node handles to the parent path, plus a small string change
tidy up
Add BoolParam for LPE's
In ellipse and rect tool: include info about width/height ratio in status messages when Ctrl+dragging
Constrained center-dragging for 3D boxes (with Ctrl)
DNR bpp stuff so much
add experimental modifier remapping
Refactor gradient rendering to facilitate future changes, since the simple
addition of noise has been reported to be generally ineffective by users.
addition of noise has been reported to be generally ineffective by users.
Whoops, put check on empty rect back in! Maybe no one noticed ;-)
Implement snapping of guides while dragging them, and snap TO item centers (we only had snapping FROM item centers so far)
remove debug and example LPE files from POTFILES.in
Remove some warnings and fix crash in 3D box tool
tweak tool update
ngettext used in src/tweak-context.cpp now
updated translation into Russian
added tweak-context.cpp
* [it] Some more translation, still a lot to do
* Added refernce link for translators
more tweak modes
more tweak modes
four more modes
repel/attract methods
do the same remembering for stop opacity
calling parent's write method may reset the stop's color from repr if it was changed in the object but not yet written to repr; to fix it, remember the specified color before calling parent write
Temporary fix LPE "2Geom not implemented" crash when pasting paths with 'A' in it (arcs)
The code should be removed when 2geom is capable of handling 'A' parameters.
The code should be removed when 2geom is capable of handling 'A' parameters.
Various small cleanups
Rewrite of z-order code for 3D boxes, first stage (hopefully this is finally the right approach)
2 LPE things:
* Add changed signal to LPE PathParameter
* removed origin parameter from path along path as it is not necessary any more
* Add changed signal to LPE PathParameter
* removed origin parameter from path along path as it is not necessary any more
Rename "Skeletal Strokes" LPE to "Path along path" to better describe what it does.
Add #define to disable "test" LPE's
remove obsolete set
Correct default preferences for 3D boxes to avoid ugly line joins when using stroke
a hack to prevent the redraw of the entire area when a no-fill ctrlrect is deleted
do not request redraw if an item has zero dimensions; also remove redundant redraw in sp_canvas_item_construct
initialize rect to 0,0,0,0 and do not redraw until dimensions are set; this removes another reason for flicker at 0.0
do not redraw until moved for the first time; this fixes the flicker at 0,0 whenever a new ctrl is created
third patch from Dennis Lin (with my tweaks) - great simplification and optimization of sp-canvas
remove slowest_buffer - we no longer use it in sp-canvas
add too-high-precision warning, transientize, copyediting, cosmetic
initialize page number and preview
Added two missing files to POTFILES.in so that LPE and OCAL dialogs
can be added to PO files now.
can be added to PO files now.
Clear Cairo surface to white before rendering preview
Avoid transforming a group with an already set clip-path
Display the total number of pages next to the page number spinbutton
zoom entry field has moved from left to right. Correcting tutorial.
define gradient vector size in terms of bits
fix typo
increase gradient noise slightly
experimental: add some noise to the gradient function
factor out gradient index calculation
unify linear and radial gradients in same file (with appropriate note
about license) in preparation for refactoring
about license) in preparation for refactoring
gobble more of motion events; make statusbar messages immediate for better visual feedback
add colon before value description
add Affect: label, fill in presets for shape tools
add Affect: label
make zoom value update immediate
Enable center-dragging of boxes in Z direction by using Shift
small fix in export to ocal gnome_vfs function calls
Eliminate a number of compile warnings
Avoid 'flashing' between front and rear face during initial dragging process of 3D boxes
Filter effects dialog:
* A couple small corrections to settings colors in the filter dialog
* A couple small corrections to settings colors in the filter dialog
Use the embedded thumbnails for preview when poppler-cairo is not available
added import/export preferences category
committed patch 1777220 by John Faith to fix compilation of Inkscape on OS X 10.3 (Panther)
g_return_val_if_fail(fabs(denom) > 1e-6, NR::Nothing());
is apparently causing gcc 3.3 to fail (OS X 10.3) with the error:
line-geometry.cpp: In member function `virtual NR::Maybe<NR::Point>
Box3D::Line::intersect(const Box3D::Line&)':
line-geometry.cpp:57: error: parse error before `;' token
If the NR::Nothing() is simply broken out as its own variable instead of
including it in g_return_val_if_fail(), then the file compiles. The root
cause is not known, but I assume this is a gcc bug.
This was the only source change needed for building svn 15634 for OS X
10.3.
g_return_val_if_fail(fabs(denom) > 1e-6, NR::Nothing());
is apparently causing gcc 3.3 to fail (OS X 10.3) with the error:
line-geometry.cpp: In member function `virtual NR::Maybe<NR::Point>
Box3D::Line::intersect(const Box3D::Line&)':
line-geometry.cpp:57: error: parse error before `;' token
If the NR::Nothing() is simply broken out as its own variable instead of
including it in g_return_val_if_fail(), then the file compiles. The root
cause is not known, but I assume this is a gcc bug.
This was the only source change needed for building svn 15634 for OS X
10.3.
gobble motion events when dragging selection - looks like with recent gtk, this does not lose grab anymore
merge of dialog and impl classes of ocaldialogs
search and reset buttons added to ocal related features. fixed signals in import from ocal dialog.
speed up node and handle dragging by gobbling unprocessed motion events
adjust function parameters for the now present proper quoting behavior; this fix may need to be pushed out into inkex, stripping double quotes off of all string parameters before handing them to the scripts
Disable the page selector when there's only one page
Added checks for pixbuf/pixmap allocation failure
Removed left-in debug stuff which caused frenzy
Add libpoppler-cairo, and correct the link order
Fixed some compiler warnings
Add default value stuff for LPE parameters
Remove the clipping path emitted before the 'sh' operator since that same path is filled later
update keys.svg