summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Collapse)Author
2011-11-27remove pre-compiled header support in gbuild and gbuildified moduleNorbert Thiebaud
2011-11-27typos fixingKorrawit Pruegsanusak
2011-11-27translated comments from German to EnglishLuc Castermans
2011-11-26Remove some uses of OUString::setCharAtAugust Sodora
2011-11-25Fix comment since I had copied from warnings_guard_ne_locksJulien Nabet
2011-11-25Fix 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-25really limit special layout to single line non-floating toolbarsNoel Power
2011-11-25make gbuild makefiles run independant of pwd againBjoern Michaelsen
2011-11-25gsl_getSystemTextEncoding -> osl_getThreadTextEncodingDavid Tardon
2011-11-24tweak toolbar layout for gsoc formula/input bar & other misc changesNoel 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-24Docuview cleanup: rewritten local ImplDrawSymbolMatteo Casalin
2011-11-23remove various EraseLeadingAndTrailingCharsCaolán McNamara
2011-11-23impress212: #i114615# fixed hyperlink export (pdf) if exporting also notes pageserack
* found as LGPLv3-only fix at svn rev 1167640 (http://svn.apache.org/viewvc?view=revision&revision=1167640)
2011-11-23Decoview code cleanupMatteo 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-23Changed 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-23callcatcher: remove recently unused codeCaolán McNamara
2011-11-23add stripStart, can replace EraseTrailingCharsCaolán McNamara
2011-11-23add a stripStart, can replace EraseLeadingCharsCaolán McNamara
2011-11-22New 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-21empty a bunch of d.lst filesMichael Stahl
2011-11-21Fix radial gradient offsetThorsten Behrens
Seems this got broken with the Gradient::GetBoundRect() common code extraction - actually return what was calculated (fixes part of n#714787).
2011-11-21Make dbglevel=3 compile again in vclThorsten Behrens
2011-11-21Oups... Disambiguation solved another way in 1c2f5dLionel Elie Mamane
2011-11-21disambiguate (OU)?String comparison into OUString comparisonLionel Elie Mamane
2011-11-21link errorCaolán McNamara
2011-11-21trailing/missing ,Caolán McNamara
2011-11-21this casting of a void* is a disaster waiting to happenCaolán McNamara
only ever used for a string, to set it to a string type
2011-11-21more conversion to rtl::OUStringDavid Tardon
2011-11-21WaE: initialization orderDavid Tardon
2011-11-21WaE: type qualifiers ignored on function return typeDavid Tardon
2011-11-21fix text layout regressionCaolán McNamara
2011-11-21these need to be getStr post OUString-izationCaolán McNamara
2011-11-21the string is sal_Unicode, not sal_CharDavid Tardon
2011-11-21init members in correct orderDavid Tardon
2011-11-21use correct rtl::OUString functionDavid Tardon
2011-11-21callcatcher: update listCaolán McNamara
2011-11-21fix build on MacOS XDavid Tardon
2011-11-21convert win plugin to rtl::O(U)StringDavid Tardon
2011-11-21convert aqua plugin to rtl::O(U)StringDavid Tardon
2011-11-21convert gtk plugin to rtl::O(U)StringDavid Tardon
2011-11-21Convert Sal to rtl::O(U)StringDavid Tardon
2011-11-20Remove some unused methodsThomas Arnhold
2011-11-20Review comment translations by Luc Castermans <luc.castermans@gmail.com>Lionel Elie Mamane
2011-11-20translated German comments to EnglishLuc Castermans
2011-11-19remove [Byte]String::EraseAllCharsCaolán McNamara
2011-11-19callcatcher: remove some unused codeCaolán McNamara
2011-11-18FDO#42454 - EasyHack: remove code associated with unused iconsJulien Chaffraix
Removed code associated with SV_ICON_ID_PRESENTATION_TEMPLATE. Remove 3 icons associated with the id that were not used.
2011-11-18FDO#42454 - EasyHack: remove code associated with unused iconsJulien Chaffraix
Removed SV_ICON_ID_PRESENTATION_COMPRESSED and all associated code. Removed 2 icons that were unused after this removal.
2011-11-18FDO#42454 - EasyHack: remove code associated with unused iconsJulien Chaffraix
Removed SV_ICON_ID_MACRO and its reference in the code as it was unused. Removed 2 icons that were not referenced anymore.
2011-11-18fix UI updating in the print dialogIvan Timofeev