summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-11-03gtk3: translate the cairo context instead of rendering from (1, 1)Cosimo Cecchi
It's just way easier than doing it every time.
2011-11-03gtk3: misc cleanupsCosimo Cecchi
2011-11-03gtk3: implement rendering for ComboboxesCosimo Cecchi
2011-11-03gtk3: implement rendering for spinbuttonsCosimo Cecchi
2011-11-03gtk3: always set the wmclass using the X helperCosimo Cecchi
The helper provided by GTK is only meant to be used before the toplevel is realized, so it's not useful for this case. Instead, always call the X helper. This also gets rid of some GTK warnings we get on the terminal.
2011-11-03gtk: add widget_get_xid()Cosimo Cecchi
And use it in GtkSalFrame
2011-11-04catch exception by const referenceTakeshi Abe
2011-11-03remove all debug output from filters-test that was for the xls bugMarkus Mohrhard
2011-11-03need to quote command hereMarkus Mohrhard
2011-11-03codename is set by ScTabel constructorMarkus Mohrhard
2011-11-03Check $OS, not the build platformTor Lillqvist
2011-11-03probably need to add mbIsGrey to operator== comparisonCaolán McNamara
2011-11-03need to assign mbIsGrey in operator=Caolán McNamara
2011-11-03mbIsGrey needs to be initialized in ctorCaolán McNamara
2011-11-03Fix linking on WindowsFridrich Štrba
2011-11-03Add the xmlsec1 Android patchTor Lillqvist
2011-11-03Don't bother with --with-openssl=no for Android then as we do use opensslTor Lillqvist
2011-11-03Pass --build and --host to xmlsec1 configury when cross-compilingTor Lillqvist
2011-11-03Use our openssl build as crypto lib for xmlsec1 for AndroidTor Lillqvist
Seems to build that way; no idea if it works of course.
2011-11-03Drop translate_toolkit folder and its internal download.Tomas Chvatal
Signed-off-by: Tomas Chvatal <tchvatal@suse.cz>
2011-11-03Still missing conditionalization.Stephan Bergmann
2011-11-03Fix one more subtlety around B2IBox / B2IRange changes.Thorsten Behrens
The Cohen/Sutherland clip flag routine was not aware of B2IBox, thusly yielding incorrect line clipping for BitmapDevice software rendering. Cleaned that up, added some more unit tests around the problem, and removed the now-extraneous maLineClip member from the bitmap device.
2011-11-03Add possibilty to embed ole object and to pass paragraph bordersLaurent Alonso
2011-11-03Missing conditionalizaton.Stephan Bergmann
2011-11-03fdo#42312: Change bsh and js script providers from extensions to optional ↵Stephan Bergmann
modules. Their jar files reference other non-URE jars, so they cannot be extensions. bsh.jar has been moved into the optional module (it used to be installed always, but it looks like only the bsh script provider needs it; also, it had been added to URE_MORE_JAVA_CLASSPATH_URLS if SYSTEM_BSH, which also appears unnecessary as it is mentioned with an absolute file URL in the Class-Path of the script provider jar). js.jar has been included in the optional module (it used to be not installed at all?).
2011-11-03Use xml2-config and xslt-config from our own copies if not using system onesTor Lillqvist
2011-11-03Resolves: fdo#36678 regenerate language-specific user dict listCaolán McNamara
Regenerate language-specific user dict list when language of underlying text changes. Not just when the user overrides it from the top menu.
2011-11-03Use the xml2-config from our own libxml2 copy if not using a system libxml2Tor Lillqvist
2011-11-03ditch ScXMLExportDatabaseRanges::getOperatorXMLCaolán McNamara
2011-11-03utf-16, not utf-8Caolán McNamara
2011-11-03add missing testsCaolán McNamara
2011-11-03Follow UAX-29 and present user-perceived character countsCaolán McNamara
Not a count of code-units, nor a count of code-points, but try and follow http://unicode.org/reports/tr29/ and present the grapheme count. Add a few representative tests to try and avoid gotchas.
2011-11-03callcatcher: drop unused methodsCaolán McNamara
2011-11-03callcatcher: ditch some unused codeCaolán McNamara
2011-11-03ByteString->rtl::OStringCaolán McNamara
2011-11-03Don't attempt any stripping when cross-compilingTor Lillqvist
It uses a hardcoded plain "strip" command anyway, which hardly will work for foreign executable file formats.
2011-11-03Use DYLD_LIBRARY_PATH when OS_FOR_BUILD == MACOSXTor Lillqvist
2011-11-03Cleanup inline IsGreyPalette implementation for mac platforms.Michael Meeks
2011-11-03Removed IsGreyPaletteEmanuele Fia
2011-11-03indent line in merged description.xmlAndras Timar
2011-11-03Better fix for removed RangeExpanderThorsten Behrens
The sole reason for that late class was the overloaded Range::expand() method - but it's actually quite easy to disambiguate that for boost::bind.
2011-11-03Disable xmlsec for AndroidTor Lillqvist
2011-11-03remove unused methods in EditEngineFelix Zhang
2011-11-03RangeExpander functor removed, but needed in one place.Cédric Bosdonnat
Added a local class for it: there may be a better fix, but it avoids the build to break. Removed a few remaining includes
2011-11-02Move BitmapDevice to use B2IBox instead of B2IRange.Thorsten Behrens
Semantically, B2IBox represents a pixel rect much better than B2IRange - replaced all occurences in and around the software renderer, and client code.
2011-11-02Cleanup basegfx - docs, visibility, pointless methods.Thorsten Behrens
Added docs to the range/* classes, removed methods the compiler can generate for us, removed unused header, and cleaned up visibility markup (inlines don't really need to be exported).
2011-11-02Fix BXYBox behaviour and unit testThorsten Behrens
Made the distinction more clear, added appropriate tests to nail behaviour.
2011-11-02Keep basebmp free of naked ptrs.Thorsten Behrens
Moved the implementation detail that SalFrames lifetime is handled manually in vcl out of basebmp & into vcl. Added lightweight wrapper class to decouple damagetracker lifetime from GtkFrame lifetime.
2011-11-02Revert "basebmp: B2IRange::isEmpty is surprisingly, unhelpfully lame - ↵Thorsten Behrens
workaround" This reverts commit 69e4dd120631b05e7abb2c65f36b71e9424a8a72.
2011-11-02Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/coreMichael Stahl