summaryrefslogtreecommitdiff
path: root/include/vcl
AgeCommit message (Expand)AuthorFilesLines
2016-01-07vcl: opengl - Kill the last glErrors on common paths.Michael Meeks1-0/+5
2015-12-15gtk3+wayland: enable manual movement of toolbarsCaolán McNamara1-1/+2
2015-12-14tdf#95813: Don't cache CTRL_LISTNODE (disclosure control)Tor Lillqvist1-0/+1
2015-12-14vcl: use a custom tag for VCL OpenGLContext's to avoid re-use.Michael Meeks1-0/+5
2015-12-12opengl: Add Geometry Shader support to OpenGLHelperEmmanuel Gil Peyrot1-1/+4
2015-12-11tdf#85767 Enable rotated/flipped icons in the SidebarSamuel Mehrbrodt5-49/+116
2015-12-07last arg of SetOutputSizePixelScaleOffsetAndBuffer no longer usedCaolán McNamara1-4/+2
2015-12-02valgrind: scary warning that the cairo font options were deleted before useCaolán McNamara1-3/+0
2015-11-27mutex used in post-main dtorCaolán McNamara1-0/+2
2015-11-26vcl: reduce pointless timer / scheduler / idle includes.Michael Meeks3-8/+6
2015-11-26vcl: fix event processing to idle - for JUnit tests.Michael Meeks1-2/+4
2015-11-26vcl: cleanup scheduler debug name usage.Michael Meeks1-0/+1
2015-11-26vcl: move private impl. detail of Scheduler out of global header.Michael Meeks1-13/+2
2015-11-26vcl: don't treat non-ready timers as idle handlers.Michael Meeks3-4/+13
2015-11-24vcl: re-introduce idle handling.Michael Meeks1-1/+1
2015-11-24vcl: reduce maximum timeout to some sensible range.Michael Meeks1-1/+1
2015-11-24vcl: remove UpdateStack concept.Michael Meeks1-1/+0
2015-11-24Vcl Toolbox: Move Impl and local defines out of header filesSamuel Mehrbrodt1-86/+0
2015-11-24Replace return boolean from DoYield with pleasant enumeration.Michael Meeks1-1/+3
2015-11-24Vcl: Cleanup ToolboxSamuel Mehrbrodt1-43/+91
2015-11-23VirtualDevices either match another device depth, or are 1 bitCaolán McNamara2-18/+26
2015-11-23establish that Virtual Devices either match Physical Device depth or ...Caolán McNamara2-7/+11
2015-11-23vcl: simplify Image internalsTomaž Vajngerl1-0/+4
2015-11-23vcl: add colorizeImage to BitmapProcessorTomaž Vajngerl1-0/+1
2015-11-23vcl: Bitmap processor to create a disabled imageTomaž Vajngerl1-0/+1
2015-11-23remove unused constructor parameterTomaž Vajngerl1-3/+2
2015-11-23Update-check, expand to allow reporting of H/W and OS versions.Michael Meeks1-0/+5
2015-11-20Revert "vcl: Initial NotebookBar implementation."Samuel Mehrbrodt1-3/+0
2015-11-20loplugin:sallogareasStephan Bergmann1-4/+4
2015-11-20tdf#95938 Toolbar context menu has no commandsSamuel Mehrbrodt1-1/+1
2015-11-19Toolbar: Add 'Save As' to 'Save' dropdownSamuel Mehrbrodt1-0/+5
2015-11-19Add OpenGLContext::UseNoProgram()Tor Lillqvist1-0/+1
2015-11-19move translating a command name to image name out of frameworkTomaž Vajngerl1-0/+64
2015-11-18SystemMenuData::nSize is never readStephan Bergmann1-1/+0
2015-11-18Revert "ToolBox: Remove unused methods"Maxim Monastirsky1-0/+3
2015-11-18vcl::ITiledRenderable::initializeForTiledRendering: support init. argumentsMiklos Vajna1-1/+1
2015-11-18ToolBox: Remove unused methodsSamuel Mehrbrodt1-3/+0
2015-11-18Indentation fixesSamuel Mehrbrodt1-19/+19
2015-11-17loplugin:unnecessaryvirtualNoel Grandin2-2/+0
2015-11-17other #includes should be AFTER the include-once #defineNoel Grandin1-2/+2
2015-11-17tdf#95845 Add methods for menu labels to CommandInfoProviderSamuel Mehrbrodt1-0/+8
2015-11-17tdf#95845 Use CommandInfoProvider to receive command propertiesSamuel Mehrbrodt1-0/+4
2015-11-17use unique_ptr for pImpl in vcl,vbahelper,uuiNoel Grandin1-3/+4
2015-11-16If SAL_WARN() does nothing, no point in CHECK_GL_ERROR() eitherTor Lillqvist1-0/+4
2015-11-16opengl: remove unused mbPixmap & glPix members.Michael Meeks1-5/+0
2015-11-16Move functionality to retrieve command image to CommandInfoProviderSamuel Mehrbrodt1-1/+7
2015-11-16Move CommandInfoProvider to vcl and use it from thereSamuel Mehrbrodt1-0/+114
2015-11-16use cairo-compatible top-down direction virtual devices everywhereCaolán McNamara1-6/+4
2015-11-13slideshow: cleanup main-loop usage, post-yield listeners, etc.Michael Meeks1-66/+0
2015-11-13tdf#90372: Make VclScrolledWindow candidate for tabstoppingKatarina Behrens1-1/+1