summaryrefslogtreecommitdiff
path: root/cui
AgeCommit message (Expand)AuthorFilesLines
2018-06-03stray debug codeCaolán McNamara1-8/+0
2018-06-02weld SwSectionFootnoteEndTabPageCaolán McNamara1-81/+8
2018-06-02Removed executable permission on source fileAndrea Gelmini1-0/+0
2018-06-02tdf#105225 A section background tab page based on the area tab pageJim Raykowski1-0/+6
2018-06-01tdf#96099 Remove some trivial typedef std::vectorArkadiy Illarionov1-2/+1
2018-06-01drop Image(Bitmap) constructorNoel Grandin6-9/+9
2018-05-31SOSAW080: Cleanup of SdrModelArmin Le Grand1-2/+4
2018-05-31drop Graphic::GetBitmapNoel Grandin5-13/+11
2018-05-30Fix conditionSamuel Mehrbrodt1-1/+1
2018-05-30use BitmapEx in the screenshot stuffNoel Grandin1-4/+4
2018-05-29fix pow by digitsCaolán McNamara1-0/+4
2018-05-29weld SvxTransformTabDialogCaolán McNamara5-102/+207
2018-05-29these spinbuttons should be focusableCaolán McNamara3-15/+14
2018-05-29weld SvxSwPosSizeTabPageCaolán McNamara3-477/+430
2018-05-29weld SvxAngleTabPageCaolán McNamara4-119/+142
2018-05-28weld SvxPositionSizeTabPageCaolán McNamara3-344/+310
2018-05-28fix up position of anchor widgetCaolán McNamara1-3/+1
2018-05-28weld SvxSlantTabPageCaolán McNamara3-104/+101
2018-05-28loplugin:unusedfieldsNoel Grandin1-1/+1
2018-05-25loplugin:passstuffbyrefNoel Grandin3-4/+4
2018-05-24rework custom widget welding to enable inheritenceCaolán McNamara5-275/+305
2018-05-24Remove unnecessary includeMuhammet Kara2-2/+0
2018-05-23tdf#104086 cui: enable OpenGL when ignoring its blacklistMiklos Vajna2-0/+10
2018-05-22Related tdf#83877 Select certificate ok button label doesn't matchSamuel Mehrbrodt1-1/+1
2018-05-22Don't try to sign when no certificate is selectedSamuel Mehrbrodt1-0/+1
2018-05-22tdf#83877 Use Signer comments as signature descriptionSamuel Mehrbrodt1-1/+1
2018-05-22tdf#83877 Add valid/invalid images to signaturesSamuel Mehrbrodt2-40/+40
2018-05-22Place help button on the left of signature dialogOlivier Hallot1-10/+14
2018-05-20coverity#1435684 deliberate 'Constant' variable guards dead codeCaolán McNamara1-1/+1
2018-05-19Fix typosAndrea Gelmini1-1/+1
2018-05-18Refactor SfxObjectShell sign methodsSamuel Mehrbrodt1-1/+1
2018-05-18tdf#83877 Write SignatureLineId to ODF & OOXML signaturesSamuel Mehrbrodt1-1/+1
2018-05-17loplugin:unusedfields in cuiNoel Grandin27-76/+29
2018-05-17'/' appearing in java classpath listCaolán McNamara1-7/+10
2018-05-17weld SvxJavaClassPathDlgCaolán McNamara3-116/+125
2018-05-17set parents for MasterPasswordCreateDialog and MasterPasswordDialogCaolán McNamara2-7/+23
2018-05-17weld SvxJavaParameterDlgCaolán McNamara3-142/+153
2018-05-17weld AssignComponentDialogCaolán McNamara3-33/+31
2018-05-17weld SvxNewToolbarDialogCaolán McNamara4-46/+31
2018-05-17weld SvxMainMenuOrganizerDialogCaolán McNamara4-183/+123
2018-05-15Sign Signature LineSamuel Mehrbrodt1-29/+48
2018-05-14weld GalleryIdDialogCaolán McNamara5-81/+83
2018-05-14weld TitleDialogCaolán McNamara5-70/+75
2018-05-14weld FmInputRecordNoDialogCaolán McNamara5-75/+73
2018-05-12make Bitmap/BitmapEx constructors explicitNoel Grandin2-3/+3
2018-05-12coverity#1430087 Division by zeroCaolán McNamara1-1/+1
2018-05-11loplugin:datamembershadow in SvxMacroTabPage_Noel Grandin1-1/+1
2018-05-10move Java from config_features to already existing config_javaRene Engelhard2-2/+2
2018-05-09vcl: get rid of Bitmap{Ex}::Filter() and Animation::Filter()Chris Sherlock1-18/+18
2018-05-08tdf#114549:entering hex/dec code should change char samplehimajin1000002-17/+26