summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Refactoring of previous changesDiederik van Lierop2007-05-041-28/+27
| | | (bzr r2974)
* committed patch 1710682 by jfaithJiHO2007-05-012-2/+3
| | | | | | | - in src/libcola/cola.cpp, isnan is used and not the cross-platform definition isNaN defined in isnan.h => replaced isnan by isNaN and included isnan.h - add math.h include in src/libcola/gradient_projection.cpp This was necessary because libcola does not compile for OS X 10.3.9 (bzr r2973)
* - committed patch 1710671 to osx-build.sh from John Faith which allows prior ↵JiHO2007-05-013-17/+88
| | | | | | | | | | | detection of the variable $INSTALLPREFIX in the environment. The other solution would be to supply it as a command line parameter, the code is here but commented at the moment. We should decide which solution is the most pratical - additional file existence checks in osx-build.sh - added checks for success of each step of osx-build before proceeding to the next one (via exit status) - split the PACKAGE action into a new PACKAGE action (creates the app bundle) and a DISTRIB action (creates the dmg image) - added an exit status for osx-app and osx-dmg - removed the old call to osx-dmg at the end of osx-app (it has been commented for a while anyway) (bzr r2972)
* Fix bug #1077600 -> correct mirroring and no drifting of originDiederik van Lierop2007-04-303-31/+35
| | | (bzr r2971)
* Committed patch 1710210 from John FaithJiHO2007-04-301-0/+4
| | | | | | | On OS X 10.3.9, the generated po/Makefile has no values for GMSGFMT and MSGFMT. This causes the build to fail with '-o: command not found' when the empty $(MSGFMT) is used. In the configure output, msgfmt is found in the PATH, but for some reason it does not make it to po/Makefile. This patch works around the missing variables by adding AC_PATH_PROG in configure.ac. (bzr r2970)
* committed patch 1702352 from John Faith.JiHO2007-04-301-2/+4
| | | | | "-Wno-pointer-sign" is added to CFLAGS, then AC_COMPILE_IFELSE is run, but g++ instead of gcc is used. For gcc 3.3 (Mac OS 10.3.9) this causes compiler failure "unrecognized option" when building libcroco. This is apparently due to the "AC_LANG(C++)" line before the compile test, so adding "AC_LANG_PUSH(C)" before the compile test and "AC_LANG_POP" after the test seems to set the correct compiler. (bzr r2969)
* fix csp opening closed subpaths.Aaron Spike2007-04-301-6/+14
| | | | | this is generally a good thing but might cause some differences in visual result, especially in any effect that used the implicit curveto conversion of the closing Z segments as a feature. (bzr r2968)
* new documents icons for Mac OS X:JiHO2007-04-2814-17/+77
| | | | | | | | | | - badged SVG icon - modified EPS, EPSI, postscript icons to resemble the SVG one and to follow Aqua HIG: "Traditionally, a document icon looks like a piece of paper with its top-right corner folded down. As previously suggested, Aqua document icons should make it obvious which application they are associated with. Preview documents, for example, include a graphic of the media (the pictures) used in the application icon. For simplicity and to avoid confusing the document with the application itself, the viewing tool is not repeated in the document icon. [...] When you want to put an identifying badge over a document icon, treat the badge as an integrated element within the document instead of putting it over the top of the base image and breaking out of the overall document shape." => we should remove the paintbrush on Inkscape logo for future versions of document icons - added icons for AI, PDF, SVGZ, WMF - changed the names to use the same naming convention for all icons - added a generic inkscape_document.icns with a bigger application icon and no badge. not used yet - modified Info.plist.in to reflect those changes (bzr r2967)
* inermediate update of RU translationAlexandre Prokoudine2007-04-281-3705/+4012
| | | (bzr r2966)
* add Martin Owens to the AUTHORS fileAaron Spike2007-04-261-0/+1
| | | (bzr r2965)
* In node tool: make rotation by [] and scaling by <> also use the active node ↵Maximilian Albert2007-04-251-4/+16
| | | | | as center (if there is one) (bzr r2964)
* Set up toolbox so that paint bucket defaults can be resetJohn Bintz2007-04-253-11/+49
| | | (bzr r2963)
* a better way to start rubberbandbulia byak2007-04-251-7/+6
| | | (bzr r2962)
* unconditionally stop only button-1 rubberbands on mouseoverbulia byak2007-04-251-1/+3
| | | (bzr r2961)
* attempt to add Barcode into the make-chinery. I'll need help if this doesn't ↵Aaron Spike2007-04-255-0/+25
| | | | | work. (bzr r2960)
* paint bucket, node sculpting, grow/shrink selection updates; general ↵bulia byak2007-04-253-473/+675
| | | | | copyedit and rearrange; new TOC (bzr r2959)
* Add doctormo's barcode extension. Patch 1681456. Still need to make it work ↵Aaron Spike2007-04-2514-0/+1195
| | | | | with the make-chinery for installation and distribution. (bzr r2958)
* added missing extensions to POFILES.inAlexandre Prokoudine2007-04-251-0/+3
| | | (bzr r2957)
* patch 1705533gustav_b2007-04-251-2/+2
| | | (bzr r2956)
* Added base icon support to combo box presentationJon A. Cruz2007-04-241-2/+13
| | | (bzr r2955)
* skip recursion into clone's children in stroke adjustment; fix paint ↵bulia byak2007-04-241-6/+8
| | | | | adjuster so it does not recurse into a clone's children but adjusts the clone itself (bzr r2954)
* fix 1705412: handle gracefully assigning gradients to no-bbox itemsbulia byak2007-04-231-1/+3
| | | (bzr r2953)
* fix 1704038: finishing on right-click assumed we are finishing unclosed, ↵bulia byak2007-04-231-6/+15
| | | | | which is not always true (bzr r2952)
* Fix for bug #1699198: snap nodes of clonesDiederik van Lierop2007-04-231-0/+18
| | | (bzr r2951)
* patch 1705190bulia byak2007-04-231-6/+3
| | | (bzr r2950)
* Doc updatesJon A. Cruz2007-04-233-2/+192
| | | (bzr r2949)
* Supress initial change due to feedback loopJon A. Cruz2007-04-221-3/+13
| | | (bzr r2948)
* Revert warning-remove edit. Needed for switchBob Jamison2007-04-221-1/+1
| | | (bzr r2947)
* Add check for hidden/locked layerJohn Bintz2007-04-221-10/+12
| | | (bzr r2946)
* remove warningsBob Jamison2007-04-222-2/+2
| | | (bzr r2945)
* close transaction when removing empty flowtext; fixes 1704180bulia byak2007-04-211-0/+2
| | | (bzr r2944)
* Fix use of uninitialized 'doc' var. Fix use of gc::released 'repr'.Bob Jamison2007-04-211-14/+19
| | | (bzr r2943)
* do a light dilation on mouseup if there was no rubbing; makes it usable even ↵bulia byak2007-04-212-4/+21
| | | | | with a mouse that gets no motion events during a click (bzr r2942)
* Final fix for gradient fill algorithmJohn Bintz2007-04-211-1/+1
| | | (bzr r2941)
* Switched connector toobar to stock GTK+ toolbarsJon A. Cruz2007-04-211-101/+100
| | | | | Working on bug #146955 (bzr r2940)
* Switch from the HAVE_GETTIMEOFDAY option to NEED_GETTIMEOFDAY since most ↵Bob Jamison2007-04-201-5/+6
| | | | | people have it. (bzr r2939)
* Say "skipped" when copying a single file is not necessaryBob Jamison2007-04-201-1/+3
| | | (bzr r2938)
* Fixed path in include file checks.Bob Jamison2007-04-202-45/+63
| | | (bzr r2937)
* grid: make grid names translatable. use different gridtype names in SVG that ↵Johan B. C. Engelen2007-04-205-21/+80
| | | | | are not translated. (bzr r2936)
* Fix emphasized gridlines bug when zoomed out.Johan B. C. Engelen2007-04-201-1/+1
| | | (bzr r2935)
* Start discussion about what should be in an exported and scripted API.Bob Jamison2007-04-201-0/+178
| | | (bzr r2934)
* Switched dropper toobar to stock GTK+ toolbarsJon A. Cruz2007-04-202-326/+138
| | | | | Working on bug #146955 (bzr r2933)
* Set default gridspacing back to 1pxJohan B. C. Engelen2007-04-191-1/+1
| | | (bzr r2932)
* Improve fill dragging by increasing drag tolerance and preventing ↵John Bintz2007-04-191-2/+5
| | | | | already-filled pixels from being checked in gradient fills (bzr r2931)
* Improve readability and remove some unused codeDiederik van Lierop2007-04-1911-75/+20
| | | (bzr r2930)
* Completes crash fix for 1638735Jon A. Cruz2007-04-191-46/+28
| | | (bzr r2929)
* Refactored toolbar creationJon A. Cruz2007-04-193-775/+490
| | | | | unified all toolbar XML to a single XML block. (bzr r2928)
* Start building drag fill that uses colors of all points under drag pathJohn Bintz2007-04-191-116/+138
| | | (bzr r2927)
* While drawing with the pen/pencil tool, use the end of the unfinished path ↵Maximilian Albert2007-04-181-0/+22
| | | | | as reference point for zooming to avoid unwanted turns (bzr r2926)
* Fixed: Shift-doubleclicking middle mouse button in pen tool should not ↵Maximilian Albert2007-04-181-4/+4
| | | | | finish the path being drawn (bzr r2925)