rename guide parameters to match snapping code naming convention.
start conversion to use point_on_line instead of position.
start conversion to use point_on_line instead of position.
Introduce verb, menu item and shortcut for the global snapping toggle
speedify zooming by keys
[INTL: sl] Updated Slovenian translation by Martin Srebotnjak (closes: #177058)
Use 'D' to toggle (not just switch to) the dropper tool; closes bug/RFE #170590
16 years agoRenaming captions and labels in snapping preferences dialog, and inverting the behavi...
Renaming captions and labels in snapping preferences dialog, and inverting the behaviour of the 'snap at any distance' checkbox
remember to return true from <javac> execute()
Make sure that snapping attributes pass 'make check'
revert comenting of uri argument in PdfImportDialog
Use golden ratio as additional constrained ratio during Ctrl+dragging rectangles (fixes bug/RFE #170540)
CRLF fix
non-poppler build fix
Warning and CRLF cleanup
Warning and CRLF cleanup
defocus layer selector after choosing layer
prepare for adding angled guideline rendering
start of getting angled guidelines.
define guide's normal instead of vertical/horizontal.
rendering is not implemented for angled guides yet.
define guide's normal instead of vertical/horizontal.
rendering is not implemented for angled guides yet.
* [INTL: it] Updated Italian translation
[BUG #169122] PDF import doesn't work when file name has accents, partially fixed
fix default grid unit scaling, fix crash for unknown unit.
prevent writing to xml when initializing grid. fixes not working default units.
add default unit to grid preferences.
fix possible crash where event_context is destroyed during fill operation due to tool switch
trying to fix the unset-gradient-on-transform bug
remove debug
Warning cleanup
Add initial support for <javac>. Also fix str compare bug
Fixed missing handling of the "environment prefix" and fetching of environment variables.
* [INTL:it] Typo fixing, patch by Luciano Montanaro
Add default grid settings to Inkscape preferences.
update to latest 2geom
Remove unused function that causes compile error on windows.
If necessary, split up perspectives when applying transformations to boxes; moreover, fix crash caused by listening to already destroyed perspectives
Improved tango icons by Michael Grossberg.
remove -g flag from build.xml as it is really not necessary and slows down building tremendously. If anybody finds use for -g, please let me know.
Fundamentally reworked version of the 3D box tool (among many other things, this fixes bugs #168900 and #168868). See mailing list for details. Sorry for this single large commit but it was unfeasible to keep the history.
libgdl: avoid setting a negative preferred height for dock items,
fixes a runtime warning.
fixes a runtime warning.
more win32 compile for inkview
Add global snapping toggle
16 years agoFixed the filter effects dialog always displaying all the filter settings by overridi...
Fixed the filter effects dialog always displaying all the filter settings by overriding the behavior of show_all.
Toggle snapping for each grid individually
Do NOT use frames in the snapping tab in the document properties dialog ;-)
* [INTL: bg] Bulgarian translation update by Techbulgaria (closes: #169991)
Warning cleanup
Cleaning up tests
connected a signal to update the filter primitives list treeview when the filters dialog is resized
I have added beveled edges to the connections on the filter-effects
dialog
dialog
move gtk version dep to gtkmm instead -- safer place to test it
reenable buil inkview on windows
Use frames in the snapping tab in the document properties dialog
r17230@mini-emma: ted | 2007-12-10 21:02:47 -0800
Adding in isinf.h and removing spaces (tabs in this one folks).
Adding in isinf.h and removing spaces (tabs in this one folks).
r17226@mini-emma: ted | 2007-12-10 20:24:40 -0800
Adding in attr-widget.h
Adding in attr-widget.h
r17225@mini-emma: ted | 2007-12-10 20:22:27 -0800
Adjusting line-snapper.cpp so that it doesn't include snapper-line.cpp such that it can be included normally in the Makefile_insert. Also, adding in helper-fns.h to the included source files.
Adjusting line-snapper.cpp so that it doesn't include snapper-line.cpp such that it can be included normally in the Makefile_insert. Also, adding in helper-fns.h to the included source files.
r17224@mini-emma: ted | 2007-12-10 20:21:14 -0800
Adjusting build rule for inkscape.pot so that it uses the files from the source directory and installs it in the distribution directory.
Adjusting build rule for inkscape.pot so that it uses the files from the source directory and installs it in the distribution directory.
r17222@mini-emma: ted | 2007-12-10 19:23:29 -0800
Builds for me. A couple of changes that broke things. But this works for me (tm).
Builds for me. A couple of changes that broke things. But this works for me (tm).
include header for close command
add cairomm to win32 linker proccess
add #include <io.h> to enable win32 compile
16 years agoremove all mention of extension/internal/gnome.cpp from build files for make distchec...
remove all mention of extension/internal/gnome.cpp from build files for make distcheck; this included removing mention from a comment in src/libnr/nr-path.h
add snapped-line.cpp and snapped-line.h to src/Makefile_insert for make distcheck
Implement cross-architecture print dialog using cairo and PNG backends.
always build cairo backend; add interface for setting cairo surface to renderer
bump minimum required gtk to 2.10 (released july 2006), for future print dialog
minor whitespace adjustment
Init some checkboxes correctly in document-properties dialog
Snap to axonometric grid lines
corrected a typo and added a check for modevia name definition. fall back on user name
Warning cleanup
Fixes for gcc versions before 4.1.x
Removed mention of inkscape_python.ds_store which was removed from the repository at r16417
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.