summaryrefslogtreecommitdiff
path: root/vcl/unx
AgeCommit message (Expand)AuthorFilesLines
2024-01-19tdf#159254 import paper bin/paper source from rtf/docx filesOliver Specht1-0/+5
2024-01-19cid#1545244 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-01-15Add missing g_free in salnativewidgets-gtk + reorder ones in cpdmgr (vcl)Julien Nabet2-2/+4
2024-01-15Replace deprecated "gdk_cursor_unref" by "g_object_unref"Julien Nabet1-1/+1
2024-01-15Fix location of an g_object_unref in vcl/glomenuJulien Nabet1-1/+1
2024-01-13Add missing g_object_unref (vcl/gtksalmenu)Julien Nabet1-1/+5
2024-01-13Add missing g_bytes_unref in GtkSalMenu::AddMenuBarButtonJulien Nabet1-0/+1
2024-01-13Add missing g_object_thaw_notify before an early return (vcl/gtkinst)Julien Nabet1-0/+3
2024-01-13Add missing gdk_event_free (vcl/gtkinst)Julien Nabet1-0/+16
2024-01-13Add missing g_list_free in GtkInstanceComboBox ctrJulien Nabet1-0/+1
2024-01-13Add missing gtk_tree_path_free (vcl/gtkinst)Julien Nabet1-0/+2
2024-01-05report what font is missing when terminating testCaolán McNamara1-0/+2
2023-12-30move IsFuzzing to comphelperCaolán McNamara1-1/+1
2023-12-22gtk4 a11y: Fix build for Gtk < 4.9Michael Weghorn2-0/+8
2023-12-20gtk4 a11y: Take SELECTABLE/EXPANDABLE states into accountMichael Weghorn1-5/+15
2023-12-20comment re GTK 2.34 should be 3.24Caolán McNamara1-2/+2
2023-12-20gtk4 a11y: Remember LoAccessible for XAccessibleMichael Weghorn6-18/+102
2023-12-20gtk4 a11y: Silence loplugin:unreffun a different wayMichael Weghorn2-2/+16
2023-12-19tdf#123864 gtk3 a11y: Consider states when mapping BUTTON_DROPDOWNMichael Weghorn3-6/+10
2023-12-19cid#1557601 COPY_INSTEAD_OF_MOVECaolán McNamara2-4/+3
2023-12-19gtk4 a11y: Map COMMENT role to new gtk equivalentMichael Weghorn1-0/+5
2023-12-19gtk3 a11y: Drop dead debug codeMichael Weghorn1-129/+0
2023-12-19gtk4 a11y: Add initial event handlingMichael Weghorn3-0/+110
2023-12-10cid#1546281 COPY_INSTEAD_OF_MOVECaolán McNamara1-2/+1
2023-12-07simplify and modernise ScopedBitmapAccessNoel Grandin1-4/+2
2023-12-07tdf#157432 Expert config: Allow filtering by changed valuesSamuel Mehrbrodt1-2/+16
2023-12-06tdf#148986 Support XF86Forward / XF86Back key eventsGabor Kelemen2-0/+16
2023-12-04cid#1546275 Using invalid iteratorJulien Nabet1-0/+1
2023-12-03cid#1546503 Using invalid iteratorCaolán McNamara1-6/+18
2023-12-02AlphaMask::ReleaseAccess is unnecessaryNoel Grandin1-1/+1
2023-11-29Extended loplugin:ostr: vclStephan Bergmann3-3/+3
2023-11-24enable using medium/full font hinting even with subpixel positioningFrank Steiner1-1/+2
2023-11-20c++20: use std::erase(_if) instead of std::remove(_if)+erase (vcl)Julien Nabet3-4/+4
2023-11-20vcl gtk3 : no need to use ClearableMutexGuard instead of GuardArnaud VERSINI1-4/+4
2023-11-19Extended loplugin:ostr: vclStephan Bergmann5-36/+36
2023-11-17gtk4 a11y: Map BLOCK_QUOTE role to new gtk equivalentMichael Weghorn1-1/+7
2023-11-16tdf#146386 deprecate, remove usage of Inet::Settings::ooInetFTPProxyNameMichael Stahl2-6/+4
2023-11-15tdf#158030 gtk4 a11y Map {col,row}indextext obj attributesMichael Weghorn1-2/+12
2023-11-14tdf#123864 gtk4 a11y: Handle CHECKABLE/CHECKED state independent of roleMichael Weghorn1-3/+6
2023-11-14gtk4 a11y: Set accessible name and descriptionMichael Weghorn1-15/+6
2023-11-14tdf#123864 a11y: Add new AccessibleStateType::CHECKABLEMichael Weghorn1-0/+1
2023-11-10Fix errors gtk4Julien Nabet1-5/+6
2023-11-09gtk4 a11y: Handle the "level" object attributeMichael Weghorn1-0/+47
2023-11-09gtk4 a11y: Extract state handling to helper functionMichael Weghorn1-53/+69
2023-11-08loplugin:fieldcast in CUPSManagerNoel Grandin1-6/+6
2023-11-07loplugin:fieldcast in vclNoel Grandin2-18/+18
2023-11-07loplugin:unnecessaryparenStephan Bergmann1-1/+1
2023-11-07gtk4 a11y: Map states to corresponding GtkAccessibleStateMichael Weghorn1-1/+34
2023-11-07gtk4 a11y: Map states to corresponding gtk a11y propertiesMichael Weghorn1-1/+25
2023-11-07gtk4 a11y: Map PASSWORD_TEXT role to gtk text box roleMichael Weghorn1-0/+1