summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk3/gtk3gtkinst.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-05-10rename to remove the gtk3 prefixCaolán McNamara1-17829/+0
2021-05-06add get_clipboard to widgetCaolán McNamara1-0/+7
2021-05-04restore focus to the GtkEntry of GtkComboBoxText on menu popdownCaolán McNamara1-3/+5
2021-05-04Related: tdf#141857 send style-updated after app settings are updatedCaolán McNamara1-9/+15
2021-05-01Related: cid#1478001 CreateVirtualDevice never passed a null pGraphics argCaolán McNamara1-2/+2
2021-04-29allow push/pop multiple levels of freeze/thawCaolán McNamara1-39/+66
2021-04-29remove support for BITMASK in vcl backendsNoel Grandin1-2/+2
2021-04-27Related: tdf#130326 allow bulk_insert_for_each to insert under a nodeCaolán McNamara1-7/+20
2021-04-23we want the a11y screen locationCaolán McNamara1-2/+2
2021-04-23undo blocking emitting focus events during grab_focusCaolán McNamara1-10/+8
2021-04-20drop unused get_hscroll_heightCaolán McNamara1-7/+0
2021-04-20setting vertical when horizontal wantedCaolán McNamara1-1/+1
2021-04-09enable set_busy_cursor to stack up in the gtk version tooCaolán McNamara1-1/+11
2021-04-06Extend ToolBarManager to build weld::ToolbarSzymon Kłos1-1/+13
2021-04-05tdf#141499 trigger container_focus_changed for toplevel window focus eventsCaolán McNamara1-0/+31
2021-03-30fix the endif placement for GTK_CHECK_VERSIONCaolán McNamara1-2/+1
2021-03-22cid#1474236 silence bogus Use after freeCaolán McNamara1-0/+4
2021-03-21cid#1474327 move markup to previous lineCaolán McNamara1-1/+1
2021-03-19cid#1474327 silence Use after freeCaolán McNamara1-0/+1
2021-03-19cid#1474020 silence Use after freeCaolán McNamara1-0/+1
2021-03-19cid#1473912 silence Use after freeCaolán McNamara1-0/+1
2021-03-19cid#1474031 silence Double freeCaolán McNamara1-0/+1
2021-03-16enable grabbing focus to an unspecified container childCaolán McNamara1-4/+30
2021-03-16add access to DumpAsPropertyTree for sidebar::DeckCaolán McNamara1-0/+5
2021-03-13merge the various SetPointFont via DefaultDevice callsCaolán McNamara1-2/+1
2021-03-12Avoid modifying then restoring this const iterator, its copy is trivialCaolán McNamara1-6/+2
2021-03-07move queue_resize to baseclassCaolán McNamara1-5/+5
2021-03-05use container_focus_changed instead of toplevel_focus_changedCaolán McNamara1-31/+0
2021-03-05add a callback for when a container gains or loses focusCaolán McNamara1-0/+32
2021-03-03layout on resize immediatelyCaolán McNamara1-3/+9
2021-03-03vcl/floatwin.hxx can be toolkit only nowCaolán McNamara1-1/+1
2021-03-02Fix typosAndrea Gelmini1-1/+1
2021-02-26drop intermediate vcl container for these welded floating toplevelsCaolán McNamara1-19/+101
2021-02-26dummy clipboard for unit testsNoel Grandin1-0/+13
2021-02-19ignore "fake" keypress in slideshowCaolán McNamara1-0/+2
2021-02-19foward declare NotebookBarAddonsItem instead of using includeCaolán McNamara1-0/+1
2021-02-19detect if menubutton already has an image and reuse itCaolán McNamara1-0/+12
2021-02-19rename get_vscroll_width to get_scroll_thicknessCaolán McNamara1-5/+10
2021-02-18move async focus-in/focus-out workaround to known client that needs itCaolán McNamara1-57/+16
2021-02-18loplugin:referencecasting add check for new rtl::Reference operatorNoel1-7/+4
2021-02-15use GetPopupParent for editeng transient dialogsCaolán McNamara1-16/+17
2021-02-15tdf#140414 add getting mouse pos to EditViewCallbacksCaolán McNamara1-0/+11
2021-02-12weld impress annotation windowCaolán McNamara1-3/+3
2021-02-12when there is label and icon align label to left and don't expand iconCaolán McNamara1-1/+2
2021-02-12allow using css::graphic::XGraphic to set menu imageCaolán McNamara1-0/+9
2021-02-11tdf#139429 Convert Style previews widget to IconViewSzymon Kłos1-0/+13
2021-02-06complete TODO to keep color if font changes and vice versaCaolán McNamara1-26/+29
2021-02-04split rect arg into dest pos and source rectCaolán McNamara1-4/+4
2021-02-01this needs to be 'trough' a long, narrow open container, not throughCaolán McNamara1-2/+3
2021-01-31Fix typosAndrea Gelmini1-2/+2