summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)Author
2020-12-21drop GTK_STOCK_* label usesCaolán McNamara
2020-12-21ditch direct gtk_alignment_new creationCaolán McNamara
2020-12-21Replace more deprecated gtk_hbox_new/gtk_vbox_new with gtk_box_newCaolán McNamara
2020-12-21disable some more tests for non-default-dpiNoel Grandin
2020-12-21vcl: refactor - new local function shiftScanlineColors()Chris Sherlock
2020-12-20Replace deprecated gtk_hbox_new/gtk_vbox_new with gtk_box_newJulien Nabet
2020-12-20GtkAlignment is a GtkContainer so the GTK_IS_CONTAINER branch is sufficientCaolán McNamara
2020-12-20drop never completed GtkSalPrinterCaolán McNamara
2020-12-20tdf#139063 crash when add a new sheet to a RTL sheetCaolán McNamara
2020-12-20No longer need to worry about ambiguous operator== in loplugin:stringviewparamStephan Bergmann
2020-12-19don't mention VclBuilder in the dialog tests docsCaolán McNamara
2020-12-19make *String(string_view) constructors explicitNoel Grandin
2020-12-19vcl: refactor - new local function getColor()Chris Sherlock
2020-12-19vcl: remove duplicate pScanlineRead assignmentChris Sherlock
2020-12-19vcl: refactor - new local function shiftColor()Chris Sherlock
2020-12-19vcl: move variables in Dither() closer to where they are usedChris Sherlock
2020-12-19vcl: move Floyd-Steinberg constants and defines to own local headerChris Sherlock
2020-12-19vcl: move GAMMA define to bitmap.hxxChris Sherlock
2020-12-19vcl: remove bRet variable from Bitmap::Dither()Chris Sherlock
2020-12-19vcl: add unit test for certain sizes of bitmaps to be ditheredChris Sherlock
2020-12-18add a return to EditView::Command to indicate if the command was consumedCaolán McNamara
2020-12-18fix incorrect array access after a removed enum (tdf#138973)Luboš Luňák
2020-12-18Bin unnecessary forward declarationTor Lillqvist
2020-12-18lok: check if the tree list box model has changedHenry Castro
2020-12-18lok: add "ondemand" property to dump the TreeView propertyHenry Castro
2020-12-18lok: jsdialog: fix possible nullptr dereferenceHenry Castro
2020-12-18lok: jsbuilder: avoid sending early id to client sideHenry Castro
2020-12-18lok: use JSDialog Builder to create a Macro Selector DialogHenry Castro
2020-12-18lok: jsbuilder: fix disable dialog tunnelingHenry Castro
2020-12-18vcl: move nShift closer into scope where it is usedChris Sherlock
2020-12-18pdfium: add PDFiumPage::hasLinks() wrapperMiklos Vajna
2020-12-18throw exception in SvStream when reading past end of fileNoel
2020-12-17add Menu::get_sensitiveCaolán McNamara
2020-12-16Scheduler assert mbInScheduler stateJan-Marek Glogowski
2020-12-16Fix typosAndrea Gelmini
2020-12-16WIN don't notify clipboard change with SolarMutexJan-Marek Glogowski
2020-12-16tdf#138950: vcl_jpeg_read_write: Add unittestXisco Fauli
2020-12-16tdf#138661 don't emit value-changed when not changed by userCaolán McNamara
2020-12-16tdf#138950 allow up to one short read to not trigger cancelling importCaolán McNamara
2020-12-16pdfium: rework to eliminate FPDF_PATHSEGMENT from the public interfaceMiklos Vajna
2020-12-15DrawGradient variant only called by FileDefinitionWidgetDrawCaolán McNamara
2020-12-15tdf#138936 gradient missing under RTL from writer comment marginsCaolán McNamara
2020-12-15use GetParentWithLOKNotifier to get the frame LOKNotifier to reuse for menusCaolán McNamara
2020-12-15add set_id/get_id to Menus like WindowsCaolán McNamara
2020-12-15use locale specific decimal separator in GtkComboBoxText replacement tooCaolán McNamara
2020-12-15tdf#138932 don't replace . with , for gtk password GtkEntries tooCaolán McNamara
2020-12-15split out get_focus_window for reuseCaolán McNamara
2020-12-15do not free SkiaSalBitmap buffer if a read access points to itLuboš Luňák
2020-12-15tdf#138932: don't modify KEY_DECIMAL for password boxMike Kaganski
2020-12-15don't need to include vcl/menu.hxx hereCaolán McNamara