summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2016-06-08Let loplugin:passstuffbyref also look at fn defn not preceded by any declStephan Bergmann1-1/+1
2016-06-08Simplify GfxLink using smart pointersMark Page2-176/+76
2016-06-08gtk3: use window groups so modal dialog are modal to their toplevel frame onlyCaolán McNamara1-5/+19
2016-06-08Resolves: rhbz#1343766 a11y queries during dispose trigger combobox crashesCaolán McNamara1-0/+6
2016-06-08tdf#100184 fix the lifecycle of a texture in an atlasTomaž Vajngerl3-18/+27
2016-06-08remove more "unsupported MetaAction" messages from test logsNoel Grandin1-0/+2
2016-06-08Get build unstuck for now re missing glm/glm.hppStephan Bergmann1-0/+1
2016-06-08opengl: batch drawing of polylinesTomaž Vajngerl13-494/+750
2016-06-08Not sure why loplugin:passstuffbyref did not warn about these cases?Tor Lillqvist2-6/+6
2016-06-08Convert ButtonValue to scoped enumNoel Grandin9-49/+49
2016-06-08loplugin:passstuffbyrefTor Lillqvist1-3/+3
2016-06-08loplugin:passstuffbyrefTor Lillqvist2-37/+37
2016-06-08opengl: improve overlap trackingTomaž Vajngerl1-5/+46
2016-06-08opengl: deferred texture drawing in RenderList, add drawAlphaRectTomaž Vajngerl7-210/+143
2016-06-08opengl: fix transparency when drawing polypolygonsTomaž Vajngerl1-0/+4
2016-06-08opengl: batch draw polypolygonsTomaž Vajngerl4-20/+114
2016-06-08opengl: batch drawing of pixel, line, rect draw callsTomaž Vajngerl12-185/+449
2016-06-08opengl: VertexUtils, deferred flush update, remove unneeded callsTomaž Vajngerl3-97/+142
2016-06-07we also need to set initialized falg for deferred initializationMarkus Mohrhard1-0/+1
2016-06-07only init the OpenGL context if we need itMarkus Mohrhard1-6/+39
2016-06-07gtk3: move the updating of native menu to right after its activatedCaolán McNamara1-0/+1
2016-06-07gtk3: wrongly activating the parent menu and not the desired childCaolán McNamara1-6/+10
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl30-128/+134
2016-06-06-Werror=unused-variableStephan Bergmann1-0/+10
2016-06-06vcl: "sgf" filter: replace manual byte-swapping with SvStream methodsMichael Stahl1-77/+53
2016-06-06vcl: "sgv" filter: replace more byteswapping with SvStream methodsMichael Stahl1-16/+10
2016-06-06tdf#89329: use unique_ptr for pImpl in windowXisco Fauli2-49/+49
2016-06-06tdf#89329: use unique_ptr for pImpl in dialogXisco Fauli1-3/+2
2016-06-06remove unused constants in HRC filesNoel Grandin1-2/+0
2016-06-03accidentially reverted fix for tdf#96745Caolán McNamara1-3/+3
2016-06-03Convert ComplexTextLayoutMode to scoped enumNoel Grandin20-58/+58
2016-06-03tdf#96099 Reduce number of typedefs used for trivial container typeskrishna keshav1-4/+3
2016-06-03ignore comment WMF meta-actions in WMF writerNoel Grandin1-0/+3
2016-06-03Teach loplugin:stringconstant about RTL_CONSTASCII_STRINGPARAMStephan Bergmann1-36/+36
2016-06-03Clean up Windows error reporting a bitTor Lillqvist4-49/+23
2016-06-03tdf#100193: Check earlier and harder whether OpenGL is good enough on WindowsTor Lillqvist2-9/+61
2016-06-03Convert NupOrderType to scoped enumNoel Grandin4-28/+15
2016-06-03Convert whichOfficePath to scoped enumNoel Grandin2-10/+10
2016-06-03Convert FontRights to scoped enumNoel Grandin1-3/+3
2016-06-03Follow-up fix (odd missing ~TheAquaA11yFocusTracker error)Stephan Bergmann4-4/+8
2016-06-03loplugin:refcountingStephan Bergmann2-1/+5
2016-06-02vcl: GIF import: don't use __LP64__ to check for a 64-bit systemMichael Stahl1-1/+1
2016-06-02vcl: remove pointless checkMichael Stahl1-4/+0
2016-06-02vcl: fix "sgv" import filter on 64-bit MSVCMichael Stahl2-133/+216
2016-06-02these overrides just call only their parent versionCaolán McNamara2-5/+4
2016-06-02Accept also hex vendor id in hex in opengl_blacklist_windows.xmlTor Lillqvist3-3/+18
2016-06-02tdf#99919: Blacklist that specific vendor, version, and device combinationTor Lillqvist1-0/+4
2016-06-02fix debugging buildCaolán McNamara1-1/+1
2016-06-02tdf#100187 fix division by zero in comboFragmentShaderTomaž Vajngerl1-1/+1
2016-06-02tdf#96099 Reduce number of typedefs used for trivial container typeskrishna keshav1-7/+5