Age | Commit message (Expand) | Author |
2019-03-17 | loplugin:typedefparam (macOS) | Stephan Bergmann |
2019-03-06 | remove some unnecessary typedef struct... sugar | Noel Grandin |
2019-02-27 | convert more Start timer methods from sal_uLong->sal_uInt64 | Noel Grandin |
2019-02-27 | make cursor images part of the theme | Noel Grandin |
2019-02-26 | sal_uIntPtr->sal_uInt32 inSalClipRegion::BeginSetClipRegion | Noel Grandin |
2019-02-21 | loplugin:indentation (macOS) | Stephan Bergmann |
2019-02-20 | tdf#123266 make cursors svg in 256x256px size | andreas kainz |
2019-02-13 | tdf#123266 make cursors svg ready for better resizing. | andreas kainz |
2019-02-10 | Converted mouse pointer from indexed color to RGB | Matthias Seidel |
2019-02-10 | Converted mouse pointer from grayscale to RGB | Matthias Seidel |
2019-02-08 | o3tl::make_unique -> std::make_unique in tools..xmloff | Gabor Kelemen |
2019-01-11 | OSX Re-Introduce NSApplicationMain usage | Jan-Marek Glogowski |
2019-01-07 | tdf#42949 Fix IWYU warnings in include/vcl/[v-x]* | Gabor Kelemen |
2018-12-29 | Initialize DragSource::mDragSourceHelper | Stephan Bergmann |
2018-12-13 | Use the non-deprecated NSEventMaskAny | Tor Lillqvist |
2018-12-13 | tdf#120342 OSX always lock SolarMutex in drawRect | Jan-Marek Glogowski |
2018-12-11 | Do as the docs say: Use the CGContext property instead of graphicsPort | Tor Lillqvist |
2018-12-11 | OSX implement bitmap-only rendering mode | Jan-Marek Glogowski |
2018-12-11 | OSX cleanup some AquaSalFrame code | Jan-Marek Glogowski |
2018-12-10 | tdf#42949 Fix IWYU warnings in include/vcl/s* | Gabor Kelemen |
2018-12-08 | Remove obsolete SAL_FALLTHROUGH completely | Stephan Bergmann |
2018-12-06 | loplugin:unnecessaryparen | Stephan Bergmann |
2018-12-04 | tdf#121855 like osx case don't search near-infinite calc grid for focus | Caolán McNamara |
2018-12-03 | tdf#42949 Fix IWYU warnings in include/vcl/[n-r]* | Gabor Kelemen |
2018-11-29 | Rename Mac OS X to official name macOS in comments and documentation | Bartosz Kosiorek |
2018-11-27 | tdf#114839: Drop ancient AquaBlinker crack | Tor Lillqvist |
2018-11-21 | tdf#42949 Fix IWYU warnings in include/vcl/[B-E]* | Gabor Kelemen |
2018-11-19 | tdf#42949 Fix IWYU warnings in include/vcl/[ab]* | Gabor Kelemen |
2018-11-18 | Fix build on macOS 10.11 | Alyssa Ross |
2018-11-03 | Still use 'graphicsPort', even if deprecated in macOS 10.14 | Stephan Bergmann |
2018-11-01 | loplugin:useuniqueptr in SalFrame::PostEvent | Noel Grandin |
2018-10-31 | loplugin:useuniqueptr in DeletePrinterQueueInfo | Noel Grandin |
2018-10-24 | remove more rtl::OUString and OString prefixes | Noel Grandin |
2018-10-21 | loplugin:redundantinline | Stephan Bergmann |
2018-10-14 | Simplify containers iterations in vcl | Arkadiy Illarionov |
2018-10-11 | -Werror,-Wdeprecated-declarations (--with-macosx-version-min-required=10.14) | Stephan Bergmann |
2018-10-04 | -Werror,-Wdeprecated-declarations (--with-macosx-version-min-required=10.14) | Stephan Bergmann |
2018-10-04 | loplugin:redundantcast | Stephan Bergmann |
2018-10-02 | Unify sal plugin loaders | Jan-Marek Glogowski |
2018-10-02 | Implement MacOSX VCL backend as plugin | Jan-Marek Glogowski |
2018-09-19 | std::shared_ptr in AquaSalInfoPrinter can be std::unique_ptr | Noel Grandin |
2018-09-18 | loplugin:external (macOS) | Stephan Bergmann |
2018-09-18 | Drop NSApplicationMain usage | Jan-Marek Glogowski |
2018-09-18 | Move yield mutex handling into SalInstance | Jan-Marek Glogowski |
2018-09-12 | Remove MACOSX_SDK_VERSION < 101200 code, which is dead | Stephan Bergmann |
2018-08-29 | replace rtl_allocateMemory with std::malloc | Noel Grandin |
2018-08-14 | tdf#116542 a11y: introduce STATIC role | Samuel Thibault |
2018-08-06 | Add missing sal/log.hxx headers | Gabor Kelemen |
2018-07-31 | Add missing sal/log.hxx headers | Gabor Kelemen |
2018-06-27 | tdf#53282: Leave (our own) full-screen mode when the AquaSalFrame is dying | Tor Lillqvist |