- 21 Eki, 2011 23 kayıt (commit)
-
-
Michael Meeks yazdı
-
Markus Mohrhard yazdı
-
Tor Lillqvist yazdı
We get more similar linking errors elsewhere anyway. We would need a more generic fix. As for now, just apparently not possible to build with the LLVM g++ from Xcode 4. Use g++-4.2 / gcc-4.2 if you want ot use Xcode 4. But note that for Xcode 4.2, you might need to do: ln -s i686-apple-darwin10 /Developer/SDKs/MacOSX10.6.sdk/usr/lib/gcc/i686-apple-darwin11 This reverts commit f3e10529.
-
Tor Lillqvist yazdı
-
Michael Meeks yazdı
-
Caolán McNamara yazdı
-
Andrew West yazdı
-
Pádraig Brady yazdı
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
i.e. font names are often typically in English, so fairly useless to take the English name to preview what effect the font will have in a CTL/CJK script. More languages and scripts need to be added, but this should be sufficient to bootstrap this up
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
-
Noel Power yazdı
it seems that the heuristic to trigger the inflate hack from frob is both wrong in the code ( my fault ) and additionally doesn't always hold true ( found a document where the heuristic is triggered falsely ) So. removing that heuristic entirely for now
-
Thorsten Behrens yazdı
Seems the graphic load code is stupid and not using the path name / file extension to guess file type, but only "magic byte" detection. Giving filter framework the path now, so that .svg actually loads.
-
Thorsten Behrens yazdı
Merge of dev300 broke this - we *do* want import to call this implImport() actually. Also, the service names were bogus previously.
-
Thorsten Behrens yazdı
Previously, svg images were always wrapped as .svm metafiles with a preview graphic. Sucks for interop - so now, we save true svgs at least for bleeding edge extended odf1.2
-
Bjoern Michaelsen yazdı
-
Bjoern Michaelsen yazdı
-
Bjoern Michaelsen yazdı
-
Michael Meeks yazdı
-
August Sodora yazdı
-
Stephan Bergmann yazdı
It can happen that the ure-link symlink shall be created while its parent directory has not yet been created. The logic in the Perl code is so confusing and beyond fixing, that an easy hack out was to flag the respective directory as always-CREATE, which kind of works around the problem.
-
Takeshi Abe yazdı
-
- 20 Eki, 2011 17 kayıt (commit)
-
-
Rob Snelders yazdı
-
Stephan Bergmann yazdı
The Windows-only code in pyuno/zipcore/python.cxx may still need fixing.
-
Stephan Bergmann yazdı
-
Stephan Bergmann yazdı
-
Stephan Bergmann yazdı
-
Stephan Bergmann yazdı
...e.g., with "import uno" in a stand-alone pyhton process (where it is hopefully harmless that UNO does not get access to any -env command line args).
-
Stephan Bergmann yazdı
Moved uno ini, folded fundamentalbasis ini into fundamental ini, merged version inis.
-
Markus Mohrhard yazdı
-
Markus Mohrhard yazdı
-
Ivan Timofeev yazdı
-
Daniel Di Marco yazdı
-
Luboš Luňák yazdı
-
Markus Mohrhard yazdı
check InsertTabs/InsertTab/DeleteTabs too
-
Markus Mohrhard yazdı
-
Luboš Luňák yazdı
Apparently there are two style flags for detecting the widget is horizontal.
-
Tor Lillqvist yazdı
-
Cédric Bosdonnat yazdı
-