summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk3/gtk3gtkinst.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-08-21tdf#135965 let F1 in gtk widgets embedded in a GtkSalFrame call helpCaolán McNamara1-1/+65
2020-08-19add a Title label type for base's title windowsCaolán McNamara1-7/+50
2020-08-19make a LabelType enum distinct from MessageTypeCaolán McNamara1-4/+4
2020-08-19don't assert on dumping screenshot under XCaolán McNamara1-6/+0
2020-08-19use switch statementCaolán McNamara1-12/+24
2020-08-19support the background color used by base's title windowsCaolán McNamara1-0/+6
2020-08-17Related: tdf#135743 position combobox dropdowns correctly for RTLCaolán McNamara1-25/+29
2020-08-12tdf#135640 ensure parent rows are expanded on scolling to make a row visibleCaolán McNamara1-0/+2
2020-08-11unset CustomCellRenderer instances in dtorCaolán McNamara1-6/+29
2020-08-11tdf#135567 for async case need an alternative check for dialog in executionCaolán McNamara1-1/+4
2020-08-04loplugin:flatten in vcl/unxNoel Grandin1-111/+111
2020-08-02Make gtk's get_sort_order return the same as the vcl's oneMaxim Monastirsky1-2/+3
2020-08-02tdf#135368 change the mnemonic to point to our combobox replacementCaolán McNamara1-0/+28
2020-07-31transfer any expander or expander toggles when using custom renderersCaolán McNamara1-1/+40
2020-07-31if the default renderer was editable, make the custom one editable tooCaolán McNamara1-2/+30
2020-07-31tdf#135317 avoid reenterenceCaolán McNamara1-0/+7
2020-07-31add queue_draw to force redraw with custom renderingCaolán McNamara1-0/+5
2020-07-29ignore invalid dates like the vcl Calendar doesCaolán McNamara1-0/+3
2020-07-27detect small-button class and minimize padding and size in that caseCaolán McNamara1-0/+29
2020-07-27A GtkButton is already sufficient to get mouse eventsCaolán McNamara1-1/+8
2020-07-26rename ensureEventWidget to ensureMouseEventWidgetCaolán McNamara1-4/+4
2020-07-25move getUIRootDir to AllSettingsCaolán McNamara1-1/+1
2020-07-24block mouse down on GtkTextView getting to toplevel parentCaolán McNamara1-1/+13
2020-07-22avoid intermediate bitmap causing blurringCaolán McNamara1-0/+2
2020-07-22add get/set overwrite modeCaolán McNamara1-0/+10
2020-07-20set fill to true for label widget of GtkMenuButtonCaolán McNamara1-1/+1
2020-07-19reset m_pFormatter in dtorCaolán McNamara1-0/+3
2020-07-15replace TimeSpinButton with FormattedSpinButtonCaolán McNamara1-6/+0
2020-07-15need to set the formatter as early as possibleCaolán McNamara1-19/+30
2020-07-15support IsEmptyFieldEnabled like vcl::FormattedFieldCaolán McNamara1-2/+29
2020-07-14Resolves: tdf#134786 use std::numeric_limits::lowestCaolán McNamara1-2/+2
2020-07-12m_pEntry may be nullCaolán McNamara1-1/+3
2020-07-12Fix typoAndrea Gelmini1-1/+1
2020-07-12weld CheckBoxControlCaolán McNamara1-1/+1
2020-07-11use accessible description before querying helpCaolán McNamara1-11/+11
2020-07-10disable animations during widget render to surfaceCaolán McNamara1-1/+11
2020-07-10GtkTextView not auto-scrolling to insertion point on losing selectionCaolán McNamara1-2/+28
2020-07-08Fix typoAndrea Gelmini1-1/+1
2020-07-08query if the cursor can be moved up or downCaolán McNamara1-0/+18
2020-07-08improve weld::Widget::draw rendering a widgetCaolán McNamara1-5/+6
2020-07-08distinguish between dialog screenshoting and rendering a widgetCaolán McNamara1-12/+28
2020-07-06limit exposure of methods exposed for LibreOfficeKit purposes to just thatCaolán McNamara1-2/+4
2020-07-06add alignment to TextViewCaolán McNamara1-0/+18
2020-07-06add set_max_length to TextViewCaolán McNamara1-22/+46
2020-07-06add get_editable and clipboard interaction to TextViewCaolán McNamara1-0/+29
2020-07-05adjust FormattedSpinButton to be driven by an EntryFormatterCaolán McNamara1-116/+57
2020-07-04tdf#134479 allow disable font preview to work on existing font comboboxesCaolán McNamara1-11/+25
2020-07-03notebookbar: remember LOKWindowId in interim buildersSzymon Kłos1-1/+1
2020-07-03gtk3: receive mouse events on drawing areaSzymon Kłos1-0/+12
2020-07-02add ability to set Entry font colorCaolán McNamara1-0/+20