summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-02-23tdf#88835 Calc: General format: 2 digits in exponentLaurent Balland-Poirier4-20/+53
2015-02-23SAL_WARNs are not for the end-userTor Lillqvist1-33/+33
2015-02-23Clang -fsanitize=vptr: ensure __ubsan_vptr_type_cache in python.binStephan Bergmann1-1/+1
2015-02-23use init lists for property sequencesBjoern Michaelsen2-5/+45
2015-02-23related lp#1419836: provide decent error messageBjoern Michaelsen1-2/+11
2015-02-23use initializer listBjoern Michaelsen1-7/+7
2015-02-23fdo#57950: skip verbose OUStringBufferBjoern Michaelsen1-6/+1
2015-02-23Avoid unnecessary bad downcasts from PopupMenu to AddonPopupMenuStephan Bergmann2-37/+11
2015-02-23No need for bad SwFlyFrmFmt downcastsStephan Bergmann1-4/+2
2015-02-23simplify drawing of splitter, add more flat lookTomaž Vajngerl1-33/+11
2015-02-23Remove changing the splitter position as it can cause an inf. loopTomaž Vajngerl2-13/+0
2015-02-23cell cursor - reduce the size, HiDPI supportTomaž Vajngerl1-9/+29
2015-02-23auto fill handle: HiDPI, increase hit area, adjust draw positionTomaž Vajngerl1-6/+18
2015-02-23fix selection overlay drawing in RTL (off by one px)Tomaž Vajngerl1-4/+16
2015-02-23make calc splitter handle HiDPI awareTomaž Vajngerl1-2/+4
2015-02-23OXYGEN: Added sidebar icons as well as add icons from the original setYousuf Philips42-0/+0
2015-02-23tdf#84909 rearrangement of Impress' drawing toolbarYousuf Philips1-9/+17
2015-02-23tdf#84881: Call NSS_CMSSignerInfo_AddSigningTime() only if not using a TSATor Lillqvist1-5/+4
2015-02-23tdf#84881: Actually check the status of the time stamp responseTor Lillqvist1-0/+7
2015-02-23Copy SEC_StringToOID() and NSS_CMSSignerInfo_AddUnauthAttr() hereTor Lillqvist1-9/+219
2015-02-23tdf#84881: Unclear what the PKIStatusInfo::statusString isTor Lillqvist1-4/+6
2015-02-23tdf#84881: Dump also the CMS data in a DBG_UTIL buildTor Lillqvist1-0/+8
2015-02-23KDE4: improve default load and save dialog titlesJan-Marek Glogowski2-27/+49
2015-02-23KDE4: actually apply file dialog operation modeJan-Marek Glogowski1-4/+2
2015-02-23Missing disposeStephan Bergmann1-0/+2
2015-02-23loplugin:unreffunStephan Bergmann1-2/+0
2015-02-23tdf#86543: reinterpret_cast -1 of appropriate width as special markerStephan Bergmann6-9/+9
2015-02-23writerfilter: clean up WriterFilterDetectionMiklos Vajna2-117/+65
2015-02-23native-code.py: Add more missing chart services.Jan Holesovsky1-0/+2
2015-02-23android: Avoid big amount of space below the icons.Jan Holesovsky1-1/+1
2015-02-23lokdocview: scale selection rendering / cursor handling with zoom.Michael Meeks1-17/+41
2015-02-23file UCP: Ensure myLocalTime is initializedStephan Bergmann2-1/+9
2015-02-23Extract LibreOfficeKitEnums.h from LibreOfficeKit.hMiklos Vajna15-115/+159
2015-02-23README.Android: document how to get pretty-printers workMiklos Vajna1-14/+14
2015-02-23README.Android: document requirements for an all-symbol buildMiklos Vajna1-0/+3
2015-02-23README.Android: document how to install the self-built .apkMiklos Vajna1-4/+3
2015-02-23android: install gdb printersMiklos Vajna1-1/+1
2015-02-23sd::ViewShell -> SdrModel for LOK callbackMiklos Vajna6-25/+23
2015-02-23android: support selection invalidation, show selection handlesTomaž Vajngerl1-0/+50
2015-02-23android: fix LOGTAG in DisplayPortCalculatorTomaž Vajngerl1-1/+1
2015-02-23android: no need for TileInvalidationCallbackTomaž Vajngerl5-44/+7
2015-02-23Use SdrModel::isTiledRendering()Miklos Vajna5-21/+2
2015-02-23ImpEditEngine::UpdateViews: need to go via Invalidate() for tiled renderingMiklos Vajna11-1/+56
2015-02-23svx: paint TextEdit to the output device in case of tiled renderingMiklos Vajna2-1/+10
2015-02-23Add OutputDevice::isTiledRendering()Miklos Vajna3-0/+19
2015-02-23android: key press/release is in KeyEvent, no need to distinct themTomaž Vajngerl7-44/+18
2015-02-23android: support ACTION_MULTIPLE KeyEventTomaž Vajngerl1-1/+9
2015-02-23android: also send key event in onKeyMultiple and onKeyPreImeTomaž Vajngerl1-0/+4
2015-02-23android: can't compare strings with == in JavaTomaž Vajngerl1-1/+1
2015-02-23anndroid: bind "LongPress" to mouse double clickTomaž Vajngerl4-12/+26