summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2013-11-26Resolves: fdo#41169 fix MacOSX non-Latin keyboard layout with Latin shortcutsCaolán McNamara1-0/+37
2013-11-25Related: fdo#41169 fix GTK non-Latin keyboard layout with Latin shortcutsCaolán McNamara1-22/+45
2013-11-25fdo#67802: Fix PS printing of non-CTL text with ligaturesKhaled Hosny1-7/+5
2013-11-25Correctly check getFileURLFromSystemPath() successKhaled Hosny1-1/+1
2013-11-25Make TTC fonts work againKhaled Hosny1-10/+4
2013-11-18Related: rhbz#1014990 valgrind reports uninitialized variableCaolán McNamara1-11/+8
2013-11-13Resolves: fdo#71307 out polygons are limited to 16bit point countCaolán McNamara2-0/+5
2013-11-08vcl: WORDS_BIGENDIAN is never defined, use OSL_BIGENDIANMichael Stahl2-2/+2
2013-11-05Resolves: fdo#70588 MultiLineEdits don't need WB_WORDBREAK setNiklas Johansson2-2/+2
2013-11-01fdo#70968: Incorrect rendering of Devanagari short 'i' vowelKhaled Hosny2-5/+42
2013-10-29swap if the host endianness doesn't match the file formatsCaolán McNamara1-18/+27
2013-10-29fdo#57659: fix exif processingJulien Nabet2-10/+41
2013-10-24fdo#70741 fdo#66042 rhbz#968892: force render full grapheme with fallback fontCaolán McNamara3-24/+89
2013-10-18Fix build against the 10.8 SDKTor Lillqvist1-0/+6
2013-10-15CID#736943 clamp no of ttc entries to physical maxCaolán McNamara1-0/+33
2013-10-10Prevent out-of-bounds arguments to OUString::copyStephan Bergmann1-1/+3
2013-10-04Resolves: #i123417# handle subsetting of empty ttf compound glyphs gracefullyHerbert Dürr1-2/+5
2013-10-04rhbz#1001768: AtkListener::disposing(): delay notificationMichael Meeks1-5/+20
2013-09-17Fix fdo#69381 by skipping empty option groupsArnaud Versini1-0/+5
2013-09-06fdo#68313 fix combining diacritics problem with Graphite fontsLászló Németh1-3/+3
2013-09-06Resolves: fdo#68081 why would I want a spinner that doesn't repeatCaolán McNamara1-1/+1
2013-09-06Fix misspelled text with VoiceOver on 10.9Boris Dušek1-0/+1
2013-09-05Consistently use rtl_getAppCommandArg hereStephan Bergmann1-1/+1
2013-09-04fdo#68731: vcl: fix path for bundled fonts on WindowsMichael Stahl1-1/+1
2013-09-03always call setDeferredProperties for dialog get/set titleCaolán McNamara2-2/+15
2013-09-03Resolves: rhbz#993963 NULL m_pWindow on firefox deleted pluginCaolán McNamara1-1/+1
2013-09-03stop annoying temp full screen windows appearing on insert->index entryCaolán McNamara1-0/+8
2013-09-01cppcheck: Array index is used before limits checkJulien Nabet1-1/+1
2013-08-30Resolves: fdo#68396 Yield allowed layout timer to run during init layoutCaolán McNamara1-1/+1
2013-08-29Resolves: fdo#68192 always recode from trad symbol to apple symbolCaolán McNamara1-10/+11
2013-08-27Related: fdo#68192 register bundled fontsCaolán McNamara1-28/+28
2013-08-26rhbz#1000150: Do not call exit upon XIOErrorStephan Bergmann2-21/+16
2013-08-24Fix build with compiler from OS X 10.6 SDK (hopefully)Boris Dušek1-4/+4
2013-08-24Don't re-create Unicode and font functions for every text runKhaled Hosny1-2/+11
2013-08-24fdo#66715: Avoid compatibility decomposition with HarfBuzzKhaled Hosny1-0/+17
2013-08-21NSAppKitVersionNumber10_7 is not defined in SDK 10.6Norbert Thiebaud1-0/+5
2013-08-20Resolves: rhbz#998136 different index to gWidgetData vs NWEnsureGTKNotebookCaolán McNamara1-2/+2
2013-08-20Make VoiceOver announce paragraph alignmentBoris Dušek1-0/+15
2013-08-20fdo#67980 - VoiceOver does not inform about misspelled textBoris Dušek1-0/+25
2013-08-20Add XAccessibleTextMarkup to AquaA11yWrapperBoris Dušek2-0/+9
2013-08-20fdo#67957: Font name reported in AXFont always Times New RomanBoris Dušek3-4/+28
2013-08-20fdo#67680: Impossible to search for text attributes with VoiceOverBoris Dušek1-2/+2
2013-08-20Use NSAccessibilityActionDescription for action descriptionsBoris Dušek1-22/+1
2013-08-20Fix accessibility of text attributes on OS XBoris Dušek1-2/+2
2013-08-19fdo#39007: Brute force fix: Unlink a potential restorecount.plist fileTor Lillqvist2-0/+6
2013-08-15calculate outliers before apply min button sizeCaolán McNamara1-7/+13
2013-08-09Revert "fdo#54320: VoiceOver does not follow keyboard focus"Boris Dušek1-1/+1
2013-08-09fdo#67410: VoiceOver does not provide typing or cursor movement echo in textBoris Dušek1-0/+27
2013-08-08fdo#67660: Fix memory mismanagement crashTor Lillqvist1-2/+1
2013-08-04fdo#67235 adapt form control code to time nanosecond API changeLionel Elie Mamane1-32/+35