Code

inkscape.git
16 years agomore win32 compile for inkview
theadib [Wed, 12 Dec 2007 21:24:07 +0000 (21:24 +0000)]
more win32 compile for inkview

16 years agoAdd global snapping toggle
dvlierop2 [Wed, 12 Dec 2007 20:34:36 +0000 (20:34 +0000)]
Add global snapping toggle

16 years agoFixed the filter effects dialog always displaying all the filter settings by overridi...
nicholasbishop [Wed, 12 Dec 2007 19:45:17 +0000 (19:45 +0000)]
Fixed the filter effects dialog always displaying all the filter settings by overriding the behavior of show_all.

16 years agoToggle snapping for each grid individually
dvlierop2 [Wed, 12 Dec 2007 18:50:47 +0000 (18:50 +0000)]
Toggle snapping for each grid individually

16 years agoDo NOT use frames in the snapping tab in the document properties dialog ;-)
dvlierop2 [Wed, 12 Dec 2007 15:29:13 +0000 (15:29 +0000)]
Do NOT use frames in the snapping tab in the document properties dialog ;-)

16 years ago* [INTL: bg] Bulgarian translation update by Techbulgaria (closes: #169991)
luca_bruno [Wed, 12 Dec 2007 12:15:47 +0000 (12:15 +0000)]
* [INTL: bg] Bulgarian translation update by Techbulgaria (closes: #169991)

16 years agoWarning cleanup
joncruz [Wed, 12 Dec 2007 08:13:13 +0000 (08:13 +0000)]
Warning cleanup

16 years agoCleaning up tests
joncruz [Wed, 12 Dec 2007 08:06:10 +0000 (08:06 +0000)]
Cleaning up tests

16 years agoconnected a signal to update the filter primitives list treeview when the filters...
jucablues [Wed, 12 Dec 2007 01:04:53 +0000 (01:04 +0000)]
connected a signal to update the filter primitives list treeview when the filters dialog is resized

16 years agoI have added beveled edges to the connections on the filter-effects
jucablues [Tue, 11 Dec 2007 23:26:43 +0000 (23:26 +0000)]
I have added beveled edges to the connections on the filter-effects
dialog

16 years agomove gtk version dep to gtkmm instead -- safer place to test it
keescook [Tue, 11 Dec 2007 22:30:12 +0000 (22:30 +0000)]
move gtk version dep to gtkmm instead -- safer place to test it

16 years agoreenable buil inkview on windows
theadib [Tue, 11 Dec 2007 21:14:12 +0000 (21:14 +0000)]
reenable buil inkview on windows

16 years agoUse frames in the snapping tab in the document properties dialog
dvlierop2 [Tue, 11 Dec 2007 18:51:22 +0000 (18:51 +0000)]
Use frames in the snapping tab in the document properties dialog

16 years ago r17230@mini-emma: ted | 2007-12-10 21:02:47 -0800
gouldtj [Tue, 11 Dec 2007 05:36:30 +0000 (05:36 +0000)]
 r17230@mini-emma:  ted | 2007-12-10 21:02:47 -0800
 Adding in isinf.h and removing spaces (tabs in this one folks).

16 years ago r17226@mini-emma: ted | 2007-12-10 20:24:40 -0800
gouldtj [Tue, 11 Dec 2007 04:30:51 +0000 (04:30 +0000)]
 r17226@mini-emma:  ted | 2007-12-10 20:24:40 -0800
 Adding in attr-widget.h

16 years ago r17225@mini-emma: ted | 2007-12-10 20:22:27 -0800
gouldtj [Tue, 11 Dec 2007 04:30:43 +0000 (04:30 +0000)]
 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.

16 years ago r17224@mini-emma: ted | 2007-12-10 20:21:14 -0800
gouldtj [Tue, 11 Dec 2007 04:30:38 +0000 (04:30 +0000)]
 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.

16 years ago r17222@mini-emma: ted | 2007-12-10 19:23:29 -0800
gouldtj [Tue, 11 Dec 2007 03:25:11 +0000 (03:25 +0000)]
 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).

16 years agoinclude header for close command
theadib [Mon, 10 Dec 2007 23:24:16 +0000 (23:24 +0000)]
include header for close command

16 years agoadd cairomm to win32 linker proccess
theadib [Mon, 10 Dec 2007 23:22:43 +0000 (23:22 +0000)]
add cairomm to win32 linker proccess

16 years agoadd #include <io.h> to enable win32 compile
ishmal [Mon, 10 Dec 2007 22:08:29 +0000 (22:08 +0000)]
add #include <io.h> to enable win32 compile

16 years agoremove all mention of extension/internal/gnome.cpp from build files for make distchec...
acspike [Mon, 10 Dec 2007 13:16:22 +0000 (13:16 +0000)]
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

16 years agoadd snapped-line.cpp and snapped-line.h to src/Makefile_insert for make distcheck
acspike [Mon, 10 Dec 2007 13:02:59 +0000 (13:02 +0000)]
add snapped-line.cpp and snapped-line.h to src/Makefile_insert for make distcheck

16 years agoImplement cross-architecture print dialog using cairo and PNG backends.
keescook [Mon, 10 Dec 2007 05:29:23 +0000 (05:29 +0000)]
Implement cross-architecture print dialog using cairo and PNG backends.

16 years agoalways build cairo backend; add interface for setting cairo surface to renderer
keescook [Mon, 10 Dec 2007 00:48:29 +0000 (00:48 +0000)]
always build cairo backend; add interface for setting cairo surface to renderer

16 years agobump minimum required gtk to 2.10 (released july 2006), for future print dialog
keescook [Mon, 10 Dec 2007 00:46:40 +0000 (00:46 +0000)]
bump minimum required gtk to 2.10 (released july 2006), for future print dialog

16 years agominor whitespace adjustment
keescook [Mon, 10 Dec 2007 00:41:09 +0000 (00:41 +0000)]
minor whitespace adjustment

16 years agoInit some checkboxes correctly in document-properties dialog
dvlierop2 [Sun, 9 Dec 2007 08:01:19 +0000 (08:01 +0000)]
Init some checkboxes correctly in document-properties dialog

16 years agoSnap to axonometric grid lines
dvlierop2 [Sat, 8 Dec 2007 21:18:49 +0000 (21:18 +0000)]
Snap to axonometric grid lines

16 years agocorrected a typo and added a check for modevia name definition. fall back on user...
jiho-sf [Sat, 8 Dec 2007 11:42:56 +0000 (11:42 +0000)]
corrected a typo and added a check for modevia name definition. fall back on user name

16 years agoWarning cleanup
joncruz [Sat, 8 Dec 2007 07:06:18 +0000 (07:06 +0000)]
Warning cleanup

16 years agoFixes for gcc versions before 4.1.x
joncruz [Sat, 8 Dec 2007 07:03:33 +0000 (07:03 +0000)]
Fixes for gcc versions before 4.1.x

16 years agoRemoved mention of inkscape_python.ds_store which was removed from the repository...
jiho-sf [Fri, 7 Dec 2007 13:55:50 +0000 (13:55 +0000)]
Removed mention of inkscape_python.ds_store which was removed from the repository at r16417

16 years agoLPE Bendpath: disable width path
johanengelen [Fri, 7 Dec 2007 10:35:14 +0000 (10:35 +0000)]
LPE Bendpath: disable width path

16 years agoRework dialog management. Use singleton behavior for dialogs when
gustav_b [Fri, 7 Dec 2007 01:41:04 +0000 (01:41 +0000)]
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.

16 years agoFized crashes & odd behaviour when resizing, zooming and rotating feTurbulence
kiirala [Thu, 6 Dec 2007 23:31:29 +0000 (23:31 +0000)]
Fized crashes & odd behaviour when resizing, zooming and rotating feTurbulence

16 years agoremove my drama comment
johanengelen [Thu, 6 Dec 2007 19:22:48 +0000 (19:22 +0000)]
remove my drama comment

16 years agoFixed several crashes when modifying filter effect parameters with XML editor
kiirala [Thu, 6 Dec 2007 19:02:55 +0000 (19:02 +0000)]
Fixed several crashes when modifying filter effect parameters with XML editor

16 years agoRemoved conditional GTK+ < 2.6.0 code since 2.8.0 has been a requirement for almost...
joncruz [Thu, 6 Dec 2007 08:38:16 +0000 (08:38 +0000)]
Removed conditional GTK+ < 2.6.0 code since 2.8.0 has been a requirement for almost a year

16 years agoWarning cleanup
joncruz [Thu, 6 Dec 2007 05:43:12 +0000 (05:43 +0000)]
Warning cleanup

16 years agospeed up keyboard scale and rotation too
buliabyak [Thu, 6 Dec 2007 04:37:52 +0000 (04:37 +0000)]
speed up keyboard scale and rotation too

16 years agoAdd unit selector for node coordinate entries
cilix42 [Wed, 5 Dec 2007 23:27:00 +0000 (23:27 +0000)]
Add unit selector for node coordinate entries

16 years agoupdating help menu releasenote link to 0.46 version
popolon2 [Wed, 5 Dec 2007 22:50:16 +0000 (22:50 +0000)]
updating help menu releasenote link to 0.46 version

16 years agoAlways set coord entry fields inactive when switching to the node tool
cilix42 [Wed, 5 Dec 2007 22:00:27 +0000 (22:00 +0000)]
Always set coord entry fields inactive when switching to the node tool

16 years ago * [INTL: sv] swedish translation update by Henrik Larsson (closes: #174223)
luca_bruno [Wed, 5 Dec 2007 21:21:48 +0000 (21:21 +0000)]
 * [INTL: sv] swedish translation update by Henrik Larsson (closes: #174223)

16 years agoAdd icon for "Edit next LPE parameter" and add it to toolbar of nodetool.
johanengelen [Wed, 5 Dec 2007 16:05:02 +0000 (16:05 +0000)]
Add icon for "Edit next LPE parameter" and add it to toolbar of nodetool.

16 years agoadd white versions, three bitmap textures
buliabyak [Wed, 5 Dec 2007 07:27:14 +0000 (07:27 +0000)]
add white versions, three bitmap textures

16 years agowarning cleanup
joncruz [Wed, 5 Dec 2007 06:01:15 +0000 (06:01 +0000)]
warning cleanup

16 years agoAdd entry fields for x/y coordinates of selected nodes (fixes bugs #170116 and #172113)
cilix42 [Wed, 5 Dec 2007 04:09:29 +0000 (04:09 +0000)]
Add entry fields for x/y coordinates of selected nodes (fixes bugs #170116 and #172113)

16 years agoLookup object from repr instead of id to fix redo of undo of guide creation :-)
johanengelen [Wed, 5 Dec 2007 00:00:07 +0000 (00:00 +0000)]
Lookup object from repr instead of id to fix redo of undo of guide creation :-)

16 years agodon't crash upon adding strange named XML element to namedview.
johanengelen [Tue, 4 Dec 2007 23:53:07 +0000 (23:53 +0000)]
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...
johanengelen [Tue, 4 Dec 2007 22:25:14 +0000 (22:25 +0000)]
3D grid: When snapping, consider both left and right vertical lines next to the point. (see rev 16610)

16 years agoDon't show error dialog when bitmap export is cancelled by the user (fixes bug #172338)
cilix42 [Tue, 4 Dec 2007 20:03:34 +0000 (20:03 +0000)]
Don't show error dialog when bitmap export is cancelled by the user (fixes bug #172338)

16 years agoChange title of tab in document properties dialog ("Snap details" -> "Snap points")
dvlierop2 [Tue, 4 Dec 2007 19:35:06 +0000 (19:35 +0000)]
Change title of tab in document properties dialog ("Snap details" -> "Snap points")

16 years agoWhen snapping, consider all four grid lines around the current point instead of only...
dvlierop2 [Tue, 4 Dec 2007 19:09:09 +0000 (19:09 +0000)]
When snapping, consider all four grid lines around the current point instead of only the nearest two

16 years agoImplemented use of "short_label" for toolbar items.
joncruz [Tue, 4 Dec 2007 08:02:08 +0000 (08:02 +0000)]
Implemented use of "short_label" for toolbar items.
Fixes bug #168826.

16 years agonew patterns, readme update
buliabyak [Tue, 4 Dec 2007 05:43:55 +0000 (05:43 +0000)]
new patterns, readme update

16 years agouse stockid for label; help text update
buliabyak [Tue, 4 Dec 2007 05:43:09 +0000 (05:43 +0000)]
use stockid for label; help text update

16 years agofix bug: mid and end markers showed previews from start markers
buliabyak [Tue, 4 Dec 2007 05:42:14 +0000 (05:42 +0000)]
fix bug: mid and end markers showed previews from start markers

16 years agowarning cleanup
joncruz [Tue, 4 Dec 2007 03:29:13 +0000 (03:29 +0000)]
warning cleanup

16 years agoSolve crash on assert (see bugs #173555 and #173568 in launchpad)
dvlierop2 [Mon, 3 Dec 2007 18:41:40 +0000 (18:41 +0000)]
Solve crash on assert (see bugs #173555 and #173568 in launchpad)

16 years ago * [INTL: he] first translation by Leon Mintz
luca_bruno [Mon, 3 Dec 2007 13:07:41 +0000 (13:07 +0000)]
 * [INTL: he] first translation by Leon Mintz

16 years ago * [ca] translation update by Xavier Conde (closes: #173626)
luca_bruno [Mon, 3 Dec 2007 12:58:26 +0000 (12:58 +0000)]
 * [ca] translation update by Xavier Conde (closes: #173626)

16 years agoImprove default axonomgrid settings (colors, and spacing=1mm since it will be used...
johanengelen [Sun, 2 Dec 2007 23:23:57 +0000 (23:23 +0000)]
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)

16 years agoSnapping of axonometric grid: correctly snap to vertical gridline. angled lines not...
johanengelen [Sun, 2 Dec 2007 23:17:00 +0000 (23:17 +0000)]
Snapping of axonometric grid: correctly snap to vertical gridline. angled lines not implemented yet.

16 years agoFix compile. Don't #include .cpp files!
johanengelen [Sun, 2 Dec 2007 23:14:54 +0000 (23:14 +0000)]
Fix compile. Don't #include .cpp files!

16 years agocopyedit labels for clarity
buliabyak [Sun, 2 Dec 2007 23:09:57 +0000 (23:09 +0000)]
copyedit labels for clarity

16 years agofix pmg
buliabyak [Sun, 2 Dec 2007 23:05:58 +0000 (23:05 +0000)]
fix pmg

16 years agoFIX for Bug #173068 can't import postscript files (ps and eps)
theadib [Sun, 2 Dec 2007 15:55:36 +0000 (15:55 +0000)]
FIX for Bug #173068 can't import postscript files (ps and eps)

16 years agoonly snap to non-smooth nodes, 2nd try. Hopefully this one is more robust
dvlierop2 [Sun, 2 Dec 2007 15:19:29 +0000 (15:19 +0000)]
only snap to non-smooth nodes, 2nd try. Hopefully this one is more robust

16 years agoUI tweaks for CMS view toggle
joncruz [Sun, 2 Dec 2007 08:33:16 +0000 (08:33 +0000)]
UI tweaks for CMS view toggle

16 years agocolor value overwrite bug fixed
amphi [Sun, 2 Dec 2007 03:27:17 +0000 (03:27 +0000)]
color value overwrite bug fixed

16 years agoWarning cleanup (including OFFSET_OF warning)
joncruz [Sat, 1 Dec 2007 20:03:42 +0000 (20:03 +0000)]
Warning cleanup (including OFFSET_OF warning)

16 years agoFix emphasized line drawing for axonometric grid
johanengelen [Sat, 1 Dec 2007 17:42:35 +0000 (17:42 +0000)]
Fix emphasized line drawing for axonometric grid

16 years agoImprove layout of grid document properties
johanengelen [Sat, 1 Dec 2007 16:43:21 +0000 (16:43 +0000)]
Improve layout of grid document properties

16 years agohttp://sourceforge.net/mailarchive/forum.php?thread_name=5747bce9a7ed077c1b4fc9f0f4f8...
johanengelen [Fri, 30 Nov 2007 19:39:49 +0000 (19:39 +0000)]
sourceforge.net/mailarchive/forum.php?thread_name=5747bce9a7ed077c1b4fc9f0f4f8a5e0%40localhost&forum_name=inkscape-devel

16 years agoadd visibility and snap_enabled checkbuttons for grids.
johanengelen [Thu, 29 Nov 2007 23:31:22 +0000 (23:31 +0000)]
add visibility and snap_enabled checkbuttons for grids.
visibility already works, snap_enabled not yet.

16 years agoshow gridtype name in document properties
johanengelen [Thu, 29 Nov 2007 22:42:44 +0000 (22:42 +0000)]
show gridtype name in document properties

16 years agoAdding icon for color management
joncruz [Thu, 29 Nov 2007 07:26:42 +0000 (07:26 +0000)]
Adding icon for color management

16 years agomake the alt-drag profile symmetric
buliabyak [Thu, 29 Nov 2007 02:05:42 +0000 (02:05 +0000)]
make the alt-drag profile symmetric

16 years agoFix Bug #172582 crash when dragging line with mouse
johanengelen [Wed, 28 Nov 2007 23:51:56 +0000 (23:51 +0000)]
Fix Bug #172582 crash when dragging line with mouse

16 years agoRemove debug messages
johanengelen [Wed, 28 Nov 2007 19:05:01 +0000 (19:05 +0000)]
Remove debug messages

16 years agouse size_t for comparison with strlen() to be more portable
ishmal [Tue, 27 Nov 2007 19:12:45 +0000 (19:12 +0000)]
use size_t for comparison with strlen() to be more portable

16 years agoExcised unneeded windows include that slipped in by mistake.
gorodish [Tue, 27 Nov 2007 00:44:36 +0000 (00:44 +0000)]
Excised unneeded windows include that slipped in by mistake.

16 years agoMenu item to toggle CMS adjustment on and off
joncruz [Mon, 26 Nov 2007 20:54:55 +0000 (20:54 +0000)]
Menu item to toggle CMS adjustment on and off

16 years agoDon't snap the smooth nodes of a path
dvlierop2 [Mon, 26 Nov 2007 20:44:03 +0000 (20:44 +0000)]
Don't snap the smooth nodes of a path

16 years agoUndo compile break
joncruz [Mon, 26 Nov 2007 20:36:18 +0000 (20:36 +0000)]
Undo compile break

16 years agoFix for Bug #1823541: Added support for pasting bitmap data from the system clipboard...
gorodish [Sun, 25 Nov 2007 21:57:45 +0000 (21:57 +0000)]
Fix for Bug #1823541: Added support for pasting bitmap data from the system clipboard.  See bug report for details.

16 years agoExport/Import text as text + some bug-fixes.
ulferikson [Sun, 25 Nov 2007 21:33:44 +0000 (21:33 +0000)]
Export/Import text as text + some bug-fixes.

16 years agoWarning cleanup
joncruz [Sun, 25 Nov 2007 08:46:19 +0000 (08:46 +0000)]
Warning cleanup

16 years agoImplemented per-monitor display adjustment via XICC
joncruz [Sat, 24 Nov 2007 09:41:35 +0000 (09:41 +0000)]
Implemented per-monitor display adjustment via XICC

16 years agoLPEbendpath fix: save widthfactor parameter ofcourse doh!
johanengelen [Fri, 23 Nov 2007 23:39:26 +0000 (23:39 +0000)]
LPEbendpath fix: save widthfactor parameter ofcourse doh!

16 years agoLPE add experimental width control to bend path!
johanengelen [Fri, 23 Nov 2007 23:18:12 +0000 (23:18 +0000)]
LPE add experimental width control to bend path!

16 years agoFix [ 1835591 ] Reproducible crash on opening the attached file
johanengelen [Fri, 23 Nov 2007 19:40:07 +0000 (19:40 +0000)]
Fix [ 1835591 ] Reproducible crash on opening the attached file

16 years agofix bug caused by rev. 16540
johanengelen [Thu, 22 Nov 2007 23:16:00 +0000 (23:16 +0000)]
fix bug caused by rev. 16540

16 years ago * [eo] Updated po by Antonio
luca_bruno [Thu, 22 Nov 2007 11:40:19 +0000 (11:40 +0000)]
 * [eo] Updated po by Antonio

16 years agoThe dialog to panel refactoring:
gustav_b [Thu, 22 Nov 2007 00:14:41 +0000 (00:14 +0000)]
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

16 years agoFix ordering of LPE parameters (no longer use map, just use vector)
johanengelen [Wed, 21 Nov 2007 22:29:18 +0000 (22:29 +0000)]
Fix ordering of LPE parameters (no longer use map, just use vector)

16 years agorename path along path to Bend Path
johanengelen [Wed, 21 Nov 2007 21:49:49 +0000 (21:49 +0000)]
rename path along path to Bend Path
rename subcurve to stitch subpaths

16 years agoThe missing "page" and "document" methods were in poppler-glib. add before -lpoppler...
ishmal [Wed, 21 Nov 2007 20:30:51 +0000 (20:30 +0000)]
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.