summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2014-08-26bnc#719994: Fix the duotone filter to actually produce duotoneTor Lillqvist1-3/+4
2014-08-20only subtract height of hscroll if visibleCaolán McNamara1-2/+5
2014-08-20facepalm: nAvailHeight is not derived from allocation WidthCaolán McNamara1-1/+1
2014-08-18check that AddToTable can be done validlyCaolán McNamara2-7/+19
2014-08-13fdo#78906 (+dup fdo#82484): File crashes while opening.Umesh Kadam1-1/+8
2014-08-13valgrind + bff: don't add 0xffff oldcodeCaolán McNamara2-4/+7
2014-08-12fdo#39477: Mac Keyboard shortcut Option key ko in Customize dialogJulien Nabet1-1/+1
2014-08-06fdo#81516: vcl: limit number of CFFs read from fontMichael Stahl1-5/+13
2014-08-05fdo#81516 Support fonts like Source Han Sans with > 16 FDArray elementsAudrey Tang1-1/+1
2014-07-30Resolves fdo#79278: not too dark, not too bright background colorAdolfo Jayme Barrientos1-1/+1
2014-07-25Related: fdo#81457 skip setting an empty allocationCaolán McNamara1-4/+7
2014-07-21fdo#81055: Crash due to inadequate checks for GL version / capabilitiesZolnai Tamás1-0/+15
2014-07-21bnc#881024 Don't world transform font size in WMF/EMF importTomaž Vajngerl2-5/+14
2014-07-15fdo#80498: vcl: Revert "fdo#74124: Scale the pictures before calling ...Michael Stahl1-23/+1
2014-07-15Revert "fdo#79673 quartz: draw 'bullet' for 'space' directly in one pass"Norbert Thiebaud3-71/+25
2014-07-15Related: fdo#52226 ensure graphics are swapped in on DrawingML::WriteImageCaolán McNamara1-0/+2
2014-07-15fdo#79673 quartz: draw 'bullet' for 'space' directly in one passNorbert Thiebaud3-25/+71
2014-07-08Fix some OUString construction error with VS2013Tor Lillqvist1-1/+1
2014-07-04fdo#78908 Revert "Merge back branch alg_writerframes to trunk"Miklos Vajna1-11/+11
2014-07-04fdo#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