summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2014-01-22bool improvements (related to mixing bool/sal_Bool in &=, |=, ^=)Stephan Bergmann14-18/+18
2014-01-22drop translation of % now that we use icu to format itCaolán McNamara2-1/+1
2014-01-22bool improvementsStephan Bergmann1-1/+1
2014-01-22Resolves: #i106063# avoid additional seek for true color DIBTsutomu Uchino1-12/+0
2014-01-22It is just an innocent hyphen not a hyphenatorKhaled Hosny1-11/+11
2014-01-22Make both GetTextBreak() use the same coding styleKhaled Hosny1-38/+37
2014-01-21vcl: stylistic cleanupMichael Stahl1-1/+4
2014-01-21bool improvementsStephan Bergmann10-16/+16
2014-01-21Change EnableNoYieldMode(bool) to better namesChris Sherlock1-2/+8
2014-01-21Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann1-9/+9
2014-01-21coverity#707581Norbert Thiebaud1-0/+4
2014-01-21Translated German comments vcl/sourceLuc Castermans7-92/+92
2014-01-21Translated German commentsLuc Castermans1-1/+1
2014-01-20Remove unused Window parameter from SystemSettingsChangingChris Sherlock3-11/+5
2014-01-20Related: #i56998# use locale rules to format percentageCaolán McNamara1-1/+10
2014-01-20Related: #i56998# percent value should not takes space separator...Tsutomu Uchino1-1/+1
2014-01-20Related: #i56998# no space for degree symbolCaolán McNamara2-3/+3
2014-01-20Resolves: #i56998# add a space separater between value and unit...Tsutomu Uchino1-1/+4
2014-01-20Related: #i56998# add space separator between value and unit...Tsutomu Uchino1-2/+4
2014-01-20Translated German comments (in 20 yr old code...)Luc Castermans2-195/+191
2014-01-19fdo#73764 partially revert 3998d1abb291Andras Timar1-1/+1
2014-01-19Revert "cppcheck: reduce scope", CID#1158238Markus Mohrhard1-2/+2
2014-01-19EMF/WMF: fix rendering of pen styles (dash, dot, dashdot, dashdotdot)Andras Timar3-40/+48
2014-01-19WMF: parse line cap and line joinAndras Timar1-1/+27
2014-01-19Translated German comments and corrected English spellingLuc Castermans2-47/+43
2014-01-17fix dropshadow on iostsahi glik1-1/+15
2014-01-18Window::PreNotify should return boolStephan Bergmann17-77/+77
2014-01-18ImplCallPreNotify should return boolStephan Bergmann2-10/+8
2014-01-18Remove unused ImplCallEventStephan Bergmann2-43/+0
2014-01-18This is an int, not floatKhaled Hosny1-6/+6
2014-01-18SimplifyKhaled Hosny1-9/+8
2014-01-18MinorKhaled Hosny1-6/+6
2014-01-18Do proper script itemization with HarfBuzzKhaled Hosny4-115/+546
2014-01-18Use a more descriptive and distinct field nameKhaled Hosny2-8/+8
2014-01-17bool improvementsStephan Bergmann33-178/+175
2014-01-17Be explicit when using bool as integral value (as Link return value)Stephan Bergmann1-2/+2
2014-01-17Remove warning and build error with MSVC.Kohei Yoshida1-2/+2
2014-01-17Ensure that we display patterned lines at all zoom levels.Kohei Yoshida1-3/+39
2014-01-17Window::Notify should return boolStephan Bergmann18-72/+72
2014-01-17Additional warnings when processing cmap tablesChris Sherlock1-10/+11
2014-01-17Translate German comments to English. (Remove one redundant comment.)Sven Wehner1-48/+45
2014-01-17Move SvpSalGraphics::SetVirDevGraphics() for iOS out of the header for clarityTor Lillqvist2-6/+12
2014-01-17Indentation fixTor Lillqvist1-1/+1
2014-01-16If this is Windows specific, it can be inside ifeq ($(OS),WNT)Tor Lillqvist1-0/+2
2014-01-16fix compile break on macostsahi glik1-11/+11
2014-01-16fix rendering issues in iOS with aquatsahi glik4-50/+169
2014-01-16Translate German comments to English in vcl/source/filter/sgfbram.cxxSven Wehner1-56/+56
2014-01-16Remove defines now that fontconfig baseline has been updatedChris Sherlock1-35/+0
2014-01-16convert SvStream::operator<< overloads to more explicit methodsNoel Grandin25-184/+214
2014-01-16Resolves: #i123690# handle the extremes Width or Height equal oneArmin Le Grand1-27/+47