summaryrefslogtreecommitdiff
path: root/vcl/unx
AgeCommit message (Expand)AuthorFilesLines
2021-06-02gtk3: workaround missing gdk_threads_enter calls in external codeCaolán McNamara1-1/+15
2021-06-01flatten function a littleCaolán McNamara1-8/+8
2021-06-01gtk4: don't abuse gtk_widget_unparent to remove from containerCaolán McNamara1-5/+8
2021-06-01gtk4: GtkButtonBox homogeneous isn't the same as GtkBox homogeneousCaolán McNamara1-0/+7
2021-06-01gtk4: try gtk_window_get_default_size as replacementCaolán McNamara1-3/+3
2021-06-01gtk4: use gtk_window_is_active for has_toplevel_focusCaolán McNamara1-3/+3
2021-06-01drop unused Widget::set_secondaryCaolán McNamara1-11/+0
2021-06-01gtk4: adapt to gtk_icon_theme_lookup_icon changesCaolán McNamara1-3/+37
2021-06-01gtk4: restore pixbufs to TreeViewCaolán McNamara1-1/+1
2021-06-01gtk4: reenable a cluster of macro organizer dialogsCaolán McNamara1-0/+5
2021-06-01gtk4: enter/leave signals are on the event controller, not the widgetCaolán McNamara1-2/+2
2021-06-01gtk4: reenable a cluster of xml filter settings dialogsCaolán McNamara1-0/+5
2021-06-01gtk4: restore ComboBox row_separator_funcCaolán McNamara1-5/+3
2021-06-01gtk4: restore focus handlers for ComboBox EntryCaolán McNamara1-12/+32
2021-06-01gtk4: reenable sort_native_button_orderCaolán McNamara1-15/+26
2021-06-01gtk4: remove some unnecessary ifdefsCaolán McNamara1-4/+0
2021-05-31gtk4: reenable Box reorder_childCaolán McNamara1-10/+19
2021-05-31gtk4: reenable event dialog that now works againCaolán McNamara1-0/+3
2021-05-31gtk4: we definitely want large icons where we were using GTK_ICON_SIZE_DIALOGCaolán McNamara1-0/+17
2021-05-31no need for always-show-image if there is just an image and no textCaolán McNamara1-0/+6
2021-05-31gtk4: gdk_clipboard_is_local can replace our hack for thatCaolán McNamara1-16/+19
2021-05-31gtk4: enable cut and paste into other applicationsCaolán McNamara1-24/+240
2021-05-30gtk4: inch towards providing clipboard contentCaolán McNamara1-13/+53
2021-05-29gtk[3|4] make LocalizeDecimalSeparator take just a keyval as argCaolán McNamara1-10/+7
2021-05-29gtk4: get GtkComboBox menu keyhandler with Entry case workingCaolán McNamara1-15/+38
2021-05-29std::unique_ptr->std::optionalNoel Grandin1-13/+13
2021-05-29gtk4: reeable some more newly working dialogsCaolán McNamara1-1/+6
2021-05-28gtk4: restore 'return' in combobox to active default dialog/assistant buttonCaolán McNamara1-6/+2
2021-05-28gtk4: restore typeahead in ComboBox dropdown widgetCaolán McNamara1-53/+60
2021-05-28gtk4: restore typeahead in ComboBox widgetCaolán McNamara1-38/+39
2021-05-28gtk4: renable autocorrect options dialog and pagesCaolán McNamara1-1/+7
2021-05-28gtk4: insert propagate-natural-width on seeing hscrollbar-policy of neverCaolán McNamara1-1/+30
2021-05-28gtk4: remove 'homogeneous' on conversion to GtkHeaderBarCaolán McNamara1-2/+15
2021-05-28gtk4: add working titlepage dialogCaolán McNamara1-0/+1
2021-05-28gtk4: remove some unused ifdefsCaolán McNamara1-4/+0
2021-05-28gtk4: collect GtkCheckButtons explicitlyCaolán McNamara1-0/+48
2021-05-28gtk4: restore double-clicks in DrawingAreaCaolán McNamara1-6/+6
2021-05-28gtk4: reenable DrawingArea mouse clicksCaolán McNamara1-12/+121
2021-05-28gtk4: restore combobox set_activeCaolán McNamara1-9/+1
2021-05-28gtk4: 'events' property is redundant nowCaolán McNamara1-0/+4
2021-05-28gtk4: default converted GtkComboBoxText to can-focusCaolán McNamara1-8/+14
2021-05-28gtk4: reenable ComboBoxCaolán McNamara1-10/+1732
2021-05-28gtk4: reenable some already working dialogsCaolán McNamara1-0/+2
2021-05-28no need to allocate these on the heapNoel Grandin1-46/+23
2021-05-27no need to allocate PrintFont separatelyNoel Grandin2-125/+120
2021-05-27gtk4: reenable EntryTreeViewCaolán McNamara1-11/+23
2021-05-27gtk4: continue to provide Paintable via cairo surfaceCaolán McNamara1-29/+96
2021-05-27gtk4: old GtkImage can be new GtkImage or GtkPictureCaolán McNamara1-13/+78
2021-05-27gtk4: reenable menubuttonCaolán McNamara1-9/+111
2021-05-27no need to allocate this on the heapNoel Grandin1-3/+3