Gitiles
Code Review
Sign In
gerrit.collaboraoffice.com
/
core
/
refs/heads/feature/cib_contract136
/
cppcanvas
6f26e51
forcepoint #33 ensure payload is a EMFPPath
by Caolán McNamara
· 8 years ago
dd7dbf3
forcepoint #32 survive missing emf paths
by Caolán McNamara
· 8 years ago
d76a2ba
cppcanvas, oox: add missing #include <osl/endian.h>
by Michael Stahl
· 9 years ago
50ac0f5
convert FONT_EMPHASIS_MARK to scoped enum
by Noel Grandin
· 10 years ago
e1af7f0
clang-tidy modernize-loop-convert in c*
by Noel Grandin
· 10 years ago
789055b
clang-tidy performance-unnecessary-copy-initialization
by Noel Grandin
· 10 years ago
62633df
clang-tidy performance-unnecessary-value-param in various
by Noel Grandin
· 10 years ago
b8eb294
loplugin:passstuffbyref in various
by Noel Grandin
· 10 years ago
c664b27
tdf#94306 remove unused boost dependencies
by Jochen Nitschke
· 10 years ago
4c7ec9f
cleanup: remove unused com/sun/star/uno includes
by Jochen Nitschke
· 10 years ago
40c3e90
loplugin:unreffun (missing "= delete")
by Stephan Bergmann
· 10 years ago
f781997
tdf#94306 replace boost::noncopyable in c...
by Jochen Nitschke
· 10 years ago
ef97576
tdf#97525 vcl: make DeletionListener internal
by Jochen Nitschke
· 10 years ago
f0f973d
loplugin:constantparams in vcl/
by Noel Grandin
· 10 years ago
1c85800
tdf#95709 adapt clip polygon for transparence groups
by Armin Le Grand
· 10 years ago
db80671
loplugin:write only fields
by Noel Grandin
· 10 years ago
a238b1f
Remove excess newlines
by Chris Sherlock
· 10 years ago
01aa78c
vcl: cmdevt.[hc]xx -> commandevent.[hc]xx
by Chris Sherlock
· 10 years ago
88730cd
vcl: bmpacc.hxx -> bitmapaccess.hxx
by Chris Sherlock
· 10 years ago
249e3d6
vcl: split exception types from input types
by Chris Sherlock
· 10 years ago
27a114e
loplugin:fpcomparison in cppcanvas/
by Noel Grandin
· 10 years ago
697d445
vcl: take into account the font width is the average font width
by Chris Sherlock
· 10 years ago
c3cc559
remove B2DLineJoin::Middle
by Caolán McNamara
· 10 years ago
98c3436
boost::hash->std::hash
by Noel Grandin
· 10 years ago
e9a2e04
OSL_THIS_FUNC is a rip-off of BOOST_CURRENT_FUNCTION so we can use that
by Caolán McNamara
· 10 years ago
3187193
tools: rename FontUnderline to FontLineStyle
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
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
bccd83e
Some cleanup for sal_uIntPtr usage
by Johannes Hauf
· 10 years ago
aa330a9
cppcheck: allocaCalled
by Caolán McNamara
· 10 years ago
a643222
No need for a separate <vcl/graph.h>
by Tor Lillqvist
· 10 years ago
b639fe6
VirtualDevices either match another device depth, or are 1 bit
by Caolán McNamara
· 10 years ago
c43a3a5
establish that Virtual Devices either match Physical Device depth or ...
by Caolán McNamara
· 10 years ago
c2ef638
loplugin:unusedfields in cppcanvas
by Noel Grandin
· 10 years ago
b879374
Seems more natural to pass a homogenous list by initializer_list
by Stephan Bergmann
· 10 years ago
61f168d
Add SvStream::ReadUtf16 (don't assume sal_Unicode is unsigned short)
by Stephan Bergmann
· 10 years ago
06116bd1
Fast PCH generator and optimized PCH files
by Ashod Nakashian
· 10 years ago
d7801c3
Namespace cleanup and disambiguation
by Ashod Nakashian
· 10 years ago
311fd06
loplugin:nullptr (automatic rewrite)
by Stephan Bergmann
· 10 years ago
48a3359
Reduce scope of #include <tools/poly.hxx>
by Matteo Casalin
· 10 years ago
5491988
Replace boost::bind by lambdas in cppcanvas tree.
by Mario J. Rugiero
· 10 years ago
b36963c
Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code
by Stephan Bergmann
· 10 years ago
bff4c13
Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY code
by Stephan Bergmann
· 10 years ago
3a00aae
boost->std
by Caolán McNamara
· 11 years ago
22b80ac
boost->std
by Caolán McNamara
· 11 years ago
daecb93
tdf#93750 allow for EMF+ record padding up to 11 bytes
by Mike Kaganski
· 11 years ago
ef46917
Put Polygon from tools under tools:: namespace
by Norbert Thiebaud
· 11 years ago
4712396
loplugin: defaultparams
by Noel Grandin
· 11 years ago
e5ec630
stop inclduing canvas/verbosetraces.hxx and canvas/debug.hxx
by Norbert Thiebaud
· 11 years ago
403c134
loplugin:unusedmethods
by Noel Grandin
· 11 years ago
17ae282
Whitespace cleanup / re-alignment.
by Thorsten Behrens
· 11 years ago
a99520e
com::sun::star->css in cppcanvas
by Noel Grandin
· 11 years ago
a175788
tdf#88206 replace cppu::WeakImplHelper* etc.
by Takeshi Abe
· 11 years ago
7aa9f04
do not include boost/utility.hpp
by Michael Stahl
· 11 years ago
4a121d40
this SAL_INFO uses brush which might be NULL
by Caolán McNamara
· 11 years ago
69c88a3
Fix typos
by Andrea Gelmini
· 11 years ago
0980095
Replace boost::scoped_array<T> with std::unique_ptr<T[]>
by Takeshi Abe
· 11 years ago
1afb790
inline COMPHELPER_SERVICEDECL_ macro
by Noel Grandin
· 11 years ago
ad62165
cppcheck: noExplicitConstructor
by Caolán McNamara
· 11 years ago
98215b5
loplugin:cstylecast: deal with remaining pointer casts
by Stephan Bergmann
· 11 years ago
42f771d
convert B2DLineJoin to scoped enum
by Noel Grandin
· 11 years ago
3aebc67
Remove include stdio (part2)
by Julien Nabet
· 11 years ago
dd466513
window ftbfs: MetaActionType::TRANSPARENT->MetaActionType::Transparent
by Caolán McNamara
· 11 years ago
ad0c5e6
convert META_*_ACTION constants to scoped enum
by Noel Grandin
· 11 years ago
d883c12
Get rid of the initial :: for the vcl namespace
by Tor Lillqvist
· 11 years ago
e8b97a5
Merge remote-tracking branch 'origin/feature/vclptr'
by Michael Meeks
· 11 years ago
26ec80f
loplugin:staticmethods
by Noel Grandin
· 11 years ago
4ff758fe
Manual cleanup of misc. issues.
by Michael Meeks
· 11 years ago
8a65284
Automated conversion of VclPtr construction to use Instance template.
by Michael Meeks
· 11 years ago
5d133eb6
first half of non-scriptable, Instance constructor conversion.
by Michael Meeks
· 11 years ago
ad8a207
cure a lot of unfortunate ScopedVclPtrs.
by Michael Meeks
· 11 years ago
820576a
start wrapping OutputDevice in VclPtr
by Noel Grandin
· 11 years ago
d793077
boost references are unhealty for VclPtr.
by Michael Meeks
· 11 years ago
6d393f8
Reduce to static_cast any reinterpret_cast from void pointers
by Stephan Bergmann
· 11 years ago
d18aa94
Clean up C-style casts from pointers to void
by Stephan Bergmann
· 11 years ago
32f95a3
V813: Decreased performance
by Caolán McNamara
· 11 years ago
f0a6041
gbuild: CppunitTest: always use unittest configuration
by Michael Stahl
· 11 years ago
3744d85
boost->std
by Caolán McNamara
· 11 years ago
b13b01a
loplugin:deletedspecial
by Stephan Bergmann
· 11 years ago
de68bb8
Updated all precompiled headers.
by Ashod Nakashian
· 11 years ago
f61dbc3
followup code removal after changing virtual methods to non-virtual
by Noel Grandin
· 11 years ago
7f8f277
fdo#84938: convert STREAM_ #defines to 'enum class'
by Noel Grandin
· 11 years ago
aa9267d
CppunitTest_cppcanvas_emfplus: adapt to now enabled sidebar in Draw
by Miklos Vajna
· 11 years ago
6a0fe37
sal: clean up public headers with include-what-you-use
by Michael Stahl
· 11 years ago
1986693
emfplus: re-work and cleanup unit test
by Michael Meeks
· 11 years ago
949b6ef
cppcanvas: CPPCANVAS_DEBUG_EMFPLUS_DUMP_TO is expected to be UTF-8
by Miklos Vajna
· 11 years ago
fc0d57b
Revert "use the new OUString::fromUtf8 method"
by Stephan Bergmann
· 11 years ago
05050cd
use the new OUString::fromUtf8 method
by Noel Grandin
· 11 years ago
c70f154
Removed duplicated includes
by Andrea Gelmini
· 11 years ago
af5ebbf
create a macro library for implementing bit-flags types
by Noel Grandin
· 12 years ago
1eb3571
Remove leftover SAL_WNODEPRECATED_DECLARATIONS_PUSH/POP
by Stephan Bergmann
· 12 years ago
15eceec
loplugin: cstylecast
by Noel Grandin
· 12 years ago
c9d4a28
fdo#82577: Handle PolyPolygon
by Noel Grandin
· 12 years ago
476f5aa
cppcanvas: std::auto_ptr -> std::unique_ptr
by Stephan Bergmann
· 12 years ago
d7fdf70
coverity#1241427 Unchecked dynamic_cast
by Caolán McNamara
· 12 years ago
827c46e
fdo#82577: Handle Window
by Noel Grandin
· 12 years ago
60e78fb
fdo#82577: Handle Font
by Noel Grandin
· 12 years ago
a69f8ea
vcl: convert push flags to type-safe enum-like class
by Noel Grandin
· 12 years ago
Next »