summaryrefslogtreecommitdiff
path: root/vcl/unx
AgeCommit message (Expand)Author
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
2020-03-25make sure only VCL-Skia or VCL-OpenGL is enabled (tdf#131543)Luboš Luňák
2020-03-25Remove unused using declarations in oox...xmlsecurityGabor Kelemen
2020-03-23GtkInstanceTreeView: Expand to path before setting cursorJim Raykowski
2020-03-22Fix typoAndrea Gelmini
2020-03-21add get_modifier_state to toolbar for what modifiers are heldCaolán McNamara
2020-03-21scroll GtkTreeView to a position after clear+fill without flickeringCaolán McNamara
2020-03-18fix --disable-cairo-canvas buildLuboš Luňák
2020-03-18implement text rendering using directly Skia (X11)Luboš Luňák
2020-03-18move most font handling out of CairoTextRenderLuboš Luňák
2020-03-16Fix typoAndrea Gelmini
2020-03-16Revert "loplugin:constfields in vcl"Noel Grandin
2020-03-13compare using GtkTreePath instead of GtkTreeIterCaolán McNamara
2020-03-13skip on-demand entries on iter_next/iter_previousCaolán McNamara
2020-03-12rework Skia setupLuboš Luňák
2020-03-11m_sHelpRoot in weld::Builder is unusedNoel Grandin
2020-03-11mysterious greyed out native toggle buttons when in foregroundCaolán McNamara
2020-03-10writer navigator requires ability of per-row extra indentCaolán McNamara
2020-03-09add capability to remove a menu itemCaolán McNamara
2020-03-09improve loplugin:unusedfieldsNoel Grandin
2020-03-08tdf#131223 let return deactive active popupCaolán McNamara
2020-03-08tdf#131210: avoid infinite loop in 'Date acceptance patterns'Julien Nabet
2020-03-06tdf#125532: White text on default/action buttons and selected tabs on macOSThorsten Wagner
2020-03-06don't set labels/icon if the toolitem isn't a buttonCaolán McNamara
2020-03-06add iter_previousCaolán McNamara