Gitiles
Code Review
Sign In
gerrit.collaboraoffice.com
/
core
/
refs/heads/feature/cib_contract57e
/
accessibility
4a231d1
move ComboBox to toolkit-only headers
by Caolán McNamara
· 6 years ago
b46a0a7
tdf#118418 implement scrollSubstringTo() for gtk
by Colomban Wendling
· 6 years ago
b512ce2
Make upcasting css::uno::Reference ctor require complete types
by Stephan Bergmann
· 6 years ago
9f07fb6
update pches
by Caolán McNamara
· 6 years ago
f924658
controllayout.hxx can be a toolkit-only header
by Caolán McNamara
· 6 years ago
dfb24c3
uiobject.hxx only needs forward declares
by Caolán McNamara
· 6 years ago
b762eab
tdf#42982: Improve UNO API error reporting
by Ian Barkley-Yeung
· 6 years ago
4f3f61a
loplugin:flatten in accessibility
by Noel Grandin
· 6 years ago
be53f32
rename vcl::Window::Update to PaintImmediately
by Noel Grandin
· 6 years ago
6df92df
loplugin:virtualdead
by Noel Grandin
· 6 years ago
d077cd6
Revert "loplugin:constfields in svtools"
by Noel Grandin
· 6 years ago
9ad252b
Drop o3tl::optional wrapper
by Stephan Bergmann
· 6 years ago
a1fcbda
move svtabbx.hxx to vcl/toolkit
by Caolán McNamara
· 6 years ago
a8487ac
clang-format accessibility & basctl with under 5-percent lines of change
by Muhammet Kara
· 6 years ago
69e0d871
make update_pch also consider files in <module>/src/**/inc
by Luboš Luňák
· 6 years ago
aef7feb
New loplugin:unsignedcompare
by Stephan Bergmann
· 6 years ago
0f6bbde
Use properly typed variable for iteration
by Stephan Bergmann
· 6 years ago
b9fe4f2
rename some local variables
by Noel Grandin
· 6 years ago
bca204a
Avoid explicit cast to smaller sal_uInt16 from larger sal_Int32
by Stephan Bergmann
· 6 years ago
15abfe9
tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctor
by Mesut Çifci
· 6 years ago
a41fe32
loplugin:finalclasses in accessibility
by Noel Grandin
· 6 years ago
c4f0c87
tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctor
by Mesut Çifci
· 6 years ago
40f1a46
tdf#124176: Use "pragma once" on accessibility/*
by Andrea Gelmini
· 6 years ago
7cf98c8
tdf#124176:Use pragma once instead of include guards
by Ayhan Yalçınsoy
· 6 years ago
bd60ca2
remove some unnecessary includes and update pches
by Caolán McNamara
· 6 years ago
f552271
loplugin:mergeclasses ListBoxAccessibleBase with AccessibleListBoxEntry
by Noel Grandin
· 6 years ago
f656547
remove some useless comment lines
by Noel Grandin
· 6 years ago
7e40319
Introduce o3tl::optional as an alias for std::optional
by Stephan Bergmann
· 6 years ago
b07b192
loplugin:unusedfields
by Noel Grandin
· 6 years ago
98f2bd6
loplugin:unusedmethods
by Noel Grandin
· 6 years ago
5b37487
loplugin:singlevalfields
by Noel Grandin
· 6 years ago
7b99cdb
loplugin:indentation find broken if statements
by Noel Grandin
· 6 years ago
294b01d
tdf#42949 Fix IWYU warnings in accessibility/
by Gabor Kelemen
· 6 years ago
7d7fea7
make bin/update_pch.s always include code in trivial #if's
by Luboš Luňák
· 6 years ago
4704acf
move HAVE_FEATURE_DESKTOP/OPENCL to their dedicated headers
by Luboš Luňák
· 6 years ago
cdbac69
simplify "a = a +" to "a +="
by Noel Grandin
· 6 years ago
261fa8c
tdf#114441 changed some sal_uLong to better fitting types
by Christian Barth
· 7 years ago
250c2ec
loplugin:virtualdead in vcl
by Noel Grandin
· 7 years ago
42af04b
do not require $(SRCDIR) in every gb_Library_set_precompiled_header
by Luboš Luňák
· 7 years ago
77ea053
accessibility: fix leak of AccessibleListBoxEntry
by Michael Stahl
· 7 years ago
151ba01
accessibility : namespace cleanup
by Arnaud Versini
· 7 years ago
396869e
Simplify Sequence iterations in accessibility
by Arkadiy Illarionov
· 7 years ago
ed5064d
tdf#39593 Drop OToolBoxWindowItem::isWindowItem
by Arkadiy Illarionov
· 7 years ago
8fe53ec
loplugin:constmethod in accessibility
by Noel Grandin
· 7 years ago
16da5e2
loplugin:constvars in accessibility..basegfx
by Noel Grandin
· 7 years ago
c8e70f9
Fix typos
by Andrea Gelmini
· 7 years ago
b65a0b7
cid#1448422 Division or modulo by zero
by Caolán McNamara
· 7 years ago
da40541
Improved loplugin:stringconstant (now that GCC 7 supports it): accessibility
by Stephan Bergmann
· 7 years ago
e468a06
cid#1448398 Dereference before null check
by Caolán McNamara
· 7 years ago
77e260f
tdf#121793 speedup VCLXAccessibleStatusBarItem::GetItemText
by Noel Grandin
· 7 years ago
4583911
improve loplugin:simplifyconstruct
by Noel Grandin
· 7 years ago
9406ee7
move SvtIconChoiceCtrl to vcl
by Caolán McNamara
· 7 years ago
b2a574e
simplify some getSupportedServiceNames
by Noel Grandin
· 7 years ago
cdcc2f3
loplugin:logexceptionnicely in accessibility..basic
by Noel Grandin
· 7 years ago
c88f760
Use hasElements to check Sequence emptiness in accessibility..canvas
by Arkadiy Illarionov
· 7 years ago
516bdf7
loplugin:singlevalfields
by Noel Grandin
· 7 years ago
e2fcb27
regenerate PCH headers
by Luboš Luňák
· 7 years ago
c6350b3
regenerate PCH headers for the 4 new levels
by Luboš Luňák
· 7 years ago
f1ba393
clang-tidy modernize-avoid-c-arrays in accessibility
by Arkadiy Illarionov
· 7 years ago
18651db
rename animate.hxx to animate/Animation.hxx, more changes follow
by Tomaž Vajngerl
· 7 years ago
e15d826
Exit from search loop when condition is satisfied
by Arkadiy Illarionov
· 7 years ago
b52f309
improve loplugin simplifyconstruct
by Noel Grandin
· 7 years ago
d028c1b
loplugin:sequentialassign in accessiblity..canvas
by Noel Grandin
· 7 years ago
5a824268
Don't use resettable/clearable guard where plain guard is enough
by Mike Kaganski
· 7 years ago
dd80346
Fix typo
by Andrea Gelmini
· 7 years ago
911237e
Fix typo
by Andrea Gelmini
· 7 years ago
0a4f781
Simplify containers iterations in accessibility, avmedia
by Arkadiy Illarionov
· 7 years ago
191f85d
re-land "new loplugin typedefparam""
by Noel Grandin
· 7 years ago
85b7e7f
Removed STR_SVT_ACC_LISTENTRY_SELCTED_STATE
by Andrea Gelmini
· 7 years ago
19240f6
loplugin:unusedfields look for classes where we can make all the..
by Noel Grandin
· 7 years ago
970ca8d
loplugin:unusedfields in various
by Noel Grandin
· 7 years ago
cfbd830
tdf#120703 PVS: remove redundant static casts
by Mike Kaganski
· 7 years ago
bd32bf4
TDF#114441 - Convert use of sal_uLong to sal_uInt32
by Omer Fatih Celik
· 7 years ago
74ed61e
loplugin:indentation in UnoControls..accessibility
by Noel Grandin
· 7 years ago
79e618c
tdf#42949 Fix remaining IWYU warnings in include/vcl/*
by Gabor Kelemen
· 7 years ago
cec7ae9
tdf#42949 Fix IWYU warnings in include/toolkit/*
by Gabor Kelemen
· 7 years ago
06ec8a9
add operator* to uno::Reference
by Noel Grandin
· 7 years ago
6256797
tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*
by Gabor Kelemen
· 7 years ago
48c0363
cppcheck: 'nSelectedEntryCount' is assigned a value that is never used.
by Tóth Attila
· 7 years ago
00b49f9
tdf#42949 Fix IWYU warnings in include/vcl/s*
by Gabor Kelemen
· 7 years ago
8e1f198
Use switch with init-statement
by Stephan Bergmann
· 7 years ago
ab9b67b
Remove obsolete SAL_FALLTHROUGH completely
by Stephan Bergmann
· 7 years ago
e4472d3
loplugin:unnecessaryparen include more assignments
by Noel Grandin
· 7 years ago
8067be0
tdf#42949 Fix IWYU warnings in include/vcl/[f-h]*
by Gabor Kelemen
· 7 years ago
8ee959b
Fix typo
by Andrea Gelmini
· 7 years ago
47897fd
weld SwCondCollPage
by Caolán McNamara
· 7 years ago
492ea7e
tdf#42949 Fix IWYU warnings in include/vcl/[ab]*
by Gabor Kelemen
· 7 years ago
c89a499
Adapt to C++2a char_t
by Stephan Bergmann
· 7 years ago
065edb4
tdf#120703 PVS: V547 Expression is always true/false
by Mike Kaganski
· 7 years ago
ea65a40
tdf#120703 PVS: make selection type detection more readable
by Mike Kaganski
· 7 years ago
6311f7f
move SvTreeListBox to vcl
by Caolán McNamara
· 7 years ago
819149fb
loplugin:collapseif in accessibility..cui
by Noel Grandin
· 7 years ago
6f50961
remove more rtl::OUString and OString prefixes
by Noel Grandin
· 7 years ago
e61e4e5
clang-tidy readability-misleading-indentation
by Noel Grandin
· 7 years ago
2e57dac
Attempt to fix tdf#118193
by Arnaud Versini
· 7 years ago
ccb2a1f
clang-tidy readability-redundant-smartptr-get
by Noel Grandin
· 7 years ago
1669022
loplugin:singlevalfields
by Noel Grandin
· 7 years ago
7ceee0f
Extend loplugin:redundantinline to catch inline functions w/o external linkage
by Stephan Bergmann
· 7 years ago
2a962cb
tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]*
by Gabor Kelemen
· 8 years ago
8df9935
tdf#42949 Fix IWYU warnings in include/comphelper/[a-l]*
by Gabor Kelemen
· 8 years ago
Next »