summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2015-04-24Resolves: tdf#73211 gtk checkboxes need erase afer togglingCaolán McNamara2-1/+7
2015-04-23Use shared_ptr for OpenGLPrograms, and hide its copy constructor.Michael Meeks2-8/+7
2015-04-23There is no separate vclopengl library since Oct 2014Tor Lillqvist1-1/+0
2015-04-23Assume use of GdkFilterReturn instead of bool was a glitchStephan Bergmann1-2/+1
2015-04-22comphelper::dispatchCommand: allow passing command argumentsMiklos Vajna1-1/+1
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann2-0/+2
2015-04-21remove /usr/sfw/lib rpath for solaris in vclRichard PALO1-12/+0
2015-04-20tdf#65695 write density 96 DPI to JPEG files at compressionTomaž Vajngerl1-0/+4
2015-04-20convert AppleLanguageId to scoped enumNoel Grandin1-2/+3
2015-04-17Blind fix for ImplPixelFormat16Stephan Bergmann1-9/+14
2015-04-17loplugin:implicitboolconversion clean-upStephan Bergmann3-30/+35
2015-04-17SvStream: WriteUChar -> WriteBoolStephan Bergmann7-27/+27
2015-04-16overloading is hard to resolve for poor old c++Michael Stahl1-1/+1
2015-04-16tdf#86793: vcl: speed up OutputDevice::GetEllipsisString()Michael Stahl1-1/+2
2015-04-16loplugin:implicitboolconversion goldStephan Bergmann1-2/+2
2015-04-16tdf#84294: vcl: fix PDF export of transparent Writer frames in LO 4.3Michael Stahl1-0/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin44-113/+113
2015-04-15tdf#71278 Revert both the previous cursor commit and the commit it fixedMatthew Francis1-13/+0
2015-04-15tdf#71278 Set an invisible cursor rather than hiding the cursorMatthew Francis1-1/+13
2015-04-13loplugin:redundantcast: redundant const_cast followed by implicit upcastStephan Bergmann1-1/+1
2015-04-09more verbose debug message from WMFWriter::WriteRecordsAndras Timar1-1/+4
2015-04-09Change tools::Time::GetSystemTicks to sal_uInt64Stephan Bergmann15-34/+34
2015-04-09Resolves: tdf#90384 queue_resize needs to Invalidate the optimal cache sizeCaolán McNamara3-9/+12
2015-04-09Resolves: tdf#90481 fix cropped buttonsCaolán McNamara2-2/+14
2015-04-09NSAppKitVersionNumber is always greater than NSAppKitVersionNumber10_7Robert Antoni Buj Gelonch1-131/+4
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