| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |
|
| |
(bzr r2974)
|
| |
|
|
|
|
|
| |
- 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)
|
| |
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
| |
(bzr r2971)
|
| |
|
|
|
|
|
| |
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)
|
| |
|
|
|
| |
"-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)
|
| |
|
|
|
| |
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)
|
| |
|
|
|
|
|
|
|
|
| |
- 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)
|
| |
|
| |
(bzr r2966)
|
| |
|
| |
(bzr r2965)
|
| |
|
|
|
| |
as center (if there is one)
(bzr r2964)
|
| |
|
| |
(bzr r2963)
|
| |
|
| |
(bzr r2962)
|
| |
|
| |
(bzr r2961)
|
| |
|
|
|
| |
work.
(bzr r2960)
|
| |
|
|
|
| |
copyedit and rearrange; new TOC
(bzr r2959)
|
| |
|
|
|
| |
with the make-chinery for installation and distribution.
(bzr r2958)
|
| |
|
| |
(bzr r2957)
|
| |
|
| |
(bzr r2956)
|
| |
|
| |
(bzr r2955)
|
| |
|
|
|
| |
adjuster so it does not recurse into a clone's children but adjusts the clone itself
(bzr r2954)
|
| |
|
| |
(bzr r2953)
|
| |
|
|
|
| |
which is not always true
(bzr r2952)
|
| |
|
| |
(bzr r2951)
|
| |
|
| |
(bzr r2950)
|
| |
|
| |
(bzr r2949)
|
| |
|
| |
(bzr r2948)
|
| |
|
| |
(bzr r2947)
|
| |
|
| |
(bzr r2946)
|
| |
|
| |
(bzr r2945)
|
| |
|
| |
(bzr r2944)
|
| |
|
| |
(bzr r2943)
|
| |
|
|
|
| |
with a mouse that gets no motion events during a click
(bzr r2942)
|
| |
|
| |
(bzr r2941)
|
| |
|
|
|
| |
Working on bug #146955
(bzr r2940)
|
| |
|
|
|
| |
people have it.
(bzr r2939)
|
| |
|
| |
(bzr r2938)
|
| |
|
| |
(bzr r2937)
|
| |
|
|
|
| |
are not translated.
(bzr r2936)
|
| |
|
| |
(bzr r2935)
|
| |
|
| |
(bzr r2934)
|
| |
|
|
|
| |
Working on bug #146955
(bzr r2933)
|
| |
|
| |
(bzr r2932)
|
| |
|
|
|
| |
already-filled pixels from being checked in gradient fills
(bzr r2931)
|
| |
|
| |
(bzr r2930)
|
| |
|
| |
(bzr r2929)
|
| |
|
|
|
| |
unified all toolbar XML to a single XML block.
(bzr r2928)
|
| |
|
| |
(bzr r2927)
|
| |
|
|
|
| |
as reference point for zooming to avoid unwanted turns
(bzr r2926)
|
| |
|
|
|
| |
finish the path being drawn
(bzr r2925)
|