Age | Commit message (Expand) | Author |
2016-04-04 | Use std::size_t | Miklos Vajna |
2016-04-04 | tdf#97499 Fixed containers parameters clearing #3 | tymyjan |
2016-04-02 | cleanup: remove unused Reference.h(xx) includes | Jochen Nitschke |
2016-04-01 | Remove dead -tofront processing | Stephan Bergmann |
2016-04-01 | Clean up | Stephan Bergmann |
2016-04-01 | Rename ipc_ -> handler_ | Stephan Bergmann |
2016-04-01 | HAVE_FEATURE_MACOSX_SANDBOX doesn't initiate IPC in RequestHandler::Enable | Stephan Bergmann |
2016-04-01 | Unused include | Stephan Bergmann |
2016-04-01 | No need to #if this code | Stephan Bergmann |
2016-04-01 | tdf#97966 Drop 'static' keywords | Wastack |
2016-03-31 | tdf#97525 vcl: make DeletionListener internal | Jochen Nitschke |
2016-03-31 | Clean up | Stephan Bergmann |
2016-03-31 | HAVE_FEATURE_MACOSX_SANDBOX doesn't want to launch the PipeReaderThread | Stephan Bergmann |
2016-03-31 | use SAL_N_ELEMENTS in for loops | Noel Grandin |
2016-03-30 | Remove undocumented perftune.ini FastPipeCommunication | Stephan Bergmann |
2016-03-30 | Fix Android build | Miklos Vajna |
2016-03-29 | Remove obsolete comment | Stephan Bergmann |
2016-03-29 | Remove undocumented perftune.ini QuickstartPreloadConfiguration | Stephan Bergmann |
2016-03-29 | LOK shouldn't reach this code anymore | Stephan Bergmann |
2016-03-29 | Don't launch the PipeReaderThread from LOK | Stephan Bergmann |
2016-03-29 | Rename OfficeIPCThread to RequestHandler | Stephan Bergmann |
2016-03-29 | Extract PipeReaderThread from OfficeIPCThread (a misnomer, now) | Stephan Bergmann |
2016-03-29 | Simplify code | Stephan Bergmann |
2016-03-29 | The whole block is only relevant for HAVE_FEATURE_OPENGL | Stephan Bergmann |
2016-03-28 | don't build/install minidump_upload with ENABLE_BREAKPAD= | Rene Engelhard |
2016-03-25 | fix headless build | Oliver Specht |
2016-03-23 | no need for IPC on Android, removes the need for the cache-hack | Christian Lohmaier |
2016-03-23 | loplugin:constantparam in desktop | Noel Grandin |
2016-03-23 | Typo in comment | Stephan Bergmann |
2016-03-22 | Closing is implicitly done in the osl::Pipe dtor, anyway | Stephan Bergmann |
2016-03-22 | ~OfficeIPCThread can only be reached with pGlobalOfficeIPCThread cleared | Stephan Bergmann |
2016-03-22 | Only access pGlobalOfficeIPCThread & mpDispatchWatcher with GetMutex locked | Stephan Bergmann |
2016-03-22 | No need for a static Security instance here | Stephan Bergmann |
2016-03-22 | tdf#84323: Make osl::Thread::wait more readable | Gurkaran |
2016-03-21 | No, I don't want to see that "bootstap" typo on every start of soffice | Stephan Bergmann |
2016-03-21 | No need to wrap SAL_WARN in #if | Stephan Bergmann |
2016-03-18 | convert SvLBoxButtonKind to scoped enum | Noel Grandin |
2016-03-17 | desktop.deployment • get rid of PLATFORM_ #define~s | Douglas Mencken |
2016-03-13 | quieten debugging soffice startup | Caolán McNamara |
2016-03-13 | loplugin:stringconstant | Caolán McNamara |
2016-03-12 | tdf#91794 OSL_DEBUG_LEVEL > 1 removed (desktop) | Rohan Kumar |
2016-03-11 | Thread safety | Stephan Bergmann |
2016-03-11 | No need for a complicated arg to SetReady | Stephan Bergmann |
2016-03-11 | Turn static s_bInEnableRequests into an ExecuteCmdLineRequests arg | Stephan Bergmann |
2016-03-11 | Combine mbDowning, mbRequestsEnabled as mState | Stephan Bergmann |
2016-03-11 | pDocsRequest cannot be null | Stephan Bergmann |
2016-03-11 | Create DispatchRequest via list-initialization | Stephan Bergmann |
2016-03-11 | Resolve trivial DispatchList typedef | Stephan Bergmann |
2016-03-11 | Use range-based for loop | Stephan Bergmann |
2016-03-11 | There's only a single DispatchWatcher, no need for a static mutex member | Stephan Bergmann |