summaryrefslogtreecommitdiff
path: root/vcl/unx
AgeCommit message (Expand)Author
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
2020-03-06document a bit about treeview selections and freeze/thawCaolán McNamara
2020-03-06failure seen as setting length of -1 and returning nullCaolán McNamara
2020-03-06tdf#124848 partial refactor hairline logicArmin Le Grand
2020-03-04scroll to the row when putting the cursor in itCaolán McNamara
2020-03-04add iter_previous_siblingCaolán McNamara
2020-03-04Fix typoAndrea Gelmini
2020-03-04leave focus where it came from for GtkMenuToolButtonsCaolán McNamara
2020-03-04tdf#131076 allow 'return' in GtkComboBox to activate default widgetCaolán McNamara
2020-03-04allow control over treeview scroll positionCaolán McNamara
2020-03-03deem placeholders entries currently expanding as logically still placeholdersCaolán McNamara
2020-03-03add a collapsing row hookCaolán McNamara
2020-03-02Qt5 unify font attribute conversionsJan-Marek Glogowski
2020-03-02tdf#131031 Gtk3 presume the resize did happenJan-Marek Glogowski
2020-03-02gtk3 a11y: fix get_text(1,-1)Samuel Thibault
2020-02-28weld calc navigatorCaolán McNamara
2020-02-28use COL_AUTO to let set_font_color reset to automatic text colorCaolán McNamara
2020-02-26tdf#130845 sidebar widget visible when sidebar collapsedCaolán McNamara
2020-02-26get the real last row, not the last toplevel rowCaolán McNamara
2020-02-26only call enter/leave page when not changing programaticallyCaolán McNamara
2020-02-26leave "skipped" events available to gtk parent handlerCaolán McNamara
2020-02-25cancelling drag from drag-begin doesn't work, call it asyncCaolán McNamara
2020-02-24workaround GCC 9.2.1 -Og -Werror=maybe-uninitializedMichael Stahl