summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk3/gtkinst.cxx
AgeCommit message (Expand)Author
2021-10-10gtk[3|4] use set_buildable_id and get_buildable_idCaolán McNamara
2021-10-08sort buttons using id instead of HelpIdCaolán McNamara
2021-10-07fix "gtk_bin_remove: assertion 'priv->child == child' failed" warningCaolán McNamara
2021-10-06Related: tdf#141633 similiarly support match spinbutton font sizeCaolán McNamara
2021-10-06tdf#141633 use css instead of pango attribs for font sizeCaolán McNamara
2021-10-04Related: tdf#141633 similiarly support match combo/listbox font sizesCaolán McNamara
2021-09-30tdf#141633 multiple line entry font size/zoom not taking effectCaolán McNamara
2021-09-30Related: tdf#141633 support setting a custom font for TextViewCaolán McNamara
2021-09-28gives names to all the Idles and TasksNoel Grandin
2021-09-28tdf#144139 don't crash when OutputDevice is a printerCaolán McNamara
2021-09-27gtk4: get full screen opengl transitions non-crashingCaolán McNamara
2021-09-23Related: tdf#142704 ReadStringHook may not be set in testing configurationsCaolán McNamara
2021-09-22Resolves: tdf#142704 %PRODUCTNAME shown in gtk3 extended tipsCaolán McNamara
2021-09-17gtk4: fill context menusCaolán McNamara
2021-09-17Fix gtk4 build ('--enable-werror')Michael Weghorn
2021-09-17gtk4: get menus attached to menubuttons after load time workingCaolán McNamara
2021-09-17gtk4: listen to "toggled" so callbacks see get_menu_item_active of trueCaolán McNamara
2021-09-16gtk4: use gtk_menu_button_set_child when available to fill in iconCaolán McNamara
2021-09-16gtk4: 4.6.0 will have gtk_menu_button_set_childCaolán McNamara
2021-09-16gtk4: adjust to GtkMenuButton changes in 4.6 onwardsCaolán McNamara
2021-09-16find_menu_button only needed for gtk3Caolán McNamara
2021-09-15gtk4: remove text-button css property on setting a child image widgetCaolán McNamara
2021-09-15gtk4: allow combobox text width to shrink smaller than natural requestCaolán McNamara
2021-09-15loplugin:constvarsNoel Grandin
2021-09-13tdf#142415 mouse events not propogated to table control event handlersCaolán McNamara
2021-09-10gtk4: complete child_grab_focus for gtk4Caolán McNamara
2021-09-08fix copy paste in assertion message (vcl/gtk3/gtkinst)Julien Nabet
2021-09-06clang-tidy:readability-redundant-member-initNoel Grandin
2021-09-04tdf#144289 invert / disable default OpenGL supportJan-Marek Glogowski
2021-09-01use a dummy clipboard when running unit testsNoel Grandin
2021-09-01tdf#138519 use gtk_adjustment_set_value instead of gtk_spin_button_set_valueCaolán McNamara
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-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-10gtk4: remove training wheelsCaolán McNamara
2021-08-06drop intermediate vcl::Window from Application::GetDefDialogParentCaolán McNamara
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-09gtk4: adjust restoring focus to GtkEntry part of GtkComboBox on menu popdownCaolán McNamara
2021-07-07gtk4: GtkMenuButton might have no GtkPopoverMenuCaolán McNamara
2021-07-07gtk4: implement Menu::get_n_children for gtk4Caolán McNamara