Gitiles
Code Review
Sign In
gerrit.collaboraoffice.com
/
core
/
refs/heads/feature/cairo
/
avmedia
ba4fac9
Replace boost::scoped_array<T> with std::unique_ptr<T[]>
by Takeshi Abe
· 11 years ago
b43233d
convert PARENTCLIPMODE constants to scoped enum
by Noel Grandin
· 11 years ago
1dcef4d
convert INVALIDATE constants to scoped enum
by Noel Grandin
· 11 years ago
1a9c1b9
loplugin:constantfunction
by Noel Grandin
· 11 years ago
f372a78
convert CVT constants to scoped enum
by Noel Grandin
· 11 years ago
5fb93f2
guard boost/property_tree/json_parser.hpp on WNT
by Andras Timar
· 10 years ago
6a1d0e9
tdf#94006 - need an explicit dispose for GLContext's SystemChildWindow.
by Michael Meeks
· 11 years ago
c47852b
tdf#94006 - re-factor and fix OpenGLContext mis-use.
by Michael Meeks
· 11 years ago
38c9eb0
tdf#93996 - throttle gltf rendering to let UI re-rendering get in.
by Michael Meeks
· 11 years ago
9e59f24
tdf#93188 - avoid crash in media player.
by Michael Meeks
· 11 years ago
76fa4d7
tdf#91960 presentation causes Impress crash
by Noel Grandin
· 11 years ago
6dc08a4
tdf#90077 fix freeze when enabling media toolbar in Impress
by Noel Grandin
· 11 years ago
118da1a
convert POINTER constants to scoped enum
by Noel Grandin
· 11 years ago
f404768
Fix build for gcc 4.6.4.
by Thorsten Behrens
· 11 years ago
b1b9b45
Fix reporting missing GStreamer plugins
by Stephan Bergmann
· 11 years ago
3aebc67
Remove include stdio (part2)
by Julien Nabet
· 11 years ago
9128ef6
refactor MediaWindow to use RenderContext
by Tomaž Vajngerl
· 11 years ago
de8afb9
First cut at reporting missing GStreamer plugins
by Stephan Bergmann
· 11 years ago
9bb254f
NOINSTANCE is implied now in IMPL_STATIC_LINK...
by Stephan Bergmann
· 11 years ago
a32c261
Remove unused create member functions
by Stephan Bergmann
· 11 years ago
d133a87
loplugin:staticmethods
by Stephan Bergmann
· 11 years ago
f5fc6d7
loplugin:implicitboolconversion
by Stephan Bergmann
· 11 years ago
5eb6bd4
lopluign:staticmethods: Handle DECL_LINK
by Stephan Bergmann
· 11 years ago
1cb0b37
Rephrase comparisons between bool and sal_Bool
by Stephan Bergmann
· 11 years ago
b515d1f
Use various typed ToolBox::Set*Hdl Links
by Stephan Bergmann
· 11 years ago
8fca0c4
vcl: rename other members of StateChangedType for consistency
by Michael Stahl
· 11 years ago
c9b4c56
Use typed Idle::SetIdleHdl Link
by Stephan Bergmann
· 11 years ago
8cafd08
Use typed Timer::SetTimeoutHdl Link
by Stephan Bergmann
· 11 years ago
8c7d151
cppcheck: noExplicitConstructor
by Caolán McNamara
· 11 years ago
f50fd96
mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)
by Tomaž Vajngerl
· 11 years ago
e8b97a5
Merge remote-tracking branch 'origin/feature/vclptr'
by Michael Meeks
· 11 years ago
6ff2d84a
Various #include <sal/log.hxx> fixups
by Stephan Bergmann
· 11 years ago
d1aae56
Typo: thow->throw
by Julien Nabet
· 11 years ago
d24f93d
make CreateItemWindow return a VclPtr<>.
by Michael Meeks
· 11 years ago
384e705
avmedia: convert new to ::Create to get initial ref-counting right.
by Michael Meeks
· 11 years ago
71b8099
remove unnecessary use of void in function declarations
by Noel Grandin
· 11 years ago
c9f2abe
More lifecycle correction.
by Michael Meeks
· 11 years ago
8a65284
Automated conversion of VclPtr construction to use Instance template.
by Michael Meeks
· 11 years ago
61b224f
vclwidget: fixup locally allocated vcl::Window objects
by Noel Grandin
· 11 years ago
4f72ab0
nail more lifecycle oddness.
by Michael Meeks
· 11 years ago
739f3a5
mend misc. lifecycle breakage.
by Michael Meeks
· 11 years ago
256371f
clear() is the equivalent of assigning a local ptr to NULL.
by Michael Meeks
· 11 years ago
c72fac2
vclwidget: convert lots more sites to use VclPtr
by Noel Grandin
· 11 years ago
d7a84ce
vclwidget: only call dispose() once
by Noel Grandin
· 11 years ago
c0a802b
Audit and correct misc. clears -> disposeAndClears.
by Michael Meeks
· 11 years ago
1c4025b
vclwidget: change all vcl::window fields to be wrapped in VclPtr
by Noel Grandin
· 11 years ago
954e5e4
prophylactic double dispose audit.
by Michael Meeks
· 11 years ago
00f2787
vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtr
by Noel Grandin
· 11 years ago
0dfcb43d
vcl: VclPtr conversion in avmedia
by Noel Grandin
· 11 years ago
f25cae2
Typo: creat->create
by Julien Nabet
· 11 years ago
e8569ac
loplugin:redundantcast
by Stephan Bergmann
· 11 years ago
54e87df
Change INetProtocol enumerators to CamelCase
by Stephan Bergmann
· 11 years ago
44b3e56
Change INetProtocol to scoped enumeration
by Stephan Bergmann
· 11 years ago
e9cb557
loplugin:staticmethods
by Noel Grandin
· 11 years ago
e360c2a
Replace remaining getCppuType et al with cppu::UnoType
by Stephan Bergmann
· 11 years ago
a0737fb
Reduce to static_cast any reinterpret_cast from void pointers
by Stephan Bergmann
· 11 years ago
1fca9d1
loplugin:cstylecast
by Stephan Bergmann
· 11 years ago
a52cf47
Clean up template-parameter-dependent C-style casts
by Stephan Bergmann
· 11 years ago
0362141
Clean up C-style casts from pointers to void
by Stephan Bergmann
· 11 years ago
a1d10eb
convert AVMEDIA_ constants to enum class
by Noel Grandin
· 11 years ago
ffcfcd7
convert SfxChildAlignment to enum class
by Noel Grandin
· 11 years ago
d7b48d03b
Clean up previous commit
by Stephan Bergmann
· 11 years ago
84206b2
avmedia: use constructor syntax for avmedia.component
by Chris Sherlock
· 11 years ago
686ee0a
avmedia: avoid passing an empty any to InitPropertySequence()
by Miklos Vajna
· 11 years ago
b1534ed
tdf#89592 Using initializer_lists to populate Sequence<PropertyValue>
by Swachhand Lokhande
· 11 years ago
8f9b0c8
Idle: Changed to new enum name
by Tobias Madl
· 11 years ago
2d95bc0
Idle: Removed VCL_IDLE_PRIORITY_ prefix of enum
by Tobias Madl
· 11 years ago
8261436
Timer: Adapted all idle includes and enum uses
by Tobias Madl
· 11 years ago
ba233e8
remove unnecessary parenthesis in return statements
by Noel Grandin
· 11 years ago
b44cbb2
new loplugin: change virtual methods to non-virtual
by Noel Grandin
· 11 years ago
ba68436
Win SDK 8.1: apparently VersionHelpers.h needs to be included explicitly
by Michael Stahl
· 11 years ago
231f2b8
Some more loplugin:cstylecast: avmedia
by Stephan Bergmann
· 11 years ago
4500afc
try to fix GetVersionEx deprecation warnings from Windows SDK 8.1
by Michael Stahl
· 11 years ago
75d2e7e
GetData is a hopelessly generic name
by Caolán McNamara
· 11 years ago
82f02d7
boost::scoped_ptr->std::unique_ptr
by Caolán McNamara
· 11 years ago
8f4044a
avmedia: disable VLC unless in experimental model.
by Michael Meeks
· 11 years ago
7f8f277
fdo#84938: convert STREAM_ #defines to 'enum class'
by Noel Grandin
· 11 years ago
a509a8d
Resolves: fdo#87003 Kill BOOST_FOREACH on master
by Nathan Yee
· 11 years ago
7f476fe
boost::unordered_map -> c++11 std::unordered_map
by Caolán McNamara
· 11 years ago
a33b442
avmedia: Use appropriate OUString functions on string constants
by Stephan Bergmann
· 11 years ago
66b4128
avmedia: Use appropriate OUString functions on string constants
by Stephan Bergmann
· 11 years ago
50fdcff
removed unused timeout defines
by Tobias Madl
· 11 years ago
2a55005
changed timers to idle
by Jennifer Liebel
· 11 years ago
e5f67b2
changed timers to idle
by Jennifer Liebel
· 11 years ago
3338f47
reduce scope of local variables
by Michael Weghorn
· 11 years ago
038683b
Silence Mac OS X 10.9/10.10 deprecations for now
by Stephan Bergmann
· 11 years ago
15b4ab8
cppuhelper: clean up public headers with include-what-you-use
by Michael Stahl
· 11 years ago
6a0fe37
sal: clean up public headers with include-what-you-use
by Michael Stahl
· 11 years ago
7a71065
catch by reference
by Caolán McNamara
· 11 years ago
d32be3a
fdo#86023 - O[U]String needs a 'clear' method
by Brij Mohan Lal Srivastava
· 11 years ago
da40cac
Fix common typos. No automatic tools. Handmade…
by Andrea Gelmini
· 11 years ago
bd3f92f
merge vcllo and vclopengllo
by Markus Mohrhard
· 11 years ago
31d902d
fdo#84938: replace MOUSE_ modifier constants with enum
by Noel Grandin
· 11 years ago
65a00c7
Clarify configure GStreamer handling
by Jan-Marek Glogowski
· 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
705c48d
fdo#38835 strip out OUString globals
by Noel Grandin
· 11 years ago
c70f154
Removed duplicated includes
by Andrea Gelmini
· 11 years ago
70ae472
-Werror,-Wunused-private-field
by Stephan Bergmann
· 11 years ago
67c9d05
fdo#84938: replace TIB_ constants with enum
by Noel Grandin
· 11 years ago
Next »