summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk3
AgeCommit message (Expand)Author
2021-08-23gtk4: fix buildCaolán McNamara
2021-08-22don't store vcl::Font with unique_ptrNoel Grandin
2021-08-18loplugin:constparamsNoel Grandin
2021-08-18gtk3: fix warning about GtkBin already containing a widgetCaolán McNamara
2021-08-16Rename setX/setY to SetPosX/SetPosY, to align with SetPosMike Kaganski
2021-08-16Drop tools::Rectangle::getX/getY, which are just duplicates of Left/TopMike Kaganski
2021-08-11gtk4: fill menu MenuToggleButton menuCaolán McNamara
2021-08-11gtk4: get startcenter MenuToggleButton menu appearingCaolán McNamara
2021-08-11gtk4: get startcenter MenuToggleButton workingCaolán McNamara
2021-08-11gtk: use explicit GtkBox instead of generic GtkContainerCaolán McNamara
2021-08-11gtk4: use monitor size for workareaCaolán McNamara
2021-08-10gtk4: remove training wheelsCaolán McNamara
2021-08-06drop intermediate vcl::Window from Application::GetDefDialogParentCaolán McNamara
2021-08-05vcl::KeyCode::GetName doesn't need a specific vcl::WindowCaolán McNamara
2021-08-03Pass context and resource string down to boost::locale separatelyNoel Grandin
2021-08-02convert #defines to OUStringLiteralNoel Grandin
2021-07-22tdf#95394 - ui fill dialog from (bitmap -> image)haru-02
2021-07-18Related: tdf#143357 restore focus to MenuButton when popover pops downCaolán McNamara
2021-07-14gtk4: add SolarMutexGuard on entering vcl from gtkCaolán McNamara
2021-07-09gtk4: use m_bPopupActive rather than repeatedly call toggle_button_get_activeCaolán McNamara
2021-07-09gtk[3|4] rename toggle_menu -> menu_toggledCaolán McNamara
2021-07-09gtk4: disregard insert-text signal if it happens while the popup is shownCaolán McNamara
2021-07-09use GTK_PHASE_TARGET instead of GTK_PHASE_BUBBLECaolán McNamara
2021-07-09gtk4: use the FixedContainer overlay for mouse events after allCaolán McNamara
2021-07-09gtk4: adjust restoring focus to GtkEntry part of GtkComboBox on menu popdownCaolán McNamara
2021-07-09gtk4: use gtk_widget_get_preferred_size instead of gtk_widget_size_requestCaolán McNamara
2021-07-07gtk4: GtkMenuButton might have no GtkPopoverMenuCaolán McNamara
2021-07-07gtk4: implement Menu::get_n_children for gtk4Caolán McNamara
2021-07-07gtk4: implement MenuHelper::clear_items for gtk4Caolán McNamara
2021-07-07gtk4: silence warningsCaolán McNamara
2021-07-07gtk4: add get_item_id to MenuHelperCaolán McNamara
2021-07-07gtk4: move more GMenuModel/GtkPopoverMenu handling into MenuHelperCaolán McNamara
2021-07-07gtk[3|4] give signal_item_activate an ident instead of a GtkMenuItem*Caolán McNamara
2021-07-07gtk[3|4] rename signal_activate to signal_item_activateCaolán McNamara
2021-07-07gtk4: move new GMenuModel/GtkPopoverMenu handling into MenuHelperCaolán McNamara
2021-07-07remove [g|s]et_item_help_id for menubutton menu itemsCaolán McNamara
2021-07-07gtk4: implement get_item_label for GMenuModelCaolán McNamara
2021-07-07gtk4: implement set_item_label for GMenuModelCaolán McNamara
2021-07-07gtk4: rework remove_id to extract a standalone find_idCaolán McNamara
2021-07-07gtk4: use state-flags-changed for toolbar GtkMenuButton togglingCaolán McNamara
2021-07-07pMenuButton check against null inside pMenuButton check against nullCaolán McNamara
2021-07-06gtk4: adapt small-button for replacement of GtkToolbar by GtkBoxCaolán McNamara
2021-07-06gtk4: add some more working dialogsCaolán McNamara
2021-07-06gtk4: update GtkSalObjectWidgetClip with new scrolling controllerCaolán McNamara
2021-07-06gtk[3|4]: remove some unnecessary ifdefsCaolán McNamara
2021-07-06gtk4: get toolbar item clicking workingCaolán McNamara
2021-07-06gtk4: implement filling in GtkButton icon-name from vcl themeCaolán McNamara
2021-07-06gtk4: get enough of toolbar working to get spelling dialog to appearCaolán McNamara
2021-07-02vcl: drop GenericUnixSalDataTypeJan-Marek Glogowski
2021-07-02gtk4: reenable some more working dialogsCaolán McNamara