Gitiles
Code Review
Sign In
gerrit.collaboraoffice.com
/
core
/
refs/heads/feature/table-style-rebased
/
vcl
a44e03b
memleak:clear self referring VclPtr in *Field and *Box classes
by Dennis Francis
· 11 years ago
4d1d607
remove unused Link<> field
by Noel Grandin
· 11 years ago
1c06134
convert Link<> to typed
by Noel Grandin
· 11 years ago
ba6cbdd
remove some unused params
by Noel Grandin
· 11 years ago
55dda8e
convert Link<> to typed
by Noel Grandin
· 11 years ago
6d8124e
convert Link<> to typed
by Noel Grandin
· 11 years ago
599fab4
hide ScopedPtr::reset and add disposeAndClear
by Caolán McNamara
· 11 years ago
e7ff9ad
tdf#94275: core dump when XKeysymToString returns NULL
by Julien Nabet
· 11 years ago
dd38f64
fix OSX build
by Noel Grandin
· 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
e3c3b7f
convert Link<> to typed
by Noel Grandin
· 11 years ago
81e1e31
convert Link<> to typed
by Noel Grandin
· 11 years ago
75d3391
remove unused Link<> field
by Noel Grandin
· 11 years ago
1a82f41
I don't think we want to use NSS on iOS either
by Tor Lillqvist
· 11 years ago
ac22644
Fix typos
by Andrea Gelmini
· 11 years ago
23d4d2f
valgrind: memory leak in scoped_ptr/unique_ptr -> VclPtr convert
by Caolán McNamara
· 11 years ago
f36a36b
boost->std
by Caolán McNamara
· 11 years ago
36c11cb
fixes memleak : clear self referring VclPtr in MetricBox
by Dennis Francis
· 11 years ago
22aeb2c
bmp failure not detected as such because of svg fallback test
by Caolán McNamara
· 11 years ago
d96b939
make CalcMaskShift a verifiable operation
by Caolán McNamara
· 11 years ago
1e2119fd
convert Link<> to typed
by Noel Grandin
· 11 years ago
23b9feb
Fix Graphite windows build static
by Martin Hosken
· 11 years ago
86fc660
tdf#94281 - don't mix legacy and VCL OpenGLContext's.
by Michael Meeks
· 11 years ago
7aa2f8c
don't crash with unknown out color space
by Caolán McNamara
· 11 years ago
42468f9
pointer->reference
by Caolán McNamara
· 11 years ago
0183c17
Add debugging helpers to binary shader loading.
by Michael Meeks
· 11 years ago
7993663
opengl: check framebuffer completeness
by Tomaž Vajngerl
· 11 years ago
b85d24e
opengl: support reading back 1-bit masks from texture
by Tomaž Vajngerl
· 11 years ago
0165da0
tdf#93666: use x,y coords when reading texture part + don't bind
by Tomaž Vajngerl
· 11 years ago
4823b6d
opengl: optimize search for a free slot in texture atlas
by Tomaž Vajngerl
· 11 years ago
0eb9f13
opengl: this doesn't really do anything as data is null anyway
by Tomaž Vajngerl
· 11 years ago
bfceb55
GL paint-flushing guard re-work.
by Michael Meeks
· 11 years ago
4af4049
tdf#94213 - cleanup associated GL contexts properly when DCs released.
by Michael Meeks
· 11 years ago
e4daef3
Blind fix for --enable-tde
by Stephan Bergmann
· 11 years ago
5496f2a
convert Link<> to typed
by Noel Grandin
· 11 years ago
c52baea
clean up VclEventListeners and VclEventListeners2
by Noel Grandin
· 11 years ago
44404a0
convert Link<> to typed
by Noel Grandin
· 11 years ago
c4fb112
convert Link<> to typed
by Noel Grandin
· 11 years ago
dd0fa60
tdf#94252 - avoid switching contexts un-necessarily to reduce flicker.
by Michael Meeks
· 11 years ago
6f0f4ee
tdf#94213 - release offscreen texture properly on re-size.
by Michael Meeks
· 11 years ago
a60db55
tdf#94213 - calc re-size flicker turns out to be the status bar.
by Michael Meeks
· 11 years ago
85cf974
loplugin:cstylecast
by Stephan Bergmann
· 11 years ago
f74e120
WaE: loplugin:cstylecast
by Tor Lillqvist
· 11 years ago
d8f78d6
tdf#93814: Added support for caching shader program binaries.
by Marco Cecchetti
· 11 years ago
9823652
convert Link<> to typed
by Noel Grandin
· 11 years ago
662084d
remove Link<> field that is never Call()'ed
by Noel Grandin
· 11 years ago
5bbff06
[API CHANGE] XFilePicker2/3 changes for multiselection
by Julien Nabet
· 11 years ago
4a55670
tdf#94213 - defer glFlushing until we've re-rendered after a re-size.
by Michael Meeks
· 11 years ago
2a4ccc0
convert Link<> to typed
by Noel Grandin
· 11 years ago
6532cb0
ImplCallEventListeners and FireVclEvent can take references
by Noel Grandin
· 11 years ago
bcb5756
list->vector
by Noel Grandin
· 11 years ago
3fd63b9
loplugin:implicitboolconversion
by Stephan Bergmann
· 11 years ago
4100784
Refactor graphite integration and update graphite
by Martin Hosken
· 11 years ago
35fd0cf
cppcheck: noExplicitConstructor
by Caolán McNamara
· 11 years ago
47d3e82
boost->std
by Caolán McNamara
· 11 years ago
815126b
GetCommandLineParamCount() returns sal_uInt16
by Matteo Casalin
· 11 years ago
58cfb9b
This parameter type should be sal_Int32, for consistency
by Matteo Casalin
· 11 years ago
fb1e645
getFiles refactoring: kde part
by Julien Nabet
· 11 years ago
50b2640
vcl: tdf#88206 replace cppu::WeakImplHelper* etc.
by Takeshi Abe
· 11 years ago
560e2ea
tdf#93480: Don't send an EMPTY Invalidate() on .uno:DefaultBullet.
by Jan Holesovsky
· 11 years ago
044deb3
coverity#1323754 we apparently can survive std::abort for a while
by Caolán McNamara
· 11 years ago
29ec512
windows opengl: make sure mpLastContext is indeed the current context
by Miklos Vajna
· 11 years ago
9e3820a
convert Link<> to typed
by Noel Grandin
· 11 years ago
71a8329
convert Link<> to typed
by Noel Grandin
· 11 years ago
c80fb09
convert Link<> to typed
by Noel Grandin
· 11 years ago
f9a4123
coverity#1323752 Logically dead code
by Caolán McNamara
· 11 years ago
5094b78
coverity#1323759 Uninitialized pointer field
by Caolán McNamara
· 11 years ago
5b73a66
coverity#1323760 Uninitialized scalar field
by Caolán McNamara
· 11 years ago
e19d966
coverity#1323758 Uninitialized pointer field
by Caolán McNamara
· 11 years ago
727c5b5
Calling empty std::function behaves different than calling empty Link
by Stephan Bergmann
· 11 years ago
a9fa776
vcl: fix utterly mysterious error C2064 term does not evaluate
by Michael Stahl
· 11 years ago
0e682d4
windows opengl: mpProgram seen as 0
by Miklos Vajna
· 11 years ago
57fc41a
windows opengl: mpCurrentProgram seen as 0
by Miklos Vajna
· 11 years ago
3d95279
remove unused Link<> field
by Noel Grandin
· 11 years ago
f4e951a
convert Link<> to typed
by Noel Grandin
· 11 years ago
76eff02
Fixup low-prio idle's effect on min-period.
by Michael Meeks
· 11 years ago
9ea0390
convert Link<> to typed
by Noel Grandin
· 11 years ago
71d8cfc
convert Link<> to typed, and introduce LinkParamNone
by Noel Grandin
· 11 years ago
99d13c7
convert Link<> to typed
by Noel Grandin
· 11 years ago
9c162dd
remove unused Link<> field
by Noel Grandin
· 11 years ago
4db28b2
convert Link<> to typed
by Noel Grandin
· 11 years ago
3dfeae7
vcl: restore lost hunk in Scheduler::ImplStartTimer()
by Miklos Vajna
· 11 years ago
a393cf9
Revert "add some warnings to non-implemented features"
by Tor Lillqvist
· 11 years ago
ba8cdfc
tdf#92649: Converted pointers to unique_ptr's in vcl/unx/kde4
by Ryan McCoskrie
· 11 years ago
f3f1919
Resolves: tdf#93887 distinguish between empty selection lost selection
by Caolán McNamara
· 11 years ago
be73c16
convert Link<> to typed
by Noel Grandin
· 11 years ago
61afb4b
remove unused Link<> field
by Noel Grandin
· 11 years ago
5ab7806
remove unused Link<> fields
by Noel Grandin
· 11 years ago
78b1241
convert Link<> to typed
by Noel Grandin
· 11 years ago
a37d3b1
OpenGL: use CHECK_GL_ERROR() only when a context is bound.
by Michael Meeks
· 11 years ago
5bac785
Ensure the scheduler can set longer timeouts.
by Michael Meeks
· 11 years ago
82d25c0
tdf#94006 - need an explicit dispose for GLContext's SystemChildWindow.
by Michael Meeks
· 11 years ago
920ff4a
clang-analyzer-deadcode.DeadStores
by Stephan Bergmann
· 11 years ago
56900a4
tdf#94006 - fix OpenGLContext mis-use in several places.
by Michael Meeks
· 11 years ago
2456cf8
tdf#94006 - re-factor to use rtl::Reference for OpenGLContexts.
by Michael Meeks
· 11 years ago
751c771
loplugin:mergeclass, merge BiNode with NameNode, Obj0Type with ObjkType
by Noel Grandin
· 11 years ago
c94d60d
don't use a null display
by Markus Mohrhard
· 11 years ago
4ff0032
avoid some OpenGL calls when vcl OpenGL is not enabled
by Markus Mohrhard
· 11 years ago
b5df051
windows opengl: fix CppunitTest_writerperfect_writer
by Miklos Vajna
· 11 years ago
Next »