Gitiles
Code Review
Sign In
gerrit.collaboraoffice.com
/
core
/
refs/heads/feature/calctiledrendering
/
canvas
0b978f2
rtl::Reference fits just fine here
by Stephan Bergmann
· 12 years ago
3e82897
improve the inlinesimplememberfunctions clang plugin
by Noel Grandin
· 12 years ago
184a00b
loplugin: inlinesimplememberfunctions
by Noel Grandin
· 12 years ago
d8863b7
coverity#735682 Unchecked dynamic_cast
by Caolán McNamara
· 12 years ago
f0ae48b
remove unnecessary NULL parameter passed to UNO Exception
by Noel Grandin
· 12 years ago
b446c56
coverity#736029 Missing break in switch
by Caolán McNamara
· 12 years ago
e7bc3ca
remove boilerplate in UNO Exception constructor calls
by Noel Grandin
· 12 years ago
b54e050
canvas: drop using from headers
by Thomas Arnhold
· 12 years ago
878398b
dx_winstuff.hxx does already undef them
by Thomas Arnhold
· 12 years ago
05c141bc
DX canvas: provide a OutputDevice pointer as a device handler instead of HDC
by Zolnai Tamás
· 12 years ago
ae71ad47
coverity#735401 Logically dead code
by Caolán McNamara
· 12 years ago
81bd29a
canvas: sal_Bool->bool
by Noel Grandin
· 12 years ago
4f9b212
simplify ternary conditions "xxx ? yyy : false"
by Noel Grandin
· 12 years ago
7d2cf38
canvas: sal_Bool->bool
by Noel Grandin
· 12 years ago
0a1d822
Many spelling fixes: directories a* - g*.
by Pedro Giffuni
· 12 years ago
541761d
prefer makefile-gmake-mode
by Takeshi Abe
· 12 years ago
728ec86
Typo: s/cant/can't/
by Tor Lillqvist
· 12 years ago
f31ac24
Resolves: rhbz#1086714 overlarge pixmap
by Caolán McNamara
· 12 years ago
3764cfb
Remove iota template function & last call site.
by Thorsten Behrens
· 12 years ago
6cde764
typo: implicitely -> implicitly
by Thomas Arnhold
· 12 years ago
6835d9f
It's "its", not "it's"
by Tor Lillqvist
· 12 years ago
6ac0e13
Remove silly PUT_SEMICOLON_AT_THE_END
by Stephan Bergmann
· 12 years ago
453ee35
fdo#43157 : clean up more OSL_POSTCOND
by Michaël Lefèvre
· 12 years ago
5babf1b
remove unnecessary scope qualifier from sal_Bool uses
by Noel Grandin
· 12 years ago
362d4f0
Explicitly mark overriding destructors as "virtual"
by Stephan Bergmann
· 12 years ago
3b0c60b
coverity#738566 Uninitialized pointer field
by Caolán McNamara
· 12 years ago
7d3b9d3
typo: optimisation -> optimization
by Thomas Arnhold
· 12 years ago
06db1ed
fdo#38844 Remove XOR rendering code from canvas module
by Krisztian Pinter
· 12 years ago
70cc2b1
First batch of adding SAL_OVERRRIDE to overriding function declarations
by Stephan Bergmann
· 12 years ago
1649caef
Remove unused include
by Stephan Bergmann
· 12 years ago
268be3a
Mark overriding DisambiguationHelper class template mem funs as SAL_OVERRIDE
by Stephan Bergmann
· 12 years ago
19edde1
Mark overriding BitmapCanvasBase class template member funs as SAL_OVERRIDE
by Stephan Bergmann
· 12 years ago
5e21a41
cppuhelper: retrofit std::exception into overriding exception specs
by Stephan Bergmann
· 12 years ago
8747200
Remove visual noise from canvas
by Alexander Wilms
· 12 years ago
0ce0c36
Remove unneccessary comments
by Alexander Wilms
· 12 years ago
e8f8f24
vcl: sal_Bool -> bool
by Stephan Bergmann
· 12 years ago
bbe3bec
Drop unused #include
by Takeshi Abe
· 12 years ago
c306777
coverity#706253 Uncaught exception
by Caolán McNamara
· 12 years ago
3671f9f
coverity#706250 Uncaught exception
by Caolán McNamara
· 12 years ago
1491cea
coverity#1103731 Uncaught exception
by Caolán McNamara
· 12 years ago
9d5024a
cairo canvas: Zero font's width means "the same as height".
by Jan Holesovsky
· 12 years ago
a586ee9
bool improvements
by Stephan Bergmann
· 12 years ago
29e99c6
Add missing include.
by Matúš Kukan
· 12 years ago
ccf47bd
fdo#54938: Convert canvas to cppu::supportsService
by Marcos Paulo de Souza
· 12 years ago
f0bae2b
longparas: drop wrong xub_StrLen casts now
by Caolán McNamara
· 12 years ago
fe23abd
Be explicit when using bool as integral value
by Stephan Bergmann
· 12 years ago
4c539fa
vcl get rid of xub_StrLen and STRING_LEN in outdev3
by Norbert Thiebaud
· 12 years ago
9ed3647
Adapt all (non-extension, SharedLibrary) .components to environment="..."
by Stephan Bergmann
· 12 years ago
08fe82e
Remove unnecessary use of OUString constructor in + expressions
by Noel Grandin
· 12 years ago
8840cdc
Revert "add dummy oglcanvas::SpriteCanvas::copyRect so this compiles..."
by Thorsten Behrens
· 12 years ago
f0d93fa
add dummy oglcanvas::SpriteCanvas::copyRect so this compiles...
by Michael Stahl
· 12 years ago
843b211
cairo canvas: Line dashing size depends on the line width.
by Jan Holesovsky
· 12 years ago
f01580c
Windows: Require at least Windows XP SP2
by Thomas Arnhold
· 12 years ago
610b2b9
remove unnecessary use of OUString constructor when assigning
by Noel Grandin
· 12 years ago
4ac9fa7
canvas: include <> for external includes
by Norbert Thiebaud
· 12 years ago
e52779d
remove unnecessary use of OUString constructor
by Noel Grandin
· 12 years ago
07fc812
fixincludeguards.sh: canvas
by Thomas Arnhold
· 12 years ago
aeb41c9
remove redundant calls to OUString constructor
by Noel Grandin
· 12 years ago
223f6b6
Resolves: #i123433# Detect pseudo-vertices at svg import...
by Armin Le Grand
· 12 years ago
bb14294
fixincludeguards.sh: canvas
by Thomas Arnhold
· 12 years ago
a772496
Bin comments that claim to say why some header is included
by Tor Lillqvist
· 12 years ago
858d3ad
missing headers
by Caolán McNamara
· 12 years ago
c3ba72e
What we actually want to check here is HAVE_FEATURE_X11
by Tor Lillqvist
· 12 years ago
2f6b2cf
CID#1103749 unintialized member
by Caolán McNamara
· 12 years ago
7727b9e
oglcanvas: OUString cleanup
by Thorsten Behrens
· 13 years ago
1aae965
oglcanvas: ship comp registration, return device window.
by Thorsten Behrens
· 13 years ago
2f5f2c7
-Werror,-Wunused-private-field
by Stephan Bergmann
· 13 years ago
6019a15
only build openGL canvas when libGL supports shader
by Christian Lohmaier
· 13 years ago
be0db44
We're still stuck with boost::unordered_map
by Stephan Bergmann
· 13 years ago
e52f1bd
Add opengl canvas implementation.
by Thorsten Behrens
· 14 years ago
21ec9be
XCanvas does no longer imply XBitmapCanvas
by Thorsten Behrens
· 14 years ago
be62c01
fdo#39674 fix some spelling
by Thomas Arnhold
· 13 years ago
64b993e
finish deprecation of O(U)String::valueOf()
by Luboš Luňák
· 13 years ago
f351c13
allow to build for Windows XP when using Visual Studio 2012
by Christian Lohmaier
· 13 years ago
358d1a9
use static LanguageTag::convertTo...() for standalone conversions
by Eike Rathke
· 13 years ago
4a9a2c0
Turn Radek's notes into README files.
by Radek Doulik
· 13 years ago
ba0a577
remove OUString wrap for string literals
by Thomas Arnhold
· 13 years ago
dd3f8fb
fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFO
by Radu Ioan
· 13 years ago
9bb9604
Resolves: #i121534# Reintegrating changes for rotated bitmap support
by Armin Le Grand
· 13 years ago
4edbfa8
Related: #i121504# corrected error in canvas module when cairo is used
by Armin Le Grand
· 13 years ago
e0cce52
Resolves: #i121504# Support for alpha channel in clipboard for all systems
by Armin Le Grand
· 13 years ago
deaa968
Add some error handling to bitmap conversion.
by Thorsten Behrens
· 13 years ago
e717d1d
Resolves: #i121237# Rework/Cleanup of Region code...
by Armin Le Grand
· 13 years ago
7cf2b58
Cairo canvas fixes
by Michael Meeks
· 13 years ago
056c7b4
Revert "pass argb32 pixmaps from vcl to canvas, avoiding costly x11 ...
by Michael Meeks
· 13 years ago
cad5e28
Fix memory leak in cairo TextLayout::draw.
by Mark Wielaard
· 13 years ago
1e4422a
re-base on ALv2 code. Includes:
by Michael Meeks
· 13 years ago
bd888a3
fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFO
by Radu Ioan
· 13 years ago
96dbf73
Fix indent.
by Thorsten Behrens
· 13 years ago
44fb0ce
Resolves: #i121233# Added bitmap scaling methods BMP_SCALE_SUPER
by Armin Le Grand
· 13 years ago
78eca44
make conversions between BitmapColor and sal_uInt8 explicit
by Herbert Dürr
· 13 years ago
1cd9b5d
fdo#60949: Remove UNOLIBS_OOO
by Marcos Paulo de Souza
· 13 years ago
067ed74
canvas: remove obsolete include paths
by Michael Stahl
· 13 years ago
81f077b
Don't point to inc directories that don't exist any longer
by Tor Lillqvist
· 13 years ago
e4e9fba
Don't point to inc directories that don't exist any longer
by Tor Lillqvist
· 13 years ago
1cc9bbf
gbuild: drop empty use_packages calls
by David Tardon
· 13 years ago
c042cd0
gbuild: drop uses of removed packages
by David Tardon
· 13 years ago
b9337e2
execute move of global headers
by Bjoern Michaelsen
· 13 years ago
62badf38
Move to MPLv2 license headers, with ESC decision and author's permission.
by Michael Meeks
· 13 years ago
70b45b2
Move {pre,post}x.h to where {pre,post}mac.h and {pre,post}win.h are
by Tor Lillqvist
· 13 years ago
Next »