summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
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
2016-09-16tdf#96505 - Remove "long" integer literals in vcl/source/gdi/e1234619-307/+307
2016-09-15vcl: consistently use sal_IntPtr to marshal drag source / drop targetMichael Stahl5-7/+7
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl22-92/+92
2016-09-15Remove OutputDevice::PaintScopeNoel Grandin2-52/+0
2016-09-15loplugin:singlevalfields in sc..vclNoel Grandin4-15/+0
2016-09-15loplugin:countusersofdefaultparams in vclNoel Grandin11-16/+16
2016-09-14loplugin:overrideStephan Bergmann19-22/+22
2016-09-14loplugin:constantparamNoel Grandin2-6/+4
2016-09-13tdf#74377 Keyboard shortcuts for context menusMaxim Monastirsky5-12/+37
2016-09-13chmod 644 some source filesStephan Bergmann1-0/+0
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann110-150/+150
2016-09-13Remove nonsense comments: // bitfieldTor Lillqvist2-4/+0
2016-09-12Bin some noise comments and superfluous vertical whitespaceTor Lillqvist4-8/+6
2016-09-12Resolves: tdf#101879 explicitly put menubars at the start of task listsCaolán McNamara1-1/+1
2016-09-12tdf#101889: add absent brackets to OpenSymbolMike Kaganski1-7/+6
2016-09-10Typo: (un)kown->(un)knownJulien Nabet2-2/+2
2016-09-09Hack to make Arabic subtending marks workKhaled Hosny1-0/+4
2016-09-08Resolves: tdf#101881 gtk3 3.18 menubar doesn't grab keyboard...Caolán McNamara2-0/+9
2016-09-08rename CollapsAttribs -> CollapseAttribsNoel Grandin2-3/+3
2016-09-07Resolves: tdf#100443 handle sun keyboard copy/cut/paste keysCaolán McNamara3-4/+62
2016-09-07Related: tdf#100443 don't use deprecated gtk keysym definesCaolán McNamara3-322/+290
2016-09-07tdf#101869 Allow toolbox to open from spacebarAkshay Deep1-0/+5
2016-09-07less dlopen, call gtk2 things direct, baseline is newer nowCaolán McNamara2-46/+8
2016-09-07Fix not-so-newly introduced perf regression in vclKhaled Hosny1-22/+1
2016-09-07BigToolBox painting fixSzymon Kłos1-4/+10
2016-09-07gtk: drop unneeded X11 includesCaolán McNamara4-10/+1
2016-09-07loplugin:constantparam in vclNoel Grandin10-42/+31
2016-09-07loplugin:constantparam in vcl..xmlscriptNoel Grandin23-209/+139
2016-09-06Work around loplugin:unnecessaryoverrideStephan Bergmann2-0/+4
2016-09-06use same GtkInstance::AnyInput impl for gtk2 and gtk3Caolán McNamara1-6/+0
2016-09-06GtkInstance should use default no-op I18NImeStatusCaolán McNamara2-0/+9
2016-09-06move all X11SalData stuff togetherCaolán McNamara2-8/+8
2016-09-06don't need to include all these headers, reduce to required minCaolán McNamara26-32/+12
2016-09-06SalI18NImeStatus is stubbed the same way for everyone except...Caolán McNamara11-61/+8
2016-09-05Simplify Sequence constructionStephan Bergmann1-4/+4
2016-09-05Convert PPDKey::SetupType to scoped enumNoel Grandin2-10/+10
2016-09-05convert PrinterInfoManager::Type to scoped enumNoel Grandin3-5/+5
2016-09-05convert DuplexMode to scoped enumNoel Grandin5-41/+41
2016-09-05convert Orientation to scoped enumNoel Grandin7-21/+21
2016-09-05convert ScrollType to scoped enumNoel Grandin3-68/+68
2016-09-05convert ToolBoxButtonSize to scoped enumNoel Grandin2-4/+4
2016-09-05fix usage of std::uniqueNoel Grandin1-1/+1
2016-09-05convert ExtTimeFieldFormat to scoped enumNoel Grandin1-6/+6
2016-09-05convert ExtDateFieldFormat to scoped enumNoel Grandin1-70/+70