LPE Bendpath: disable width path
Rework dialog management. Use singleton behavior for dialogs when
started in floating dialogs mode and use one dialog/desktop behavior
when started in dockable dialogs mode. Replace the panels use of the
SP_ACTIVE_DESKTOP macro and unify the panels' handling of desktop
activation events.
started in floating dialogs mode and use one dialog/desktop behavior
when started in dockable dialogs mode. Replace the panels use of the
SP_ACTIVE_DESKTOP macro and unify the panels' handling of desktop
activation events.
Fized crashes & odd behaviour when resizing, zooming and rotating feTurbulence
remove my drama comment
Fixed several crashes when modifying filter effect parameters with XML editor
Removed conditional GTK+ < 2.6.0 code since 2.8.0 has been a requirement for almost a year
Warning cleanup
speed up keyboard scale and rotation too
Add unit selector for node coordinate entries
updating help menu releasenote link to 0.46 version
Always set coord entry fields inactive when switching to the node tool
* [INTL: sv] swedish translation update by Henrik Larsson (closes: #174223)
Add icon for "Edit next LPE parameter" and add it to toolbar of nodetool.
add white versions, three bitmap textures
warning cleanup
Add entry fields for x/y coordinates of selected nodes (fixes bugs #170116 and #172113)
Lookup object from repr instead of id to fix redo of undo of guide creation :-)
don't crash upon adding strange named XML element to namedview.
16 years ago3D grid: When snapping, consider both left and right vertical lines next to the point...
3D grid: When snapping, consider both left and right vertical lines next to the point. (see rev 16610)
Don't show error dialog when bitmap export is cancelled by the user (fixes bug #172338)
Change title of tab in document properties dialog ("Snap details" -> "Snap points")
When snapping, consider all four grid lines around the current point instead of only the nearest two
Implemented use of "short_label" for toolbar items.
Fixes bug #168826.
Fixes bug #168826.
new patterns, readme update
use stockid for label; help text update
fix bug: mid and end markers showed previews from start markers
warning cleanup
Solve crash on assert (see bugs #173555 and #173568 in launchpad)
* [INTL: he] first translation by Leon Mintz
* [ca] translation update by Xavier Conde (closes: #173626)
Improve default axonomgrid settings (colors, and spacing=1mm since it will be used for technical drawing probably. pixels seems like a strange default choice in that case)
Snapping of axonometric grid: correctly snap to vertical gridline. angled lines not implemented yet.
Fix compile. Don't #include .cpp files!
copyedit labels for clarity
fix pmg
FIX for Bug #173068 can't import postscript files (ps and eps)
only snap to non-smooth nodes, 2nd try. Hopefully this one is more robust
UI tweaks for CMS view toggle
color value overwrite bug fixed
Warning cleanup (including OFFSET_OF warning)
Fix emphasized line drawing for axonometric grid
Improve layout of grid document properties
16 years agohttp://sourceforge.net/mailarchive/forum.php?thread_name=5747bce9a7ed077c1b4fc9f0f4f8...
sourceforge.net/mailarchive/forum.php?thread_name=5747bce9a7ed077c1b4fc9f0f4f8a5e0%40localhost&forum_name=inkscape-devel
add visibility and snap_enabled checkbuttons for grids.
visibility already works, snap_enabled not yet.
visibility already works, snap_enabled not yet.
show gridtype name in document properties
Adding icon for color management
make the alt-drag profile symmetric
Fix Bug #172582 crash when dragging line with mouse
Remove debug messages
use size_t for comparison with strlen() to be more portable
Excised unneeded windows include that slipped in by mistake.
Menu item to toggle CMS adjustment on and off
Don't snap the smooth nodes of a path
Undo compile break
16 years agoFix for Bug #1823541: Added support for pasting bitmap data from the system clipboard...
Fix for Bug #1823541: Added support for pasting bitmap data from the system clipboard. See bug report for details.
Export/Import text as text + some bug-fixes.
Warning cleanup
Implemented per-monitor display adjustment via XICC
LPEbendpath fix: save widthfactor parameter ofcourse doh!
LPE add experimental width control to bend path!
fix bug caused by rev. 16540
* [eo] Updated po by Antonio
The dialog to panel refactoring:
* Made the current dialogs subclass the Panel class instead of the
Dialog class.
* Extended the Panel class with some functionality that the dialogs
relied on.
* Added a PanelDialog class which is a dialog container for a
single panel with the dialog behavior as a template parameter.
(* Fixed coding style for the Panel and Dialog class)
For details, see
http://www.nabble.com/Re%3A-Dockable-dialogs%2C-todo-list-p12728194.html
http://www.nabble.com/Re%3A-Inkscape-overcomes-Xara-in-Google-Trends-p13126622.html
* Made the current dialogs subclass the Panel class instead of the
Dialog class.
* Extended the Panel class with some functionality that the dialogs
relied on.
* Added a PanelDialog class which is a dialog container for a
single panel with the dialog behavior as a template parameter.
(* Fixed coding style for the Panel and Dialog class)
For details, see
http://www.nabble.com/Re%3A-Dockable-dialogs%2C-todo-list-p12728194.html
http://www.nabble.com/Re%3A-Inkscape-overcomes-Xara-in-Google-Trends-p13126622.html
Fix ordering of LPE parameters (no longer use map, just use vector)
rename path along path to Bend Path
rename subcurve to stitch subpaths
rename subcurve to stitch subpaths
The missing "page" and "document" methods were in poppler-glib. add before -lpoppler.dll. Also, since poppler-glib deps on glib, put it before -lglib.
Also consider path nodes for snapping
use gobble_key_events to speed up keyboard moves
fix gobble_key_events so it also handles release events
correct another copy-paste error ;-)
Enhanced subcurve stitching tool to look more like Expression's effect lines
correct copy-paste error
Disable HAVE_POPPLER_CAIRO definition in config.h.
Display CMS adjustment per-desktop view
add one fractional digit to zooms less than 10%
Update translations for Khmer
1) Improving snapping logic 2) When skewing, don't snap to selection itself
rename EditCloneOriginal to EditCloneSelectOriginal
rename EditCloneOriginal to EditCloneSelectOriginal ; SP_VERB_EDIT_CLONE_ORIGINAL to SP_VERB_EDIT_CLONE_SELECT_ORIGINAL
Make LPE Path along path behave more naturally. (fixes problems in moving a path with that effect applied to it)
17 years agofurther work on the gtkmm exception problems in the file dialog/filedialogimpl-gtkmm.cpp
further work on the gtkmm exception problems in the file dialog/filedialogimpl-gtkmm.cpp
Switched from directly using CairoOutputDev to using the poppler-glib API
Require poppler-glib and poppler-cairo for PDF preview
- modified the grid to be 0.5 pixels wide to make ti easier to snap to the pixel grid when snapping nodes to grid
- removed unused icons to avoid confusion
- removed unused icons to avoid confusion
Improving snapping logic; more to follow
whitespace
Prevent CMS button from pinning space used by scrollbars
17 years agoFix exception catching, to allow polymorphism. Note to all: always catch by reference...
Fix exception catching, to allow polymorphism. Note to all: always catch by reference! 17.7 of C++FAQlite
Merged from Poppler's Gfx.cc; Unset the font if it doesn't exist or we can not load it properly
2geom: splice exceptions code from utils.h into exception.h
fix compile warning with C++ style cast
Adding ICC Profiles in X support
2geom tryout: new exceptions
hopefully fix compile (#include <errno.h>
fix warnings and delete gradient pixmap that will not be used
update translation for Khmer