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.
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