summaryrefslogtreecommitdiff
path: root/vcl/osx
AgeCommit message (Expand)AuthorFilesLines
2015-05-29convert constants in include/vcl/settings.hxx to scoped enumsNoel Grandin1-2/+2
2015-05-29convert POINTER constants to scoped enumNoel Grandin2-123/+122
2015-05-20error: assigning to 'PrintQueueFlags' from incompatible type 'int'David Tardon1-1/+1
2015-05-20convert DRAWMODE constants to scoped enumNoel Grandin1-2/+2
2015-05-17loplugin:cstylecastStephan Bergmann1-2/+2
2015-05-15gtk3: render native menubar and menubaritemsCaolán McNamara1-0/+1
2015-05-14convert INPUTCONTEXT_ constants to scoped enumNoel Grandin2-4/+4
2015-05-13fix OSX buildNoel Grandin1-1/+1
2015-05-13fix OSX build (take 3)Noel Grandin1-1/+1
2015-05-13fix OSX build (take 2)Noel Grandin1-2/+3
2015-05-13fix OSX buildNoel Grandin1-2/+2
2015-05-13convert FRAME_DRAW constants to scoped enumNoel Grandin1-3/+3
2015-05-11convert COMMAND_ constants to scoped enumNoel Grandin1-1/+1
2015-05-11invoke sal_detail_deinitialized() on MacOSX tooNorbert Thiebaud1-1/+7
2015-05-11loplugin:staticmethodsStephan Bergmann5-49/+46
2015-05-11Remove unused OSXTransferable::isUnicodeTextStephan Bergmann2-7/+0
2015-05-10tdf#44621: Fixed drag and drop in OSX 10.7+mmeof22-6/+16
2015-05-08loplugin:staticmethodsStephan Bergmann2-3/+4
2015-05-08loplugin:staticmethodsStephan Bergmann1-2/+2
2015-05-08loplugin:staticmethodsStephan Bergmann1-14/+18
2015-05-08convert MEDIA_COMMAND constants to scoped enumNoel Grandin1-11/+11
2015-05-08convert SHOWDIALOG_ID constants to scoped enumNoel Grandin1-6/+6
2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist1-1/+1
2015-04-28loplugin:vclwidgets (best guess)Stephan Bergmann1-11/+11
2015-04-28loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks2-2/+2
2015-04-28allow a different notebook tab font than the rest of the uiCaolán McNamara1-0/+1
2015-04-24loplugin:simplifyboolStephan Bergmann2-4/+4
2015-04-24Build and warning fixes, Mac, Win, Linux.Michael Meeks1-1/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-1/+1
2015-04-15tdf#71278 Revert both the previous cursor commit and the commit it fixedMatthew Francis1-13/+0
2015-04-15tdf#71278 Set an invisible cursor rather than hiding the cursorMatthew Francis1-1/+13
2015-04-10vclptr: switch printers away from boost_shared.Michael Meeks1-1/+1
2015-04-09Change tools::Time::GetSystemTicks to sal_uInt64Stephan Bergmann1-6/+6
2015-04-09NSAppKitVersionNumber is always greater than NSAppKitVersionNumber10_7Robert Antoni Buj Gelonch1-131/+4
2015-04-02loplugin:redundantcastStephan Bergmann3-5/+5
2015-04-02loplugin:staticmethodsNoel Grandin3-10/+10
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann3-7/+7
2015-03-30Introduce vcl::IsWindowSystemAvailable()Tor Lillqvist1-0/+11
2015-03-29loplugin:cstylecastStephan Bergmann1-2/+2
2015-03-27fix OSX build after my StandardButtonType changes - part2Noel Grandin1-3/+3
2015-03-27fix OSX build after my StandardButtonType changesNoel Grandin1-29/+33
2015-03-10Avoid calls on null mpSalTimer on OS XStephan Bergmann3-6/+12
2015-03-06Timer/Idle: adapted inherited funktionsTobias Madl2-4/+4
2015-03-06Idle: Removed VCL_IDLE_PRIORITY_ prefix of enumTobias Madl1-1/+1
2015-02-06fix mac buildCaolán McNamara1-1/+1
2015-02-05Remove uses of deprecated salhelper/refobj.hxxStephan Bergmann1-2/+0
2015-02-04make idle timers actually activate only when idleLuboš Luňák3-3/+6
2015-01-22Why is Objective C such an ill-specified mess?Stephan Bergmann2-2/+2
2015-01-22loplugin:cstylecast (MACOSX)Stephan Bergmann4-5/+10