Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-29 | gtk: fix sub-menu arrows RTL issue | Michael Meeks | |
2011-11-29 | Install a Cancel callback, don't rely on vcl searching for a parent to close | Caolán McNamara | |
If there is no cancel callback for a Cancel button, it's monstrous to dig around the hierarchy looking for a parent to call EndDialog/Close on. Really messes up attempts to refactor dialogs. | |||
2011-11-28 | Headless got moved, fix gtk3 build. | Thorsten Behrens | |
2011-11-28 | Fix Kashida justification when there is no Kashida glyph | Khaled Hosny | |
2011-11-28 | callcatcher: remove unused methods | Caolán McNamara | |
2011-11-28 | ByteString->rtl::OUStringToOString | Caolán McNamara | |
2011-11-28 | ByteString::GetToken->comphelper::string::getToken | Caolán McNamara | |
2011-11-28 | Added upstream bug link. | Stephan Bergmann | |
2011-11-27 | remove precompiled_xxx.hxx/cxx | Norbert Thiebaud | |
2011-11-27 | remove pch from the include list | Norbert Thiebaud | |
2011-11-27 | remove include of pch header from vcl | Norbert Thiebaud | |
2011-11-27 | remove pre-compiled header support in gbuild and gbuildified module | Norbert Thiebaud | |
2011-11-27 | typos fixing | Korrawit Pruegsanusak | |
2011-11-27 | translated comments from German to English | Luc Castermans | |
2011-11-26 | Remove some uses of OUString::setCharAt | August Sodora | |
2011-11-25 | Fix comment since I had copied from warnings_guard_ne_locks | Julien Nabet | |
2011-11-25 | Fix the WaE "shadows a global declaration" | Julien Nabet | |
error: declaration of ‘pointer’ shadows a global declaration [-Werror=shadow] /usr/include/qt4/QtCore/qscopedpointer.h:83:47 | |||
2011-11-25 | really limit special layout to single line non-floating toolbars | Noel Power | |
2011-11-25 | make gbuild makefiles run independant of pwd again | Bjoern Michaelsen | |
2011-11-25 | gsl_getSystemTextEncoding -> osl_getThreadTextEncoding | David Tardon | |
2011-11-24 | tweak toolbar layout for gsoc formula/input bar & other misc changes | Noel Power | |
summary: * tweak toolbar layout to layout the toolbar items aligned to top of highest item * make Capture/ReleaseMouse logic much simpler * make resize detection simpler * control toolbar height ( e.g. don't let visible grid area be overrun by toolbar ) | |||
2011-11-24 | Docuview cleanup: rewritten local ImplDrawSymbol | Matteo Casalin | |
2011-11-23 | remove various EraseLeadingAndTrailingChars | Caolán McNamara | |
2011-11-23 | impress212: #i114615# fixed hyperlink export (pdf) if exporting also notes pages | erack | |
* found as LGPLv3-only fix at svn rev 1167640 (http://svn.apache.org/viewvc?view=revision&revision=1167640) | |||
2011-11-23 | Decoview code cleanup | Matteo Casalin | |
Cleaned up many ImplDrawSymbol cases, reducing number of calls to drawing functions Removed unused local variables in ImplDrawSymbol Translated some comments from German to English | |||
2011-11-23 | Changed sal/log.h -> sal/log.hxx, drop _S from C++ streaming log macros. | Stephan Bergmann | |
A compile time check ensures the common case of streaming just a plain C-style string literal still produces reasonably compact call-site code. The format-string variants are still available in sal/detail/log.h, but only to be used in obsolete osl/diagnose.h etc., and going to be removed again eventually. | |||
2011-11-23 | callcatcher: remove recently unused code | Caolán McNamara | |
2011-11-23 | add stripStart, can replace EraseTrailingChars | Caolán McNamara | |
2011-11-23 | add a stripStart, can replace EraseLeadingChars | Caolán McNamara | |
2011-11-22 | New sal/log.h obsoletes osl/diagnose.h and tools/debug.hxx. | Stephan Bergmann | |
* New SAL_INFO..., SAL_WARN... macros. * New SAL_STREAM supersedes OSL_FORMAT. * oustringostreaminserter.hxx moved from unotest to rtl (and always UTF-8 now). * TODO to enable GCC __attribute__((format)) in sal/log.h (requires call-site cleanup). * Further functionality in tools/debug.hxx (DBG_MEMTEST, DBG_CTOR, etc.) not yet addressed. * Some replacements tools String -> rtl::OUString. | |||
2011-11-21 | empty a bunch of d.lst files | Michael Stahl | |
2011-11-21 | Fix radial gradient offset | Thorsten Behrens | |
Seems this got broken with the Gradient::GetBoundRect() common code extraction - actually return what was calculated (fixes part of n#714787). | |||
2011-11-21 | Make dbglevel=3 compile again in vcl | Thorsten Behrens | |
2011-11-21 | Oups... Disambiguation solved another way in 1c2f5d | Lionel Elie Mamane | |
2011-11-21 | disambiguate (OU)?String comparison into OUString comparison | Lionel Elie Mamane | |
2011-11-21 | link error | Caolán McNamara | |
2011-11-21 | trailing/missing , | Caolán McNamara | |
2011-11-21 | this casting of a void* is a disaster waiting to happen | Caolán McNamara | |
only ever used for a string, to set it to a string type | |||
2011-11-21 | more conversion to rtl::OUString | David Tardon | |
2011-11-21 | WaE: initialization order | David Tardon | |
2011-11-21 | WaE: type qualifiers ignored on function return type | David Tardon | |
2011-11-21 | fix text layout regression | Caolán McNamara | |
2011-11-21 | these need to be getStr post OUString-ization | Caolán McNamara | |
2011-11-21 | the string is sal_Unicode, not sal_Char | David Tardon | |
2011-11-21 | init members in correct order | David Tardon | |
2011-11-21 | use correct rtl::OUString function | David Tardon | |
2011-11-21 | callcatcher: update list | Caolán McNamara | |
2011-11-21 | fix build on MacOS X | David Tardon | |
2011-11-21 | convert win plugin to rtl::O(U)String | David Tardon | |
2011-11-21 | convert aqua plugin to rtl::O(U)String | David Tardon | |