summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2015-04-07Remove dead INetProtocol::VimStephan Bergmann1-1/+1
2015-04-07fix gtk3 buildCaolán McNamara1-1/+1
2015-04-07invalid index on load of ooo86460-1.xlsCaolán McNamara1-5/+4
2015-04-07Change "blink times" to be of type sal_uInt64Stephan Bergmann3-5/+8
2015-04-07vcl tiled rendering: don't do anything with disabled mapmode and mm100 mapunitMiklos Vajna1-9/+0
2015-04-07vcl tiled rendering: fix Writer/Impress invalidation rectangleMiklos Vajna1-8/+2
2015-04-07sc tiled editing: Invalidate graphic selection.Henry Castro1-2/+8
2015-04-04callcatcher: update unusedcodeCaolán McNamara4-56/+31
2015-04-04Pointless to have a macro that is used just onceTor Lillqvist1-2/+1
2015-04-02loplugin:redundantcastStephan Bergmann6-9/+9
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann5-14/+14
2015-04-02Resolves: tdf#86399 don't clobber cluster start caret posCaolán McNamara1-5/+6
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann5-14/+14
2015-04-02vcl: [loplugin:staticcall]Michael Stahl1-1/+1
2015-04-02fix crash with ooo71962-1.odtCaolán McNamara1-1/+1
2015-04-02loplugin:staticmethodsNoel Grandin44-160/+160
2015-04-01loplugin:staticfunctionNoel Grandin41-124/+117
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann5-12/+12
2015-03-31tdf#63905: fix regression by using paper size set in printer propertiesClément Lassieur1-1/+7
2015-03-31tdf#89666: vcl: speed up HbLayoutEngine with cache in SwTxtFormatInfoMichael Stahl5-22/+120
2015-03-31vcl: WinSalGraphics: don't crash if there's no fontMichael Stahl1-1/+3
2015-03-31tdf#81813: Typing to select value in dropdown resets after space characterJulien Nabet1-9/+13
2015-03-31V597: introduce a rtl_secureZeroMemoryCaolán McNamara1-3/+2
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann24-39/+39
2015-03-31-fsanitize=functionStephan Bergmann2-3/+4
2015-03-31cppcheck: can add explicit to ctorCaolán McNamara3-7/+7
2015-03-31cppcheck: value that is never usedCaolán McNamara1-2/+1
2015-03-31cppcheck: scope can be reducedCaolán McNamara1-1/+2
2015-03-30Scanlines on Windows seem to be padded to DWORD multiplesTor Lillqvist1-0/+9
2015-03-30coverity#1292225 variable guards dead codeCaolán McNamara1-1/+1
2015-03-30don't attempt X internals for gtk3 plug window used by avmediaCaolán McNamara2-7/+16
2015-03-30vcl: fix GCC buildMiklos Vajna1-1/+1
2015-03-30Introduce vcl::IsWindowSystemAvailable()Tor Lillqvist5-50/+121
2015-03-30Bootstrap.initVCL is not used by our Android app any moreTor Lillqvist1-17/+0
2015-03-30Covertiy#1292224: Probably this is what was meant...Stephan Bergmann1-3/+3
2015-03-30vcl tiled rendering: fix invalidation callback in ImpressMiklos Vajna1-1/+1
2015-03-30Don't crash if no screens available (no access to the window system)Tor Lillqvist1-1/+1
2015-03-29Fix test on non-LinuxStephan Bergmann1-0/+5
2015-03-29loplugin:cstylecastStephan Bergmann7-33/+33
2015-03-29vcl: cleanup pngreader, use unique_ptr for pImplTomaž Vajngerl1-37/+37
2015-03-29vcl: test for bitmap convert, use scoped read/write accessTomaž Vajngerl3-108/+150
2015-03-28Revert "tdf#89666: vcl: speed up HbLayoutEngine with cache in SwTxtFormatInfo"Norbert Thiebaud5-120/+22
2015-03-29This SAL_WARN is hit every time Writer is opened it can't be that importantTor Lillqvist1-1/+0
2015-03-28The pExceptionHandler variable can be staticTor Lillqvist1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann87-495/+495
2015-03-28tdf#89666: vcl: speed up HbLayoutEngine with cache in SwTxtFormatInfoMichael Stahl5-22/+120
2015-03-28Make console-only mode a proper subset of headless modeTor Lillqvist1-0/+1
2015-03-27gnome#745909 grab/ungrab keyboard for menusCaolán McNamara2-3/+39
2015-03-27more std::min and std::max fixesNoel Grandin1-1/+1
2015-03-27fix OSX build after my StandardButtonType changes - part2Noel Grandin1-3/+3