Page MenuHomeSolus

Update spread-sheet-widget to 0.6
ClosedPublic

Authored by aleksvor on Sep 4 2020, 3:57 PM.
Tags
None
Referenced Files
F10812087: D9580.id.diff
May 31 2023, 5:00 AM
F10799811: D9580.id23128.diff
May 28 2023, 4:23 PM
F10799423: D9580.id23091.diff
May 28 2023, 2:50 PM
F10798647: D9580.diff
May 28 2023, 10:15 AM
F10720251: D9580.id.diff
May 5 2023, 7:21 PM
Subscribers

Details

Summary

Summarized changelog:

  • New function: axis_debug.
  • estimated_widget_size: Change return type to double.
  • ssw-sheet-axis.c: add check to out-of-sight processing.
  • remove force_update callback to prevent stall.
  • change key-press-event generation to avoid warnings.
  • Add push/pop functions for cursor.
  • SswSheetAxis: Take a reference to the adjustment.
  • SheetBody: Use g_value_dup_object instead of g_value_get_object + g_object_ref.
  • Use g_set_object instead of explicit ref, assign, unref.
  • SswXpaned: Don't ref the window.
  • SheetAxis: Don't unref adjustment if it is NULL.
  • SheetSingle: Use g_set_object to assign the adjustments.
  • Don't show the "Insert Emoji" menuitem in the entry's popup menu.
  • Enter the editable's data when a button is pressed.
  • Fix broken "editable" property.
  • Fix broken interaction between visibility and split property.
  • redraw when data is changed.
  • Avoid compiler warning about signedness.
Test Plan

Built PSPP 1.4.0 against this version.

Diff Detail

Repository
R4822 spread-sheet-widget
Lint
Lint Not Applicable
Unit
Tests Not Applicable