summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2013-10-11Prevent 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
2013-07-31Resolves: fdo#67378 merge the label into the disclosure buttonCaolán McNamara2-1/+33
2013-07-31fdo#66715: fontconfig: try harder to ignore duplicate fontsMichael Stahl1-14/+21
2013-07-30Related: fdo#66817 pressing space on a DisclosureButton should toggle itCaolán McNamara1-1/+1
2013-07-30fdo#54264: Fix multi-argument ApplicationEvent::TYPE_OPEN/PRINTStephan Bergmann2-17/+16
2013-07-29Avoid an unnecessary static initialisationTor Lillqvist1-3/+1
2013-07-29fdo#66006 Convert to PNG for JPEG that can't be losslessly rotatedTomaž Vajngerl1-30/+35
2013-07-29protect against past-the-end access of empty stringLionel Elie Mamane1-4/+4
2013-07-29Use the Win7 semantics of SHAddToRecentDocs when possibleJesús Corrius3-3/+65
2013-07-29Make AddToRecentDocumentList aware of the DocumentServiceFridrich Štrba12-16/+17
2013-07-28fdo#54320: VoiceOver does not follow keyboard focusBoris Dušek1-1/+1
2013-07-28fdo#67397: don't bother to create BlendFrame for width == 1 or height == 1Ivan Timofeev1-1/+1
2013-07-26fdo#67086 - clear device font list before re-fetching it.Michael Meeks1-18/+18
2013-07-26targetted clean of redundant header piece from 62badf3828Michael Meeks1-3/+0
2013-07-26Resolves: fdo#61544 improve handling of grid's not enough layout spaceCaolán McNamara1-12/+46
2013-07-25Resolves: fdo#63618 don't include border size twice in edit optimal sizeCaolán McNamara1-2/+8