summaryrefslogtreecommitdiff
path: root/vcl/aqua
AgeCommit message (Expand)AuthorFilesLines
2013-09-06Fix misspelled text with VoiceOver on 10.9Boris Dušek1-0/+1
2013-08-24Fix build with compiler from OS X 10.6 SDK (hopefully)Boris Dušek1-4/+4
2013-08-21NSAppKitVersionNumber10_7 is not defined in SDK 10.6Norbert Thiebaud1-0/+5
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šek1-0/+6
2013-08-20fdo#67957: Font name reported in AXFont always Times New RomanBoris Dušek2-4/+25
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 Lillqvist1-0/+2
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-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-29Make AddToRecentDocumentList aware of the DocumentServiceFridrich Štrba1-1/+1
2013-07-28fdo#54320: VoiceOver does not follow keyboard focusBoris Dušek1-1/+1
2013-07-25fdo#46271: No arrows in scrollbars in OS X 10.7 and laterTor Lillqvist1-9/+54
2013-07-10fdo#66718: Revert "fdo#46808, Adapt SystemClipboard UNO service to new style"Stephan Bergmann2-4/+4
2013-06-28fdo#31525 Dialogues now have an appropriate background in OSXJason Hulme1-1/+1
2013-06-28fdo#50506, incomplete indent markers in Mac rulersKhaled Hosny1-0/+1
2013-06-20Drop "CJK extra leading" crackKhaled Hosny1-42/+0
2013-06-18fdo#63547: Fix wheel/trackpad scrolling on OS X: Single char copy/paste errorTor Lillqvist1-1/+1
2013-06-16Get rid of SalLayout::GetFallbackFontData()Khaled Hosny1-17/+5
2013-05-27Add mouse rollover effect to menubar on KDE and WindowsIsamu Mogi1-0/+1
2013-05-14Fix return type of SalYieldMutex::tryToAcquire() to match declarationTor Lillqvist1-3/+3
2013-05-14SolarMutex does not belong into the URE interfaceStephan Bergmann2-6/+6
2013-05-10protect SalFrameView's isOpaque() method by an isAlive() checkHerbert Dürr1-1/+7
2013-05-10Related: #i112873# check native widget's control value type...Herbert Dürr1-5/+2
2013-04-19remove unused component_canUnload functionsMatúš Kukan3-3/+0
2013-04-19fdo#31082 cursor visible during impress presentationjorendc1-0/+1
2013-04-15AquaA11yTextAttributesWrapper: trigraphs confuse llvm-g++ 4.2.1Michael Stahl1-1/+1
2013-04-10fix the A11Y text attribute color in AquaHerbert Dürr1-21/+22
2013-04-09Related: fdo#62287 make it impossible to use a dead AquaSalFrameCaolán McNamara1-2/+8
2013-04-09Related: #i120237# cache the updated frame reference in AquaSalGraphicsHerbert Dürr1-1/+8
2013-04-09Resolves: #i120237# workaround a crash on OSX...Herbert Dürr1-3/+4
2013-04-08GetGlyphOutlines is unusedTor Lillqvist1-2/+0
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák19-135/+125
2013-04-07Drop workarounds for Mac OS X SDKs 10.4 and 10.5Tor Lillqvist2-28/+0
2013-04-07Add comments to some questionable codeTor Lillqvist1-1/+14
2013-04-07Log the ImplLayoutArgs parameter in AdjustLayout().Tor Lillqvist1-5/+7
2013-04-03fdo#58807 bring Beep() for basic backThomas Arnhold1-0/+7
2013-03-27Need <vcl/syswin.hxx> for WINDOWSTATE_*Tor Lillqvist1-0/+1
2013-03-27No need for two sets of names for the same exttextinput flag bitsTor Lillqvist1-4/+4
2013-03-27No need for two sets of names for the same frame/window state bitsTor Lillqvist1-16/+16
2013-03-26(author=pl) fix for transporting OOo types through OSX system clipboardHerbert Dürr2-6/+58
2013-03-25vcl: fix typoMichael Stahl1-1/+1
2013-03-25Introduce HAVE_GCC_PRAGMA_DIAGNOSTIC_{MODIFY,SCOPE}Stephan Bergmann5-32/+12
2013-03-22blind try to fix MacOs buildingJulien Nabet1-1/+1
2013-03-22get rid of two-argument compareToAsciiChristian Lohmaier1-1/+1