summaryrefslogtreecommitdiff
path: root/vcl/unx
AgeCommit message (Expand)Author
2020-09-21add some more thaw/freeze usesCaolán McNamara
2020-09-20tdf#136559 We can get a performance boost from using a ListStoreCaolán McNamara
2020-09-18Related: tdf#136559 set multiple columns in model at the same timeCaolán McNamara
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann
2020-09-15VCL register common functions in PhysicalFontFaceJan-Marek Glogowski
2020-09-12Fix typoAndrea Gelmini
2020-09-10tdf#136512 listen to style-updated on pEventWidget instead of toplevel...Caolán McNamara
2020-09-10pango_attr_list_filter returns the removed attributesCaolán McNamara
2020-09-10support attempting to set a foreground color for labels and textviewsCaolán McNamara
2020-09-09improve loplugin:unusedvarsglobalNoel Grandin
2020-09-08tdf#134477 add VclMessageType::Other to indicate image-less generic InfoBoxCaolán McNamara
2020-09-08tdf#136545 use pre-existing cairo_surfaceCaolán McNamara
2020-09-07Related: tdf#136455 use insert_vector for bulk insertCaolán McNamara
2020-09-07tdf#136455 unused ComboBox menu listening to GtkListStore and slowing insertsCaolán McNamara
2020-09-05rhbz#1875377 if sort order is equivalent keep order fontconfig presentsCaolán McNamara
2020-09-03set small button provider at screen instead of at each widgetCaolán McNamara
2020-09-02support attempting to set a background color for widgetsCaolán McNamara
2020-09-02drop unused weld_windowCaolán McNamara
2020-09-02drop some unused methodsCaolán McNamara
2020-08-29Fix typo in codeAndrea Gelmini
2020-08-28Resolves: tdf#136161 select all on grab-focus for GtkComboBox-alike widgetCaolán McNamara
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-08-27add a DisableCycleFocusOut flag for an all-welded hierarchyCaolán McNamara
2020-08-26make get_extents_relative_to constCaolán McNamara
2020-08-25-Werror=maybe-uninitializedNoel Grandin
2020-08-25Related: tdf#135965 don't install accel group on adapterCaolán McNamara
2020-08-25tdf#136094 Handle background color in drawNativeControlMichael Weghorn
2020-08-25Related: tdf#135965 return true to show event was handledCaolán McNamara
2020-08-25Resolves: tdf#135965 distinguish between press and releaseCaolán McNamara
2020-08-25Derive ActiveColor as a brighter HighlightColorCaolán McNamara
2020-08-24tdf#136067 left align GtkMenuButtons contentsCaolán McNamara
2020-08-24avoid gtk_widget_event assertion !WIDGET_REALIZED_FOR_EVENTCaolán McNamara
2020-08-23tdf#135779 move focus back to usual parent before grabbing pointerCaolán McNamara
2020-08-23g_object_set_data to unset is unnecessary and unhelpfulCaolán McNamara
2020-08-21tdf#135965 let F1 in gtk widgets embedded in a GtkSalFrame call helpCaolán McNamara
2020-08-19add a Title label type for base's title windowsCaolán McNamara
2020-08-19make a LabelType enum distinct from MessageTypeCaolán McNamara
2020-08-19don't assert on dumping screenshot under XCaolán McNamara
2020-08-19use switch statementCaolán McNamara
2020-08-19support the background color used by base's title windowsCaolán McNamara
2020-08-17Related: tdf#135743 position combobox dropdowns correctly for RTLCaolán McNamara
2020-08-17tdf#135743 only overwrite our geometry with the valid entriesCaolán McNamara
2020-08-17tdf#135743 ignore size-allocations triggered by an embedded SalObjectCaolán McNamara
2020-08-15Refactor vcl::TrueTypeFont class member accessJan-Marek Glogowski
2020-08-14loplugin:simplifybool moreNoel Grandin
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