Gitiles
Code Review
Sign In
gerrit.collaboraoffice.com
/
core
/
refs/heads/distro/cib/libreoffice-5-0
/
fpicker
7dd8483
tdf#57370 : Open place after pressing 'Enter'
by Szymon Kłos
· 11 years ago
0f87845
tdf#57370 : 'Places' in the LibreOffice file dialog is inaccessible
by Szymon Kłos
· 11 years ago
ce75966
don't over-expand built-in file dialog on very long paths/names
by Caolán McNamara
· 11 years ago
a023cd6
tdf#93634 repair getDisplayDirectory for Windows filepicker
by Regina Henschel
· 11 years ago
2796bc3
-Werror=shadow
by Stephan Bergmann
· 11 years ago
6dc42c8
Use IMPL_LINK_NOARG[_TYPED] where applicable
by Stephan Bergmann
· 11 years ago
67e82c4
No more need for EMPTYARG in C++11
by Stephan Bergmann
· 11 years ago
4f00dce
Use IMPL_[STATIC_]LINK_NOARG where applicable
by Stephan Bergmann
· 11 years ago
39707f9
Replace IMPL_STATIC_LINK[_TYPED] with more useful variants
by Stephan Bergmann
· 11 years ago
d1b7aa5
loplugin:staticmethods
by Stephan Bergmann
· 11 years ago
0776b33f
convert PUSHBUTTON_DROPDOWN constants to scoped enum
by Noel Grandin
· 11 years ago
8cafd08
Use typed Timer::SetTimeoutHdl Link
by Stephan Bergmann
· 11 years ago
f304a7a
loplugin:staticmethods
by Noel Grandin
· 11 years ago
3ead3ad
Gradually typed Link
by Stephan Bergmann
· 11 years ago
d1ca0f4
Bin some pointless comments and reduce some vertical whitespace
by Tor Lillqvist
· 11 years ago
e6c08b6
Remove unnecessary STATIC_LINK macro
by Stephan Bergmann
· 11 years ago
15648cb
loplugin:simplifybool
by Stephan Bergmann
· 11 years ago
e8b97a5
Merge remote-tracking branch 'origin/feature/vclptr'
by Michael Meeks
· 11 years ago
b9bcc9f
DBG_PRINT_ENTRY expects a 4th arg of type int
by Stephan Bergmann
· 11 years ago
93fed09
Dialog::EndDialog nResult param is of type long/VclResponseType
by Stephan Bergmann
· 11 years ago
232d37b
More loplugin:simplifybool
by Stephan Bergmann
· 11 years ago
321d924
convert HIB_ constants to scoped enum
by Noel Grandin
· 11 years ago
6ff2d84a
Various #include <sal/log.hxx> fixups
by Stephan Bergmann
· 11 years ago
a461467
drawinglayer, editeng, forms, fpicker: convert new to ::Create.
by Michael Meeks
· 11 years ago
373a9b9
loplugin:redundantcast: redundant const_cast followed by implicit upcast
by Stephan Bergmann
· 11 years ago
8a65284
Automated conversion of VclPtr construction to use Instance template.
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
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
a3cc3ce
vcl: VclPtr conversion in fpicker
by Noel Grandin
· 11 years ago
14505bb
loplugin:staticmethods
by Noel Grandin
· 11 years ago
00a1974
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
aa1b911
loplugin:staticmethods
by Noel Grandin
· 11 years ago
2fb62e5
Replace remaining getCppuType et al with cppu::UnoType
by Stephan Bergmann
· 11 years ago
89d2e21
Clean up C-style casts from pointers to void
by Stephan Bergmann
· 11 years ago
5584d73
Typos
by Julien Nabet
· 11 years ago
858e455
loplugin:constantfunction: various
by Noel Grandin
· 11 years ago
c6c4d21
tdf#88230: Remove bogus AcquireSolarMutex fpicker wrapper
by Pranav Kant
· 11 years ago
33de587
tdf#88230: cleanup solar mutex yielding
by Pranav Kant
· 11 years ago
36aafef
tdf#43157: Fix format string violations in OSL_TRACE etc. (Mac OS X)
by Stephan Bergmann
· 11 years ago
077043e
loplugin:passstuffbyref
by Stephan Bergmann
· 11 years ago
5ec422c
fpicker: remove checks for obsolete _WIN32_WINNT versions
by Michael Stahl
· 11 years ago
e80d1cf
tdf#89700 Move “File type” up
by Adolfo Jayme Barrientos
· 11 years ago
9f8ffc8
add GetSelectEntryData to ListBox and ComboBox
by Noel Grandin
· 11 years ago
a6f8766
loplugin:deletedspecial (Mac OS X)
by Stephan Bergmann
· 11 years ago
c1894ce
loplugin:deletedspecial
by Stephan Bergmann
· 11 years ago
4f7a1f5
fdo#75757: Remove inheritance from std::vector
by Matthew Pottage
· 11 years ago
3e79e65
fix windows build
by Caolán McNamara
· 11 years ago
c7258cf
shared_ptr<T>(new T(args)) -> make_shared<T>(args)
by Caolán McNamara
· 11 years ago
f61dbc3
followup code removal after changing virtual methods to non-virtual
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
74b0c5d
Some more loplugin:cstylecast: fpicker
by Stephan Bergmann
· 11 years ago
4500afc
try to fix GetVersionEx deprecation warnings from Windows SDK 8.1
by Michael Stahl
· 11 years ago
a5b5ad9
fdo#84938: replace DATACHANGED_ constants with 'enum class'
by Noel Grandin
· 11 years ago
2f69e16
override the overloading of "overload" to decrease cognitive (over-)load
by Michael Stahl
· 11 years ago
45ec1d9
brute-force find-and-remove of unused #define constants.
by Noel Grandin
· 11 years ago
7f8f277
fdo#84938: convert STREAM_ #defines to 'enum class'
by Noel Grandin
· 11 years ago
68e0fb7
fdo#83371 : cannot navigate to list Files in LibreOffice dialogs
by Szymon Kłos
· 11 years ago
87e0ae6
fdo#85182 : default focus on folder rather than filename
by Szymon Kłos
· 11 years ago
50e960e
single \n should be non-translatable in UI
by Andras Timar
· 11 years ago
940f74e
fpicker: Use appropriate OUString functions on string constants
by Stephan Bergmann
· 11 years ago
afb5143
fdo#39440 reduce scope of local variables
by Michael Weghorn
· 11 years ago
1f76438
fpicker: Use appropriate OUString functions on string constants
by Stephan Bergmann
· 11 years ago
e123ffd
fdo#37814: SHCreateItemFromParsingName doesn't like LO's file URLs
by Stephan Bergmann
· 11 years ago
3c1dc46
loplugin:cstylecast
by Stephan Bergmann
· 11 years ago
1c1c515
Older Mac apparently need a reinterpret_cast here
by Stephan Bergmann
· 11 years ago
8783158
fpicker (Mac): loplugin:cstylecast
by Stephan Bergmann
· 11 years ago
1459645
fdo#84938: replace EVENT_ constants with enum
by Tobias Madl
· 11 years ago
038683b
Silence Mac OS X 10.9/10.10 deprecations for now
by Stephan Bergmann
· 11 years ago
e5a7e724
fdo#85347 Make file picker modal again
by Adolfo Jayme Barrientos
· 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
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
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
0371a63
remove unnecessary 'using namespace rtl' declarations
by Noel Grandin
· 11 years ago
fe25090
MAC_OS_X_VERSION_MIN_REQUIRED is always >= 1080 now
by Tor Lillqvist
· 11 years ago
b02e958
MAC_OS_X_VERSION_MAX_ALLOWED is always >= 1080 now
by Tor Lillqvist
· 11 years ago
04a810c
back out more wrong and confusing tools::Time comment changes
by Eike Rathke
· 12 years ago
fb51536
fpicker (Windows): std::auto_ptr -> std::unique_ptr
by Stephan Bergmann
· 12 years ago
fc04f76
fdo#82577: Handle Time
by Noel Grandin
· 12 years ago
827c46e
fdo#82577: Handle Window
by Noel Grandin
· 12 years ago
764e301
fdo#84086 Fix assorted use-after-free bugs
by Matthew J. Francis
· 12 years ago
ea846ca
loplugin:salbool
by Stephan Bergmann
· 12 years ago
6fb5bf526
fpicker: sal_Bool -> bool
by Stephan Bergmann
· 12 years ago
037d03b
Typo: (N|n)ormaly->(N|n)ormally
by Julien Nabet
· 12 years ago
1eb607e
oops, forgot to include osl/thread.h
by Michael Stahl
· 12 years ago
d386f88
set names on the Win32-only threads
by Michael Stahl
· 12 years ago
30ae83c
fdo#82577: Handle KeyCode
by Tor Lillqvist
· 12 years ago
a107bdf
ErrorBox->MessageDialog
by Caolán McNamara
· 12 years ago
945f900
warning C4505: unreferenced local function has been removed
by Thomas Arnhold
· 12 years ago
Next »