summaryrefslogtreecommitdiff
path: root/framework
AgeCommit message (Expand)AuthorFilesLines
2024-09-25cid#1606875 Data race conditionCaolán McNamara1-1/+4
2024-09-11use more concrete UNO type in frameworkNoel Grandin20-37/+43
2024-08-26cid#1608206 Double lockCaolán McNamara1-3/+10
2024-08-16cid#1557618 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-08-14tdf#146769 menuBarManager: dispatch with KeyModifier Shift/Ctrl/AltJustin Luth1-3/+14
2024-08-11cid#1558088 COPY_INSTEAD_OF_MOVECaolán McNamara2-2/+2
2024-08-08cid#1607356 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-08-06cid#555593 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-08-06Avoid excessive progress updates unconditionally.Michael Meeks1-3/+1
2024-08-06cid#1555415 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-08-05lok: avoid excessive progress updates.Michael Meeks1-1/+3
2024-08-02cid#1556472 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-08-02Resolves tdf#161725 - Toggle module-specific file types in MRUHeiko Tietze2-0/+16
2024-07-28cid#1556624 COPY_INSTEAD_OF_MOVECaolán McNamara1-2/+2
2024-07-28cool#9082 - lok: cleanup WakeUpThread before forking, then re-start.Michael Meeks2-1/+19
2024-07-28restore WakeUpThread::joinThreadCaolán McNamara2-0/+20
2024-07-25tdf#124213: handle private URLs as non-remoteMike Kaganski1-0/+1
2024-07-25O[U]String overloads that return view for rest parameterNoel Grandin1-3/+3
2024-07-24cid#1556131 COPY_INSTEAD_OF_MOVECaolán McNamara2-2/+2
2024-07-23cid#1555167 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-07-21cid#1556239 Use of auto that causes a copyCaolán McNamara1-3/+4
2024-07-11Unify/Port to use VCLUnoHelper for AWT <-> VCL conversionsMichael Weghorn1-11/+16
2024-07-07cid#1546123 COPY_INSTEAD_OF_MOVECaolán McNamara1-2/+1
2024-07-02BootstrapFixture: get rid of mxComponentContextXisco Fauli3-4/+4
2024-06-24NFC cleanup duplicate entry in framework/IwyuFilter_framework.yamlJustin Luth1-2/+0
2024-06-20loplugin:unusedmethodsNoel Grandin2-20/+0
2024-06-18loplugin:ostr in variousNoel Grandin1-10/+12
2024-06-13use more concrete UNO types in StatusIndicatorNoel Grandin2-27/+13
2024-06-13use more concrete UNO types in XFrameImplNoel Grandin1-6/+7
2024-06-13use more concrete UNO types in ProgressBarWrapperNoel Grandin4-50/+30
2024-06-11Fix typoAndrea Gelmini1-1/+1
2024-06-11Fix typoAndrea Gelmini1-1/+1
2024-06-11tdf#57414 tdf#160769 autorecovery: keep open docs in RecoveryListJustin Luth1-16/+24
2024-06-07Revert "framework/qa/complex/dispatches/checkdispatchapi.java to CppUnit"Xisco Fauli4-240/+0
2024-06-07CppunitTest_framework_CheckXTitle: simplify code a bitXisco Fauli1-14/+3
2024-06-07framework/qa/complex/dispatches/checkdispatchapi.java to CppUnitAdam Seskunas4-0/+240
2024-06-04Port framework/qa/complex/XTitle/CheckXTile.java to CppunitAdam Seskunas5-327/+202
2024-05-25WakeupThread - re-factor to have a single shared wakeup thread.Michael Meeks4-40/+144
2024-05-16VCL: Windows: more usecases for FlashWindow() API to inform on changesVasily Melenchuk1-3/+5
2024-05-11replace createFromAscii with OUString literals in OConfigurationNodeNoel Grandin1-6/+6
2024-05-11replace createFromAscii with OUString literals in ImageManagerImplNoel Grandin1-14/+14
2024-05-11replace createFromAscii with OUString literals in CommandImageResolverNoel Grandin1-5/+5
2024-05-08loplugin:ostr in frameworkNoel Grandin116-610/+612
2024-05-06The previous behavior of using the TerminationVetoException has changedTibor Nagy1-2/+3
2024-05-03replace createFromAscii with OUString literals in frameworkNoel Grandin1-25/+25
2024-05-03replace createFromAscii with OUString literals in frameworkNoel Grandin3-4/+4
2024-05-03replace createFromAscii with OUString literals in frameworkNoel Grandin1-24/+24
2024-05-02replace createFromAscii with OUString literals in frameworkNoel Grandin5-156/+143
2024-04-10New Expert Configuration setting to not offer Safe Mode in the UIStephan Bergmann1-0/+5
2024-04-01tdf#146619 Drop unused 'using namespace' in: framework/Gabor Kelemen38-70/+0