summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2014-06-26Related: fdo#33455 retain color on scaling of 1 bit depth pngsCaolán McNamara1-10/+18
2014-06-20Fix build to work with older harfbuzz versions.Thorsten Behrens1-1/+1
2014-06-17Related: #i125020# fix the calculation of the text-update rectangle...Herbert Dürr1-6/+9
2014-06-17Resolves: #i125020# fix rounding error in AquaSalGraphics::RefreshRect()Herbert Dürr1-2/+5
2014-06-16fix build error "error: NSPrintJobSavingURL was not declared in this scope"Douglas Mencken1-0/+4
2014-06-16workaround for kCTForegroundColorFromContextAttributeName unavailabilityDouglas Mencken1-1/+4
2014-06-13Don't use the CoreUI private framework when sandboxed (i.e., for App Store)Tor Lillqvist1-0/+14
2014-06-12'NSNoUnderlineStyle' & ‘NSSingleUnderlineStyle’: Deprecated in OS X 10.9rbuj1-0/+12
2014-06-11WaE: 'convertBaseToScreen:' is deprecated: first deprecated in OS X 10.7Tor Lillqvist1-0/+4
2014-06-11WaE: 'scrollerWidth' is deprecated: first deprecated in OS X 10.7Tor Lillqvist1-1/+4
2014-06-11WaE: 'NSPrintSavePath' is deprecated: first deprecated in OS X 10.6Tor Lillqvist1-1/+1
2014-06-11WaE: comparison of two values with different enumeration typesTor Lillqvist1-1/+2
2014-06-11WaE: 'setFlipped' is deprecated: first deprecated in OS X 10.6Tor Lillqvist1-2/+1
2014-06-11WaE: case value not in enumerated type 'NSEventSubtype'Tor Lillqvist1-1/+2
2014-06-11Initial attempt at implementing NSTextInputClient instead of NSTextInputTor Lillqvist2-11/+20
2014-06-11WaE: 'NSCountWindows' is deprecated: first deprecated in OS X 10.6Tor Lillqvist1-7/+3
2014-06-10Filter out OS not needing -ldlBaptiste Daroussin1-0/+2
2014-06-10avoid problems with poppler's and vcl's FontInfo during runtimeMarkus Mohrhard3-8/+12
2014-06-07the variable is only available on linuxMarkus Mohrhard1-1/+1
2014-06-07Lsan: fix memory leakMarkus Mohrhard1-0/+7
2014-06-07Lsan: fix memory leakMarkus Mohrhard1-3/+3
2014-06-07Lsan: fix invalid memory accessMarkus Mohrhard1-0/+2
2014-06-06Resolves: #i125000# check last status of newly created...Oliver-Rainer Wittmann1-15/+23
2014-06-05fdo79368 Don't process overflow menu items twice.Andrzej Hunt1-1/+7
2014-06-05Avoid uninitialized memory read/compare on short reads.Michael Meeks1-1/+1
2014-06-04Resolves: fdo#78477 ensure offset + sizeof(value) is in boundsCaolán McNamara1-6/+17
2014-05-31Resolves: #i124922# allow late setting of the font color...Herbert Dürr4-20/+13
2014-05-28fdo#62719: Set more relaxed clipping region.Jan Holesovsky1-3/+3
2014-05-28Oops, this reference can't be const.Matúš Kukan2-6/+6
2014-05-28Related bnc#822625: Cache FontEntry with the original FontSelectPattern.Matúš Kukan2-6/+8
2014-05-27Resolves: fdo#78040 nAryLen is traditionally 32bit not 16bitCaolán McNamara1-8/+5
2014-05-27Resolves: fdo#77206 CRASH printing with all applications on windowsCaolán McNamara1-1/+1
2014-05-27various situations where graphic go missing on saveOliver-Rainer Wittmann1-1/+1
2014-05-27mark QA file non-translatableAndras Timar1-80/+80
2014-05-23force posted events before timer timeouts in KDE4 event loop (bnc#467278)Luboš Luňák1-0/+10
2014-05-23fdo#77993 actually impact 10.6 too apparentlyNorbert Thiebaud1-3/+3
2014-05-22cp#1000078: Replace "\r\n" with "\n" when pasting from X11 clipboard.Matúš Kukan1-1/+1
2014-05-21Remove spurious assert(false)Stephan Bergmann1-1/+0
2014-05-21CosmeticsTor Lillqvist1-34/+20
2014-05-21Avoid blinking when doing operations in the spreadsheets.Jan Holesovsky1-1/+1
2014-05-21ZCodec instances can be allocated on the stack just fineStephan Bergmann1-20/+13
2014-05-21ZCodec instances can be allocated on the stack just fineStephan Bergmann1-9/+7
2014-05-21ZCodec instances can be allocated on the stack just fineStephan Bergmann1-10/+9
2014-05-21Remove unnecessary GZCodec derivationStephan Bergmann1-4/+4
2014-05-21Split ZCodec::BeginCompression param into its 3 independent componentsStephan Bergmann3-3/+3
2014-05-21Simplify logicStephan Bergmann1-9/+3
2014-05-21Remove unnecessary ZCODEC_DEFAULT macroStephan Bergmann1-1/+1
2014-05-21Use default argument valuesStephan Bergmann2-2/+2
2014-05-21fix my issues with the offscreen renderingMarkus Mohrhard1-19/+14
2014-05-21Bin code that died in 2010 in d4dbc31173487a97e4b022f0bb9dae25440856a8Tor Lillqvist1-36/+2