Age | Commit message (Expand) | Author |
2019-04-30 | improve loplugin:stringconstant | Noel Grandin |
2018-10-31 | loplugin:useuniqueptr in DeletePrinterQueueInfo | Noel Grandin |
2018-10-09 | Extend loplugin:redundantinline to catch inline functions w/o external linkage | Stephan Bergmann |
2018-09-17 | New loplugin:external | Stephan Bergmann |
2018-08-29 | replace rtl_allocateMemory with std::malloc | Noel Grandin |
2018-06-09 | rename SalPrinterQueueInfo::mpSysData to mpPortName | Noel Grandin |
2018-06-09 | hold and return SalPrinter with std::unique_ptr | Noel Grandin |
2018-04-23 | weld SfxPrintOptionsDialog | Caolán McNamara |
2018-01-28 | Modernize a bit vcl (part1) | Julien Nabet |
2018-01-12 | More loplugin:cstylecast: vcl | Stephan Bergmann |
2017-10-23 | loplugin:includeform: vcl | Stephan Bergmann |
2017-09-28 | Unify SalUserEvent handling | Jan-Marek Glogowski |
2017-09-11 | Translate German comments/debug strings (leftovers in dirs vbahelper and vcl) | Johnny_M |
2017-09-02 | Replace lists by vectors printer part (vcl) | Julien Nabet |
2017-05-02 | printerinfomanager.hxx can be moved into vcl | Caolán McNamara |
2017-03-22 | loplugin:redundantcast find redundant c-style enum casts | Noel Grandin |
2017-03-10 | The previous commit wasn't really thought through | Stephan Bergmann |
2017-03-10 | loplugin:loopvartoosmall | Stephan Bergmann |
2017-02-21 | loplugin:subtlezeroinit: vcl | Stephan Bergmann |
2016-09-05 | convert DuplexMode to scoped enum | Noel Grandin |
2016-09-05 | convert Orientation to scoped enum | Noel Grandin |
2016-06-24 | tdf#62525 vcl: use cow_wrapper for jobset | Xisco Fauli |
2016-05-10 | Convert SAL_EVENT to scoped enum | Noel Grandin |
2016-03-27 | Revert "vcl: two printing headers should be private Unix headers" | Julien Nabet |
2016-03-28 | vcl: two printing headers should be private Unix headers | Chris Sherlock |
2016-02-13 | vcl: include vcl headers via triangular brackets instead of quotes | Chris Sherlock |
2016-01-11 | vcl: move vcl/generic/print files to vcl/unx/generic/print | Chris Sherlock |
2015-12-27 | sal_uIntPtr to sal_uInt32, int to sal_uInt32/sal_uInt64 | Matteo Casalin |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann |
2015-03-28 | Clean up C-style casts from pointers to void | Stephan Bergmann |
2014-04-08 | Clean up function declarations and some unused functions | Stephan Bergmann |
2014-04-02 | Kill superfluous vertical whitespace | Tor Lillqvist |
2014-02-26 | Removed unnecessary comment decorations from VCL sources | Chris Sherlock |
2014-02-21 | vcl: sal_Bool -> bool | Stephan Bergmann |
2013-08-12 | convert String to OUString in VCL | Noel Grandin |
2013-08-12 | convert vcl/ppdparser.hxx from String to OUString | Noel Grandin |
2013-03-11 | use startsWith() instead of compareToAscii() | Thomas Arnhold |
2012-12-20 | vcl/headless: remove rtl namespace prefix from OUstring methods | Riccardo Magliocchetti |
2012-11-06 | re-base on ALv2 code. Includes (at least) relevant parts of: | Michael Meeks |
2012-06-02 | targeted string re-work | Norbert Thiebaud |
2012-03-14 | Remove SO52 strict compatibility stuff | Christina Rossmanith |
2012-02-21 | Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("...")) | Takeshi Abe |
2012-01-05 | Replace (Byte)String with rtl::O(U)String | Christina Rossmanith |
2011-11-27 | remove include of pch header from vcl | Norbert Thiebaud |
2011-11-21 | Convert Sal to rtl::O(U)String | David Tardon |
2011-11-04 | add missing includes | David Tardon |
2011-11-03 | Cleanup basebmp a little | Joseph Powers |
2011-10-25 | generic: share the PspGraphics code between gtk/unx and svp | Michael Meeks |
2011-10-25 | misc cross-platform dependency / build issue redux | Michael Meeks |
2011-10-25 | headless: move backend to top-level, and enable for all platforms | Michael Meeks |