summaryrefslogtreecommitdiff
path: root/include/vcl
AgeCommit message (Expand)Author
2014-11-16callcatcher: update unused codeCaolán McNamara
2014-11-16vcl: let the ModalDialog ctor take an OUStringMiklos Vajna
2014-11-16vcl: let the ModelessDialog ctor take an OUStringMiklos Vajna
2014-11-15vcl: let the Dialog ctor take an OUStringMiklos Vajna
2014-11-15TabDialog ctor: take an OUStringMiklos Vajna
2014-11-14vcl: remove more unnecessary headers from mapmod.hxxMichael Stahl
2014-11-14vcl: move the Impl class of MapMode ...uhm... out of the public header?Michael Stahl
2014-11-13vcl: Use scissor or stencil for clipping in OpenGL backendLouis-Francis Ratté-Boulianne
2014-11-13vcl: Use single-buffer rendering and only flush when necessaryLouis-Francis Ratté-Boulianne
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-11-11vcl: move OutputDevice::ImplDrawFrameDev() to WindowChris Sherlock
2014-11-11fdo#84938: replace HELPMODE_ constants with enumNoel Grandin
2014-11-11vcl: make ImplDrawOutDevDirect a protected function in OutputDeviceChris Sherlock
2014-11-11vcl: move OutputDevice::ImplGetFrameDev() to WindowChris Sherlock
2014-11-11vcl: tabify include/vcl/window.hxxChris Sherlock
2014-11-10vcl: cleanup the opengl selection API.Michael Meeks
2014-11-10vcl: add BitmapEx load from icon theme constructor.Michael Meeks
2014-11-10fix spelling implemenation -> implementationNoel Grandin
2014-11-10vcl: Initial work to have native widgets rendered with OpenGLLouis-Francis Ratté-Boulianne
2014-11-10use GLXPixmap for VirtualDeviceMarkus Mohrhard
2014-11-10split the OpenGLContext::ImplInit method into its platform partsMarkus Mohrhard
2014-11-10vcl: Get visual info for window from GLX when neededLouis-Francis Ratté-Boulianne
2014-11-10vcl: Add method to swap buffers after painting windowLouis-Francis Ratté-Boulianne
2014-11-10vcl: Add methods to get size of OpenGLSalGraphicsImplLouis-Francis Ratté-Boulianne
2014-11-10support rendering to memory device contexts on WindowsMarkus Mohrhard
2014-11-10init the OpenGL context in the windows backendMarkus Mohrhard
2014-11-10add possibility to check if system can run OpenGL VCL backendMarkus Mohrhard
2014-11-10first step at optional single buffered OpenGL renderingMarkus Mohrhard
2014-11-10make it possible to select the OpenGL rendering on windowsMarkus Mohrhard
2014-11-10remove unused functionMarkus Mohrhard
2014-11-10add a OpenGLContext::init for unix backendMarkus Mohrhard
2014-11-10split method in part related to windows and other stuffMarkus Mohrhard
2014-11-07fdo#84938: replace MOUSE_ modifier constants with enumNoel Grandin
2014-11-07Swapping Graphic is a privilage of GraphicObject.Zolnai Tamás
2014-11-07Avoid using null pointer as a special indicatorZolnai Tamás
2014-11-07vcl: split asserts in VclBuilder::get() for fdo#85939Chris Sherlock
2014-11-06rename KEY_MODTYPE to KEY_MODIFIERS_MASKNoel Grandin
2014-11-05idle: implement ProcessAllIdleHandlers.László Németh
2014-11-05Basic Idle handler implementationTobias Madl
2014-11-05vcl: renamed OutputDevice::PaintLineGeometryWithEvtlExpand()Chris Sherlock
2014-11-04coverity#1202743 bad bit shift operationDavid Tardon
2014-11-03vcl: Allow SalGraphics to draw gradients nativelyChris Sherlock
2014-11-03vcl: merge DrawPolyLineDirect() and drawPolyLineDirectNoAACheck()Chris Sherlock
2014-11-02vcl: Refactor OutputDevice::TryDrawPolyLineDirect()Chris Sherlock
2014-11-02revert the KeyCode assertsNoel Grandin
2014-11-02vcl: include variable names in definition of OutputDevice::DrawPolyLine()Chris Sherlock
2014-11-02vcl: rename OutputDevice::DrawPolyLineWithLineInfo() to drawPolyLine()Chris Sherlock
2014-11-01tools & vcl: move OutputDevice::ImplRotatePos() to Point::RotateAbout()Chris Sherlock
2014-11-01second attempt at fixing my assertsNoel Grandin
2014-11-01fix assert I added to KeyCodeNoel Grandin