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