summaryrefslogtreecommitdiffstats
path: root/vcl
Commit message (Expand)AuthorAgeFilesLines
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-1544-113/+113
* tdf#71278 Revert both the previous cursor commit and the commit it fixedMatthew Francis2015-04-151-13/+0
* tdf#71278 Set an invisible cursor rather than hiding the cursorMatthew Francis2015-04-151-1/+13
* loplugin:redundantcast: redundant const_cast followed by implicit upcastStephan Bergmann2015-04-131-1/+1
* more verbose debug message from WMFWriter::WriteRecordsAndras Timar2015-04-091-1/+4
* Change tools::Time::GetSystemTicks to sal_uInt64Stephan Bergmann2015-04-0915-34/+34
* Resolves: tdf#90384 queue_resize needs to Invalidate the optimal cache sizeCaolán McNamara2015-04-093-9/+12
* Resolves: tdf#90481 fix cropped buttonsCaolán McNamara2015-04-092-2/+14
* NSAppKitVersionNumber is always greater than NSAppKitVersionNumber10_7Robert Antoni Buj Gelonch2015-04-091-131/+4
* Remove dead INetProtocol::VimStephan Bergmann2015-04-071-1/+1
* fix gtk3 buildCaolán McNamara2015-04-071-1/+1
* invalid index on load of ooo86460-1.xlsCaolán McNamara2015-04-071-5/+4
* Change "blink times" to be of type sal_uInt64Stephan Bergmann2015-04-073-5/+8
* vcl tiled rendering: don't do anything with disabled mapmode and mm100 mapunitMiklos Vajna2015-04-071-9/+0
* vcl tiled rendering: fix Writer/Impress invalidation rectangleMiklos Vajna2015-04-071-8/+2
* sc tiled editing: Invalidate graphic selection.Henry Castro2015-04-071-2/+8
* callcatcher: update unusedcodeCaolán McNamara2015-04-044-56/+31
* Pointless to have a macro that is used just onceTor Lillqvist2015-04-041-2/+1
* loplugin:redundantcastStephan Bergmann2015-04-026-9/+9
* Change INetProtocol enumerators to CamelCaseStephan Bergmann2015-04-025-14/+14
* Resolves: tdf#86399 don't clobber cluster start caret posCaolán McNamara2015-04-021-5/+6
* Change INetProtocol to scoped enumerationStephan Bergmann2015-04-025-14/+14
* vcl: [loplugin:staticcall]Michael Stahl2015-04-021-1/+1
* fix crash with ooo71962-1.odtCaolán McNamara2015-04-021-1/+1
* loplugin:staticmethodsNoel Grandin2015-04-0244-160/+160
* loplugin:staticfunctionNoel Grandin2015-04-0141-124/+117
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-015-12/+12
* tdf#63905: fix regression by using paper size set in printer propertiesClément Lassieur2015-03-311-1/+7
* tdf#89666: vcl: speed up HbLayoutEngine with cache in SwTxtFormatInfoMichael Stahl2015-03-315-22/+120
* vcl: WinSalGraphics: don't crash if there's no fontMichael Stahl2015-03-311-1/+3
* tdf#81813: Typing to select value in dropdown resets after space characterJulien Nabet2015-03-311-9/+13
* V597: introduce a rtl_secureZeroMemoryCaolán McNamara2015-03-311-3/+2
* Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2015-03-3124-39/+39
* -fsanitize=functionStephan Bergmann2015-03-312-3/+4
* cppcheck: can add explicit to ctorCaolán McNamara2015-03-313-7/+7
* cppcheck: value that is never usedCaolán McNamara2015-03-311-2/+1
* cppcheck: scope can be reducedCaolán McNamara2015-03-311-1/+2
* Scanlines on Windows seem to be padded to DWORD multiplesTor Lillqvist2015-03-301-0/+9
* coverity#1292225 variable guards dead codeCaolán McNamara2015-03-301-1/+1
* don't attempt X internals for gtk3 plug window used by avmediaCaolán McNamara2015-03-302-7/+16
* vcl: fix GCC buildMiklos Vajna2015-03-301-1/+1
* Introduce vcl::IsWindowSystemAvailable()Tor Lillqvist2015-03-305-50/+121
* Bootstrap.initVCL is not used by our Android app any moreTor Lillqvist2015-03-301-17/+0
* Covertiy#1292224: Probably this is what was meant...Stephan Bergmann2015-03-301-3/+3
* vcl tiled rendering: fix invalidation callback in ImpressMiklos Vajna2015-03-301-1/+1
* Don't crash if no screens available (no access to the window system)Tor Lillqvist2015-03-301-1/+1
* Fix test on non-LinuxStephan Bergmann2015-03-291-0/+5
* loplugin:cstylecastStephan Bergmann2015-03-297-33/+33
* vcl: cleanup pngreader, use unique_ptr for pImplTomaž Vajngerl2015-03-291-37/+37
* vcl: test for bitmap convert, use scoped read/write accessTomaž Vajngerl2015-03-293-108/+150