summaryrefslogtreecommitdiff
path: root/vcl/unx
AgeCommit message (Expand)Author
2020-10-16fix some *printf which are using "%l" ie. long specifiersNoel
2020-10-14send ComboBox "changed" on autocomplete suggestionCaolán McNamara
2020-10-14Related: tdf#137250 need signal-changed for ComboBoxText tooCaolán McNamara
2020-10-14ImageTree::getImageStream may sub a req for a .png with svg dataCaolán McNamara
2020-10-14better fix for tdf#136455 without destroying widgets we don't truly ownCaolán McNamara
2020-10-13with a DND_ACTION_NONE drag action and zero target-formats disable dragCaolán McNamara
2020-10-12similar to tdf#120764 dismiss tooltips on showing popup menuCaolán McNamara
2020-10-07raise min version of gtk to 3.20.0Caolán McNamara
2020-10-07support pan-down-symbolic/pan-up-symbolic as SPIN_DOWN/SPIN_UPCaolán McNamara
2020-10-06move set_user_managed_scrolling to an initial weld argumentCaolán McNamara
2020-10-06loplugin:const& make some params and methods constNoel
2020-10-06drop ownership argumentCaolán McNamara
2020-10-06loplugin:const* make some params and methods constNoel
2020-10-06avoid calling gtk_widget_add_events when not neededCaolán McNamara
2020-10-05tdf#137250 fire changed on typeahead in combobox without menu activeCaolán McNamara
2020-10-05we are guaranteed to have gdk_screen_get_primary_monitor nowCaolán McNamara
2020-10-02tdf#134566 gtk IM support for custom widgetsCaolán McNamara
2020-10-01Related: tdf#134566 split signalIMPreeditChanged to extract a reusable pieceCaolán McNamara
2020-10-01loplugin:reducevarscope in vclNoel
2020-09-30tdf#134566 accept input engine commands in editview in custom widgetCaolán McNamara
2020-09-30Restore the fix for tdf#126830Maxim Monastirsky
2020-09-30make OutputDevice::Flush() also flush SkiaLuboš Luňák
2020-09-29gdk_wayland_window_set_application_id doesn't work when called earlyCaolán McNamara
2020-09-28rename for disentangling AA and B2D use in VCL drawingLuboš Luňák
2020-09-27Remove unused include <list> in vcl/SalGtkFolderPickerJulien Nabet
2020-09-26Avoid -Werror=nonnull with glibc-headers-x86-2.32-1.fc33.noarchStephan Bergmann
2020-09-25draw linear and radial gradients directly with SkiaLuboš Luňák
2020-09-22OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaroundCaolán McNamara
2020-09-21add some more thaw/freeze usesCaolán McNamara
2020-09-20tdf#136559 We can get a performance boost from using a ListStoreCaolán McNamara
2020-09-18Related: tdf#136559 set multiple columns in model at the same timeCaolán McNamara
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann
2020-09-15VCL register common functions in PhysicalFontFaceJan-Marek Glogowski
2020-09-12Fix typoAndrea Gelmini
2020-09-10tdf#136512 listen to style-updated on pEventWidget instead of toplevel...Caolán McNamara
2020-09-10pango_attr_list_filter returns the removed attributesCaolán McNamara
2020-09-10support attempting to set a foreground color for labels and textviewsCaolán McNamara
2020-09-09improve loplugin:unusedvarsglobalNoel Grandin
2020-09-08tdf#134477 add VclMessageType::Other to indicate image-less generic InfoBoxCaolán McNamara
2020-09-08tdf#136545 use pre-existing cairo_surfaceCaolán McNamara
2020-09-07Related: tdf#136455 use insert_vector for bulk insertCaolán McNamara
2020-09-07tdf#136455 unused ComboBox menu listening to GtkListStore and slowing insertsCaolán McNamara
2020-09-05rhbz#1875377 if sort order is equivalent keep order fontconfig presentsCaolán McNamara
2020-09-03set small button provider at screen instead of at each widgetCaolán McNamara
2020-09-02support attempting to set a background color for widgetsCaolán McNamara
2020-09-02drop unused weld_windowCaolán McNamara
2020-09-02drop some unused methodsCaolán McNamara
2020-08-29Fix typo in codeAndrea Gelmini
2020-08-28Resolves: tdf#136161 select all on grab-focus for GtkComboBox-alike widgetCaolán McNamara
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann