summaryrefslogtreecommitdiff
path: root/framework
AgeCommit message (Expand)AuthorFilesLines
2019-05-09regenerate PCH headers for the 4 new levelsLuboš Luňák4-331/+53
2019-05-04tdf#105881 Toolbar keyboard navigation fixesJim Raykowski1-0/+8
2019-05-02tdf#45904 Move XReplaceDescriptor Java tests to C++Jens Carl1-1/+0
2019-04-30improve loplugin:stringconstantNoel Grandin1-1/+1
2019-04-28rename animate.hxx to animate/Animation.hxx, more changes followTomaž Vajngerl3-3/+3
2019-04-25tdf#45904 Move TableColumn Java tests to C++Jens Carl1-1/+0
2019-04-23tdf#124886 Toolbar button icons are off by oneNoel Grandin1-1/+2
2019-04-19optimise find/insert patternNoel Grandin1-9/+6
2019-04-16fix usage of successful/successfully in commentsNoel Grandin11-15/+15
2019-04-15tdf#124649 framework menubar: show icons for most importent itemsandreas kainz1-7/+7
2019-04-13loplugin:sequentialassign in frameworkNoel Grandin16-45/+19
2019-04-12internally resize image instead of scaling bitmaps outsideTomaž Vajngerl1-15/+7
2019-04-09[API CHANGE] Asserts to never clear already cleared guardMike Kaganski2-54/+60
2019-04-07Don't use resettable/clearable guard where plain guard is enoughMike Kaganski20-518/+533
2019-04-07Clear correct guardMike Kaganski1-1/+1
2019-04-06Simplify: avoid OUString copy() and get just needed tokensMatteo Casalin1-11/+5
2019-04-05Remove unused using declarations in directories [e-l]*Gabor Kelemen5-8/+0
2019-04-03Fix typosJens Carl3-4/+4
2019-04-03tdf#45904 Move XCellRange Java tests to C++Jens Carl1-1/+0
2019-04-02tdf#45904 Move XPropertySet Java tests to C++Jens Carl1-1/+0
2019-03-25new loplugin:unoqueryNoel Grandin1-1/+1
2019-03-21tdf#121671 Floating toolbars remain their position after reopenIlhan Yesil1-7/+29
2019-03-20Simplify: avoid OUString copy() and get just needed tokensMatteo Casalin1-20/+12
2019-03-17tdf#45904 Move XEnumerationAccess Java test to C++Jens Carl1-1/+0
2019-03-15tdf#45904 Move XTableColumns Java tests to C++Jens Carl1-1/+0
2019-03-14Use indexed getToken()Matteo Casalin3-6/+9
2019-03-13tdf#124042: There are no progress bars that vcl would handle on iOS or AndroidTor Lillqvist1-5/+14
2019-03-13tdf#45904 Move XNameReplace Java tests to C++Jens Carl1-1/+0
2019-03-09loplugin:unusedmethodsNoel Grandin2-14/+0
2019-03-06loplugin:unnecessaryparen improve member expressionNoel Grandin2-12/+3
2019-03-06tdf#45904 Move XPropertySet Java tests to C++Jens Carl1-1/+0
2019-03-03tdf#45904 Move XTextRange Java tests to C++Jens Carl1-1/+0
2019-03-01clang-format DispatchHelperSamuel Mehrbrodt1-44/+37
2019-03-01Use lambda instead of std::bind + wrapper functionSamuel Mehrbrodt1-15/+3
2019-02-27CppunitTest_framework_dispatch: use CPPUNIT_TEST_FIXTURE()Miklos Vajna1-8/+2
2019-02-24loplugin:unusedfields in frameworkNoel Grandin18-102/+0
2019-02-19tdf#42949 Fix IWYU warnings in include/framework/Gabor Kelemen18-1/+27
2019-02-19MSForms: Fix a regression in inplace menu handlingTamás Zolnai1-2/+1
2019-02-18Simplify containers iterations in [f-l]*Arkadiy Illarionov9-93/+26
2019-02-16MSForms: Introduce a new Forms menu which is compatible with MS WordTamás Zolnai2-0/+66
2019-02-16MSForms: Extract menu creation to a separate methodTamás Zolnai2-48/+57
2019-02-15loplugin:simplifybool extend to !(a == b) where comparison an overloaded opNoel Grandin1-1/+1
2019-02-13Pointer is pointlessNoel Grandin2-2/+0
2019-02-11new loplugin writeonlyvarsNoel Grandin5-18/+0
2019-02-09loplugin:indentation in frameworkNoel Grandin23-183/+205
2019-02-05tdf#42949 Fix IWYU warnings in include/svtools/*Gabor Kelemen18-0/+21
2019-02-02tdf#45904 Move XEnumerationAccess Java test to C++Jens Carl1-1/+0
2019-01-30tdf#45904 Move XPropertySet Java tests to C++Jens Carl1-1/+0
2019-01-29framework: allow dispatching a command on the main threadMiklos Vajna1-1/+23
2019-01-29framework: avoid crashing in ~HandlerCFGAccess() in atexit()Michael Stahl2-20/+21