summaryrefslogtreecommitdiff
path: root/include/vcl
AgeCommit message (Expand)Author
2015-08-21sal_uLong to size_tMatteo Casalin
2015-08-21ColorMask: sal_uLong to better types, minor code reworkMatteo Casalin
2015-08-21sal_uLong to sal_uInt16 as return type of BitmapColor::GetColorErrorMatteo Casalin
2015-08-21There's no need to loop backward, in the endMatteo Casalin
2015-08-21Bail-out early and rework loops to use correct unsigned typeMatteo Casalin
2015-08-21Improve readability (minor code modification, formatting)Matteo Casalin
2015-08-19vcl: kill 'special member functions' the compiler generatesThorsten Behrens
2015-08-17tdf#93482 vcl rendercontext: add Window::RequestDoubleBuffering()Miklos Vajna
2015-08-17make Control::ImplCallEventListenersAndHandler take a lambdaNoel Grandin
2015-08-17Put Line under tools namespaceNorbert Thiebaud
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud
2015-08-16sal_uLong to sal_Int32/longMatteo Casalin
2015-08-16sal_uLong to sal_uInt32Matteo Casalin
2015-08-16Use constants instead of (possibly wrong) magic numbersMatteo Casalin
2015-08-16sal_uLong to sal_uInt32 as TextPaM paragraph numberMatteo Casalin
2015-08-16sal_uInt16 to sal_Int32Matteo Casalin
2015-08-16sal_uInt16/short to sal_uInt16, minor optimizationsMatteo Casalin
2015-08-16sal_uInt16 to sal_Int32Matteo Casalin
2015-08-16sal_uInt16 to sal_Int32Matteo Casalin
2015-08-16Throbber: remove redundant field and fix conversion warningsMatteo Casalin
2015-08-14vcl opengl: fix setting up debug context on WindowsMiklos Vajna
2015-08-14remove default value from PrinterOptionsHelper::getIntValueNoel Grandin
2015-08-14Breadcrumb: changed first entry label ('Root')Szymon Kłos
2015-08-10tdf#92982 vcl rendercontext: simplify Edit::ImplClearBackground() logicMiklos Vajna
2015-08-05loplugin:unusedmethodsNoel Grandin
2015-08-04tdf#92982 vcl rendercontext: let PaintBufferGuard also manage pixel offsetMiklos Vajna
2015-08-04include: inline some use-once typedefsNoel Grandin
2015-08-03tdf#92788 - Middle Button on Mouse Paste Option Broken for X11Noel Grandin
2015-08-01sal_uInt16 to sal_Int32Matteo Casalin
2015-08-01sal_uInt16 to sal_uInt32Matteo Casalin
2015-08-01sal_uInt16 to sal_Int32Matteo Casalin
2015-07-30remove PostScrollEvent and PostZoomEventNoel Grandin
2015-07-30Fix Android buildNoel Grandin
2015-07-30add assert for valid value in o3tl::typed_flags_setNoel Grandin
2015-07-30loplugin:unusedmethodsNoel Grandin
2015-07-29tdf#92982 vcl rendercontext: move buffer from PaintHelper to ImplFrameDataMiklos Vajna
2015-07-29Remove the unnecessary type definition: HPBYTEDaniel Robertson
2015-07-28tdf#92982 vcl: move Invert() member functions from vcl::Window to OutputDeviceMiklos Vajna
2015-07-24remove unused #defines METAFILE_END and METAFILE_LABEL_NOTFOUNDNoel Grandin
2015-07-24question if delete the serviceSzymon Kłos
2015-07-24tdf#92018 cache native controls for X11 OpenGL backend (for now)Tomaž Vajngerl
2015-07-24convert WindowAlign to scoped enumNoel Grandin
2015-07-24convert WALLPAPER constants to scoped enumNoel Grandin
2015-07-23inline a handful of use-once #definesNoel Grandin
2015-07-22tdf#92600: Restore ability to apply font settings to controlsKatarina Behrens
2015-07-19Prefer member initializers to (cascaded) assignmentsMatteo Casalin
2015-07-19Use sal_uInt32 consistently for WindowStateData::SetMask and relatedMatteo Casalin
2015-07-17formatting of public/private/protected section qualifiersNoel Grandin
2015-07-16vcl: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
2015-07-13Bin two unused fieldsTor Lillqvist