]> git.tokkee.org Git - inkscape.git/log

Code

inkscape.git
17 years ago* [INTL: fr] - A small fix following a patch from Samuel Bizien, closes #224286
mfloryan [Mon, 12 May 2008 09:10:29 +0000 (09:10 +0000)]
* [INTL: fr] - A small fix following a patch from Samuel Bizien, closes #224286

17 years agoadding an example file used for SVGFonts testing purposes.
JucaBlues [Mon, 12 May 2008 02:15:59 +0000 (02:15 +0000)]
adding an example file used for SVGFonts testing purposes.

17 years ago* implemented handling of font-style, font-variant, font-weight, and
JucaBlues [Mon, 12 May 2008 00:49:01 +0000 (00:49 +0000)]
* implemented handling of font-style, font-variant, font-weight, and
font-stretch attributes on font-face tags
* fixed typo on v-ideographic attribute on attributes.cpp
* fixed typo on src/sp-font-face.h

17 years agoFix incorrect preview problems on Win32 with native dialogues - see LP #229045
ozmikepittman [Sun, 11 May 2008 03:37:28 +0000 (03:37 +0000)]
Fix incorrect preview problems on Win32 with native dialogues - see LP #229045

17 years agohopefully this correctly adds gsl dependency. can't check!
johanengelen [Sat, 10 May 2008 20:22:32 +0000 (20:22 +0000)]
hopefully this correctly adds gsl dependency. can't check!

17 years agoupdate to latest 2geom. this adds gsl dependency, doesn't seem to make inskape execut...
johanengelen [Sat, 10 May 2008 20:20:11 +0000 (20:20 +0000)]
update to latest 2geom. this adds gsl dependency, doesn't seem to make inskape executable bigger

17 years agoDo not show/edit image URL for data URIs.
joncruz [Sat, 10 May 2008 19:38:34 +0000 (19:38 +0000)]
Do not show/edit image URL for data URIs.
Fixes Bug #227253.

17 years agoclean Imagemagick detection and doesn't link anymore unused related libs (bug #179369)
popolon2 [Sat, 10 May 2008 10:39:42 +0000 (10:39 +0000)]
clean Imagemagick detection and doesn't link anymore unused related libs (bug #179369)

17 years agoMore type registration cleanup
joncruz [Sat, 10 May 2008 05:20:16 +0000 (05:20 +0000)]
More type registration cleanup

17 years agoWarning cleanup
joncruz [Sat, 10 May 2008 05:15:28 +0000 (05:15 +0000)]
Warning cleanup

17 years agoattribute loading for font-face tag
JucaBlues [Sat, 10 May 2008 02:32:09 +0000 (02:32 +0000)]
attribute loading for font-face tag
first draft. Still incomplete.

17 years agoAdded <echo> task. Need to decide when substitutions are evaluated. More work to...
ishmal [Fri, 9 May 2008 20:48:24 +0000 (20:48 +0000)]
Added <echo> task.  Need to decide when substitutions are evaluated.  More work to be done.

17 years agocomplete adding const to have only NArtBpath const * get_bpath() const; for accessing...
johanengelen [Fri, 9 May 2008 17:06:59 +0000 (17:06 +0000)]
complete adding const to have only NArtBpath const * get_bpath() const; for accessing the protected member of SPCurve. Nowhere in Inkscape source is the path data changed of SPCurve, except within SPCurve's own methods ! So removed the non-const NArtBpath* get_bpath.

17 years agoApply Sas' patch to improve import of SVG as in LP#227472 and the bugs mentioned...
ozmikepittman [Fri, 9 May 2008 16:21:53 +0000 (16:21 +0000)]
Apply Sas' patch to improve import of SVG as in LP#227472 and the bugs mentioned in that bug's description.

17 years agocopyedit
buliabyak [Fri, 9 May 2008 14:35:57 +0000 (14:35 +0000)]
copyedit

17 years agofix enums
buliabyak [Fri, 9 May 2008 14:32:15 +0000 (14:32 +0000)]
fix enums

17 years agoRemove LPESlant.
johanengelen [Fri, 9 May 2008 14:07:12 +0000 (14:07 +0000)]
Remove LPESlant.
- it causes data hiding problems (appears to be the *only* place outside SPCurve that directly writes to SPCurve's bpath !)
- *when someone really wants this effect, let me know and I'll recode it*

17 years agoutf8-to-roff: work around what's arguably a bug in perl 5.10
pjrm [Fri, 9 May 2008 12:13:02 +0000 (12:13 +0000)]
utf8-to-roff: work around what's arguably a bug in perl 5.10

17 years ago- try to use more forward declarations for less dependencies on display/curve.h
johanengelen [Fri, 9 May 2008 09:37:08 +0000 (09:37 +0000)]
- try to use more forward declarations for less dependencies on display/curve.h
- change _bpath to private member of SPCurve, obtain and set with get_bpath and set_bpath.
- added const methods, so protect changes to _bpath in SPCurve

17 years agoA little bit of refactoring of constrained object snapping
dvlierop2 [Thu, 8 May 2008 20:33:33 +0000 (20:33 +0000)]
A little bit of refactoring of constrained object snapping

17 years agoadd constructgrid lpe to Makefile_insert
johanengelen [Thu, 8 May 2008 18:56:09 +0000 (18:56 +0000)]
add constructgrid lpe to Makefile_insert

17 years agoadd LPEConstructGrid
johanengelen [Thu, 8 May 2008 18:52:45 +0000 (18:52 +0000)]
add LPEConstructGrid

17 years agoset continue on error to true
johanengelen [Thu, 8 May 2008 18:51:45 +0000 (18:51 +0000)]
set continue on error to true

17 years agomerge inline patch from Jimmy
mental [Thu, 8 May 2008 13:05:51 +0000 (13:05 +0000)]
merge inline patch from Jimmy

17 years agoset eol-style:native for newly added files
johanengelen [Thu, 8 May 2008 07:59:09 +0000 (07:59 +0000)]
set eol-style:native for newly added files

17 years agointermediate update of ru.po
prokoudine [Thu, 8 May 2008 07:04:07 +0000 (07:04 +0000)]
intermediate update of ru.po

17 years agodistinguish between hkern and vkern tags
JucaBlues [Thu, 8 May 2008 03:44:07 +0000 (03:44 +0000)]
distinguish between hkern and vkern tags

17 years agoupdate excludes
ishmal [Thu, 8 May 2008 03:42:00 +0000 (03:42 +0000)]
update excludes

17 years agoFix remaining regressions in svg/svg-path.cpp. Also, we now do tighter error handlin...
pjrm [Thu, 8 May 2008 03:07:44 +0000 (03:07 +0000)]
Fix remaining regressions in svg/svg-path.cpp.  Also, we now do tighter error handling - though still no error reporting to the user, beyond the subtle hint that the path is incomplete.
There remains a numberical issue with the parsing of floats.

17 years agofix a compile failure with g++-4.3
pjrm [Thu, 8 May 2008 03:04:37 +0000 (03:04 +0000)]
fix a compile failure with g++-4.3

17 years agoStarting Summer of Code: SVG Fonts
JucaBlues [Thu, 8 May 2008 02:48:12 +0000 (02:48 +0000)]
Starting Summer of Code: SVG Fonts
* hkern and vkern: parameter loading.

17 years agofix bug when editing endnodes
buliabyak [Wed, 7 May 2008 15:38:07 +0000 (15:38 +0000)]
fix bug when editing endnodes

17 years agoUpdate to Unicode 5.1.0. Fix header (oops)
ishmal [Wed, 7 May 2008 14:49:57 +0000 (14:49 +0000)]
Update to Unicode 5.1.0.  Fix header (oops)

17 years agofix 224981
buliabyak [Tue, 6 May 2008 15:52:23 +0000 (15:52 +0000)]
fix 224981

17 years agoAdd svg-path-test.h to src/svg/Makefile_insert
jaspervdg [Tue, 6 May 2008 15:24:21 +0000 (15:24 +0000)]
Add svg-path-test.h to src/svg/Makefile_insert

17 years agoxy-grid: when shown as dots, add emphasis using crosses.
johanengelen [Tue, 6 May 2008 12:06:43 +0000 (12:06 +0000)]
xy-grid: when shown as dots, add emphasis using crosses.

17 years agoFix a regression in the SVG path data parser (it will now parse things like "M 1...
jaspervdg [Tue, 6 May 2008 11:56:53 +0000 (11:56 +0000)]
Fix a regression in the SVG path data parser (it will now parse things like "M 1.3.4" correctly again).

17 years agoUpdating deprecated type calls.
joncruz [Tue, 6 May 2008 07:33:22 +0000 (07:33 +0000)]
Updating deprecated type calls.

17 years agolimit the change to the relative moves only
buliabyak [Tue, 6 May 2008 05:55:41 +0000 (05:55 +0000)]
limit the change to the relative moves only

17 years agoreinterpret move when apply-separately checkbox is on
buliabyak [Tue, 6 May 2008 05:35:50 +0000 (05:35 +0000)]
reinterpret move when apply-separately checkbox is on

17 years agoexport bbox sorting machinery
buliabyak [Tue, 6 May 2008 05:33:58 +0000 (05:33 +0000)]
export bbox sorting machinery

17 years agomake determining smooth nodes more robust
buliabyak [Tue, 6 May 2008 05:09:44 +0000 (05:09 +0000)]
make determining smooth nodes more robust

17 years agoCmake: Fix ~PedroGui function being defined multiple times
verbalshadow [Tue, 6 May 2008 03:42:31 +0000 (03:42 +0000)]
Cmake: Fix ~PedroGui function being defined multiple times

17 years agoCmake: Fix some undefined function calls
verbalshadow [Tue, 6 May 2008 00:42:07 +0000 (00:42 +0000)]
Cmake: Fix some undefined function calls

17 years agoBring testing files up-to-date in preparation to test new svg code.
ishmal [Mon, 5 May 2008 21:11:43 +0000 (21:11 +0000)]
Bring testing files up-to-date in preparation to test new svg code.

17 years agostruct SPCurve => class SPCurve
johanengelen [Mon, 5 May 2008 19:00:20 +0000 (19:00 +0000)]
struct SPCurve => class SPCurve
change all sp_curve_methods functions to SPCurve::methods.

17 years agoCmake: Moved helper macros to their own file and removed *-test.h from inkscape sourc...
verbalshadow [Mon, 5 May 2008 07:40:40 +0000 (07:40 +0000)]
Cmake: Moved helper macros to their own file and removed *-test.h from inkscape source list

17 years agocopyedit
buliabyak [Mon, 5 May 2008 01:25:06 +0000 (01:25 +0000)]
copyedit

17 years agomove to visualize path
buliabyak [Mon, 5 May 2008 01:24:39 +0000 (01:24 +0000)]
move to visualize path

17 years agoseparate x and y jittering
buliabyak [Mon, 5 May 2008 01:22:48 +0000 (01:22 +0000)]
separate x and y jittering

17 years agoRemove warnings
ishmal [Sun, 4 May 2008 17:05:26 +0000 (17:05 +0000)]
Remove warnings

17 years agoRemove warnings
ishmal [Sun, 4 May 2008 17:04:55 +0000 (17:04 +0000)]
Remove warnings

17 years agoRemove warnings
ishmal [Sun, 4 May 2008 17:04:37 +0000 (17:04 +0000)]
Remove warnings

17 years agoRemove warnings
ishmal [Sun, 4 May 2008 17:04:17 +0000 (17:04 +0000)]
Remove warnings

17 years agoNext steps in implementing the snapping indicator
dvlierop2 [Sun, 4 May 2008 16:27:08 +0000 (16:27 +0000)]
Next steps in implementing the snapping indicator

17 years agoRemove warnings
ishmal [Sun, 4 May 2008 16:09:41 +0000 (16:09 +0000)]
Remove warnings

17 years ago * configure.ac: Have the "linker tolerates -z relro" configure test do
mjwybrow [Sun, 4 May 2008 15:26:51 +0000 (15:26 +0000)]
  * configure.ac: Have the "linker tolerates -z relro" configure test do
    a AC_LINK_IFELSE since the existing AC_COMPILE_IFELSE didn't use the
    LDFLAGS and therefore wasn't actually performing the test.

17 years agoAddress string-literal-to-char* warning: Make gm_read_error global var point to const...
pjrm [Sun, 4 May 2008 12:26:23 +0000 (12:26 +0000)]
Address string-literal-to-char* warning: Make gm_read_error global var point to const char.

17 years agonoop: Address string-literal-to-char* warning.
pjrm [Sun, 4 May 2008 12:24:43 +0000 (12:24 +0000)]
noop: Address string-literal-to-char* warning.

17 years agoPatch from sas to fix validity of the INX file for gimp_xcf.py
acspike [Sun, 4 May 2008 12:03:45 +0000 (12:03 +0000)]
Patch from sas to fix validity of the INX file for gimp_xcf.py

17 years agowarning cleanup and fixed string free issue
joncruz [Sun, 4 May 2008 05:14:00 +0000 (05:14 +0000)]
warning cleanup and fixed string free issue

17 years agoInitial cut of touch-delete mode
joncruz [Sat, 3 May 2008 22:20:26 +0000 (22:20 +0000)]
Initial cut of touch-delete mode

17 years agoAdding Triangle Extension - See LP#226001
ozmikepittman [Sat, 3 May 2008 22:17:07 +0000 (22:17 +0000)]
Adding Triangle Extension - See LP#226001

17 years agoExport grid and guides to XCF (Bug #222655)
acspike [Sat, 3 May 2008 20:26:45 +0000 (20:26 +0000)]
Export grid and guides to XCF (Bug #222655)

Patch by PsychoAlienDog. Excellent work. We may want to reexamine the printing of debug info by xpathSingle() when there is no grid.

17 years agoCmake: Fixed HAVE_CAIRO_PDF and moved ConfigChecks to it's own file
verbalshadow [Sat, 3 May 2008 20:15:46 +0000 (20:15 +0000)]
Cmake: Fixed HAVE_CAIRO_PDF and moved ConfigChecks to it's own file

17 years agoRemove invalid struct initialization warnings.
ishmal [Sat, 3 May 2008 18:27:44 +0000 (18:27 +0000)]
Remove invalid struct initialization warnings.

17 years agoRemoved entries for removed/dead extensions (randompnt.inx and randompos.inx). Discus...
ozmikepittman [Sat, 3 May 2008 10:28:51 +0000 (10:28 +0000)]
Removed entries for removed/dead extensions (randompnt.inx and randompos.inx). Discussion in LP#225486.

17 years agoRemoving seemingly dead/unused extension files that are causing a menu problem -...
ozmikepittman [Sat, 3 May 2008 04:39:29 +0000 (04:39 +0000)]
Removing seemingly dead/unused extension files that are causing a menu problem - See LP#225486

17 years agoCmake: Add missing CmakeLists.txt
verbalshadow [Sat, 3 May 2008 02:41:35 +0000 (02:41 +0000)]
Cmake: Add missing CmakeLists.txt

17 years agoCmake: Add missing CmakeLists.txt
verbalshadow [Sat, 3 May 2008 02:41:23 +0000 (02:41 +0000)]
Cmake: Add missing CmakeLists.txt

17 years agoCmake: Fix some double linking flags
verbalshadow [Sat, 3 May 2008 02:35:32 +0000 (02:35 +0000)]
Cmake: Fix some double linking flags

17 years agomake more messages immediate
buliabyak [Sat, 3 May 2008 01:34:26 +0000 (01:34 +0000)]
make more messages immediate

17 years agoModify for *Parser->*Reader conversion
ishmal [Fri, 2 May 2008 23:38:29 +0000 (23:38 +0000)]
Modify for *Parser->*Reader conversion

17 years agoAdd new property to <cc>, refreshCache, to force recomp
ishmal [Fri, 2 May 2008 15:32:07 +0000 (15:32 +0000)]
Add new property to <cc>, refreshCache, to force recomp

17 years agoCleaned up xml to validate as per sas' patch @ LP#225651
ozmikepittman [Fri, 2 May 2008 12:26:29 +0000 (12:26 +0000)]
Cleaned up xml to validate as per sas' patch @ LP#225651

17 years agoRemoved <submenu _name="Object"/> entry from inx files to prevent bogus menu entry...
ozmikepittman [Fri, 2 May 2008 11:37:30 +0000 (11:37 +0000)]
Removed <submenu _name="Object"/> entry from inx files to prevent bogus menu entry while preserving xml <effects-menu> </effects-menu> structure. See discussion under LP #225486.

17 years agoSwitch to alternate const correction.
joncruz [Fri, 2 May 2008 06:56:15 +0000 (06:56 +0000)]
Switch to alternate const correction.

17 years agoConst cleanup on strings.
joncruz [Fri, 2 May 2008 06:22:41 +0000 (06:22 +0000)]
Const cleanup on strings.

17 years agoCmake: More cleanup moved all known paths into ConfigPaths.cmake and temp Linking...
verbalshadow [Fri, 2 May 2008 06:03:19 +0000 (06:03 +0000)]
Cmake: More cleanup moved all known paths into ConfigPaths.cmake and temp Linking checking to help resolve linking issues

17 years agoRemoved Submenu name "Object" from randompnt.inx and randompos.inx to stop bogus...
ozmikepittman [Fri, 2 May 2008 04:22:44 +0000 (04:22 +0000)]
Removed Submenu name "Object" from randompnt.inx and randompos.inx to stop bogus submenu.

17 years agotypo
buliabyak [Thu, 1 May 2008 21:20:13 +0000 (21:20 +0000)]
typo

17 years agoRearrange tests.
ishmal [Thu, 1 May 2008 19:54:27 +0000 (19:54 +0000)]
Rearrange tests.

17 years agoFinish changing "Parser" to "Reader"
ishmal [Thu, 1 May 2008 19:28:19 +0000 (19:28 +0000)]
Finish changing "Parser" to "Reader"

17 years agoRename *Parsers to Readers
ishmal [Thu, 1 May 2008 19:23:00 +0000 (19:23 +0000)]
Rename *Parsers to Readers

17 years agoClean up. More commenting. Smarten SvgParser and rename to SvgReader.
ishmal [Thu, 1 May 2008 19:15:49 +0000 (19:15 +0000)]
Clean up.  More commenting. Smarten SvgParser and rename to SvgReader.

17 years agoReplace freeSnapSkew() by constrainedSnapSkew(). There is no such thing as freely...
dvlierop2 [Thu, 1 May 2008 18:24:38 +0000 (18:24 +0000)]
Replace freeSnapSkew() by constrainedSnapSkew(). There is no such thing as freely snapping while skewing; snapping will always be constrained

17 years agocopyediting
buliabyak [Thu, 1 May 2008 16:13:20 +0000 (16:13 +0000)]
copyediting

17 years agoenable text-to-path command line control for pdf export
buliabyak [Thu, 1 May 2008 16:12:39 +0000 (16:12 +0000)]
enable text-to-path command line control for pdf export

17 years agoRemoved Live Preview option from Add Nodes extension, as it didn't work anyway.
ozmikepittman [Thu, 1 May 2008 15:38:01 +0000 (15:38 +0000)]
Removed Live Preview option from Add Nodes extension, as it didn't work anyway.

17 years agoAdditions for Polar Grid extension - LP#224522 and Cartesian Grid Extension - LP...
ozmikepittman [Thu, 1 May 2008 08:13:43 +0000 (08:13 +0000)]
Additions for Polar Grid extension - LP#224522 and Cartesian Grid Extension - LP#224955

17 years agoWarning and whitespace cleanup
joncruz [Thu, 1 May 2008 06:00:04 +0000 (06:00 +0000)]
Warning and whitespace cleanup

17 years agoAdded grid_polar.inx and grid_polar.py, to integrate new extension - LP #224522.
ozmikepittman [Thu, 1 May 2008 02:14:30 +0000 (02:14 +0000)]
Added grid_polar.inx and grid_polar.py, to integrate new extension - LP #224522.

17 years agoUse radiobutton for "always snap" in the document-properties dialog
dvlierop2 [Wed, 30 Apr 2008 18:54:13 +0000 (18:54 +0000)]
Use radiobutton for "always snap" in the document-properties dialog

17 years agoAdd extension to render a polar grid. Wishlist - LP #224522
ozmikepittman [Wed, 30 Apr 2008 15:44:34 +0000 (15:44 +0000)]
Add extension to render a polar grid. Wishlist - LP #224522

17 years agoAdd ability to divide path segments into a given number of subsegments - as in LP...
ozmikepittman [Wed, 30 Apr 2008 15:32:26 +0000 (15:32 +0000)]
Add ability to divide path segments into a given number of subsegments - as in LP #171856

17 years ago* [INTL: hy] Added new Armenian Translation hy.po file by Eduard Babayan (closes...
mfloryan [Wed, 30 Apr 2008 14:02:44 +0000 (14:02 +0000)]
* [INTL: hy] Added new Armenian Translation hy.po file by Eduard Babayan (closes #224638)

17 years agoFixed one attribute value to be proper boolean.
mfloryan [Wed, 30 Apr 2008 13:37:58 +0000 (13:37 +0000)]
Fixed one attribute value to be proper boolean.

17 years agoRemove cdr2svg.sh from makefile (addition to rev. 18470, see https://bugs.launchpad...
dvlierop2 [Wed, 30 Apr 2008 12:56:55 +0000 (12:56 +0000)]
Remove cdr2svg.sh from makefile (addition to rev. 18470, see https://bugs.launchpad.net/inkscape/+bug/197617)

17 years ago- Major refactoring of snapping related code...
dvlierop2 [Wed, 30 Apr 2008 07:32:12 +0000 (07:32 +0000)]
- Major refactoring of snapping related code...
- Enabling snap indicator for all remaining tools

17 years agomerge redundant language-agnostics options into CPPFLAGS, split off linker flags
keescook [Wed, 30 Apr 2008 07:32:05 +0000 (07:32 +0000)]
merge redundant language-agnostics options into CPPFLAGS, split off linker flags