summaryrefslogtreecommitdiff
path: root/vcl/inc/unx
AgeCommit message (Expand)AuthorFilesLines
2014-11-15let us make the virtual explicitMarkus Mohrhard1-1/+1
2014-11-15vcl: Implement copyBits in the OpenGL backendLouis-Francis Ratté-Boulianne1-0/+1
2014-11-15vcl: Replace GetPixmapFromScreen by FillPixmapFromScreenLouis-Francis Ratté-Boulianne3-16/+14
2014-11-13vcl: Add support for GPU scaling when no rendering is involvedLouis-Francis Ratté-Boulianne1-1/+6
2014-11-13vcl: Use single-buffer rendering and only flush when necessaryLouis-Francis Ratté-Boulianne1-1/+2
2014-11-11vcl: Fix text rendering with OpenGLLouis-Francis Ratté-Boulianne1-0/+4
2014-11-10only call XFreePixmap on pixmaps created via XCreatePixmapCaolán McNamara1-0/+1
2014-11-10vcl: Initial work to have native widgets rendered with OpenGLLouis-Francis Ratté-Boulianne3-0/+31
2014-11-10vcl: Add GetPixmapFromScreen and RenderPixmapToScreen to X11SalGraphicsLouis-Francis Ratté-Boulianne3-2/+55
2014-11-10move the abstract cairo text render code out of the unx dirMarkus Mohrhard1-128/+0
2014-11-10extract cairo rendering and abstract platform bitsMarkus Mohrhard2-39/+133
2014-11-10vcl: Add method to swap buffers after painting windowLouis-Francis Ratté-Boulianne1-0/+2
2014-11-10vcl: Allow SalBitmap implementation to do scalingLouis-Francis Ratté-Boulianne1-0/+2
2014-11-10bring the gradient rendering down into SalGraphicsImpl & unx backendMarkus Mohrhard1-1/+1
2014-11-10add missing headerMarkus Mohrhard1-0/+28
2014-11-10implement X11WindowProvider for GtkSalFrameMarkus Mohrhard1-1/+4
2014-11-10better way to access the X11 windowMarkus Mohrhard1-1/+4
2014-11-10forgot to populate the ImplMarkus Mohrhard1-1/+3
2014-11-10use Impl for unix vcl pluginsMarkus Mohrhard1-53/+10
2014-11-03vcl: Allow SalGraphics to draw gradients nativelyChris Sherlock1-0/+2
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky1-1/+1
2014-10-13vcl: Make ImplFontCharMap a pImpl and move functions to FontCharMapChris Sherlock1-3/+4
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca1-1/+1
2014-10-06vcl: FontCharMap to use intrusive_ptr ImplFontCharMapChris Sherlock1-1/+1
2014-10-01fdo#82577: Handle TimeNoel Grandin2-3/+3
2014-09-30fdo#82577: Handle RegionNoel Grandin2-6/+6
2014-09-29loplugin: cstylecastNoel Grandin1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin8-24/+24
2014-09-15vcl: Rename GetImplFontCapabilities()Chris Sherlock1-1/+1
2014-09-13vcl: SalFrame::Enable() is not used anywhere so removingChris Sherlock2-2/+0
2014-09-10vcl: GtkSalFrame::AcquireGraphics() calls GtkSalGraphics::Init() twiceChris Sherlock1-0/+1
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist4-5/+5
2014-08-23fdo#82577, fdo#82579: Handle CursorTor Lillqvist2-4/+4
2014-06-27loplugin:unreffun: redundant function redeclarationStephan Bergmann2-3/+0
2014-06-06fixincludeguards: fix include guardsThomas Arnhold1-3/+3
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold3-8/+8
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni1-1/+1
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist13-28/+0
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1
2014-03-28set window icon also as _NET_WM_ICON (fdo#71494)Luboš Luňák1-0/+1
2014-03-28SAL_OVERRIDE, vclplug warnings_not_errors reduxStephan Bergmann1-4/+4
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann21-267/+271
2014-03-26Sprinkle some SAL_OVERRIDEsTor Lillqvist2-40/+42
2014-03-26Bin DestroyVirtualDevice(): Just use delete directly at call sitesTor Lillqvist1-1/+0
2014-03-21coverity#708662 Uninitialized pointer fieldCaolán McNamara1-1/+0
2014-03-20cosmetic: split PhysicalFontFamily/Collection out of outdev3.cxxNorbert Thiebaud1-0/+1
2014-03-20cosmetic: split PhysicalFontFace class it its own source/headerNorbert Thiebaud1-0/+1
2014-03-20rename ImplDevFontList to PhysicalFontCollectionNorbert Thiebaud1-2/+2
2014-03-20Remove unnecessary vcl::SolarMutexObjectStephan Bergmann1-1/+0
2014-03-13vcl: prefer passing OUString and OString by referenceNoel Grandin1-1/+1