summaryrefslogtreecommitdiff
path: root/vcl/aqua
AgeCommit message (Expand)AuthorFilesLines
2014-08-21fdo#39477: Mac Keyboard shortcut Option key ko in Customize dialogJulien Nabet1-1/+1
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 Lillqvist1-8/+17
2014-06-11WaE: 'NSCountWindows' is deprecated: first deprecated in OS X 10.6Tor Lillqvist1-7/+3
2014-06-10fdo#39944: Add DOCUMENT_* accessibility UNO rolesJacobo Aragunde Pérez1-0/+8
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-03-26WaE: unused variable 'aRet'Tor Lillqvist1-1/+0
2014-03-26WaE: unused variable 'aRefreshRect'Tor Lillqvist1-0/+2
2014-03-26WaE: format string is not a string literal (potentially insecure)Tor Lillqvist1-1/+1
2014-02-21fdo#74584: These tags should be lowercase for correct clipboard handling.Kohei Yoshida1-4/+4
2014-01-02fdo#39007: blind fix for renamed OS X restore-state fileMichael Meeks1-0/+1
2013-11-26Resolves: fdo#41169 fix MacOSX non-Latin keyboard layout with Latin shortcutsCaolán McNamara1-0/+37
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-6/+6
2013-11-19remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin1-6/+6
2013-11-14remove unnecessary sal_Unicode casts in VCL moduleNoel Grandin2-12/+12
2013-11-13fdo#68174: Default to large icons on OSX too, regardless of the DPI.Jan Holesovsky1-1/+1
2013-11-10fdo#71321: We should not actually use the delta-is-pixels concept on OS XTor Lillqvist1-1/+1
2013-11-07remove unnecessary use of OUString constructor in VCL moduleNoel Grandin1-2/+2
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin1-1/+1
2013-10-28fixincludeguards.sh: vclThomas Arnhold32-87/+87
2013-10-22aqua String remnantsCaolán McNamara3-16/+16
2013-10-22sneaky macosx StringsCaolán McNamara1-2/+2
2013-10-21String -> OUStringStephan Bergmann1-1/+6
2013-10-21Remove GetKernPairs() with no implementationKhaled Hosny1-7/+0
2013-10-16cleanupThomas Arnhold1-4/+0
2013-09-27Related: fdo#38838 remove UniString::SearchBackwardCaolán McNamara1-6/+6
2013-09-06Fix misspelled text with VoiceOver on 10.9Boris Dušek1-0/+1
2013-08-24Fix a11y logging with 10.6 SDKBoris Dušek1-3/+3
2013-08-22The AppleRemote code is blocked by sandboxing so bypass it in that caseTor Lillqvist3-3/+12
2013-08-21Fix build with compiler from OS X 10.6 SDK (hopefully)Boris Dušek1-4/+4
2013-08-21WaE: 'valueOf' is deprecatedTor Lillqvist1-1/+1
2013-08-19fdo#39007: Brute force fix: Unlink a potential restorecount.plist fileTor Lillqvist1-0/+2
2013-08-18Use subfolder names from <config_folders.h>Tor Lillqvist1-1/+3
2013-08-16Fix build breakage for 64-bit where NSPoint == CGPointTor Lillqvist1-0/+6
2013-08-12Make VoiceOver announce paragraph alignmentBoris Dušek1-0/+15
2013-08-12fdo#67980 - VoiceOver does not inform about misspelled textBoris Dušek1-0/+25
2013-08-12Add XAccessibleTextMarkup to AquaA11yWrapperBoris Dušek1-0/+6
2013-08-12Refactoring: remove 3 unneeded ivarsBoris Dušek2-63/+82
2013-08-12fdo#67957: Font name reported in AXFont always Times New RomanBoris Dušek2-4/+25
2013-08-10fdo#67680: Impossible to search for text attributes with VoiceOverBoris Dušek1-2/+2
2013-08-10Transform left SAL_DEBUG output to SAL_INFOBoris Dušek1-20/+13
2013-08-07Use NSAccessibilityActionDescription for action descriptionsBoris Dušek1-22/+1
2013-08-07Fix accessibility of text attributes on OS XBoris Dušek1-2/+2
2013-08-07Add debugging output for OS X accessibilityBoris Dušek1-0/+29