summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2016-09-26That syntax is fine with MSVC 2015 nowStephan Bergmann1-2/+2
2016-09-25avoid coverity#1371161 Missing move assignment operatorCaolán McNamara1-6/+5
2016-09-25tdf#96736 Let MenuBarManager handle the save dropdownMaxim Monastirsky1-6/+12
2016-09-24fix the OpenGL selection logicMarkus Mohrhard1-2/+3
2016-09-25tdf#102266 Try to keep HUD up to dateMaxim Monastirsky2-2/+48
2016-09-24tdf#91043 - vcl: gtk file picker should tolerate empty filter list.Michael Meeks1-41/+47
2016-09-23tdf#101822 Revert "vcl: Stop-gap solution to ...Jan-Marek Glogowski1-10/+3
2016-09-23tdf#101822 X11 SalDisplay init => AfterAppInitJan-Marek Glogowski11-39/+86
2016-09-23tdf#101822 Always de-zombie the glxtest processJan-Marek Glogowski1-5/+2
2016-09-23Clarify KDE4 and TDE config variablesJan-Marek Glogowski3-9/+9
2016-09-23TDE fix some clang plugin based warningsJan-Marek Glogowski13-128/+127
2016-09-24tdf#102382: nextEventMatchingMask should only be called from the Main ThreadTor Lillqvist1-0/+3
2016-09-23vcl: C++11 is awesome, they said! it's a whole new language, they said!Michael Stahl1-2/+15
2016-09-23tdf#100994: use CGContextStrokePath insteadJulien Nabet1-2/+2
2016-09-23coverity#1371156 Missing move assignment operatorCaolán McNamara1-2/+12
2016-09-23vcl: Apple clang segfaults on "(", the "{" seems to work betterMichael Stahl1-2/+2
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke2-3/+2
2016-09-23use std to impl this resource sharingCaolán McNamara3-101/+72
2016-09-23tdf#97721 KDE4 correct menu checkbox offsetJan-Marek Glogowski1-0/+3
2016-09-23why this odd unused assignment thingCaolán McNamara1-8/+0
2016-09-23default assignment operators are good enoughCaolán McNamara1-18/+0
2016-09-22attempt to fix build, PrinterInfoManager::changePrinterInfo() goneEike Rathke1-5/+0
2016-09-22fix windows buildNoel Grandin2-0/+8
2016-09-22loplugin:unusedmethods in chart2..svxNoel Grandin2-20/+0
2016-09-22loplugin:unusedmethods in sc..vclNoel Grandin6-22/+0
2016-09-22KDE4 enable and handle rollover menubarJan-Marek Glogowski2-10/+11
2016-09-22VCL add support for rollover menubarsJan-Marek Glogowski3-6/+29
2016-09-22tdf#97721 KDE4 no PRESSED state for checkboxesJan-Marek Glogowski1-1/+1
2016-09-22KDE4 no more progress bar flickeringJan-Marek Glogowski1-1/+2
2016-09-22tdf#94172 KDE4 fix gradient toolbarsJan-Marek Glogowski1-1/+1
2016-09-22tdf#94112 KDE4 use disabled WindowText colorJan-Marek Glogowski1-1/+1
2016-09-22KDE4 Switch default image color to transparent...Jan-Marek Glogowski1-9/+36
2016-09-22Resolves: tdf#102347 configure size/expose might never come...Caolán McNamara4-22/+2
2016-09-22Fix memleak in GtkSalMenu::NativeSetItemCommandMaxim Monastirsky1-0/+1
2016-09-22Don't unnecessarily activate all menus in gtk2Maxim Monastirsky1-1/+2
2016-09-21oops /me stupidMichael Stahl1-1/+1
2016-09-21vcl: loplugin:overrideMichael Stahl1-1/+1
2016-09-20loplugin:unusedfieldsNoel Grandin1-1/+0
2016-09-20Related: rhbz#1362451 avoid recursive ownerchanged handling during ownerchangeCaolán McNamara1-23/+32
2016-09-20tdf#102295: remove mutex - use atomic for watchdog timingsTomaž Vajngerl2-47/+35
2016-09-20tdf#102295: AMD actually has two vendor id's.Jan Holesovsky1-1/+1
2016-09-20tdf#102295: The relaxed values were actually too pessimistic.Jan Holesovsky1-2/+2
2016-09-20Obsolete workaround for SUNPRO 5 compilerStephan Bergmann1-1/+4
2016-09-19tdf#102295: relax timeout timings for the GL watchdogTomaž Vajngerl3-13/+79
2016-09-19loplugin:unusedenumvaluesNoel Grandin1-2/+1
2016-09-19Related: rhbz#1373933 gtk3 emits a lot of style-updateds signalsCaolán McNamara4-3/+53
2016-09-19GtkSalMenu: Need a way to remove icons tooMaxim Monastirsky1-13/+18
2016-09-19Missing g_variant_unrefMaxim Monastirsky1-0/+2
2016-09-18loplugin:unusedenumvaluesNoel Grandin7-73/+3
2016-09-16Resolves: rhbz#1373933 gtk 3.21 emits a lot more "style-set" signalsCaolán McNamara2-15/+10