summaryrefslogtreecommitdiff
path: root/vcl/osx
AgeCommit message (Expand)AuthorFilesLines
2019-01-01tdf#121855 like osx case don't search near-infinite calc grid for focusCaolán McNamara1-1/+1
2018-05-30tdf#117872: Revert "tdf#115284: Unify LibreOffice and system full-screen..."Tor Lillqvist3-53/+101
2018-05-30tdf#117850: Just call _Exit() in our applicationWillTerminate:Tor Lillqvist1-0/+3
2018-05-24tdf#77444: Follow-up fix: Guard against GetSalData()->mpInstance being nullTor Lillqvist1-4/+8
2018-05-24tdf#115284: Unify LibreOffice and system full-screen concepts on macOSTor Lillqvist3-95/+53
2018-05-22tdf#77444: Call TriggerUserEventProcessing() in a few key placesTor Lillqvist1-0/+8
2018-04-23weld SfxPrintOptionsDialogCaolán McNamara1-1/+1
2018-04-17remove ImpBitmapNoel Grandin1-5/+4
2018-04-16tdf#117033 - Tooltips show the wrong symbol for MOD3 combinationsheiko tietze1-6/+6
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann2-2/+2
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin2-2/+2
2018-03-26replace SalColor with ColorNoel Grandin2-4/+4
2018-03-17Typos concerning hierarchyJulien Nabet1-1/+1
2018-03-16Simplify codeStephan Bergmann1-2/+2
2018-03-13vcl: race in OSX SalYieldMutex::doReleaseMichael Stahl1-1/+3
2018-03-13Use a Unicode ellipsis character when a menu item ends with three dotsTor Lillqvist1-0/+3
2018-03-02drop old tools/gen methods in vclNoel Grandin3-27/+33
2018-02-28convert COL_ constants to be of type ColorNoel Grandin1-1/+1
2018-02-23tdf#103571: Avoid spurious heavy SalEvent::DisplayChanged callbacksTor Lillqvist1-16/+50
2018-02-22tdf#103690: Set up notifications only after VCL has been initialisedTor Lillqvist1-0/+3
2018-02-08tdf#100784 macOS: Don't attempt to handle shortcuts via the menubarMaxim Monastirsky1-1/+2
2018-02-02Replace some front/pop_front by for-range loops+clearJulien Nabet1-4/+3
2018-01-24loplugin:unused-returns in vclNoel Grandin1-5/+3
2018-01-23tdf#112153: Set button theme properlyTelesto1-1/+1
2018-01-23tdf#114985: Tell NSWindow to never use automatic window tabbingTelesto1-0/+5
2018-01-22tdf#109062 restore osx scrollwheel logicCaolán McNamara1-9/+12
2018-01-20More loplugin:cstylecast on macOSStephan Bergmann21-68/+68
2018-01-19loplugin:redundantcast (after loplugin:cstylecast, macOS)Stephan Bergmann2-3/+3
2018-01-19vcl osx: fix decimal separator key when localizedWard van Wanrooij1-3/+7
2018-01-05Fix typosAndrea Gelmini1-1/+1
2017-12-16sal_uLong->SalPrinterError in SalPrinterNoel Grandin1-10/+0
2017-12-15loplugin:salcall (macOS)Stephan Bergmann4-4/+4
2017-11-23loplugin:unnecessaryparenStephan Bergmann1-4/+4
2017-11-23loplugin:simplifyboolStephan Bergmann1-1/+1
2017-11-16vcl: StyleSettings - start to unwind code duplication.Michael Meeks1-15/+4
2017-11-13Apparent fix for what seems like a copy-paste error by me in 2014Tor Lillqvist1-1/+1
2017-11-13MACOSX_SDK_VERSION is always at least 1090Tor Lillqvist2-17/+0
2017-11-11vcl: StyleSettings - start to unwind code duplication.Michael Meeks1-4/+3
2017-11-09Avoid races when using OSX_RUNINMAIN_MEMBERSStephan Bergmann1-18/+35
2017-10-31ReleaseYieldMutex is always called with trueNoel Grandin1-2/+2
2017-10-26tdf#109343 Fix paste as .RTF on MacXisco Fauli1-1/+1
2017-10-24loplugin:includeform: vcl (macOS)Stephan Bergmann71-210/+210
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-1/+1
2017-10-20WIN message handling cleanup and refactoringJan-Marek Glogowski1-1/+1
2017-10-20OSX implement direct timeout processingJan-Marek Glogowski2-9/+27
2017-10-17Fix typoAndrea Gelmini1-1/+1
2017-10-16tdf#112076 OSX post timeout after shouldCloseWindowJan-Marek Glogowski2-0/+11
2017-10-04Convert tick-based timer events to versioned onesJan-Marek Glogowski1-12/+10
2017-10-04loplugin:redundantcastStephan Bergmann2-3/+3
2017-09-29OSX rename mpFirstInstance to mpInstanceJan-Marek Glogowski8-31/+31