Gitiles
Code Review
Sign In
gerrit.collaboraoffice.com
/
core
/
refs/heads/feature/slideshow_onlySprites
/
desktop
6650fe9
LOK: move Office::postKeyEvent to Document
by Miklos Vajna
· 11 years ago
80ac88c
desktop: move tiled rendering debug code from sw
by Miklos Vajna
· 11 years ago
8577f2f
Typos
by Julien Nabet
· 11 years ago
caebcd5
related lp#1419836: provide decent error message
by Bjoern Michaelsen
· 11 years ago
d30b8f9
use initializer list
by Bjoern Michaelsen
· 11 years ago
f8c745d
fdo#57950: skip verbose OUStringBuffer
by Bjoern Michaelsen
· 11 years ago
77debb6
Extract LibreOfficeKitEnums.h from LibreOfficeKit.h
by Miklos Vajna
· 11 years ago
b3fd1d5
Use SdrModel::isTiledRendering()
by Miklos Vajna
· 11 years ago
2af65ff
Add OutputDevice::isTiledRendering()
by Miklos Vajna
· 11 years ago
bfe3a47
lok::Office::postKeyEvent: allow different char and key code
by Miklos Vajna
· 11 years ago
ba233e8
remove unnecessary parenthesis in return statements
by Noel Grandin
· 11 years ago
48f0a5e
Typos
by Julien Nabet
· 11 years ago
98b27ea
SkipImages option for PDF import
by Mihai
· 11 years ago
1eb2de9
android: add support for text selection to JNI
by Tomaž Vajngerl
· 11 years ago
565a9f3
LOK: add lok::Document::setTextSelection()
by Miklos Vajna
· 11 years ago
91638b8
LOK: Return NULL when we failed to load the document.
by Jan Holesovsky
· 11 years ago
9f8ffc8
add GetSelectEntryData to ListBox and ComboBox
by Noel Grandin
· 11 years ago
3d403f2
Related: tdf#63690 - remove rtl_logfile
by Thorsten Behrens
· 11 years ago
8d704bb
Remove dead implementation specification
by Stephan Bergmann
· 11 years ago
d8f74fb
We can put a few more lines inside the #ifndef IOS
by Tor Lillqvist
· 11 years ago
57e6d74
On Mac OS X, directly name the executable "unopkg"
by Stephan Bergmann
· 11 years ago
810824d
vcl/settings.hxx "drag full options API" uses sal_uLong
by Stephan Bergmann
· 11 years ago
4b70710
lok::Document::postMouseEvent(): allow double-click
by Miklos Vajna
· 11 years ago
b3893cc
loplugin:deletedspecial
by Stephan Bergmann
· 11 years ago
b9a847b7
Fixup --without-x build
by Riccardo Magliocchetti
· 11 years ago
c7258cf
shared_ptr<T>(new T(args)) -> make_shared<T>(args)
by Caolán McNamara
· 11 years ago
de68bb8
Updated all precompiled headers.
by Ashod Nakashian
· 11 years ago
4b269ec
Use LibreOfficeKit in the TiledLibreOffice iOS demo app, too
by Tor Lillqvist
· 11 years ago
57853ab
For iOS we already hardocde the inifile as rc in the .app directory
by Tor Lillqvist
· 11 years ago
dd6424c
Fix Extension_test-{active,passive}
by Stephan Bergmann
· 11 years ago
b500865
Clean up some weird logging
by Tor Lillqvist
· 11 years ago
2fb6562
Build the applicable LibreOfficeKit bits for iOS, too
by Tor Lillqvist
· 11 years ago
607cc76
Make the handling of the pAppPath==NULL case actually work
by Tor Lillqvist
· 11 years ago
0d35b7a
We (try to) handle the pAppPath==NULL case below anyway
by Tor Lillqvist
· 11 years ago
831ab93
libreofficekit_hook must be exported on iOS for dlsym() to find it
by Tor Lillqvist
· 11 years ago
fe480d8
remove unused typedefs
by Noel Grandin
· 11 years ago
dbde7f6
android: add postMouseEvent to LOKit JNI interface
by Tomaž Vajngerl
· 11 years ago
bb0b878
LOK: move postMouseEvent to Document
by Miklos Vajna
· 11 years ago
b66690b
android: release local ref to string after callback exec. in JNI
by Tomaž Vajngerl
· 11 years ago
0869d8e
Add initial lok::Office::postMouseEvent()
by Miklos Vajna
· 11 years ago
b44cbb2
new loplugin: change virtual methods to non-virtual
by Noel Grandin
· 11 years ago
d2ac4c3
'Ownership' is one word, as is 'relationship'
by Tor Lillqvist
· 11 years ago
6e06763
Re-indent to make precedence clear
by Stephan Bergmann
· 11 years ago
c8b9cbd
areBothOpenFrom can be a free function
by Stephan Bergmann
· 11 years ago
b8918b3
fdo#88158 Display two "Open..." entries in the file-menu
by Juergen Funk
· 11 years ago
282baa9
Remove unused code
by Juergen Funk
· 11 years ago
ea0bb58
Drop unused comphelper::service_decl::component_getFactoryHelper params
by Stephan Bergmann
· 11 years ago
87b9d32
Some more loplugin:cstylecast: desktop
by Stephan Bergmann
· 11 years ago
d36143a
operator ?: has lower precedence than <<; << will be evaluated first
by Tor Lillqvist
· 11 years ago
905bab9
executeDispatchRequests : cleaning outputs
by Laurent Godard
· 11 years ago
de900eb
convert-to : display error messages in console fdo#88326
by Laurent Godard
· 11 years ago
93af546
jni: if documentLoad returns NULL don't call NewDirectByteBuffer
by Tomaž Vajngerl
· 11 years ago
fca89ae
LOK: add LibreOfficeKitKeyEventType enumeration
by Miklos Vajna
· 11 years ago
601d7d3
svx, canvas, desktop: gb_OBJCXXFLAGS are not needed at all
by Douglas Mencken
· 11 years ago
723b6a0
jni: add postKeyEvent to Office and redirect the call to LOK
by Tomaž Vajngerl
· 11 years ago
8de3943
Add lok::Office::postKeyEvent()
by Miklos Vajna
· 11 years ago
3b77cd3
android: Add support for callbacks from LO to JNI and Java LOK
by Tomaž Vajngerl
· 11 years ago
cd9e2ec
fdo#84938: replace SYSTEMWINDOW_MODE constants with 'enum class'
by Noel Grandin
· 11 years ago
45ec1d9
brute-force find-and-remove of unused #define constants.
by Noel Grandin
· 11 years ago
8ab4d2f
drop crashrep unused since start of LibreOffice
by Caolán McNamara
· 11 years ago
8aa3cb9
fdo#84938: convert VCL_INPUT_ #defines to 'enum class'
by Noel Grandin
· 11 years ago
a9c2d1c
fix spelling: garded -> guarded
by Noel Grandin
· 11 years ago
9fd89a5
fdo#39440 reduce scope of local variables
by Łukasz Hryniuk
· 11 years ago
aa827f5
lok::Document: add registerCallback()
by Miklos Vajna
· 11 years ago
6123d6a
android: Add initializeForRendering to LOK
by Tomaž Vajngerl
· 11 years ago
abe6701
fdo#84938: convert CTRL_STATE_ #defines to 'enum class'
by Noel Grandin
· 11 years ago
3f88d94
desktop: fix copypasta in officeloader.cxx
by Michael Stahl
· 11 years ago
9720e8e
Some loplugin:revisibility clean-up
by Stephan Bergmann
· 11 years ago
adfc260
fdo#67343 Arrange Help button in a secondary group
by Adolfo Jayme Barrientos
· 11 years ago
fd1372b
boost::unordered_map->std::unordered_map
by Caolán McNamara
· 11 years ago
f8922b6
Remove unnecessary comphelper::string::getToken
by Stephan Bergmann
· 11 years ago
3624869
Fix --help output
by Stephan Bergmann
· 11 years ago
58f4844
desktop: adapt pArgDescr to CommandLineArgs::ParseCommandLine_Impl()
by Miklos Vajna
· 11 years ago
fe5527f
desktop, sysui: let --convert-to imply --headless
by Miklos Vajna
· 11 years ago
6476aba
Drop unused member variables
by Takeshi Abe
· 11 years ago
4524c5d
desktop: Use appropriate OUString functions on string constants
by Stephan Bergmann
· 11 years ago
86ba184
Introduce gb_*_set_external_code
by Stephan Bergmann
· 11 years ago
1322c22
desktop: Use appropriate OUString functions on string constants
by Stephan Bergmann
· 11 years ago
0946e2d
LOK: let doc_getDocumentType() use supportsService()
by Miklos Vajna
· 11 years ago
9d94148
desktop: Use appropriate OUString functions on string constants
by Stephan Bergmann
· 11 years ago
7320714
java: fix non-public UNO implementation classes
by Noel Grandin
· 11 years ago
df46ec0
osl_getCommandArg always returns osl_Process_E_None
by Stephan Bergmann
· 11 years ago
04b183a
fdo#39440 reduce scope of local variables
by Michael Weghorn
· 11 years ago
f95b074
Related: fdo#87242 init VirtualDevice with size of surface
by Caolán McNamara
· 11 years ago
fbe9acc
desktop: avoid loading to-be-recovered documents when recovery is disabled
by Miklos Vajna
· 11 years ago
2ff53f6
coverity#703948 Unchecked return value
by Caolán McNamara
· 11 years ago
7557f23
java: reduce visibility of fields and methods
by Noel Grandin
· 11 years ago
68e2dd0
Make IsHeadlessModeRequested hack work for LOK
by Stephan Bergmann
· 11 years ago
b63810c
Headless implies invisible
by Stephan Bergmann
· 11 years ago
fd60dd5
java: improve use of WrappedTargetException to set cause properly
by Noel Grandin
· 11 years ago
07c54ff
Fake --headless more cleanly
by Stephan Bergmann
· 11 years ago
dc18a47
LOK: if loadComponentFromURL() returns an empty reference, say it
by Miklos Vajna
· 11 years ago
1810220
changed some timer to idle
by Jennifer Liebel
· 11 years ago
f137588
coverity#1257113 Uninitialized scalar field
by Caolán McNamara
· 11 years ago
dce74be
desktop: avoid starting with new writer doc if OOO_DISABLE_RECOVERY set
by Michael Stahl
· 11 years ago
6b096f2
desktop: do not link sofficeapp against sw library
by Michael Stahl
· 11 years ago
515a8cf
android: use ByteBuffer to send or store pointers in JNI bindings
by Tomaž Vajngerl
· 11 years ago
6cab3ed
lok: improve error reporting in lok implementation
by Tomaž Vajngerl
· 11 years ago
a703b36
android: add destroy and exit as a separate JNI call
by Tomaž Vajngerl
· 11 years ago
46ccb68
android: use int type for size in DirectBufferAllocator allocate
by Tomaž Vajngerl
· 11 years ago
Next »