summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
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
2016-06-02loplugin:unusedfieldsNoel Grandin4-4/+0
2016-06-011 bit masks need each byte to be reversedCaolán McNamara1-1/+1
2016-06-01loplugin:unusedmethodsNoel Grandin3-41/+0
2016-06-01Convert printer enums to scoped enumsNoel Grandin3-8/+8
2016-06-01Convert VCL_MESSAGE to scoped enumNoel Grandin3-13/+13
2016-05-31tdf#100159: Remove (harmless) duplicate callTor Lillqvist1-2/+1
2016-05-31tdf#100159: Use shader preambles as needed, add missing shader combinationsTor Lillqvist1-2/+13
2016-05-31tdf#100092: Deterministic scheduling to prevent unpredictable behavior.Jan Holesovsky2-1/+29
2016-05-31gtk3: crash on reusing a popup menu that has a sub menuCaolán McNamara2-0/+16
2016-05-31It is EXITHELPER_NORMAL_RESTART that we wantTor Lillqvist1-1/+1
2016-05-31Resolves: tdf#92695 protect both branches against missing ToolItemCaolán McNamara1-1/+1
2016-05-31Related: tdf#92695 we already have ImplGetItem from mnHighItemId hereCaolán McNamara1-8/+7
2016-05-31Related: tdf#92695 gtk3 only activate/deactive submenus, not the toplevelCaolán McNamara2-4/+4
2016-05-31Convert ControlType to scoped enumNoel Grandin32-692/+698
2016-05-31Convert RSC_TOOLBOXITEM to scoped enumNoel Grandin1-22/+11
2016-05-31Convert ToolBoxLayoutMode to scoped enumNoel Grandin1-4/+4
2016-05-31loplugin:unusedmethodsNoel Grandin4-80/+0
2016-05-31Convert PrinterSupport to scoped enumNoel Grandin3-12/+12
2016-05-31Convert GfxLinkType to scoped enumNoel Grandin6-40/+40
2016-05-30tdf#100068: Initial implementation of ScreenshotIdKatarina Behrens1-0/+5
2016-05-30replace ImplConvertMenuString nowCaolán McNamara1-10/+5
2016-05-30move the one single use of EnableMenuStrings to its call siteCaolán McNamara2-7/+1
2016-05-30On Windows, compile OpenGL shaders in advance and disable on failureTor Lillqvist1-0/+99
2016-05-30loplugin:passstuffbyrefStephan Bergmann1-1/+1
2016-05-30Resolves: tdf#100097 dbaccess self-dnd depends on getting its own transferableCaolán McNamara4-9/+41
2016-05-30this signalIMPreeditChanged is a cnp from gtk2 implCaolán McNamara1-10/+1
2016-05-30Convert WINDOW flags to scoped enumNoel Grandin1-18/+13
2016-05-30Convert RSC_TOOLBOX to scoped enumNoel Grandin1-28/+5
2016-05-30tdf#94205 Use o3tl::make_unique instead of new + std::movekrishna keshav1-3/+3