summaryrefslogtreecommitdiffstats
path: root/canvas
Commit message (Expand)AuthorAgeFilesLines
* tdf#94006 - need an explicit dispose for GLContext's SystemChildWindow.Michael Meeks2015-09-181-1/+1
* tdf#94006 - re-factor and fix OpenGLContext mis-use.Michael Meeks2015-09-182-17/+18
* tdf#93870 - GL accel. via VCL canvas for presentations when GL enabled.Michael Meeks2015-09-184-0/+14
* tdf#91574 - ensure we get paint events to render directx presenter console.Michael Meeks2015-08-061-1/+0
* tdf#91574: SLIDESHOW: crash when second monitor connectedJulien Nabet2015-08-061-1/+1
* tdf#91574 fix presenter console not displayedChristian Lohmaier2015-08-061-1/+1
* tdf#91426 - fix DX canvas - missed by VclPtr / Clang plugin.Michael Meeks2015-05-281-7/+6
* convert ANTIALIASING constants to scoped enumNoel Grandin2015-05-208-31/+31
* convert DRAWMODE constants to scoped enumNoel Grandin2015-05-202-5/+5
* std::ptr_fun became deprecated since C++11Takeshi Abe2015-05-081-4/+4
* simplify code by replacing std::find_if with std::any_of/std::none_ofTakeshi Abe2015-05-072-8/+8
* convert BMP_MIRROR constants to scoped enumNoel Grandin2015-05-061-2/+2
* convert BMP_SCALE constant to scoped enumNoel Grandin2015-05-062-2/+2
* convert CONFIG_MODE constants to scoped enumNoel Grandin2015-05-061-1/+1
* Get rid of the initial :: for the vcl namespaceTor Lillqvist2015-04-3013-46/+46
* Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks2015-04-2821-59/+81
|\
| * Windows compilation fix in DX canvas.Michael Meeks2015-04-172-2/+7
| * formula & canvas: convert new to ::Create to get initial ref-counting right.Michael Meeks2015-04-163-4/+5
| * More missing lifecycle pieces.Michael Meeks2015-04-141-2/+2
| * Automated conversion of VclPtr construction to use Instance template.Michael Meeks2015-04-105-7/+7
| * calling delete on VclPtrNoel Grandin2015-04-101-2/+1
| * wrap more stuff in VclPtrNoel Grandin2015-04-101-1/+1
| * Convert last vestiges of OutputDevice* and VirtualDevice* members.Michael Meeks2015-04-101-1/+1
| * Move OutputDevice members to VclPtr: dbaccess, canvas.Michael Meeks2015-04-106-8/+10
| * Fix OutputDevice members / stack allocation: chart, canvas, cui.Michael Meeks2015-04-105-34/+34
| * Fix OutputDevice members / stack allocation.Michael Meeks2015-04-102-3/+3
| * Unwind VCLObject bits for OutputDevice derivatives.Michael Meeks2015-04-104-4/+19
| * start wrapping OutputDevice in VclPtrNoel Grandin2015-04-102-2/+2
* | More loplugin:simplifyboolStephan Bergmann2015-04-273-4/+4
* | loplugin:simplifyboolStephan Bergmann2015-04-245-5/+5
* | Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann2015-04-232-2/+2
* | SpriteDeviceHelper::createBuffers unused and does nothingCaolán McNamara2015-04-224-18/+0
|/
* A UNO Any can't contain an AnyStephan Bergmann2015-04-081-1/+1
* loplugin:staticmethodsNoel Grandin2015-04-022-2/+2
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-282-2/+2
* const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2015-03-261-2/+2
* More Windows define whack-a-moleStephan Bergmann2015-03-231-1/+2
* move cairo helpers to vcl and make per-plugCaolán McNamara2015-03-2330-1475/+61
* move ucs4toindexCaolán McNamara2015-03-193-41/+42
* reorganize resizing surfaces logicCaolán McNamara2015-03-198-46/+14
* loplugin:constantfunction: canvasNoel Grandin2015-03-1919-232/+0
* move the cairo resize hack into vclCaolán McNamara2015-03-191-6/+6
* revert work in progressCaolán McNamara2015-03-183-123/+14
* more thinkingCaolán McNamara2015-03-182-0/+5
* thinkingCaolán McNamara2015-03-182-8/+112
* move the cairo resize hack into vclCaolán McNamara2015-03-181-6/+6
* we don't need any xlib things here, but we do need freetype supportCaolán McNamara2015-03-181-3/+2
* move IsCairoWorking to vclplug level and renameCaolán McNamara2015-03-186-35/+5
* OpenOffice.org->LibreOfficeCaolán McNamara2015-03-183-3/+3
* tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann2015-03-133-3/+9