summaryrefslogtreecommitdiff
path: root/vcl/unx
AgeCommit message (Expand)Author
2023-11-29Extended loplugin:ostr: vclStephan Bergmann
2023-11-24enable using medium/full font hinting even with subpixel positioningFrank Steiner
2023-11-20c++20: use std::erase(_if) instead of std::remove(_if)+erase (vcl)Julien Nabet
2023-11-20vcl gtk3 : no need to use ClearableMutexGuard instead of GuardArnaud VERSINI
2023-11-19Extended loplugin:ostr: vclStephan Bergmann
2023-11-17gtk4 a11y: Map BLOCK_QUOTE role to new gtk equivalentMichael Weghorn
2023-11-16tdf#146386 deprecate, remove usage of Inet::Settings::ooInetFTPProxyNameMichael Stahl
2023-11-15tdf#158030 gtk4 a11y Map {col,row}indextext obj attributesMichael Weghorn
2023-11-14tdf#123864 gtk4 a11y: Handle CHECKABLE/CHECKED state independent of roleMichael Weghorn
2023-11-14gtk4 a11y: Set accessible name and descriptionMichael Weghorn
2023-11-14tdf#123864 a11y: Add new AccessibleStateType::CHECKABLEMichael Weghorn
2023-11-10Fix errors gtk4Julien Nabet
2023-11-09gtk4 a11y: Handle the "level" object attributeMichael Weghorn
2023-11-09gtk4 a11y: Extract state handling to helper functionMichael Weghorn
2023-11-08loplugin:fieldcast in CUPSManagerNoel Grandin
2023-11-07loplugin:fieldcast in vclNoel Grandin
2023-11-07loplugin:unnecessaryparenStephan Bergmann
2023-11-07gtk4 a11y: Map states to corresponding GtkAccessibleStateMichael Weghorn
2023-11-07gtk4 a11y: Map states to corresponding gtk a11y propertiesMichael Weghorn
2023-11-07gtk4 a11y: Map PASSWORD_TEXT role to gtk text box roleMichael Weghorn
2023-11-07tdf#135236 gtk3 a11y: Restore AtkObject's focus_eventMichael Weghorn
2023-11-07tdf#152155 vcl: fix gtk popup listbox positions on sidebarLászló Németh
2023-11-02tdf#157939 drop duplicates from the FontConfig SetCaolán McNamara
2023-10-30tdf#157518: vcl: Introduce vcl control LevelBarSarper Akdemir
2023-10-29vcl: no raw pointersThorsten Behrens
2023-10-28tdf#135586 a11y: Add a new BLOCK_QUOTE a11y roleMichael Weghorn
2023-10-28gtk4 a11y: Map more a11y roles to gtk equivalentsMichael Weghorn
2023-10-27gtk4 a11y: Implement GtkAccessibleRange ifaceMichael Weghorn
2023-10-26gtk4 a11y: Map checkbox role to gtk equivalentMichael Weghorn
2023-10-24gtk3 a11y: Take current type into account when setting new valueMichael Weghorn
2023-10-23Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann
2023-10-21Resolves: tdf#157849 gtk_spin_button_update callback can delete widgetCaolán McNamara
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: vclStephan Bergmann
2023-10-18Clean up the remaining uses of OUStringConstExpr, and drop itStephan Bergmann
2023-10-15Repurpose loplugin:stringstatic for O[U]String vars that can be constexprStephan Bergmann
2023-10-14Add NUMBERSIGN key handler.Gökay Şatır
2023-10-10gtk3 a11y: Drop unnecessary check before loopingMichael Weghorn
2023-09-29Drop some newly obsolete __cplusplus version checksStephan Bergmann
2023-09-27gtk4 a11y: Map paragraph role to Gtk equivalentMichael Weghorn
2023-09-26tdf#152675 treat all cairo versions <= 1.17.8 the same (actually)Aron Budea
2023-09-24Drop some newly obsolete __GNUC__ version checksStephan Bergmann
2023-09-23tdf#152675 treat all cairo versions <= 1.17.8 the sameCaolán McNamara
2023-09-23tdf#157168 GtkSpinButton ignores out-of-range value instead of limitingCaolán McNamara
2023-09-10using decls should come after #includeNoel Grandin
2023-08-28assert seen on closing navigator while draggingCaolán McNamara
2023-08-28Related: tdf#144906 unset g_DragSource if drag end callback never calledCaolán McNamara
2023-08-24tdf#140881: Ignore WOFF/WOFF2 fonts with FontConfigKhaled Hosny
2023-08-23tdf#146619 Remove unused includes from vcl/incGabor Kelemen
2023-08-16Resolves: tdf#156751 add "Special Character..." to GtkEntry context menusCaolán McNamara
2023-08-15GTK3 Disabled menu items are not hidden in DontHideDisabledEntry = false modeJulien Nabet