summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2015-08-13another avoid endless loop with busted wmfCaolán McNamara2-3/+4
2015-08-12tdf#93364 vcl rendercontext: fix area that is painted in PaintBuffer()Miklos Vajna2-1/+5
2015-08-11tdf#92982 vcl rendercontext: simplify Edit::ImplClearBackground() logicMiklos Vajna1-21/+7
2015-08-11tdf#93325 ImplAnimView rendercontext: stop painting animgifs directlyMiklos Vajna1-12/+37
2015-08-07gtk3: it was pointed out to me we have up and down reversedCaolán McNamara1-2/+2
2015-08-07Resolves: tdf#92982 vcl rendercontext: handle buffered paint of vcl::CursorMiklos Vajna4-100/+146
2015-08-07Resolves: tdf#93198 gtk3: support PRIMARY as well as CLIPBOARDCaolán McNamara1-16/+19
2015-08-07opengl: cache native widget textures also for WindowsTomaž Vajngerl7-21/+130
2015-08-07Apply MVP matrix when drawing texture using OpenGLProgramTomaž Vajngerl1-0/+1
2015-08-07opengl: support reading 8bit texture (fixes icon corruption)Tomaž Vajngerl1-2/+5
2015-08-07opengl: when scaling, create a new texture with equal settingsTomaž Vajngerl2-5/+49
2015-08-07opengl: don't cache checkboxes for nowTomaž Vajngerl1-0/+7
2015-08-07Use LRU map for caching of native widgetsTomaž Vajngerl1-3/+7
2015-08-07tdf#92018 cache native controls for X11 OpenGL backend (for now)Tomaž Vajngerl8-21/+140
2015-08-07tdf#92982 vcl rendercontext: fix missing background repaint of EditMiklos Vajna2-12/+21
2015-08-07GTK3 HiDPI: disable window scaling and get display DPI via GTK3Tomaž Vajngerl3-0/+38
2015-08-06tdf#92982 vcl rendercontext: fix buffer size with empty user profileMiklos Vajna1-0/+4
2015-08-05don't map GDK_KEY_RELEASE to keyboard events, tdf#92996Markus Mohrhard1-1/+1
2015-08-05tdf#92788 - Middle Button on Mouse Paste Option Broken for X11Noel Grandin1-1/+12
2015-08-05tdf#92982 vcl rendercontext: set correct offset for the frame-level bufferMiklos Vajna2-71/+101
2015-08-05tdf#92903 KDE4: fix listbox regression from 92115Jan-Marek Glogowski1-11/+9
2015-08-04tdf#92982 vcl rendercontext: no need to call SetupBuffer() twiceMiklos Vajna1-7/+5
2015-08-03tdf#92982 vcl rendercontext: set buffer size in ImplHandleResize()Miklos Vajna2-4/+12
2015-07-31tdf#92765: Show the real icon instead of a black square with gtk vclplug.Jan Holesovsky1-4/+9
2015-07-31tdf#92982 vcl: stop creating/disposing the paint buffer in PaintHelperMiklos Vajna3-14/+23
2015-07-31tdf#92982 vcl::Cursor: handle rendercontextMiklos Vajna1-5/+6
2015-07-30tdf#92982 vcl rendercontext: move buffer from PaintHelper to ImplFrameDataMiklos Vajna2-57/+61
2015-07-30tdf#92982 vcl: move Invert() member functions from vcl::Window to OutputDeviceMiklos Vajna2-68/+66
2015-07-24Revert "gtk3: draw/paint to the fixed container"Caolán McNamara2-19/+18
2015-07-24gtk3: draw/paint to the fixed containerCaolán McNamara2-18/+19
2015-07-23Resolves: tdf#92689 grab keyboard focus to parent, not to earlier generationsCaolán McNamara1-6/+2
2015-07-23gtk3: native focus rects are fine for flat buttonsCaolán McNamara3-3/+8
2015-07-23tdf#92600: Restore ability to apply font settings to controlsKatarina Behrens1-15/+5
2015-07-21avoid 1-past-the-end string accessLionel Elie Mamane1-5/+4
2015-07-20wayland: actually show somethingCaolán McNamara1-1/+8
2015-07-19add gnome-wayland alongside gnomeCaolán McNamara1-0/+4
2015-07-16need cairo >= 1.10.0 for these featuresCaolán McNamara1-2/+2
2015-07-16Resolves: tdf#92671 union each monitor workarea to find best screen workareaCaolán McNamara1-4/+10
2015-07-16tdf#92706 - avoid dbaccess wizard crash.Michael Meeks1-2/+4
2015-07-14use same limit in ProcessOneCode as AddToTableCaolán McNamara1-6/+3
2015-07-14fix a third emf crashCaolán McNamara2-1/+3
2015-07-13fix potential hang hereCaolán McNamara1-8/+13
2015-07-13fix and test for xbm import crashCaolán McNamara7-1/+2028
2015-07-13fix gif import crashCaolán McNamara2-0/+2
2015-07-13fix another gif import crashCaolán McNamara2-0/+3
2015-07-13emf: test for empty polygonsCaolán McNamara2-11/+15
2015-07-13emf: test for negative numbersCaolán McNamara2-1/+1
2015-07-13emf: fix another hangCaolán McNamara2-2/+2
2015-07-13emf: fix hangCaolán McNamara2-1/+1
2015-07-13min legal size here is > 4Caolán McNamara1-1/+1