Gitiles
Code Review
Sign In
gerrit.collaboraoffice.com
/
core
/
refs/heads/feature/cib_contract152b
/
toolkit
69016f3
tdf#103852 avoid clipboard deadlock
by Tomaž Vajngerl
· 9 years ago
5acdf13
tdf#100092: Deterministic scheduling to prevent unpredictable behavior.
by Jan Holesovsky
· 10 years ago
b030ba2
Resolve: "TODO(Q1): Make GetSystemData method virtual"
by Caolán McNamara
· 10 years ago
aea9c5e
rename to two GetSystemData methods to find all call-sites
by Caolán McNamara
· 10 years ago
d96c114
clang-tidy modernize-make-shared
by Noel Grandin
· 10 years ago
0f67254
clang-tidy modernize-loop-convert in toolkit to uui
by Noel Grandin
· 10 years ago
14cd518
Replace fallthrough comments with new SAL_FALLTHROUGH macro
by Stephan Bergmann
· 10 years ago
0f3ac23
Insert explicit "break" when falling through to empty next case
by Stephan Bergmann
· 10 years ago
50ac0f5
convert FONT_EMPHASIS_MARK to scoped enum
by Noel Grandin
· 10 years ago
58a3207
use Any constructor instead of temporaries
by Noel Grandin
· 10 years ago
43b4903
teach stylepolice plugin about ref-counted-pointer naming
by Noel Grandin
· 10 years ago
35e26c8
Some more sal_Bool -> bool
by Stephan Bergmann
· 10 years ago
b7e28df
loplugin:salbool: Automatic rewrite of sal_False/True
by Stephan Bergmann
· 10 years ago
789055b
clang-tidy performance-unnecessary-copy-initialization
by Noel Grandin
· 10 years ago
150ac9c
clean-up: unused using declarations and includes
by Jochen Nitschke
· 10 years ago
97abbec
tdf#94306 replace boost::noncopyable in stoc to xmlsec..
by Jochen Nitschke
· 10 years ago
4c7ec9f
cleanup: remove unused com/sun/star/uno includes
by Jochen Nitschke
· 10 years ago
28c96a0
clang-tidy performance-unnecessary-value-param in toolkit
by Noel Grandin
· 10 years ago
297fd83
Typo: multible->multiple
by Julien Nabet
· 10 years ago
fd4b1fb
sequence->vector in toolkit
by Noel Grandin
· 10 years ago
c20cc7e
tdf#97499 Fixed containers parameters clearing #4
by tymyjan
· 10 years ago
f7a75a6
cleanup: remove unused Reference.h(xx) includes
by Jochen Nitschke
· 10 years ago
9af411a
tdf#97966 Drop 'static' keywords
by Wastack
· 10 years ago
1aa4df6
use SAL_N_ELEMENTS in for loops
by Noel Grandin
· 10 years ago
96c1ae1
fix headless build
by Oliver Specht
· 10 years ago
f0f973d
loplugin:constantparams in vcl/
by Noel Grandin
· 10 years ago
f3d4546
tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionals
by Rohan Kumar
· 10 years ago
19a5374
Avoid reserved identifiers
by Stephan Bergmann
· 10 years ago
c3a3e64
loplugin:constantparam in toolkit
by Noel Grandin
· 10 years ago
c45d3ba
new loplugin: commaoperator
by Noel Grandin
· 10 years ago
a3c70e7
Fix missing iterator include on MSVC 14.0
by David Ostrovsky
· 10 years ago
2087484
use consistent #define checks for the Windows platform
by Noel Grandin
· 10 years ago
2b31daf
tdf#95857 Sort out German plurals ...
by danielt998
· 10 years ago
6858d51
vcl: include vcl headers via triangular brackets instead of quotes
by Chris Sherlock
· 10 years ago
a238b1f
Remove excess newlines
by Chris Sherlock
· 10 years ago
697d445
vcl: take into account the font width is the average font width
by Chris Sherlock
· 10 years ago
3209659
toolkit: remove some comment cruft from vclunohelper.cxx
by Chris Sherlock
· 10 years ago
9c77bb8
tdf#39468 toolkit: translate some German comments in the VCL UNO helper file
by Chris Sherlock
· 10 years ago
3187193
tools: rename FontUnderline to FontLineStyle
by Chris Sherlock
· 10 years ago
cd5431c
Unwind trivial AccessibleExtendedComponentHelper_BASE typedefs
by Stephan Bergmann
· 10 years ago
4cd058f
OpenGLWrapper is the right place for getBufferSwapCounter()
by Tor Lillqvist
· 10 years ago
32d98b2
Put getBufferSwapCounter() in OpenGLWindow instead
by Tor Lillqvist
· 10 years ago
2c55288
Add API to get the number of OpenGL buffer swaps, including through UNO
by Tor Lillqvist
· 10 years ago
752cd07
InterfaceContainer2 with vector instead of Sequence
by Noel Grandin
· 10 years ago
5659b68
vcl: rename Font::GetFamily to Font::GetFamilyType
by Chris Sherlock
· 10 years ago
a7f6efc
loplugin: unused return values
by Noel Grandin
· 10 years ago
cb20f46
vcl: change Font::SetName() to Font::SetFamilyName()
by Chris Sherlock
· 10 years ago
28c96fc
vcl: rename Font::GetName to Font::GetFamilyName
by Chris Sherlock
· 10 years ago
45654a1
revert vcl patch series that brok Mac and Windows
by Norbert Thiebaud
· 10 years ago
f99550d
vcl: change Font::SetName() to Font::SetFamilyName()
by Chris Sherlock
· 10 years ago
2b29711
vcl: rename Font::GetName to Font::GetFamilyName
by Chris Sherlock
· 10 years ago
08bbdaa
vcl: Create accessor and mutator for int and ext leading in FontMetric
by Chris Sherlock
· 10 years ago
64d624b
Fix typos
by Andrea Gelmini
· 10 years ago
7576f27
tdf#94715 - ensure we remove ourselves from the same event source.
by Michael Meeks
· 10 years ago
20ff8cc
toolkit: mark AccessibleScrollBar:XAccessibleEventBroadcaster as a known issue
by Miklos Vajna
· 10 years ago
93122eb
uno::Sequence->std::vector in vcl::Throbber
by Noel Grandin
· 10 years ago
2759ea0
No need to extend css.awt.XToolkitExperimental
by Stephan Bergmann
· 10 years ago
fbdeef6
vcl: fix event processing to idle - for JUnit tests.
by Michael Meeks
· 10 years ago
5e1546c
downgrade warning to info
by Caolán McNamara
· 10 years ago
631b679
loplugin:unusedfields in include/toolkit,include/tools
by Noel Grandin
· 10 years ago
56a9594
Update-check, expand to allow reporting of H/W and OS versions.
by Michael Meeks
· 10 years ago
fe3fd05
add mapKeysToSequence/mapValuesToSequence methods to comphelper
by Noel Grandin
· 10 years ago
2554efa
use comphelper::containerToSequence
by Noel Grandin
· 10 years ago
96c26b0
use initialiser for Sequence<OUString>
by Noel Grandin
· 10 years ago
25aec38
use initialiser for Sequence<OUString>
by Noel Grandin
· 10 years ago
8e234c5
use initialiser syntax for Sequence<OUString>
by Noel Grandin
· 10 years ago
175e2ad
loplugin:nullptr (automatic rewrite)
by Stephan Bergmann
· 10 years ago
9d3cb71
Prevent += called on temporary O[U]String instances
by Stephan Bergmann
· 10 years ago
4a00be7
com::sun::star->css in toolkit/
by Noel Grandin
· 10 years ago
3f8a28f
coverity#1338239 Uncaught exception
by Caolán McNamara
· 10 years ago
27219b1
loplugin:stringconstant: elide explicit ctor usage (manually due to macros)
by Stephan Bergmann
· 10 years ago
da7aa01
loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)
by Stephan Bergmann
· 10 years ago
3f50c6e0
java: remove ((unnecessary)) parentheses
by Noel Grandin
· 10 years ago
b73db44
java: combine nested if statements
by Noel Grandin
· 10 years ago
b37b7b5
use uno::Reference::set method instead of assignment
by Noel Grandin
· 10 years ago
59b072e
yyyyy
by Noel Grandin
· 10 years ago
021a5e7
toolkit: pMouseEvt must not be captured
by Michael Stahl
· 10 years ago
bd63b48
Avoid dangling references
by Stephan Bergmann
· 10 years ago
76e75d2
tdf#93243 replace boost::bind with c++11 lambdas in toolkit/
by Fabio Buso
· 10 years ago
addb63f
convert Sequence<XInterface> constructions to use initializer lists
by Noel Grandin
· 10 years ago
7cdbde4
Initialize Sequence<beans::NamedValue> from initializer_lists
by Noel Grandin
· 10 years ago
e25669f
don't allocate uno::Reference on the heap
by Noel Grandin
· 10 years ago
3d784c4
remove extra spaces around ::
by Noel Grandin
· 10 years ago
fc90cf2
ucb: replace boost::ptr_vector with std::vector<std::unique_ptr>
by Michael Stahl
· 10 years ago
382eb1a
remove untyped Link<>
by Noel Grandin
· 10 years ago
092a390
loplugin:defaultparams
by Stephan Bergmann
· 10 years ago
ba00a4d
loplugin:defaultparams
by Stephan Bergmann
· 10 years ago
c8479bd
convert DBG_ASSERTWARNING to SAL_WARN_IF
by Noel Grandin
· 10 years ago
59c38539
Allow injection of keyboard and mouse events through UNO
by Matthew J. Francis
· 11 years ago
db8c703
convert PASSED to COMPLETED in 'make check' test messages
by Noel Grandin
· 10 years ago
b4b7703
cppcheck:variableScope
by Noel Grandin
· 10 years ago
b36963c
Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code
by Stephan Bergmann
· 10 years ago
527a9a1
loplugin:mergeclasses
by Noel Grandin
· 11 years ago
7ca450c
Related tdf#94557: Combo box entries are case-sensitive (sometimes)
by Julien Nabet
· 10 years ago
e209d11
remove old standalone Sun bug numbers
by Noel Grandin
· 11 years ago
a2a5187
Fix typos
by Andrea Gelmini
· 11 years ago
8f3d411
toolkit: convert alloca() to std::unique_ptr
by Michael Stahl
· 11 years ago
1e67e94
convert Link<> to typed
by Noel Grandin
· 11 years ago
99bfc36
convert Link<> to typed
by Noel Grandin
· 11 years ago
3a00aae
boost->std
by Caolán McNamara
· 11 years ago
Next »