Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-03 | gtk3: translate the cairo context instead of rendering from (1, 1) | Cosimo Cecchi | |
It's just way easier than doing it every time. | |||
2011-11-03 | gtk3: misc cleanups | Cosimo Cecchi | |
2011-11-03 | gtk3: implement rendering for Comboboxes | Cosimo Cecchi | |
2011-11-03 | gtk3: implement rendering for spinbuttons | Cosimo Cecchi | |
2011-11-03 | gtk3: always set the wmclass using the X helper | Cosimo 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-03 | gtk: add widget_get_xid() | Cosimo Cecchi | |
And use it in GtkSalFrame | |||
2011-11-04 | catch exception by const reference | Takeshi Abe | |
2011-11-03 | remove all debug output from filters-test that was for the xls bug | Markus Mohrhard | |
2011-11-03 | need to quote command here | Markus Mohrhard | |
2011-11-03 | codename is set by ScTabel constructor | Markus Mohrhard | |
2011-11-03 | Check $OS, not the build platform | Tor Lillqvist | |
2011-11-03 | probably need to add mbIsGrey to operator== comparison | Caolán McNamara | |
2011-11-03 | need to assign mbIsGrey in operator= | Caolán McNamara | |
2011-11-03 | mbIsGrey needs to be initialized in ctor | Caolán McNamara | |
2011-11-03 | Fix linking on Windows | Fridrich Štrba | |
2011-11-03 | Add the xmlsec1 Android patch | Tor Lillqvist | |
2011-11-03 | Don't bother with --with-openssl=no for Android then as we do use openssl | Tor Lillqvist | |
2011-11-03 | Pass --build and --host to xmlsec1 configury when cross-compiling | Tor Lillqvist | |
2011-11-03 | Use our openssl build as crypto lib for xmlsec1 for Android | Tor Lillqvist | |
Seems to build that way; no idea if it works of course. | |||
2011-11-03 | Drop translate_toolkit folder and its internal download. | Tomas Chvatal | |
Signed-off-by: Tomas Chvatal <tchvatal@suse.cz> | |||
2011-11-03 | Still missing conditionalization. | Stephan Bergmann | |
2011-11-03 | Fix 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-03 | Add possibilty to embed ole object and to pass paragraph borders | Laurent Alonso | |
2011-11-03 | Missing conditionalizaton. | Stephan Bergmann | |
2011-11-03 | fdo#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-03 | Use xml2-config and xslt-config from our own copies if not using system ones | Tor Lillqvist | |
2011-11-03 | Resolves: fdo#36678 regenerate language-specific user dict list | Caolá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-03 | Use the xml2-config from our own libxml2 copy if not using a system libxml2 | Tor Lillqvist | |
2011-11-03 | ditch ScXMLExportDatabaseRanges::getOperatorXML | Caolán McNamara | |
2011-11-03 | utf-16, not utf-8 | Caolán McNamara | |
2011-11-03 | add missing tests | Caolán McNamara | |
2011-11-03 | Follow UAX-29 and present user-perceived character counts | Caolá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-03 | callcatcher: drop unused methods | Caolán McNamara | |
2011-11-03 | callcatcher: ditch some unused code | Caolán McNamara | |
2011-11-03 | ByteString->rtl::OString | Caolán McNamara | |
2011-11-03 | Don't attempt any stripping when cross-compiling | Tor Lillqvist | |
It uses a hardcoded plain "strip" command anyway, which hardly will work for foreign executable file formats. | |||
2011-11-03 | Use DYLD_LIBRARY_PATH when OS_FOR_BUILD == MACOSX | Tor Lillqvist | |
2011-11-03 | Cleanup inline IsGreyPalette implementation for mac platforms. | Michael Meeks | |
2011-11-03 | Removed IsGreyPalette | Emanuele Fia | |
2011-11-03 | indent line in merged description.xml | Andras Timar | |
2011-11-03 | Better fix for removed RangeExpander | Thorsten 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-03 | Disable xmlsec for Android | Tor Lillqvist | |
2011-11-03 | remove unused methods in EditEngine | Felix Zhang | |
2011-11-03 | RangeExpander 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-02 | Move 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-02 | Cleanup 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-02 | Fix BXYBox behaviour and unit test | Thorsten Behrens | |
Made the distinction more clear, added appropriate tests to nail behaviour. | |||
2011-11-02 | Keep 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-02 | Revert "basebmp: B2IRange::isEmpty is surprisingly, unhelpfully lame - ↵ | Thorsten Behrens | |
workaround" This reverts commit 69e4dd120631b05e7abb2c65f36b71e9424a8a72. | |||
2011-11-02 | Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/core | Michael Stahl | |