summaryrefslogtreecommitdiff
path: root/cui
AgeCommit message (Expand)AuthorFilesLines
2017-08-22convert WB_QUICK_SEARCH/WB_FORCE_MAKEVISIBLE to bool fieldsNoel Grandin4-7/+15
2017-08-21fix bogus always-true assertsMichael Stahl1-1/+1
2017-08-20Enable subset filter when not in search modeAkshay Deep1-1/+1
2017-08-20Fix 'make translations' runGabor Kelemen1-1/+1
2017-08-20drop unused SfxSpellCheckItemJochen Nitschke2-14/+6
2017-08-19drop unused SfxSizeItemJochen Nitschke1-1/+0
2017-08-19tdf#103275 Rename 'Spacing to Content' to 'Padding'Gabor Kelemen2-2/+2
2017-08-19convert to WB_SAVEAS to flags on SfxAcceleratorConfigPage::StartFileDialogNoel Grandin2-5/+7
2017-08-18loplugin:unnecessaryparenNoel Grandin3-3/+3
2017-08-18Fix typosAndrea Gelmini1-1/+1
2017-08-17drop unused SdrCustomShapeAdjustmentItemJochen Nitschke1-1/+0
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin1-1/+1
2017-08-17Clean up uses of OUString::fromUtf8 around string literalsStephan Bergmann1-2/+2
2017-08-16convert dialog result methods from long->sal_Int32Noel Grandin2-4/+4
2017-08-16tdf#111797 Fix alignment of 'For the current document only' checkboxGabor Kelemen1-3/+2
2017-08-15Disable subset LB when search mode is enabledAkshay Deep1-2/+1
2017-08-15tdf#111337 - Introduce alternative workflows at the special characters dialogAkshay Deep2-0/+13
2017-08-15tdf#109217 - State of the favorite button is not updated immediatelyAkshay Deep1-0/+3
2017-08-13move the SvxBackgroundColorItem<->SvxBrushItem conversionCaolán McNamara2-20/+81
2017-08-12tdf#105966 Solved Increment:Automatic checkbox problem in Area->Gradient tabpv2k1-6/+10
2017-08-11vcl: use default copy-ctor for TextAttribJochen Nitschke2-47/+0
2017-08-11Revert "Build with kde5, first stab"Katarina Behrens1-1/+0
2017-08-11Build with kde5, first stabKatarina Behrens1-0/+1
2017-08-11Remove useless if checkMuhammet Kara1-9/+3
2017-08-11improve scoping a littleCaolán McNamara1-4/+4
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin1-6/+6
2017-08-11tdf#109216 - Alignment/spacing at the new controls in the special charactersAkshay Deep1-4/+4
2017-08-10Search feature for Special CharactersAkshay Deep3-32/+280
2017-08-09Resolves: tdf#111416 missing draw/impress optionsCaolán McNamara1-3/+3
2017-08-07Rename “Basic IDE Options” to just “Basic IDE”Adolfo Jayme Barrientos1-1/+1
2017-08-06tdf#109863: use SID_PATTERN_LIST after bitmap tab convertingJulien Nabet1-1/+1
2017-08-04rename SIP_SA_EDGELINEDELTAANZ->SIP_SA_EDGELINEDELTACOUNTNoel Grandin1-2/+2
2017-08-02remove unnecessary use of 'this->'Noel Grandin3-5/+5
2017-08-02split out VclBuilder static methodsCaolán McNamara2-2/+2
2017-08-02tdf#110448: Remove "Memory" page from Options dialogMike Kaganski8-669/+0
2017-08-02normalize resource locale ctor construction mechanismsCaolán McNamara2-2/+2
2017-08-01move resmgr to unotoolsCaolán McNamara2-14/+4
2017-08-01loplugin:checkunusedparamsNoel Grandin2-18/+18
2017-07-31make IntlWrapper arg to GetPresentation non-implicit and non-optionalCaolán McNamara1-1/+1
2017-07-31loplugin:constparams in cuiNoel Grandin67-144/+144
2017-07-31Resolves: tdf#109007 SvxCharView is in sfx2 not cuiCaolán McNamara1-32/+32
2017-07-31loplugin:oncevarNoel Grandin6-7/+7
2017-07-28add comment on max char name lengthCaolán McNamara1-0/+2
2017-07-28merge duplicate blocksCaolán McNamara1-7/+1
2017-07-28check that u_charName was successfulCaolán McNamara1-3/+3
2017-07-28replace snprintf with our own convertersCaolán McNamara1-12/+4
2017-07-28pass char code directly rather than as-textCaolán McNamara2-8/+6
2017-07-28declare at init pointCaolán McNamara1-2/+1
2017-07-28Unicode Character Names Integration using ICUAkshay Deep3-0/+47
2017-07-27Related: tdf#109289 move PushButton::IsValueChangedFromSaved to consumerCaolán McNamara2-15/+21