summaryrefslogtreecommitdiff
path: root/vcl/inc
AgeCommit message (Expand)Author
2015-01-19draw polypolygons properly in opengl backendLuboš Luňák
2015-01-19fix opengl hairline special casingLuboš Luňák
2015-01-19use AA for convex polygons when needed tooLuboš Luňák
2015-01-19"area" scaling for opengl that has good results for downscalingLuboš Luňák
2015-01-14vcl: minor - cleanup inc/unx/salgdi.hChris Sherlock
2015-01-12make AA edges of objects look smoother (opengl)Luboš Luňák
2015-01-12clean up resetting of solid color when using opengl AALuboš Luňák
2015-01-12Add lok::Office::postKeyEvent()Miklos Vajna
2015-01-11vcl: ServerFontLayout::setNeedFallback() -> SetNeedFallback()Chris Sherlock
2015-01-11vcl: LayoutEngine::layout() to LayoutEngine::Layout()Chris Sherlock
2015-01-11vcl: cosmetic reident and cleanup of RawBitmap class definitionChris Sherlock
2015-01-11vcl: cosmetic reident of GlyphCachePeer class definitionChris Sherlock
2015-01-11vcl: cosmetic reident and cleanup of ServerFontLayoutEngine class definitionChris Sherlock
2015-01-11vcl: reident ServerFontLayout class definitionChris Sherlock
2015-01-11vcl: cosmetic changes to ImplServerFontEntry definitionChris Sherlock
2015-01-11vcl: ident cleanup of ServerFont class definitionChris Sherlock
2015-01-11vcl: more whitespace cleanup of GlyphCache class definitionChris Sherlock
2015-01-11vcl: whitespace cleanup on GlyphData class definitionChris Sherlock
2015-01-11vcl: whitespace cleanup on GlyphCache class definitionChris Sherlock
2015-01-10Fix user data pointer setting on x86_64 platform on windowsDavid Ostrovsky
2015-01-10vcl: CairoTextRender::nTextColor_ to mnTextColorChris Sherlock
2015-01-10vcl: cleanup cairotextrender.hxxChris Sherlock
2015-01-10vcl: cleanup textrender.hxxChris Sherlock
2015-01-09fdo#84938: replace SYSTEMWINDOW_MODE constants with 'enum class'Noel Grandin
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl
2015-01-08Windows cursor improvements. Fixes fdo#53148 and fdo#53151.Rimas Kudelis
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin
2015-01-07Resolves: fdo#87003 - Kill BOOST_FOREACHPieter Adriaensen
2015-01-07fdo#84938: convert VCL_INPUT_ #defines to 'enum class'Noel Grandin
2015-01-07fdo#84938: convert INDICATOR_ #defines to 'enum class'Noel Grandin
2015-01-07make sure to use the FillColor when we used it beforeMarkus Mohrhard
2015-01-06vcl: cleanup shared SalYieldMutex from GtkYieldMutex.Michael Meeks
2015-01-06vcl: fdo#39468 - translated ImplSVData comments (esp. around timer)Chris Sherlock
2015-01-05Need <boost/functional/hash.hpp> for boost::hashTor Lillqvist
2015-01-04vcl/osx boost::unordered_map->std::unordered_mapCaolán McNamara
2015-01-02Fix simple typos.Andrea Gelmini
2015-01-02can't have an unordered_map of const OUStrings with gcc 4.8.2Caolán McNamara
2015-01-02missing headerCaolán McNamara
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara
2014-12-22callcatcher: update unused codeCaolán McNamara
2014-12-20TyposJulien Nabet
2014-12-18Use the same names for these flag bits as the callers doTor Lillqvist
2014-12-18draw also opengl polygon with AA edges if AA is wantedLuboš Luňák
2014-12-15use AA for lines only when AA is activeLuboš Luňák
2014-12-11vcl: Don't keep a reference to the texture in the FBO objectLouis-Francis Ratté-Boulianne
2014-12-11vcl: Re-use a framebuffer of the same size when possibleLouis-Francis Ratté-Boulianne
2014-12-11vcl: Limit Cairo surface size to the clipping region to improve performanceLouis-Francis Ratté-Boulianne
2014-12-11vcl: Add BitmapInfoAccess for bitmaps' metadata accessLouis-Francis Ratté-Boulianne
2014-12-10Instantiate ImplSVData on demandStephan Bergmann
2014-12-09Resolves: fdo#81421 listen to child window to see if it gets deletedCaolán McNamara