summaryrefslogtreecommitdiffstats
path: root/vcl
Commit message (Expand)AuthorAgeFilesLines
* Revert "Werror: C4324 structure was padded due to __declspec(align())"Michael Stahl2015-02-101-1/+1
* Werror: C4324 structure was padded due to __declspec(align())David Ostrovsky2015-02-101-1/+1
* coverity#1267630 Logically dead codeCaolán McNamara2015-02-101-1/+0
* coverity#1267683: vcl: try to suppress a silly oneMichael Stahl2015-02-101-0/+1
* EMF clip regions should be ignored sometimes.Eilidh McAdam2015-02-094-13/+29
* coverity#1267681 Dereference before null checkCaolán McNamara2015-02-081-2/+2
* loplugin:deletedspecial (Mac OS X)Stephan Bergmann2015-02-073-20/+11
* loplugin:deletedspecialStephan Bergmann2015-02-0713-46/+33
* tdf#88836: UI: in-form navigation bar icons goneZolnai Tamás2015-02-071-2/+2
* Fixup --without-x buildRiccardo Magliocchetti2015-02-075-22/+30
* fix mac buildCaolán McNamara2015-02-061-1/+1
* shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara2015-02-0617-724/+709
* Resolves tdf#89129: crash when defining a specific relationshipJulien Nabet2015-02-051-5/+3
* convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara2015-02-053-8/+2
* Remove uses of deprecated salhelper/refobj.hxxStephan Bergmann2015-02-051-2/+0
* -Werror,-Wformat-securityStephan Bergmann2015-02-051-1/+1
* tdf#84102: Expose XAccessibleExtendedAttributes through ATKJacobo Aragunde Pérez2015-02-053-0/+66
* Updated all precompiled headers.Ashod Nakashian2015-02-051-1/+4
* callcatcher: update unused codeCaolán McNamara2015-02-054-30/+0
* fix leak from framework::AddonMenuManager::BuildMenuCaolán McNamara2015-02-043-4/+14
* discard excessive (X11) autorepeat keyboard events if they overload LOLuboš Luňák2015-02-042-28/+61
* compress (X11) mouse wheel eventsLuboš Luňák2015-02-041-2/+57
* make idle timers actually activate only when idleLuboš Luňák2015-02-0417-20/+67
* coverity#708576 Uninitialized scalar fieldCaolán McNamara2015-02-041-0/+1
* coverity#982431 Division or modulo by float zeroCaolán McNamara2015-02-041-0/+5
* coverity#1268022 Logically dead codeCaolán McNamara2015-02-041-1/+1
* coverity#1268025 Uninitialized scalar fieldCaolán McNamara2015-02-041-0/+1
* coverity#1268025 mnOrigHeight and mnNewHeight is unused nowCaolán McNamara2015-02-042-5/+2
* GlyphCachePeer::mnBytesUsed is always zeroStephan Bergmann2015-02-032-8/+3
* valgrind: glXChooseVisual says to use XFree to free its returned dataCaolán McNamara2015-02-031-0/+1
* WaE: variable 'kind' set but not usedTor Lillqvist2015-02-031-25/+0
* Initialize graphics in OutputDevice::getFallbackFont.Ashod Nakashian2015-02-031-0/+5
* Fix for unaddressable access reading TT font data.Ashod Nakashian2015-02-031-1/+0
* Don't call touch_ui_*() API that are no-ops anywayTor Lillqvist2015-02-031-20/+4
* vcl: Remove commented-out codeAdolfo Jayme Barrientos2015-02-031-37/+0
* crash on toggling "empty" menu in basic's language toolbarCaolán McNamara2015-02-021-8/+18
* don't need this caseCaolán McNamara2015-02-021-2/+1
* coverity#1244944 Untrusted value as argumentCaolán McNamara2015-02-021-2/+12
* coverity#1242704 Untrusted loop boundCaolán McNamara2015-02-021-0/+13
* coverity#736943 Untrusted loop boundCaolán McNamara2015-02-021-1/+1
* vcl: add SAL_OVERRIDE attributes to Windows-specific classesNoel Grandin2015-02-0212-225/+225
* coverity#1267676 Identical code for different branchesCaolán McNamara2015-02-011-2/+0
* help coverity out wrt coverity#1267682 String not null terminatedCaolán McNamara2015-02-011-1/+1
* coverity#1267670 Division or modulo by float zeroCaolán McNamara2015-01-311-7/+5
* chisel off some more unused codeCaolán McNamara2015-01-301-4/+0
* fix buildMarkus Mohrhard2015-01-301-2/+0
* vcl: add GenericSalLayout::GetTextRect()Chris Sherlock2015-01-303-2/+48
* vcldemo: more text changesChris Sherlock2015-01-301-20/+64
* vcl: OpenGL code for adding preambles to glsl fragments now handles #versionChris Sherlock2015-01-301-2/+31
* callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara2015-01-293-29/+0