Age | Commit message (Expand) | Author |
2015-05-26 | tdf#91426 - fix DX canvas - missed by VclPtr / Clang plugin. | Michael Meeks |
2015-05-25 | callcatcher: update unused code | Caolán McNamara |
2015-05-20 | convert ANTIALIASING constants to scoped enum | Noel Grandin |
2015-05-20 | convert DRAWMODE constants to scoped enum | Noel Grandin |
2015-05-08 | std::ptr_fun became deprecated since C++11 | Takeshi Abe |
2015-05-07 | simplify code by replacing std::find_if with std::any_of/std::none_of | Takeshi Abe |
2015-05-06 | convert BMP_MIRROR constants to scoped enum | Noel Grandin |
2015-05-06 | convert BMP_SCALE constant to scoped enum | Noel Grandin |
2015-05-06 | convert CONFIG_MODE constants to scoped enum | Noel Grandin |
2015-04-30 | Get rid of the initial :: for the vcl namespace | Tor Lillqvist |
2015-04-28 | Merge remote-tracking branch 'origin/feature/vclptr' | Michael Meeks |
2015-04-27 | More loplugin:simplifybool | Stephan Bergmann |
2015-04-24 | loplugin:simplifybool | Stephan Bergmann |
2015-04-23 | Improved loplugin:literaltoboolconversion looking into cond. exprs. | Stephan Bergmann |
2015-04-22 | SpriteDeviceHelper::createBuffers unused and does nothing | Caolán McNamara |
2015-04-17 | Windows compilation fix in DX canvas. | Michael Meeks |
2015-04-16 | formula & canvas: convert new to ::Create to get initial ref-counting right. | Michael Meeks |
2015-04-14 | More missing lifecycle pieces. | Michael Meeks |
2015-04-10 | Automated conversion of VclPtr construction to use Instance template. | Michael Meeks |
2015-04-10 | calling delete on VclPtr | Noel Grandin |
2015-04-10 | wrap more stuff in VclPtr | Noel Grandin |
2015-04-10 | Convert last vestiges of OutputDevice* and VirtualDevice* members. | Michael Meeks |
2015-04-10 | Move OutputDevice members to VclPtr: dbaccess, canvas. | Michael Meeks |
2015-04-10 | Fix OutputDevice members / stack allocation: chart, canvas, cui. | Michael Meeks |
2015-04-10 | Fix OutputDevice members / stack allocation. | Michael Meeks |
2015-04-10 | Unwind VCLObject bits for OutputDevice derivatives. | Michael Meeks |
2015-04-10 | start wrapping OutputDevice in VclPtr | Noel Grandin |
2015-04-08 | A UNO Any can't contain an Any | Stephan Bergmann |
2015-04-02 | loplugin:staticmethods | Noel Grandin |
2015-03-28 | Clean up C-style casts from pointers to void | Stephan Bergmann |
2015-03-26 | const_cast: convert some C-style casts and remove some redundant ones | Stephan Bergmann |
2015-03-23 | More Windows define whack-a-mole | Stephan Bergmann |
2015-03-23 | move cairo helpers to vcl and make per-plug | Caolán McNamara |
2015-03-19 | move ucs4toindex | Caolán McNamara |
2015-03-19 | reorganize resizing surfaces logic | Caolán McNamara |
2015-03-19 | loplugin:constantfunction: canvas | Noel Grandin |
2015-03-19 | move the cairo resize hack into vcl | Caolán McNamara |
2015-03-18 | revert work in progress | Caolán McNamara |
2015-03-18 | more thinking | Caolán McNamara |
2015-03-18 | thinking | Caolán McNamara |
2015-03-18 | move the cairo resize hack into vcl | Caolán McNamara |
2015-03-18 | we don't need any xlib things here, but we do need freetype support | Caolán McNamara |
2015-03-18 | move IsCairoWorking to vclplug level and rename | Caolán McNamara |
2015-03-18 | OpenOffice.org->LibreOffice | Caolán McNamara |
2015-03-13 | tdf#43157: Fix format string violations in OSL_TRACE etc. | Stephan Bergmann |
2015-03-13 | tdf#43157: Fix format string violations in OSL_TRACE etc. | Stephan Bergmann |
2015-03-11 | presumably this Commit->ImplCommit is the right build fix | Caolán McNamara |
2015-03-11 | Clean up previous commit | Stephan Bergmann |
2015-03-11 | canvas: use constructor syntax in canvas.component | Chris Sherlock |
2015-03-11 | V668 no sense in testing the result of new against null | Caolán McNamara |