summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk4
AgeCommit message (Expand)Author
2023-09-27gtk4 a11y: Map paragraph role to Gtk equivalentMichael Weghorn
2023-05-23Avoid -Werror=unused-function when building against older GTK4Stephan Bergmann
2023-05-18Fix typoAndrea Gelmini
2023-05-17Silence loplugin:external and lopluign:unreffun in (WIP?) a11y.cxx for nowStephan Bergmann
2023-05-17Avoid loplugin:unreffunStephan Bergmann
2023-05-17loplugin:externalStephan Bergmann
2023-05-17loplugin:reservedidStephan Bergmann
2023-05-17loplugin:fakeboolStephan Bergmann
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski
2023-03-31gtk4: get a11y to say hello worldCaolán McNamara
2022-09-14gtk4: use left aligned label for GtkToggleButton with xalignCaolán McNamara
2022-09-13gtk4: move ComboBox "items" to the start to get "active" property workingCaolán McNamara
2022-09-13drop gtk_check_version(4, 3, 2) checks nowCaolán McNamara
2022-08-11gtk4: get submenu hierarchy rightCaolán McNamara
2022-08-03gtk4: tweaks for native gtk4 scrollbars in writerCaolán McNamara
2022-07-30gtk4: convert AtkObject::accessible-role to something elseCaolán McNamara
2022-07-27gtk4: don't use an arrow for the gtk3->gtk4 menusCaolán McNamara
2022-05-05Just use Any ctor instead of makeAny (Linux, sequel)Stephan Bergmann
2022-04-12gtk4: GtkCellRendererPixbuf no longer takes a surfaceCaolán McNamara
2022-04-12gtk4: add a surface_cell_rendererCaolán McNamara
2022-04-12gtk4: cairo_gobject_surface_get_type() needs to be called at least onceCaolán McNamara
2022-03-08replace member-of in .ui a11y relationsCaolán McNamara
2022-03-07gtk4: convert .ui a11y name, desc and labelled-byCaolán McNamara
2022-02-15loplugin:fakeboolStephan Bergmann
2022-01-25gtk4: GtkSpinButton doesn't have has-frame anymoreCaolán McNamara
2022-01-21gtk4: set homogeneous to true to get two equal width buttonsCaolán McNamara
2022-01-21gtk4: GtkPopover::modal has been renamed to autohideCaolán McNamara
2021-12-11Fix typosAndrea Gelmini
2021-11-19gtk4: remove constrain-to propertyCaolán McNamara
2021-11-16avoid using always-show-arrow in gtk4 < 4.4Caolán McNamara
2021-11-08gtk4: implement GtkPaintable::get_flagsCaolán McNamara
2021-10-08sort buttons using id instead of HelpIdCaolán McNamara
2021-09-23gtk4: fix buildCaolán McNamara
2021-09-16gtk4: set always-show-arrow on GtkMenuToolButton replacementsCaolán McNamara
2021-09-16gtk4: set can-shrink to False for GtkPictureCaolán McNamara
2021-09-16gtk4: set newly available always-show-arrow propertyCaolán McNamara
2021-09-10gtk4: default GtkViewport to can-focusCaolán McNamara
2021-08-11gtk4: get startcenter MenuToggleButton workingCaolán McNamara
2021-07-14gtk4: convert GtkSeparatorToolItem to GtkSeparatorCaolán McNamara
2021-07-07gtk4: convert GtkRadioToolButton to GtkCheckButtonCaolán McNamara
2021-07-07gtk4: replace GtkToolItem with GtkBoxCaolán McNamara
2021-07-07gtk4: convert GtkMenuToolButton to GtkMenuButtonCaolán McNamara
2021-07-06gtk4: add some more working dialogsCaolán McNamara
2021-07-06gtk4: convert GtkToggleToolButton to GtkToggleButtonCaolán McNamara
2021-07-06gtk4: add style of class toolbar to GtkBox replacing GtkToolbarCaolán McNamara
2021-07-06gtk4: turn GtkToolButton labels into GtkButton tooltip-textCaolán McNamara
2021-07-06gtk4: get enough of toolbar working to get spelling dialog to appearCaolán McNamara
2021-06-28split out customcellrenderer codeCaolán McNamara
2021-06-25gtk4 dnd into external appsCaolán McNamara
2021-06-25gtk4: split out clipboard_content headerCaolán McNamara