summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2018-05-24rework custom widget welding to enable inheritenceCaolán McNamara2-0/+83
2018-05-24Resolves: tdf#117737 combobox menu misplaced if wrap-width setCaolán McNamara1-2/+4
2018-05-23forward more a11y stuff for native drawing area widgetCaolán McNamara4-14/+57
2018-05-23Add debug output operator<< for SalFrameGeometryTor Lillqvist1-0/+10
2018-05-23Revert "vcl: StartPresentationMode should be using a sal_uInt32.."Noel Grandin1-1/+1
2018-05-22tdf#106702 PDF export: fix missing images from Writer headers/footersMiklos Vajna5-21/+93
2018-05-22Fix typosAndrea Gelmini1-1/+1
2018-05-22lok: charts context menu was misplaced + wrong LogicToLogic conversionMarco Cecchetti1-1/+13
2018-05-22tdf#117342 - Add Karasa Jaga to LibreOffice coreRizal Muttaqin1-1/+6
2018-05-22Revert "lokdialog: Give non-programmatic name to autofilter"Jan Holesovsky1-2/+0
2018-05-22tdf#77444: Call TriggerUserEventProcessing() in a few key placesTor Lillqvist2-1/+10
2018-05-22Turn debug fprint in vcl/unx/generic/fontmanager/ into SAL_INFOStephan Bergmann2-45/+25
2018-05-21weld ScSortDlg, ScTabPageSortOptions and ScTabPageSortFieldsCaolán McNamara4-4/+61
2018-05-21loplugin:staticaccessTor Lillqvist1-1/+1
2018-05-21Partially revert "Fixup 23c5125148a8110d88385b29570bf0b7d4400458"Khaled Hosny1-2/+1
2018-05-21lokdialog: For the tunneled top-level popups, provide the position in twips.Jan Holesovsky1-5/+15
2018-05-20tdf#117502 fix graphical bullets for OOXML and RTFTomaž Vajngerl5-8/+49
2018-05-18make PlaceEditDialog a bit more ordinaryCaolán McNamara2-10/+0
2018-05-18Consistently use "vcl.fonts" log area across vcl/unx/generic/fontmanager/Stephan Bergmann2-11/+11
2018-05-18tdf#104893 vcl opengl: fix assert failure when starting chart editingMiklos Vajna1-2/+13
2018-05-18Extend test for unloaded graphicTomaž Vajngerl1-7/+58
2018-05-18Avoid mixing up units in LogicRectangle methodTamás Zolnai2-2/+13
2018-05-18lok: Use GetSizePixel() here which calculates also with borderTamás Zolnai1-1/+1
2018-05-17lok: Always specify the invalidate rectangle explicitelyTamás Zolnai2-1/+9
2018-05-17adjust min/max chars label width calcCaolán McNamara1-5/+5
2018-05-17lok: One pixel is not invalidated on the right side for dialog previewsTamás Zolnai1-1/+1
2018-05-17weld SvxJavaClassPathDlgCaolán McNamara2-18/+55
2018-05-17tdf#105954 PDF export, ReduceImageResolution: fix re-compressing large imagesMiklos Vajna3-0/+52
2018-05-17loplugin:unusedfields in vclNoel Grandin17-106/+59
2018-05-17loplugin:redundantcast improvements for floating-integer conversionsStephan Bergmann2-2/+5
2018-05-16coverity#1435605 silence Unchecked return valueCaolán McNamara1-1/+1
2018-05-14this needs pdfiumCaolán McNamara1-2/+2
2018-05-14tdf#96947 vcl opengl win: fix background of menu items w/ check/radio marksMiklos Vajna1-13/+38
2018-05-14vcl opengl Windows: only log non-success wglMakeCurrent() failure reasonMiklos Vajna1-1/+3
2018-05-13Icon themes clean-upheiko tietze1-9/+9
2018-05-13vcl: move Bitmap::MakeMonochrome() to BitmapMonochromeFilterChris Sherlock7-90/+133
2018-05-12Fix typosAndrea Gelmini1-1/+1
2018-05-12Fixup 23c5125148a8110d88385b29570bf0b7d4400458Khaled Hosny2-1/+3
2018-05-12Add more more dependencies to VCL makefilesKhaled Hosny3-2/+8
2018-05-12Make SalLayout overrides finalKhaled Hosny1-20/+20
2018-05-12make Bitmap/BitmapEx constructors explicitNoel Grandin6-9/+9
2018-05-12make AlphaMask constructors explicitNoel Grandin1-1/+1
2018-05-12unnecessary duplicate SetImageCaolán McNamara1-1/+0
2018-05-12SalLayout::CalcAsianKerning() can be made localKhaled Hosny2-5/+3
2018-05-12Drop trivial, used only once, functionsKhaled Hosny3-9/+2
2018-05-12Fix typoAndrea Gelmini1-1/+1
2018-05-12tdf#117427 missing API for determining and loading linked graphicTomaž Vajngerl7-3/+348
2018-05-12Use HarfBuzz to get Kashida widthKhaled Hosny8-45/+25
2018-05-11[GSoC]Notebookbar: Hamburger icon is now well alignedKshitij Pathania1-1/+1
2018-05-11coverity#1435548 rework to avoid Dereference after null check warningCaolán McNamara1-11/+10