summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk3/gtk3gtkinst.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2020-10-27Resolves: tdf#137620 add DeleteSurroundingText at vcl::Window levelCaolán McNamara1-1/+1
2020-10-25Related: tdf#137620 factor out working IMDeleteSurrounding hunkCaolán McNamara1-45/+3
2020-10-23call gtk_im_context_focus_in only if its widget has focusCaolán McNamara1-1/+5
2020-10-22fix welded editengine delete-surroundingCaolán McNamara1-2/+23
2020-10-22for DisallowCycleFocusOut forward unused keyevents to InterimItemWindowCaolán McNamara1-14/+29
2020-10-22add some SolarMutexGuards for IMECaolán McNamara1-0/+10
2020-10-22make mnemonic-activate do the right thing for a MenuToggleButtonCaolán McNamara1-0/+8
2020-10-21don't trigger resize if size didn't changeCaolán McNamara1-0/+6
2020-10-20add MenuToggleButton for split toggle/menu buttonCaolán McNamara1-20/+300
2020-10-19use tools::Long in vclNoel1-1/+1
2020-10-16support set_font for weld::ButtonCaolán McNamara1-79/+128
2020-10-14send ComboBox "changed" on autocomplete suggestionCaolán McNamara1-7/+13
2020-10-14Related: tdf#137250 need signal-changed for ComboBoxText tooCaolán McNamara1-1/+1
2020-10-14ImageTree::getImageStream may sub a req for a .png with svg dataCaolán McNamara1-9/+11
2020-10-14better fix for tdf#136455 without destroying widgets we don't truly ownCaolán McNamara1-18/+7
2020-10-13with a DND_ACTION_NONE drag action and zero target-formats disable dragCaolán McNamara1-2/+8
2020-10-07raise min version of gtk to 3.20.0Caolán McNamara1-84/+24
2020-10-07support pan-down-symbolic/pan-up-symbolic as SPIN_DOWN/SPIN_UPCaolán McNamara1-12/+15
2020-10-06move set_user_managed_scrolling to an initial weld argumentCaolán McNamara1-4/+6
2020-10-06loplugin:const& make some params and methods constNoel1-10/+10
2020-10-06drop ownership argumentCaolán McNamara1-74/+73
2020-10-06avoid calling gtk_widget_add_events when not neededCaolán McNamara1-2/+4
2020-10-05tdf#137250 fire changed on typeahead in combobox without menu activeCaolán McNamara1-9/+12
2020-10-02tdf#134566 gtk IM support for custom widgetsCaolán McNamara1-5/+256
2020-09-30tdf#134566 accept input engine commands in editview in custom widgetCaolán McNamara1-0/+5
2020-09-21add some more thaw/freeze usesCaolán McNamara1-6/+26
2020-09-20tdf#136559 We can get a performance boost from using a ListStoreCaolán McNamara1-171/+279
2020-09-18Related: tdf#136559 set multiple columns in model at the same timeCaolán McNamara1-32/+32
2020-09-10pango_attr_list_filter returns the removed attributesCaolán McNamara1-18/+12
2020-09-10support attempting to set a foreground color for labels and textviewsCaolán McNamara1-4/+39
2020-09-08tdf#134477 add VclMessageType::Other to indicate image-less generic InfoBoxCaolán McNamara1-0/+3
2020-09-07Related: tdf#136455 use insert_vector for bulk insertCaolán McNamara1-2/+13
2020-09-07tdf#136455 unused ComboBox menu listening to GtkListStore and slowing insertsCaolán McNamara1-0/+17
2020-09-03set small button provider at screen instead of at each widgetCaolán McNamara1-30/+0
2020-09-02support attempting to set a background color for widgetsCaolán McNamara1-11/+15
2020-09-02drop unused weld_windowCaolán McNamara1-6/+0
2020-09-02drop some unused methodsCaolán McNamara1-5/+0
2020-08-28Resolves: tdf#136161 select all on grab-focus for GtkComboBox-alike widgetCaolán McNamara1-1/+1
2020-08-27add a DisableCycleFocusOut flag for an all-welded hierarchyCaolán McNamara1-1/+13
2020-08-26make get_extents_relative_to constCaolán McNamara1-4/+4
2020-08-25-Werror=maybe-uninitializedNoel Grandin1-2/+2
2020-08-25Related: tdf#135965 don't install accel group on adapterCaolán McNamara1-5/+9
2020-08-25Related: tdf#135965 return true to show event was handledCaolán McNamara1-6/+8
2020-08-24tdf#136067 left align GtkMenuButtons contentsCaolán McNamara1-1/+1
2020-08-23g_object_set_data to unset is unnecessary and unhelpfulCaolán McNamara1-7/+1