summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2014-07-10fdo#78908 Revert "Merge back branch alg_writerframes to trunk"Miklos Vajna1-11/+11
2014-07-07fdo#39944: Fix mapping for some a11y roles to ATKJacobo Aragunde Pérez1-5/+5
2014-07-01Resolves: #i124935# fix expanded/condensed text breaking...Herbert Dürr1-8/+27
2014-07-01fdo#80014: vcl: fix drawing of linear gradientsMichael Stahl1-1/+1
2014-06-30use VCL_HIDE_WINDOWS env on Mac to 'simulate' headless mode on MacNorbert Thiebaud2-2/+14
2014-06-27bah, const issueCaolán McNamara1-1/+1
2014-06-27Resolves: fdo#80160 PNG with 1-bit colormap only show black and whiteCaolán McNamara1-21/+29
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