summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk4/convert3to4.cxx
AgeCommit message (Expand)Author
2 daysgtk4: Ignore "input-purpose" for GtkSpinButtonMichael Weghorn
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski
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: 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-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-17gtk4: extend workaround for ampersand in paragraph dialog notebook labelsCaolán McNamara
2021-06-17gtk4: no need for ampersand workaround in an empty labelCaolán McNamara
2021-06-16gtk 4.3.2 will have a fix for thisCaolán McNamara
2021-06-16gtk4: use xalign to position replacement boxCaolán McNamara
2021-06-16gtk4: use image-position to position elements within replacement boxCaolán McNamara
2021-06-15gtk4: use GtkPicture for view, user interfaceCaolán McNamara
2021-06-15gtk4: double-encode ampersand if use-underline is usedCaolán McNamara
2021-06-15gtk4: don't convert generated button image-childCaolán McNamara
2021-06-15gtk4: further disambiguation of Image/PictureCaolán McNamara
2021-06-15gtk4: convert all the larger old icon sizes to GTK_ICON_SIZE_LARGECaolán McNamara
2021-06-15gtk4: support image at top in button with vert orientation of child boxCaolán McNamara
2021-06-15gtk4: leave Help button unchanged if its in a GtkMessageDialogCaolán McNamara
2021-06-14gtk4: create separators on menu import by appending a new sectionCaolán McNamara
2021-06-14gtk4: add hidden-when of action-missing to menu itemsCaolán McNamara