summaryrefslogtreecommitdiff
path: root/framework
AgeCommit message (Expand)AuthorFilesLines
2019-05-31Use hasElements to check Sequence emptiness in [e-i]*Arkadiy Illarionov19-30/+30
2019-05-24use vcl::Timer in StatusIndicatorFactoryNoel Grandin5-132/+18
2019-05-23No need for AcceleratorCache::takeOver...Stephan Bergmann3-52/+13
2019-05-23PathInfo::takeOver does same as copy assignment opStephan Bergmann1-11/+5
2019-05-22New loplugin:dataStephan Bergmann1-1/+1
2019-05-16Don't call Application::Quit() in Desktop::terminate() on iOSTor Lillqvist1-0/+4
2019-05-15tdf#83722: Restrict the condition only to File > NewKatarina Behrens1-2/+2
2019-05-13tdf#83722: don't recycle frame with unmodified templateKatarina Behrens1-1/+10
2019-05-13Remove java mouse/keyboard event testsSamuel Mehrbrodt2-555/+0
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin3-5/+5
2019-05-12regenerate PCH headersLuboš Luňák2-4/+4
2019-05-10an uno -> a unoCaolán McNamara24-30/+30
2019-05-10an is used before a vowel soundCaolán McNamara8-13/+13
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