summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)Author
2016-06-07only init the OpenGL context if we need itMarkus Mohrhard
2016-06-07loplugin:simplifyboolStephan Bergmann
2016-06-07gtk3: move the updating of native menu to right after its activatedCaolán McNamara
2016-06-07gtk3: wrongly activating the parent menu and not the desired childCaolán McNamara
2016-06-07vcl: GIF import: don't use __LP64__ to check for a 64-bit systemMichael Stahl
2016-06-07vcl: fix "sgv" import filter on 64-bit MSVCMichael Stahl
2016-06-07shortcut the signal handler during batch testNorbert Thiebaud
2016-06-06tdf#100193: Check earlier and harder whether OpenGL is good enough on WindowsTor Lillqvist
2016-06-03Accept also hex vendor id in opengl_blacklist_windows.xmlTor Lillqvist
2016-06-02tdf#99919: Blacklist that specific vendor, version, and device combinationTor Lillqvist
2016-06-02tdf#100187 fix division by zero in comboFragmentShaderTomaž Vajngerl
2016-06-011 bit masks need each byte to be reversedCaolán McNamara
2016-05-31tdf#100159: On Windows, compile GL shaders in advance, disable GL on failureTor Lillqvist
2016-05-31tdf#100092: Deterministic scheduling to prevent unpredictable behavior.Jan Holesovsky
2016-05-31gtk3: crash on reusing a popup menu that has a sub menuCaolán McNamara
2016-05-31loplugin:passstuffbyrefStephan Bergmann
2016-05-31Resolves: tdf#92695 protect both branches against missing ToolItemCaolán McNamara
2016-05-31Related: tdf#92695 we already have ImplGetItem from mnHighItemId hereCaolán McNamara
2016-05-31Related: tdf#92695 gtk3 only activate/deactive submenus, not the toplevelCaolán McNamara
2016-05-30Resolves: tdf#100097 dbaccess self-dnd depends on getting its own transferableCaolán McNamara
2016-05-30tdf#100080 set unused shader attribs with values, fixes GL on AMDTomaž Vajngerl
2016-05-27Related: tdf#87967 valgrind reported invalid reads on 1 pixel wide bitmapCaolán McNamara
2016-05-25vcl: replace prematurely optimized GlyphEmit with a std::vectorMichael Stahl
2016-05-25vcl: replace boost::dynamic_bitset with boost::optional<std::bitset>Michael Stahl
2016-05-25Window::SetData and Window::GetData are nearly unused nowCaolán McNamara
2016-05-25new src file has ExtraLong in use anymoreCaolán McNamara
2016-05-25no src file has BorderStyle in use anymoreCaolán McNamara
2016-05-25this temporary window will never see key inputMarkus Mohrhard
2016-05-25(nearly) nothing uses GetUniqueId anymore, so remove it.Caolán McNamara
2016-05-25Convert BMP_FORMAT to scoped enumNoel Grandin
2016-05-25Convert AUTOCOMPLETE to scoped enumNoel Grandin
2016-05-25Use VCL_GL_INFO hereTor Lillqvist
2016-05-25Avoid redundancy: The same information was logged in readProgramBinary()Tor Lillqvist
2016-05-25convert ImageType to scoped enumNoel Grandin
2016-05-25Don't claim to be reading a file before trying to open itTor Lillqvist
2016-05-25tdf#98792: This assertion is not neededTor Lillqvist
2016-05-25Convert XmlReader::Result to scoped enumNoel Grandin
2016-05-25remove (un-)definitions of NDEBUG from source filesMichael Stahl
2016-05-25Convert Disposal to scoped enumNoel Grandin
2016-05-25Fix typosAndrea Gelmini
2016-05-25Convert FontHintStyle to scoped enumNoel Grandin
2016-05-25VclBuilder: pStore may indeed be emptyJulien Nabet
2016-05-25SAL_FALLTRHOUGH in Windows-only codeStephan Bergmann
2016-05-25Mark dubious fallthrough cases as "SAL_FALLTHROUGH; //TODO ???" (in Win-only)Stephan Bergmann
2016-05-25-Werror,-Winconsistent-missing-overrideStephan Bergmann
2016-05-25Missing includeStephan Bergmann
2016-05-24opengl: prevent seg. fault - VCL_GL_INFO still needs the contextTomaž Vajngerl
2016-05-24Convert WINDOW_HITTEST to scoped enumNoel Grandin
2016-05-24Convert VclPackType to scoped enumNoel Grandin
2016-05-24support old gtk3sCaolán McNamara