summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk3/gtk3gtkinst.cxx
AgeCommit message (Expand)AuthorFilesLines
2022-07-05lok: vcl: introduce set_cursor_data methodHenry Castro1-0/+2
2021-09-30tdf#142415 mouse events not propogated to table control event handlersCaolán McNamara1-0/+7
2021-09-07tdf#138519 use gtk_adjustment_set_value instead of gtk_spin_button_set_valueCaolán McNamara1-1/+4
2021-08-16undo blocking emitting focus events during grab_focusCaolán McNamara1-8/+8
2021-08-16move async focus-in/focus-out workaround to known client that needs itCaolán McNamara1-47/+6
2021-07-11Related: tdf#143088 listen to DefaultWindow for Settings changedCaolán McNamara1-6/+6
2021-06-18add Menu::get_sensitiveCaolán McNamara1-0/+10
2021-05-25enable grabbing focus to an unspecified container childCaolán McNamara1-4/+30
2021-05-25add access to DumpAsPropertyTree for sidebar::DeckCaolán McNamara1-0/+5
2021-05-25add a callback for when a container gains or loses focusCaolán McNamara1-0/+32
2021-05-25use GetPopupParent for editeng transient dialogsCaolán McNamara1-16/+17
2021-05-25move queue_resize to baseclassCaolán McNamara1-5/+5
2021-05-25replace stock button imagesCaolán McNamara1-2/+8
2021-05-25rename get_vscroll_width to get_scroll_thicknessCaolán McNamara1-5/+10
2021-05-25weld impress annotation windowCaolán McNamara1-3/+3
2021-05-25allow using css::graphic::XGraphic to set menu imageCaolán McNamara1-0/+9
2021-05-25add something to override scrollbar colorsCaolán McNamara1-0/+43
2021-05-21tdf#142370 a null response callback should be acceptableCaolán McNamara1-1/+2
2021-05-06Related: tdf#141857 send style-updated after app settings are updatedCaolán McNamara1-9/+15
2021-04-22Extend ToolBarManager to build weld::ToolbarSzymon Kłos1-1/+13
2021-04-22drop intermediate vcl container for these welded floating toplevelsCaolán McNamara1-4/+102
2021-04-22add a way to undo ImplConvertToAbsPosCaolán McNamara1-0/+1
2021-04-21setting vertical when horizontal wantedCaolán McNamara1-1/+1
2021-04-10tdf#139429 Convert Style previews widget to IconViewSzymon Kłos1-0/+13
2021-04-08Fontwork dialog: use iconviewSzymon Kłos1-0/+28
2021-03-31fix the endif placement for GTK_CHECK_VERSIONCaolán McNamara1-2/+1
2021-01-17tdf#137695 shrink widget height below natural min within data browserCaolán McNamara1-0/+4
2020-12-22left/top variable names don't match propertyCaolán McNamara1-2/+2
2020-12-21Fix reversed values for gtk_container_child_set (vcl/gtk3)Julien Nabet1-2/+2
2020-12-16tdf#138661 don't emit value-changed when not changed by userCaolán McNamara1-0/+12
2020-12-09tdf#138778 add has_child_focus which considers a related popup a 'child'Caolán McNamara1-0/+33
2020-11-26keep toolitem ids uniqueCaolán McNamara1-1/+12
2020-11-23tdf#137662 ignore focus in dropdown if dropdown is hiddenCaolán McNamara1-3/+11
2020-11-20If we grab focus to a GtkToolbar then focus a GtkToolbarItem childCaolán McNamara1-0/+26
2020-11-20GtkWindow case is similar to GtkPopover caseCaolán McNamara1-1/+1
2020-11-19Update ident<->toolitem mapping in set_item_identCaolán McNamara1-0/+4
2020-11-17tdf#138183 sync pending clipboard assign on clipboard ownership-changeCaolán McNamara1-0/+13
2020-11-16check TopLevelMenuHelper for existenceCaolán McNamara1-1/+2
2020-11-15add Menu::get_idCaolán McNamara1-0/+10
2020-11-13add set_accessible_descriptionCaolán McNamara1-0/+8
2020-11-13tdf#138047 wait until map to disable the parent SalFrame tab-cyclingCaolán McNamara1-16/+44
2020-11-11support getting Expander's labelCaolán McNamara1-0/+5
2020-11-11support changing Expander's labelCaolán McNamara1-0/+5
2020-11-10sync the vcl expander default with the gtk one to !m_bResizeTopLevelCaolán McNamara1-16/+19
2020-11-10GtkExpander, like GtkCalendar needs to not let click through to vclCaolán McNamara1-0/+11
2020-11-09Resolves: tdf#137786 allow 'toggling' GtkToolButtonsCaolán McNamara1-8/+6
2020-11-06Resolves: tdf#137181 set the clipboard asynchronouslyCaolán McNamara1-1/+18
2020-11-05gtk3: Allow restoring saved window position (if not on Wayland)Michael Weghorn1-6/+17
2020-11-05Related: tdf#137181 factor out the piece that triggers the problemCaolán McNamara1-5/+12
2020-11-03loplugin:unusedfieldsNoel1-2/+1