summaryrefslogtreecommitdiff
path: root/vcl/unx
AgeCommit message (Expand)Author
2020-05-10new loplugin:simplifypointertoboolNoel Grandin
2020-05-09GDK_KEY_Return or GDK_KEY_KP_EnterCaolán McNamara
2020-05-08true is sensitive not insensitiveCaolán McNamara
2020-05-08Resolves: tdf#132477 use "cancel" on GdkDragContextCaolán McNamara
2020-05-07tdf#118418 implement scrollSubstringTo() for gtkColomban Wendling
2020-05-05fix line width in DrawPolyLine() with matrix (tdf#132498)Luboš Luňák
2020-05-04remove old Skia text render methods that do not use Skia directlyLuboš Luňák
2020-05-02Related: tdf#132477 use GDK_KEY_Escape to cancel dndCaolán McNamara
2020-05-02Fix typoAndrea Gelmini
2020-05-01transfer halign and valign alsoCaolán McNamara
2020-05-01tdf#132540 and tdf#132338 align popover replacement with complete toolitemCaolán McNamara
2020-05-01Related: tdf#132540 keep placeholder popover on same side as menuCaolán McNamara
2020-04-30Fix typosAndrea Gelmini
2020-04-29remove the padding around the dropdown button of GtkMenuToolButtonsCaolán McNamara
2020-04-29weld SfxTemplatePanelControlCaolán McNamara
2020-04-28add a get_drop_index for dnd interaction with toolbarsCaolán McNamara
2020-04-25ignore mrucount if the entry was not foundCaolán McNamara
2020-04-24weld StylesPropertyPanelCaolán McNamara
2020-04-23Removed duplicated includeAndrea Gelmini
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen
2020-04-21weld FontNameBoxCaolán McNamara
2020-04-20allow bare GtkToolItems in the mapCaolán McNamara
2020-04-20cid#1462315 Division or modulo by zeroCaolán McNamara
2020-04-20tdf#130924 [vcl] replace `*printf`s with `SAL_*` logging macros.Yukio Siraichi
2020-04-17loplugin:buriedassign in vclNoel Grandin
2020-04-17turn off hover selection until mouse is movedCaolán McNamara
2020-04-16hover selection start off in the wrong place in long listsCaolán McNamara
2020-04-16don't allow tooltips from parent to appear while popup menu is activeCaolán McNamara
2020-04-16tdf#131120 use a replacement for GtkComboBoxCaolán McNamara
2020-04-16fix compile: missing semi-colon in < gtk 3.22 blockJustin Luth
2020-04-15GdkAnchorHints isn't available < gtk 3.22Caolán McNamara
2020-04-15tdf#126828 skip "on-demand" entriesCaolán McNamara
2020-04-15Related tdf#130778: New About dialogHeiko Tietze
2020-04-15add an IsEmpty method to tools::Size and use itNoel Grandin
2020-04-14remove flicker on first position of X11 popover replacementCaolán McNamara
2020-04-14use gdk_window_move_to_rect if available at runtimeCaolán McNamara
2020-04-14factor out do_grab and do_ungrabCaolán McNamara
2020-04-14improve reparenting to keep size-group and size-requestCaolán McNamara
2020-04-10fix tree view cursor leakCaolán McNamara
2020-04-09split out insertParent codeCaolán McNamara
2020-04-09don't animate the placeholder popoverCaolán McNamara
2020-04-08add get_entry_font to match set_entry_fontCaolán McNamara
2020-04-07allow setting combobox fontCaolán McNamara
2020-04-06unset dest dnd row highlight after dropCaolán McNamara
2020-04-05Related: tdf#131873 focus-on-click in data browserCaolán McNamara
2020-04-04add ability to have custom renderer treeview rowsCaolán McNamara
2020-03-31add iter_next_visible to skip unexpanded entriesCaolán McNamara
2020-03-27no need to special case 0Caolán McNamara
2020-03-27add text alignment support to treeview entriesCaolán McNamara
2020-03-26Extend loplugin:cstylecast to certain function-style castsStephan Bergmann