summaryrefslogtreecommitdiff
path: root/toolkit
AgeCommit message (Expand)AuthorFilesLines
2021-06-19tdf#74702 - vcl: introduce OutputDevice::GetDeviceInfo()Chris Sherlock1-43/+2
2021-04-29Move some static functions from ProfileZone to TraceEvent where they belongTor Lillqvist1-2/+2
2021-04-23Refactor ProfileZone and create Chrome Trace Event Format dataTor Lillqvist1-3/+3
2021-04-15Clarify the ProfileRecording APITor Lillqvist1-2/+2
2021-03-31OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel2-2/+3
2021-01-27tdf#139609 avoid fetching unnecessary xid under gtk3Caolán McNamara2-2/+2
2020-11-18tdf#123936 Formatting files in module toolkit with clang-formatPhilipp Hofer7-58/+54
2020-11-14tdf#138187 Don't open UNO hyperlink control's URL twiceMichael Weghorn1-22/+0
2020-11-12Permit scrollable AWT tab pages a la scrolled DialogThorsten Behrens3-6/+19
2020-11-11make tools::Long 64-bit on Windows platformNoel Grandin3-3/+3
2020-10-28convert some more long -> tools::LongNoel1-1/+1
2020-10-28std::set->o3tl::sorted_vector in toolkitNoel Grandin2-4/+4
2020-10-26switching long to a 64-bit type on 64-bit windowsNoel11-54/+55
2020-10-23Change SystemParentData::aWindow to sal_uIntPtrStephan Bergmann1-1/+1
2020-10-21new tools::Degree10 strong typedefNoel Grandin2-3/+3
2020-10-20fix font orientation conversion in VCLUnoHelperNoel Grandin1-2/+2
2020-10-11Revert "Permit scrollable AWT tab pages a la scrolled Dialog"Caolán McNamara3-19/+6
2020-10-11Permit scrollable AWT tab pages a la scrolled DialogThorsten Behrens3-6/+19
2020-10-04loplugin:reducevarscope in toolkit..unotoolsNoel2-2/+2
2020-09-26Fix typo in codeAndrea Gelmini1-2/+2
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann2-76/+82
2020-09-03Make ImpSvNumberformatScan::GetColor constMike Kaganski1-1/+1
2020-09-02move Edit into toolkit only headersCaolán McNamara3-3/+3
2020-09-01Fix typo in codeAndrea Gelmini1-3/+3
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann2-75/+75
2020-08-20loplugin:virtualdeadNoel Grandin1-2/+2
2020-08-19move VclMultiLineEdit to toolkit-only headersCaolán McNamara2-2/+2
2020-08-18move VCLXMultiLineEdit and MultiLineEdit to toolkitCaolán McNamara5-0/+451
2020-08-12SvTreeListBox can move into toolkit headers nowCaolán McNamara1-3/+3
2020-08-12svlbitm.hxx can be toolkit only nowCaolán McNamara1-1/+1
2020-08-04loplugin:flatten in toolkitNoel Grandin18-1559/+1557
2020-07-25cid#1465510 Dereference null return valueCaolán McNamara1-0/+6
2020-07-23access via NumericFormatter instead of NumericFieldCaolán McNamara1-28/+38
2020-07-23NumericFormatter can be toolkit only nowCaolán McNamara1-0/+1
2020-07-21weld DateControlCaolán McNamara1-1/+1
2020-07-20SVTXDateField is preferred ahead of VCLXDateFieldCaolán McNamara1-7/+1
2020-07-20drop unused VCLXCurrencyFieldCaolán McNamara1-366/+0
2020-07-20UnoControlCurrencyFieldModel ends up using a SVTXCurrencyFieldCaolán McNamara2-8/+31
2020-07-15move SVTXDateField to toolkitCaolán McNamara2-0/+53
2020-07-15aServiceName is lowercase rDescriptor.WindowServiceName alreadyCaolán McNamara1-5/+1
2020-07-15weld LongCurrencyControlCaolán McNamara2-2/+0
2020-07-12move CheckBox to toolkit-only headersCaolán McNamara2-2/+2
2020-07-10replace usage of blacklist with excludelist for IWYUThorsten Behrens1-1/+1
2020-07-06exile fmtfield.hxx to toolkit headersCaolán McNamara2-2/+2
2020-07-05return a reference instead of a pointerCaolán McNamara1-96/+93
2020-07-03change FormattedField so it doesn't inherit from Formatter but provides oneCaolán McNamara1-96/+98
2020-07-03remove some dead WindowType valuesNoel Grandin2-7/+0
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: toolkitStephan Bergmann5-11/+11
2020-06-24use more std::container::insert instead of std::copyNoel Grandin1-2/+1
2020-06-23move ListBox to toolkit-only headersCaolán McNamara2-2/+2