Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-13 | More efficient insertion of B3DPolygons | Thorsten Behrens | |
* some cleanup - removed ugly-as-hell exposure of only parts of the internal data struct on B2DPolygon (and reworked the only client of that code) * added stl-style begin/end to B3DPolyPolygon as well, mirroring B2DPolyPolygon, plus adapting the insert() func to make use of that (avoiding loads of temporaries) | |||
2011-12-13 | try to fix building lingucomponent on Mac | Matúš Kukan | |
2011-12-13 | adjust multiline button and scrollbar size/positions | Noel Power | |
2011-12-13 | Disable gtk3 at run-time, unless in experimental mode. | Michael Meeks | |
2011-12-14 | shrinked useless constants/defines | Takeshi Abe | |
2011-12-14 | catch exception by constant reference | Takeshi Abe | |
2011-12-13 | Missing dependencies. | Stephan Bergmann | |
2011-12-13 | Make LineTest::testCornerCases succeed again after last basebmp fix. | Stephan Bergmann | |
Though it looks wrong that rtl_allocateMemory(0) == 0. | |||
2011-12-13 | remove old comment | Matúš Kukan | |
2011-12-13 | add linguistic to tail_build | Matúš Kukan | |
2011-12-13 | add lingucomponent to tail_build | Matúš Kukan | |
2011-12-13 | convert lingucomponent to gbuild | Matúš Kukan | |
2011-12-13 | add libexttextcat to external libs | Matúš Kukan | |
2011-12-13 | add hunspell to external libs | Matúš Kukan | |
2011-12-13 | handle failed bitmap storage allocation gracefully | Michael Meeks | |
2011-12-13 | fdo#39917: Use correct address convention during search and replace. | Kohei Yoshida | |
2011-12-13 | warn about massive allocs | Caolán McNamara | |
2011-12-13 | lo-pack-sources: allow to generate .xz source tarballs by default | Petr Mladek | |
Add --bzip2 and --xz options to select the compression. Both options can be used togetger to generate both types of tarballs in one call. XZ compession is used by default. Also renamed "lo*build" strings to "lo*core" to fit the current name of the top level source directory. | |||
2011-12-13 | Use officecfg/Office/Common.hxx directly. | Stephan Bergmann | |
2011-12-13 | add grammar checker to descriptions | Andras Timar | |
2011-12-13 | n#703032: Fixed an RTF import crash when handling formdata in non-FORM fields | Cédric Bosdonnat | |
2011-12-13 | fdo#30714 move SID_INSERT_CURRENT_DATE/TIME to GID_INSERT | Miklos Vajna | |
2011-12-13 | fdo#30714 Use different default key bindings for Hungarian locale | Miklos Vajna | |
Mimic Hungarian Excel's key bindings: * inserting current date is Ctrl-'.' * inserting current time is Ctrl-Shift-'.' | |||
2011-12-13 | Fix problem when compiling against a wrong colour version of the GNU STL | Tor Lillqvist | |
2011-12-13 | Untabify | Tor Lillqvist | |
2011-12-13 | We don't use any 'pooling' when packaging | Tor Lillqvist | |
2011-12-13 | Bin a commented out block of crack | Tor Lillqvist | |
2011-12-13 | Bin unused use of WORK_STAMP | Tor Lillqvist | |
2011-12-13 | Bin a few lines of weird crack | Tor Lillqvist | |
2011-12-13 | Bin unused subs | Tor Lillqvist | |
2011-12-13 | Kill unused variable | Tor Lillqvist | |
2011-12-13 | Pass the correct ScTabViewShell instance to the input box. | Kohei Yoshida | |
This eliminates the need to store the assigned doc pointer to cross-check against whenever the edit engine is initialized. It's cleaner this way & fdo#43614 still remains fixed. | |||
2011-12-13 | Don't crash when typing Japanese via SCIM. | Kohei Yoshida | |
There should only be one active edit view while the user is typing into a cell, or else it crashes when an external input method is being used to input values (such as Japanese). | |||
2011-12-13 | Simplified, type-safe C++ configuration access. | Stephan Bergmann | |
* New offapi com.sun.star.configuration entities to access the complete configuration read-only or read/write... * ...configmgr adapted to support those new services/singletons... * ...new unotools/configuration.hxx is the type-safe C++ plumbing on top of that... * ...officecfg now generates C++ headers to access all the properties and sets given in the .xcs files... * ...and svl's asiancfg.cxx exemplarily makes use of the new officecfg/Office/Common.hxx to access the configuration. * There is still TODOs: For one, see those listed in officecfg/registry/cppheader.xsl. For another, at least a notification mechanism for the new read-only configuration access and the C++ wrapper is missing. | |||
2011-12-13 | Improve quoting when calling submake for custom targets. | Jan Holesovsky | |
This should fix the Windows build, while keeping the gb_Helper_abbreviate_dirs_native working in custom targets. | |||
2011-12-13 | unused inline RemoveStatusField | Caolán McNamara | |
2011-12-13 | SbTextPortions, etc can completely go | Caolán McNamara | |
2011-12-13 | _BASIC_TEXTPORTIONS always defined | Caolán McNamara | |
2011-12-13 | disassembler unused | Caolán McNamara | |
2011-12-13 | callcatcher: remove newly unused code | Caolán McNamara | |
2011-12-13 | m_pInfoImage never constructed or used | Caolán McNamara | |
2011-12-13 | bUsedForHilite always false | Caolán McNamara | |
2011-12-13 | SbiTokenizer::Hilite unused | Caolán McNamara | |
2011-12-13 | convert GetMangleName | Caolán McNamara | |
2011-12-13 | replace ByteString(String ctor | Caolán McNamara | |
2011-12-13 | this line doesn't do anything | Caolán McNamara | |
2011-12-13 | ByteString->rtl::OString | Caolán McNamara | |
2011-12-13 | use RTL_CONSTASCII_STRINGPARAM | Caolán McNamara | |
2011-12-13 | intermediate string object unnecessary | Caolán McNamara | |
2011-12-13 | use latest versions of DejaVu and Liberation fonts | Andras Timar | |