summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2020-12-19make *String(string_view) constructors explicitNoel Grandin1-1/+1
2020-12-19vcl: refactor - new local function getColor()Chris Sherlock1-32/+17
2020-12-19vcl: remove duplicate pScanlineRead assignmentChris Sherlock1-12/+14
2020-12-19vcl: refactor - new local function shiftColor()Chris Sherlock1-20/+11
2020-12-19vcl: move variables in Dither() closer to where they are usedChris Sherlock1-5/+5
2020-12-19vcl: move Floyd-Steinberg constants and defines to own local headerChris Sherlock2-107/+130
2020-12-19vcl: move GAMMA define to bitmap.hxxChris Sherlock2-4/+0
2020-12-19vcl: remove bRet variable from Bitmap::Dither()Chris Sherlock1-10/+8
2020-12-19vcl: add unit test for certain sizes of bitmaps to be ditheredChris Sherlock1-1/+34
2020-12-18add a return to EditView::Command to indicate if the command was consumedCaolán McNamara1-3/+4
2020-12-18fix incorrect array access after a removed enum (tdf#138973)Luboš Luňák2-3/+5
2020-12-18Bin unnecessary forward declarationTor Lillqvist1-1/+0
2020-12-18lok: check if the tree list box model has changedHenry Castro2-0/+9
2020-12-18lok: add "ondemand" property to dump the TreeView propertyHenry Castro1-0/+13
2020-12-18lok: jsdialog: fix possible nullptr dereferenceHenry Castro1-16/+18
2020-12-18lok: jsbuilder: avoid sending early id to client sideHenry Castro1-1/+1
2020-12-18lok: use JSDialog Builder to create a Macro Selector DialogHenry Castro1-1/+2
2020-12-18lok: jsbuilder: fix disable dialog tunnelingHenry Castro1-0/+8
2020-12-18vcl: move nShift closer into scope where it is usedChris Sherlock1-1/+2
2020-12-18pdfium: add PDFiumPage::hasLinks() wrapperMiklos Vajna2-17/+14
2020-12-18throw exception in SvStream when reading past end of fileNoel8-584/+692
2020-12-17add Menu::get_sensitiveCaolán McNamara3-0/+15
2020-12-16Scheduler assert mbInScheduler stateJan-Marek Glogowski3-1/+17
2020-12-16Fix typosAndrea Gelmini1-1/+1
2020-12-16WIN don't notify clipboard change with SolarMutexJan-Marek Glogowski1-2/+14
2020-12-16tdf#138950: vcl_jpeg_read_write: Add unittestXisco Fauli2-0/+29
2020-12-16tdf#138661 don't emit value-changed when not changed by userCaolán McNamara1-0/+12
2020-12-16tdf#138950 allow up to one short read to not trigger cancelling importCaolán McNamara3-4/+5
2020-12-16pdfium: rework to eliminate FPDF_PATHSEGMENT from the public interfaceMiklos Vajna1-7/+21
2020-12-15DrawGradient variant only called by FileDefinitionWidgetDrawCaolán McNamara4-11/+15
2020-12-15tdf#138936 gradient missing under RTL from writer comment marginsCaolán McNamara3-3/+10
2020-12-15use GetParentWithLOKNotifier to get the frame LOKNotifier to reuse for menusCaolán McNamara1-5/+7
2020-12-15add set_id/get_id to Menus like WindowsCaolán McNamara1-0/+2
2020-12-15use locale specific decimal separator in GtkComboBoxText replacement tooCaolán McNamara1-13/+17
2020-12-15tdf#138932 don't replace . with , for gtk password GtkEntries tooCaolán McNamara1-2/+8
2020-12-15split out get_focus_window for reuseCaolán McNamara1-27/+33
2020-12-15do not free SkiaSalBitmap buffer if a read access points to itLuboš Luňák2-10/+26
2020-12-15tdf#138932: don't modify KEY_DECIMAL for password boxMike Kaganski1-10/+15
2020-12-15don't need to include vcl/menu.hxx hereCaolán McNamara1-0/+1
2020-12-15Silence warning C4100: unreferenced formal parameterStephan Bergmann1-1/+1
2020-12-15add a way to correctly position a weld::Menu given a vcl::WindowCaolán McNamara1-0/+16
2020-12-15popup_at_rect needs to work like ShowNativePopupMenu for toplevel frameCaolán McNamara1-4/+21
2020-12-15graphic: Rework swapping algorithm to take GfxLink into accountTomaž Vajngerl5-450/+918
2020-12-14Silence warning C4189: local variable is initialized but not referencedStephan Bergmann1-0/+2
2020-12-14Reuse pInstStephan Bergmann1-1/+1
2020-12-14ofz#28630 Fuzzing build failureCaolán McNamara1-1/+2
2020-12-14Bin a few unused forward declarationsTor Lillqvist2-6/+0
2020-12-14add a way to undo ImplConvertToAbsPosCaolán McNamara2-2/+46
2020-12-14Fix and clean up SalAbort implementations on macOS and WindowsStephan Bergmann3-32/+23
2020-12-14Revert unneeded isEmpty check in Edit::GetTextJan-Marek Glogowski1-6/+1