Age | Commit message (Expand) | Author |
2018-11-08 | Bin some leftover and actually unnecessary iOS crack in vcl | Tor Lillqvist |
2018-10-31 | loplugin:useuniqueptr in DeletePrinterQueueInfo | Noel Grandin |
2018-10-08 | Define a dummy GlyphCache class here for now | Tor Lillqvist |
2018-10-02 | Unify sal plugin loaders | Jan-Marek Glogowski |
2018-08-27 | Fix iOS build after f05f4e042ca6ac8ae7f1d1e8e6bfb4cbba17a044 | Tor Lillqvist |
2018-06-09 | hold and return SalPrinter with std::unique_ptr | Noel Grandin |
2018-03-05 | vcl, make ios/dummies compile | jan Iversen |
2018-02-26 | vcl: fix hangs in SvpSalInstance | Michael Stahl |
2017-11-11 | Replace list by vector for ShowNativeDialog (vcl) | Julien Nabet |
2017-10-31 | ReleaseYieldMutex is always called with true | Noel Grandin |
2017-10-10 | iOS, solve missing vcl references | jan Iversen |
2017-09-19 | rename SalGenericData to GenericUnixSalData | Noel Grandin |
2017-09-19 | Unify SolarMutex implementations | Jan-Marek Glogowski |
2017-08-08 | loplugin:constantparam | Noel Grandin |
2017-05-03 | iOS remove unused parameter | jan Iversen |
2017-04-28 | iOS, fixed build breaker. | jan Iversen |
2017-04-03 | iOS update for Rectangle | jan Iversen |
2016-10-05 | InfoFont/Color is not used by vcl now | Caolán McNamara |
2016-08-17 | Massage ifdefs etc for iOS to avoid undefineds | Tor Lillqvist |
2016-08-10 | gendata.hxx has moved | Tor Lillqvist |
2016-02-01 | Resolves: tdf#93821 assume mbNoSaveBackground as true everywhere | Caolán McNamara |
2016-01-20 | replace use of basebmp in vcl entirely now | Caolán McNamara |
2016-01-08 | cppcheck: noExplicitConstructor | Caolán McNamara |
2015-12-16 | SvpSalFrame ctor parameter list has changed | Tor Lillqvist |
2015-10-12 | Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code | Stephan Bergmann |
2015-10-07 | Make this compile for iOS again | Tor Lillqvist |
2015-10-05 | convert SAL_FRAME_STYLE to scoped enum | Noel Grandin |
2015-06-04 | convert basebmp::Format to scoped enum | Noel Grandin |
2015-04-28 | allow a different notebook tab font than the rest of the ui | Caolán McNamara |
2015-03-24 | Kill dead <touch/touch.h> API | Tor Lillqvist |
2015-01-07 | fdo#84938: convert VCL_INPUT_ #defines to 'enum class' | Noel Grandin |
2014-11-08 | These constants are now in the scoped enum MouseEventModifiers | Tor Lillqvist |
2014-10-18 | vcl/layout.hxx was included twice | Andras Timar |
2014-09-18 | use vcl::Font | Noel Grandin |
2014-08-18 | Bin "temporary" code that doesn't compile any longer | Tor Lillqvist |
2014-08-18 | ErrorBox->MessageDialog | Caolán McNamara |
2014-05-26 | No need for these fields for iOS | Tor Lillqvist |
2014-04-22 | With tiled rendering for iOS there is no need for a "frame buffer" | Tor Lillqvist |
2014-04-20 | cppcheck: Prefer prefix ++/-- operators for non-primitive types | Julien Nabet |
2014-04-10 | Kill the ImplSVGDIData::mbNoXORClipping flag | Tor Lillqvist |
2014-04-07 | For consistency, set the same "GDI" and "Win" flags for iOS as for OS X | Tor Lillqvist |
2014-04-02 | Kill superfluous vertical whitespace | Tor Lillqvist |
2014-02-28 | sal_Bool -> bool in mostly vcl module | Chris Sherlock |
2014-02-21 | Adapt vcl to various loplugin warnings on Mac OS X | Stephan Bergmann |
2014-02-20 | fix compilation of ios | tsahi glik |
2014-01-26 | Make sure ShowNativeDialog() shows something: Use NSLog() | Tor Lillqvist |
2013-12-15 | We already get AquaSalGraphics::CreateFontSubset from salgdicommon.cxx now | Tor Lillqvist |
2013-12-14 | iOS tiled rendering work | Tor Lillqvist |
2013-12-11 | Try to fix colour issues | Tor Lillqvist |
2013-11-15 | releasing the CGDataProvider to prevent possible memory leaks | Ptyl Dragon |