Gitiles
Code Review
Sign In
gerrit.collaboraoffice.com
/
core
/
refs/heads/feature/vclptr
/
sfx2
a92cea7
Windows compilation fixes.
by Michael Meeks
· 11 years ago
85b0132
Fix SfxTabPage creation to use VclPtr.
by Michael Meeks
· 11 years ago
d8ebd90
sfx2: convert new to ::Create.
by Noel Grandin
· 11 years ago
5df7078
svx: convert new to ::Create.
by Noel Grandin
· 11 years ago
0269ef9
sw: convert new to ::Create.
by Noel Grandin
· 11 years ago
d24f93d
make CreateItemWindow return a VclPtr<>.
by Michael Meeks
· 11 years ago
f1879e2
make CreatePrinterOptionsPage returns a VclPtr<>.
by Michael Meeks
· 11 years ago
d3d2453
Unregister sidebar ControllerItems at the right time.
by Michael Meeks
· 11 years ago
389d3e6
Properly dispose old sidebar Panels when we switch panel.
by Michael Meeks
· 11 years ago
bd5c762
More missing lifecycle pieces.
by Michael Meeks
· 11 years ago
0a778c5
Remove debugging snafu.
by Michael Meeks
· 11 years ago
6f9c00d
Sidebar lifecycle - dispose panel if we fail to construct it properly.
by Michael Meeks
· 11 years ago
26fced1
Re-work sidebar factory to use VclPtr.
by Michael Meeks
· 11 years ago
5245021
Explicit disposeOnce instead of transient wrappers.
by Michael Meeks
· 11 years ago
c9f2abe
More lifecycle correction.
by Michael Meeks
· 11 years ago
c6fb78d
disposeAndClear in place of DELETEZ.
by Michael Meeks
· 11 years ago
e9696b9
Fix more misc. lifecycle mistakes.
by Michael Meeks
· 11 years ago
f9a55aa
Lots more small re-basing issues fixed.
by Michael Meeks
· 11 years ago
8a65284
Automated conversion of VclPtr construction to use Instance template.
by Michael Meeks
· 11 years ago
d46e0d9
second half of non-scriptable, Instance constructor conversion.
by Michael Meeks
· 11 years ago
385bae4
vclwidget: some small fixes
by Noel Grandin
· 11 years ago
c612c3b
protect more printer code-paths.
by Michael Meeks
· 11 years ago
d1091fd
re-insert erroneously converted delete calls.
by Michael Meeks
· 11 years ago
61b224f
vclwidget: fixup locally allocated vcl::Window objects
by Noel Grandin
· 11 years ago
23d833d
Move OutputDevice members to VclPtr: chart2, sfx2, cui.
by Michael Meeks
· 11 years ago
e1b8e36
Fix OutputDevice members / stack allocation: desktop, sfx2, lwp.
by Michael Meeks
· 11 years ago
4f386d0
more lifecycle cleanup & fixing.
by Michael Meeks
· 11 years ago
0556598
vclwidget: check for calling delete on subclasses of vcl::Window
by Noel Grandin
· 11 years ago
7aa921c
lingering smart_ptr 'reset' -> disposeAndClear.
by Michael Meeks
· 11 years ago
256371f
clear() is the equivalent of assigning a local ptr to NULL.
by Michael Meeks
· 11 years ago
a140e0d
fix explicit delete.
by Michael Meeks
· 11 years ago
2b1772c
add missing disposeAndClear pieces for VclMEdit
by Michael Meeks
· 11 years ago
6d0c891
vclwidget: fix more places that should be wrapping in VclPtr
by Noel Grandin
· 11 years ago
149ee09
ensure valid iterator even with empty content.
by Michael Meeks
· 11 years ago
efa40d4
vclptr: switch printers away from boost_shared.
by Michael Meeks
· 11 years ago
c72fac2
vclwidget: convert lots more sites to use VclPtr
by Noel Grandin
· 11 years ago
de6b914
accessibility: cleanup for updated toolkit API.
by Michael Meeks
· 11 years ago
51e97b2
toolkit: first cut at switching to VclPtr.
by Michael Meeks
· 11 years ago
00ebfa7
convert a problematic array to VclPtr.
by Michael Meeks
· 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
d0cc0d3
more double dispose protection.
by Michael Meeks
· 11 years ago
562109b8
vcl: ensure that VclBuilder is disposed before parent window.
by Michael Meeks
· 11 years ago
eb7f057
vcl lifecycle: delete children in dispose.
by Michael Meeks
· 11 years ago
125895c
vcl:fixes towards unit test happiness
by Noel Grandin
· 11 years ago
00f2787
vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtr
by Noel Grandin
· 11 years ago
fbe6619
vcl: VclPtr conversion in sfx2
by Noel Grandin
· 11 years ago
0cd2bf1
Resolves: tdf#90423 too risky to dlclose basctl once opened
by Caolán McNamara
· 11 years ago
fecdbca
Related: tdf#87675 Edit Linked Style Button is nonclickable on None Entry
by Heena Gupta
· 11 years ago
0242f4a
Related: tdf#87675 "Edit" Button for linked style in edit paragraph style
by Heena Gupta
· 11 years ago
14505bb
loplugin:staticmethods
by Noel Grandin
· 11 years ago
cfab2fd
convert SFX_SHELL constants to scoped enum
by Noel Grandin
· 11 years ago
502a766
convert SFX_LOAD constants to scoped enum
by Noel Grandin
· 11 years ago
7e1d930
cleanup templdgi
by Tomaž Vajngerl
· 11 years ago
49a7470
cleanup templdlg
by Tomaž Vajngerl
· 11 years ago
5e4cb2b
cleanup templdgi.hxx
by Tomaž Vajngerl
· 11 years ago
9d5b66b
unique_ptr for SfxTemplatePanelControl pImpl
by Tomaž Vajngerl
· 11 years ago
5ba54aa
Remove dead INetProtocol::Vim
by Stephan Bergmann
· 11 years ago
52ae345
sfx2: try to fix WNT build
by Michael Stahl
· 11 years ago
2a6451d
fix osx build
by Noel Grandin
· 11 years ago
869aaf8
convert SvtModuleOptions::EModule to scoped enum
by Noel Grandin
· 11 years ago
4906c24
convert SvtModuleOptions::EFactory to enum class
by Noel Grandin
· 11 years ago
1a3c99f
callcatcher: update unusedcode
by Caolán McNamara
· 11 years ago
c8e3929
Resolves: tdf#89885 use a readonly GtkEntry for location
by Caolán McNamara
· 11 years ago
6d089a4
Kill INetProtocol::News
by Tor Lillqvist
· 11 years ago
5241788
Kill INetProtocol::Imap and Pop3
by Tor Lillqvist
· 11 years ago
7c44154
tdf#72337: sfx2: make the SfxMedium stream-reuse hack runtime-optional
by Michael Stahl
· 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
796ca9b
Remove obsolete INET_PROT_PRIVATE alias
by Stephan Bergmann
· 11 years ago
aa1b911
loplugin:staticmethods
by Noel Grandin
· 11 years ago
2fc4a8c
Add support for cppu::UnoType<void>
by Stephan Bergmann
· 11 years ago
6ef1c55
Replace remaining getCppuType et al with cppu::UnoType
by Stephan Bergmann
· 11 years ago
fae6699
sfx2: fix VBA crash when disposing SfxBaseModel
by Michael Stahl
· 11 years ago
749e5cd
Reduce to static_cast any reinterpret_cast from void pointers
by Stephan Bergmann
· 11 years ago
65e9940
Clean up C-style casts from pointers to void
by Stephan Bergmann
· 11 years ago
7fe192d
Bin a few SAL_INFOs that basically just say "we are here"
by Tor Lillqvist
· 11 years ago
98ce4ac
const_cast: convert some C-style casts and remove some redundant ones
by Stephan Bergmann
· 11 years ago
25d3c61
Typo: formated->formatted
by Julien Nabet
· 11 years ago
9b0e09d
SkipImages option for document import
by László Németh
· 11 years ago
799a787
convert SFX_PRINTER constants to enum class
by Noel Grandin
· 11 years ago
fba2d76
convert SfxPopupWindowType to enum class
by Noel Grandin
· 11 years ago
b2125ae
convert FILTER_APPLICATION to enum class
by Noel Grandin
· 11 years ago
ecec9af
convert SVX_ZOOM_ENABLE constants to enum class
by Noel Grandin
· 11 years ago
5d37fa2
convert SvxZoomType to enum class
by Noel Grandin
· 11 years ago
23e0b0b
convert sfxlink to enum class
by Noel Grandin
· 11 years ago
ffcfcd7
convert SfxChildAlignment to enum class
by Noel Grandin
· 11 years ago
eba9e9f
convert SfxPopupAction to enum class
by Noel Grandin
· 11 years ago
0938461
tdf#90095 Fixed wrong behavior of template delete dialog
by Michael Horn
· 11 years ago
f0aaeb4
HAVE_FEATURE_SCRIPTING, but no config_features.h include.
by Jan Holesovsky
· 11 years ago
4dce503
coverity#1288895 Explicit null dereferenced
by Caolán McNamara
· 11 years ago
0597e4b
WaE: -Werror=maybe-uninitialized
by Caolán McNamara
· 11 years ago
5133b27
loplugin:constantfunction: sfx2
by Noel Grandin
· 11 years ago
48bb291
convert SFX_FILTER_ constants to enum class
by Noel Grandin
· 11 years ago
762a23a
sal_uIntPtr->SotClipboardFormatId
by Caolán McNamara
· 11 years ago
dcde8ab
SotClipboardFormatId::FILE->SotClipboardFormatId::SIMPLE_FILE
by Caolán McNamara
· 11 years ago
fb14be5
create new 'enum class' SotClipboardFormatId to unify types
by Noel Grandin
· 11 years ago
3099c70b
Fix various XServiceInfo implementations
by Stephan Bergmann
· 11 years ago
Next »