summaryrefslogtreecommitdiff
path: root/vcl/unx
AgeCommit message (Expand)Author
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
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