summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2014-09-23set mpFirstBand back to 0 after deleting itCaolán McNamara1-0/+1
2014-09-15clip PolyPolygon::Insert on .svm loadCaolán McNamara1-0/+6
2014-09-15bnc#719994: Fix the duotone filter to actually produce duotoneTor Lillqvist1-3/+4
2014-09-15fdo#66701 - don't double destroy the HASH when PDF signing.Michael Meeks1-4/+14
2014-09-15Support version 2 ttf fonts and mac font family name encodingsCaolán McNamara2-5/+78
2014-08-21only subtract height of hscroll if visibleCaolán McNamara1-2/+5
2014-08-21facepalm: nAvailHeight is not derived from allocation WidthCaolán McNamara1-1/+1
2014-08-21check that AddToTable can be done validlyCaolán McNamara2-9/+19
2014-08-21fdo#39477: Mac Keyboard shortcut Option key ko in Customize dialogJulien Nabet1-1/+1
2014-08-21valgrind + bff: don't add 0xffff oldcodeCaolán McNamara2-4/+7
2014-08-21fdo#81516: vcl: limit number of CFFs read from fontMichael Stahl1-7/+13
2014-08-21fdo#81516 Support fonts like Source Han Sans with > 16 FDArray elementsAudrey Tang1-1/+1
2014-07-22fdo#78598 avoid use of invalidated pointersDavid Tardon1-6/+53
2014-07-22fdo#80498: vcl: Revert "fdo#74124: Scale the pictures before calling ...Michael Stahl1-26/+1
2014-07-22Related: fdo#52226 ensure graphics are swapped in on DrawingML::WriteImageCaolán McNamara1-0/+2
2014-07-21bnc#881024 Don't world transform font size in WMF/EMF importTomaž Vajngerl2-6/+14
2014-07-20fdo#72590 scale or map only when EMR_EXTSELECTCLIPRGN actionTomaž Vajngerl2-16/+14
2014-07-19wmf: assume WinOrg/ViewportOrg = (0,0) if they are not providedTomaž Vajngerl1-6/+6
2014-07-19fdo#78603 mixup (Left->Top) in Rectangle constructionTomaž Vajngerl1-0/+15
2014-07-19vcl WMF: in non-placable images use SETWINDOW{ORG,EXT} for BoundsTomaž Vajngerl1-24/+51
2014-07-19fdo#70498 work-around scaling in SetClipPathTomaž Vajngerl1-8/+8
2014-07-10Fix some OUString construction error with VS2013Tor Lillqvist1-1/+1
2014-07-04fdo#39944: Fix mapping for some a11y roles to ATKJacobo Aragunde Pérez1-5/+5
2014-07-04fdo#80014: vcl: fix drawing of linear gradientsMichael Stahl1-1/+1
2014-06-29Resolves: fdo#80160 PNG with 1-bit colormap only show black and whiteCaolán McNamara1-21/+29
2014-06-29Related: fdo#33455 retain color on scaling of 1 bit depth pngsCaolán McNamara1-10/+18
2014-06-25bnc#593614: Avoid rendering artefacts in presentation mode.Matúš Kukan1-23/+4
2014-06-20coverity#736301 the 2nd arg is a gpointercp-4.2-6Caolán McNamara1-1/+1
2014-06-20fdo#35105: notify role change through a new UNO a11y eventJacobo Aragunde Pérez3-0/+17
2014-06-20fdo#39944: fallback for DOCUMENT_* roles in ATK < 2.1.0Jacobo Aragunde Pérez1-0/+5
2014-06-20have a stab at fixing RHEL-5 build that hasn't got new atk rolesCaolán McNamara1-4/+7
2014-06-16fdo#78799 - ignore overlayed monitors with co-incident origin.Michael Meeks1-4/+3
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-10Resolves: #i125000# check last status of newly created...Oliver-Rainer Wittmann1-15/+23
2014-06-10Resolves: fdo#78477 ensure offset + sizeof(value) is in boundsCaolán McNamara1-6/+17
2014-06-10fdo79368 Don't process overflow menu items twice.Andrzej Hunt1-1/+7
2014-06-10avoid problems with poppler's and vcl's FontInfo during runtimeMarkus Mohrhard2-6/+8
2014-06-10Avoid accessing freed memory and freeing already freed resourcesTor Lillqvist2-0/+9
2014-06-10I think SAL_FORCE_IACCESSIBLE2 is what is intended hereTor Lillqvist1-1/+1
2014-06-10fdo#39944: Add DOCUMENT_* accessibility UNO rolesJacobo Aragunde Pérez2-1/+12
2014-06-10Improve Accessibility mapping of roles for MacNiklas Johansson1-3/+3
2014-06-10The accessible action "click" changed name to "press", adjust wrapper accordi...Niklas Johansson1-1/+1
2014-06-10fdo#39956 Delete JABDavid Ostrovsky8-307/+28