summaryrefslogtreecommitdiff
path: root/vcl/unx
AgeCommit message (Expand)Author
2020-08-13loplugin:stringstatic also look for local staticsNoel Grandin
2020-08-12tdf#135640 ensure parent rows are expanded on scolling to make a row visibleCaolán McNamara
2020-08-11unset CustomCellRenderer instances in dtorCaolán McNamara
2020-08-11tdf#135567 for async case need an alternative check for dialog in executionCaolán McNamara
2020-08-07Fix typosAndrea Gelmini
2020-08-05loplugin:indentation (--disable-assert-always-abort)Stephan Bergmann
2020-08-04loplugin:flatten in vcl/unxNoel Grandin
2020-08-02Make gtk's get_sort_order return the same as the vcl's oneMaxim Monastirsky
2020-08-02tdf#135368 change the mnemonic to point to our combobox replacementCaolán McNamara
2020-07-31transfer any expander or expander toggles when using custom renderersCaolán McNamara
2020-07-31if the default renderer was editable, make the custom one editable tooCaolán McNamara
2020-07-31tdf#135317 avoid reenterenceCaolán McNamara
2020-07-31add queue_draw to force redraw with custom renderingCaolán McNamara
2020-07-29ignore invalid dates like the vcl Calendar doesCaolán McNamara
2020-07-27detect small-button class and minimize padding and size in that caseCaolán McNamara
2020-07-27A GtkButton is already sufficient to get mouse eventsCaolán McNamara
2020-07-26rename ensureEventWidget to ensureMouseEventWidgetCaolán McNamara
2020-07-25move getUIRootDir to AllSettingsCaolán McNamara
2020-07-25inline some use-once constantsNoel Grandin
2020-07-24block mouse down on GtkTextView getting to toplevel parentCaolán McNamara
2020-07-22avoid intermediate bitmap causing blurringCaolán McNamara
2020-07-22add get/set overwrite modeCaolán McNamara
2020-07-20set fill to true for label widget of GtkMenuButtonCaolán McNamara
2020-07-19reset m_pFormatter in dtorCaolán McNamara
2020-07-15replace TimeSpinButton with FormattedSpinButtonCaolán McNamara
2020-07-15need to set the formatter as early as possibleCaolán McNamara
2020-07-15support IsEmptyFieldEnabled like vcl::FormattedFieldCaolán McNamara
2020-07-14Resolves: tdf#134786 use std::numeric_limits::lowestCaolán McNamara
2020-07-13tdf#134646 Remove "nearest paper matching" featureSamuel Mehrbrodt
2020-07-12m_pEntry may be nullCaolán McNamara
2020-07-12Fix typoAndrea Gelmini
2020-07-12weld CheckBoxControlCaolán McNamara
2020-07-11use accessible description before querying helpCaolán McNamara
2020-07-10disable animations during widget render to surfaceCaolán McNamara
2020-07-10prefer 8bit bitmap masks to 1bpp masksLuboš Luňák
2020-07-10GtkTextView not auto-scrolling to insertion point on losing selectionCaolán McNamara
2020-07-08Fix typoAndrea Gelmini
2020-07-08query if the cursor can be moved up or downCaolán McNamara
2020-07-08improve weld::Widget::draw rendering a widgetCaolán McNamara
2020-07-08distinguish between dialog screenshoting and rendering a widgetCaolán McNamara
2020-07-08use gdk_wayland_window_set_application_id when it becomes availableCaolán McNamara
2020-07-06limit exposure of methods exposed for LibreOfficeKit purposes to just thatCaolán McNamara
2020-07-06add alignment to TextViewCaolán McNamara
2020-07-06add set_max_length to TextViewCaolán McNamara
2020-07-06add get_editable and clipboard interaction to TextViewCaolán McNamara
2020-07-05adjust FormattedSpinButton to be driven by an EntryFormatterCaolán McNamara
2020-07-04tdf#134479 allow disable font preview to work on existing font comboboxesCaolán McNamara
2020-07-03notebookbar: remember LOKWindowId in interim buildersSzymon Kłos
2020-07-03gtk3: receive mouse events on drawing areaSzymon Kłos
2020-07-02add ability to set Entry font colorCaolán McNamara