summaryrefslogtreecommitdiff
path: root/cui
AgeCommit message (Expand)AuthorFilesLines
2016-12-25Remove another user-visible “CTL”Khaled Hosny1-1/+1
2016-12-23tdf#70998 Change word "Graphic(s)" to "Image(s)"Huzaifa Iftikhar1-1/+1
2016-12-23tdf#101442 - "hyperlink" to "link"Federico Bassini1-1/+1
2016-12-22unwind RID_SVXIMGLIST_FMEXPL ImageListCaolán McNamara1-4/+2
2016-12-22convert BmpFilter to scoped enumNoel Grandin1-12/+12
2016-12-21convert VclButtonsType to scoped enumNoel Grandin5-6/+6
2016-12-21unwind IL_PRE_BITMAPS ImageListCaolán McNamara5-97/+181
2016-12-21unwind IL_SDW_BITMAPS ImageListCaolán McNamara5-59/+61
2016-12-21Missing includeStephan Bergmann1-0/+2
2016-12-21unroll IL_LOCK_BMPS ImageListCaolán McNamara4-59/+29
2016-12-21remove newly unused SfxImageManagerCaolán McNamara1-1/+0
2016-12-17Adapt to no-longer explicit OUStringLiteral ctorStephan Bergmann1-4/+1
2016-12-16coverity#1397204 Dereference null return valueCaolán McNamara1-1/+1
2016-12-15tdf#104221: Make up for non-existent FillItemSetKatarina Behrens1-0/+8
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin2-5/+5
2016-12-14tdf#104615: there's no mpView when opening odc directlyJulien Nabet1-8/+17
2016-12-13load numbering types strings from RID_SVXSTRARY_NUMBERINGTYPEEike Rathke2-123/+10
2016-12-13use LINK_TOKEN define instead of 0x80 constantEike Rathke1-2/+4
2016-12-13tdf#66212 - Add Hebrew NATNUM1 to numbering-format menus.Yossi Zahn1-0/+8
2016-12-13change from glew to epoxyCaolán McNamara1-1/+1
2016-12-13OSL_TRACE->SAL in chart2..ooxNoel Grandin4-80/+48
2016-12-12Resolves: tdf#101588, do not prevent color de-selection tdf#96382 follow-upEike Rathke1-2/+6
2016-12-12Revert "tdf#103654: Make git hash clickable in the About dialog"Michael Meeks3-5/+6
2016-12-12Mark as localTakeshi Abe1-2/+5
2016-12-10tdf#103654: Make git hash clickable in the About dialogArnold Dumas3-6/+5
2016-12-10Disable Basic IDE options, if experimental features are not enabledAndras Timar2-8/+10
2016-12-07convert VCLEVENT constants to scoped enumNoel Grandin4-7/+7
2016-12-06Change Read/Write access to Scoped Read/Write accessMark Page1-3/+1
2016-12-06cleanup unused includes (related to tdf#88206)Jochen Nitschke2-2/+0
2016-12-06loplugin:unnecessaryoverrideStephan Bergmann4-20/+0
2016-12-05convert FSysStyle to o3tl::typed_flagsNoel Grandin3-10/+10
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin15-39/+39
2016-12-05convert INetURLObject::EncodeMechanism to scoped enumNoel Grandin1-1/+1
2016-12-02use SvtSysLocaleOptions::GetLanguageTag() instead of GetLocaleConfigString()Eike Rathke1-10/+10
2016-11-29loplugin:vclwidgets check for assigning from VclPt<T> to T*Noel Grandin5-8/+8
2016-11-28loplugin:unnecessaryoverride (dtors) in cuiStephan Bergmann5-22/+0
2016-11-26respect read-only config items in Basic IDE Options dialogAndras Timar1-13/+12
2016-11-26respect read-only config items in Options - Load/Save - General dialogAndras Timar1-5/+15
2016-11-25Handle cases where last-used palette disappearedStephan Bergmann1-2/+4
2016-11-25Use string literal directly, instead of going via createFromAsciiStephan Bergmann1-2/+1
2016-11-24vcl: rename Window::Notify to EventNotifyMichael Stahl8-12/+12
2016-11-24tdf#41542 globally allow padding without borders: UIJustin Luth1-6/+1
2016-11-22loplugin:countusersofdefaultparams in include/sfx2Noel Grandin1-1/+1
2016-11-22remove redundant space in stringStanislav Horacek1-1/+1
2016-11-21convert inventorId to scoped enumNoel Grandin3-3/+3
2016-11-21add missing resource depDavid Tardon1-0/+3
2016-11-21add missing deps on ui filesDavid Tardon1-0/+4
2016-11-21Re-apply "split cui screenshot test in manageable pieces""Norbert Thiebaud11-175/+643
2016-11-20gbuild allow unitest to run once per lang in WITH_LANG_LISTNorbert Thiebaud1-1/+1
2016-11-20Revert "split cui screenshot test in manageable pieces"Julien Nabet11-643/+175