Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-05 | Fix for fdo43460 Part VII getLength() to isEmpty() | Olivier Hallot | |
Part VII Module comphelper | |||
2012-01-06 | fdo#44053 fix RTF import of implicit horizontal table cell merges | Miklos Vajna | |
2012-01-06 | Fix fdo#33816 - don't loop infinitely when using Apple Remote | Thorsten Behrens | |
Removed erratic loop condition - we simply want to check if any frame has fullscreen flag set. | |||
2012-01-05 | tweak this a little | Caolán McNamara | |
2012-01-05 | getPropertyMap can return a reference instead of a pointer | Caolán McNamara | |
2012-01-05 | Changed C files to C++. | Stephan Bergmann | |
2012-01-05 | Properly assign objects to only those libraries that actually use them. | Stephan Bergmann | |
For that, moved aImplJavaUtf8TextEncodingData from tables.cxx to textenc.cxx, as it shares code with aImplUTF8TextEncoding (but does not drag lots of expensive data back into sal from sal_textenc). | |||
2012-01-05 | Properly extract from tcvt*.tab files what goes into textenc.cxx. | Stephan Bergmann | |
2012-01-05 | Retire TOOLS_STRING_MISSUSE hack (to enable further cleanup). | Stephan Bergmann | |
2012-01-05 | Translated German comments | Christina Rossmanith | |
2012-01-05 | removed unused #define_SVSTDARR_sal_uI(n)t16S(SORT) | Christina Rossmanith | |
2012-01-05 | Remove Fill() usage | Christina Rossmanith | |
2012-01-05 | fdo#44172: Basic function VAL produces bad result | August Sodora | |
2012-01-05 | Switch from autodoc to doxygen for SDK C++ documentation. | Stephan Bergmann | |
* New build prerequisite doxygen (controllable via --with-doxygen). * Adapted various headers to slightly different doxygen documentation syntax, but much clean up still remains to be done (i.e., warnings emitted by doxygen fixed). | |||
2012-01-05 | svtools: remove unused FileDialog | Michael Stahl | |
svtools/filedlg.hxx(88) : warning C4610: class ´FileDialog´ can never be instantiated | |||
2012-01-05 | simplify code a bit | Markus Mohrhard | |
2012-01-05 | remove unneeded debug statements | Markus Mohrhard | |
2012-01-05 | handle relative refs in name dialogs correctly | Markus Mohrhard | |
2012-01-05 | fdo#40250: safer protection check... why using the layout for this? | Cédric Bosdonnat | |
2012-01-05 | gcc-trunk: fix: unable to find string literal operator 'operator FOO' | Matúš Kukan | |
2012-01-05 | propmerge is not executable | Matúš Kukan | |
2012-01-05 | Header/Footer: fix some bad indicators updates due to wrong call order | Cédric Bosdonnat | |
2012-01-05 | Add some more stuff to the Android libvcl | Tor Lillqvist | |
2012-01-05 | Set FONTCONFIG_LIBS and FREETYPE_LIBS for the internal case (for Android) | Tor Lillqvist | |
2012-01-05 | Don't use soname, Android doesn't support that | Tor Lillqvist | |
2012-01-05 | Need the basebmp library | Tor Lillqvist | |
2012-01-06 | removed dead code | Takeshi Abe | |
2012-01-06 | catch exception by constant reference | Takeshi Abe | |
2012-01-05 | Removed unnecessary tools includes. | Marcel Metz | |
2012-01-05 | Removed unnecessary tools includes. | Marcel Metz | |
2012-01-05 | Removed unnecessary tools includes. | Marcel Metz | |
2012-01-05 | Removed unnecessary tools includes. | Marcel Metz | |
2012-01-05 | Removed unnecessary tools includes. | Marcel Metz | |
Hello lo-devs, this patch series removes a lot of unnecessary includes for the various tools header. The patches without suffix should be applied to the core repository, the .binfilter.patch suffix should be applied to the binfilter repository. I've tested the build with the configuration --enable-binfilter --enable-dbgutil --enable-debug, is this sufficient or did I miss another important configuration, that enables some conditional compiled code? I've only build this on linux-x86_64, but the patch also touches some of the mac specific code like fpicker/source/aqua/SalAquaFilePicker.mm so it would be maybe a good idea to test this patch. regards Marcel Metz | |||
2012-01-05 | Fix for fdo43460 Part XXII getLength() to isEmpty() | Gustavo Buzzatti Pacheco | |
Part XXII modules jvmfwk, l10ntools, lingucomponent | |||
2012-01-05 | Adapt doxygen gen script to changed Env file name. | Thorsten Behrens | |
2012-01-05 | chmod -x on java files | Tomas Hlavaty | |
2012-01-05 | idl fix package names | Tomas Hlavaty | |
2012-01-05 | fix broken ifndef/define guard in idl | Tomas Hlavaty | |
2012-01-05 | offapi: css.chart2.XAxis: fix include guard conflict | Michael Stahl | |
2012-01-05 | Bump year | Andras Timar | |
2012-01-05 | sal: try to fix MinGW min/max breakage by inlining | Michael Stahl | |
2012-01-05 | minor idl fixes | Tomas Hlavaty | |
2012-01-05 | use the docshell to change tab attributes. don't do it directly | Norbert Thiebaud | |
2012-01-05 | Replace (Byte)String with rtl::O(U)String | Christina Rossmanith | |
2012-01-05 | try and get callcatcher working again | Caolán McNamara | |
2012-01-05 | Bump year. | Stephan Bergmann | |
2012-01-05 | Leak TypeDescriptor_Init_Impl to avoid problems at exit. | Stephan Bergmann | |
2012-01-05 | Explicitly initialize TypeDescriptor_Init_Impl. | Stephan Bergmann | |
2012-01-05 | Page Break: center the tab on the mouse and remove click on the line | Cédric Bosdonnat | |
2012-01-05 | fpicker: add missing comphelper | Michael Stahl | |