File: ChangeLog

package info (click to toggle)
spread-sheet-widget 0.10-4.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,280 kB
  • sloc: ansic: 6,491; sh: 4,479; makefile: 81
file content (747 lines) | stat: -rw-r--r-- 17,286 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
2023-10-14 John Darrington <john@cellform.com>

        Bump release number to 0.10


2023-10-14 John Darrington <john@cellform.com>

        Update obsolete macro in configure.ac


2023-10-14 John Darrington <john@cellform.com>

        Correctly draw selection when in RTL locales


2023-10-14 John Darrington <john@cellform.com>

        Arrange for make dist to be reproducible


2023-06-03 John Darrington <john@cellform.com>

        Bump release number to 0.9


2023-02-25 John Darrington <jdarrington@eudewenb585.domdetech.org>

        Use a fallback algorithm if scrolling to a row/column fails


2021-03-14 John Darrington <john@darrington.wattle.id.au>

        Version 0.8 for w32 builds


2020-10-10 John Darrington <john@darrington.wattle.id.au>

        Change version number to 0.7


2020-10-04 John Darrington <john@darrington.wattle.id.au>

        Remove file cl-t


2020-10-04 John Darrington <john@darrington.wattle.id.au>

        Update AUTHORS


2020-09-06 John Darrington <john@darrington.wattle.id.au>

        xpaned: Add missing realize / unrealize calls


2020-09-06 John Darrington <john@darrington.wattle.id.au>

        Improve axis


2020-09-06 John Darrington <john@darrington.wattle.id.au>

        Add calls to gtk_widget_has_set_window as appropriate


2020-09-06 John Darrington <john@darrington.wattle.id.au>

        Avoid problem if size allocating when not realised


2020-08-23 John Darrington <john@darrington.wattle.id.au>

        Fix a few compiler warnings


2020-08-16 John Darrington <john@darrington.wattle.id.au>

        Added library dependencies for GTK and GLIB.


2020-07-26 John Darrington <john@darrington.wattle.id.au>

        Change version number to 0.6


2020-07-19 John Darrington <john@darrington.wattle.id.au>

        Avoid compiler warning about signedness


2020-07-19 John Darrington <john@darrington.wattle.id.au>

        Add some comments and some ssw_ prefixes


2020-07-18 John Darrington <john@darrington.wattle.id.au>

        Don't set input-hints for Gtk+ versions which don't have it


2020-07-18 John Darrington <john@darrington.wattle.id.au>

        Update version number to 0.5


2020-07-12 John Darrington <john@darrington.wattle.id.au>

        Append copyright and licence notice at end of ChangeLog


2020-07-12 Friedrich Beckmann <friedrich.beckmann@gmx.de>

        update editable when forward conversion function is changed


2020-07-12 John Darrington <john@darrington.wattle.id.au>

        New property: selection


2020-07-12 John Darrington <john@darrington.wattle.id.au>

        Whitespace change


2020-07-12 Friedrich Beckmann <friedrich.beckmann@gmx.de>

        redraw when data is changed


2020-07-12 John Darrington <john@darrington.wattle.id.au>

        Fix broken interaction between visibility and split property


2020-07-12 John Darrington <john@darrington.wattle.id.au>

        Fix broken "editable" property


2020-07-12 John Darrington <john@darrington.wattle.id.au>

        Install src/ssw-virtual-mode.h


2020-07-11 Friedrich Beckmann <friedrich.beckmann@gmx.de>

        fix copy/paste/cut if an editable is focused - #57274


2020-07-11 John Darrington <john@darrington.wattle.id.au>

        Clip source: Do not print final newline


2020-07-11 John Darrington <john@darrington.wattle.id.au>

        Change some g_prints to g_warnings


2020-07-05 John Darrington <john@darrington.wattle.id.au>

        Enter the editable's data when a button is pressed


2020-07-05 John Darrington <john@darrington.wattle.id.au>

        Don't show the "Insert Emoji" menuitem in the entry's popup menu.


2020-06-28 John Darrington <john@darrington.wattle.id.au>

        SheetSingle: Use g_set_object to assign the adjustments


2020-06-28 John Darrington <john@darrington.wattle.id.au>

        SheetAxis: Don't unref adjustment if it is NULL


2020-06-28 John Darrington <john@darrington.wattle.id.au>

        SswXpaned: Don't ref the window.


2020-06-28 John Darrington <john@darrington.wattle.id.au>

        Change confusing identifier


2020-06-28 John Darrington <john@darrington.wattle.id.au>

        Use g_set_object instead of explicit ref, assign, unref


2020-06-28 John Darrington <john@darrington.wattle.id.au>

        SheetBody: Use g_value_dup_object instead of g_value_get_object + g_object_ref


2020-06-28 John Darrington <john@darrington.wattle.id.au>

        Whitespace changes only: Replace Tabs with spaces


2020-06-21 John Darrington <john@darrington.wattle.id.au>

        SswSheetAxis: Take a reference to the adjustment


2020-06-14 John Darrington <john@darrington.wattle.id.au>

        Bump release number to 0.4


2020-05-31 John Darrington <john@darrington.wattle.id.au>

        Add push/pop functions for cursor


2020-05-31 John Darrington <john@darrington.wattle.id.au>

        DOC: alphanumerical --> alpha-numerical


2020-05-31 John Darrington <john@darrington.wattle.id.au>

        Update copyright notice


2020-05-31 John Darrington <john@darrington.wattle.id.au>

        Add licence and copyright notices for build files


2020-06-01 Friedrich Beckmann <friedrich.beckmann@gmx.de>

        change key-press-event generation to avoid warnings


2020-06-01 Friedrich Beckmann <friedrich.beckmann@gmx.de>

        remove force_update callback to prevent stall (#55357)


2020-05-10 Friedrich Beckmann <friedrich.beckmann@gmx.de>

        ssw-sheet-axis.c: add check to out-of-sight processing (bug #55357)


2019-05-01 John Darrington <john@darrington.wattle.id.au>

        spreadsheet-widget.pc: Use the correct replacement marker


2019-04-28 John Darrington <john@darrington.wattle.id.au>

        estimated_widget_size: Change return type to double.


2019-04-28 John Darrington <john@darrington.wattle.id.au>

        New function: axis_debug


2019-02-19 John Darrington <john@darrington.wattle.id.au>

        Generate spread-sheet-widget.pc in the standard way


2018-10-29 John Darrington <john@darrington.wattle.id.au>

        Install the pc file without executable permission


2018-10-29 John Darrington <john@darrington.wattle.id.au>

        Punctuation


2018-10-14 John Darrington <john@darrington.wattle.id.au>

        README: Add information on version number, installation and copying


2018-07-07 John Darrington <john@darrington.wattle.id.au>

        Allow Bootstrap to work on MacOS.


2018-07-07 John Darrington <john@darrington.wattle.id.au>

        Fix bug where when there was no active cell, the place where it would have been was blanked.


2018-07-07 John Darrington <john@darrington.wattle.id.au>

        Whitespace changes only


2017-10-11 John Darrington <john@darrington.wattle.id.au>

        Update NEWS


2017-10-09 John Darrington <john@darrington.wattle.id.au>

        Fix crash when pasting from primary


2017-10-05 John Darrington <john@darrington.wattle.id.au>

        SswXpaned: Remove unused code


2017-10-05 John Darrington <john@darrington.wattle.id.au>

        Bump version number


2017-10-05 John Darrington <john@darrington.wattle.id.au>

        Relax Gtk+ requirement to 3.18


2017-09-27 John Darrington <john@darrington.wattle.id.au>

        Makefile.am: Use old fashioned pattern rule to keep automake quiet


2017-09-26 John Darrington <john@darrington.wattle.id.au>

        Makefile.am


2017-09-26 John Darrington <john@darrington.wattle.id.au>

        Fix bug where the editing widget would get displaced if it was not in the visible range.


2017-09-24 John Darrington <john@darrington.wattle.id.au>

        Emit a "resize-item" signal on the axis model when an item is dragged.


2017-09-24 John Darrington <john@darrington.wattle.id.au>

        Use AC_PROG_CC_STDC instead of AC_PROG_CC


2017-09-23 John Darrington <john@darrington.wattle.id.au>

        Makefile.am: Correct broken documentation build.


2017-09-23 John Darrington <john@darrington.wattle.id.au>

        Fix brokenness when a focus out event occurs in the middle of editing


2017-09-22 John Darrington <john@darrington.wattle.id.au>

        SswSheet: Avoid resize callbacks getting called on inappropriate models


2017-09-22 John Darrington <john@darrington.wattle.id.au>

        Restart editing the entire row/column is selected


2017-09-21 John Darrington <john@darrington.wattle.id.au>

        Fix bug where data would be pasted from wrong cell range.


2017-09-21 John Darrington <john@darrington.wattle.id.au>

        ssw-html-parser.c: New file - implement pasting from html


2017-09-20 John Darrington <john@darrington.wattle.id.au>

         SswSheetBody (draw_selection): Fix yet more issues with the selection rendering


2017-09-20 John Darrington <john@darrington.wattle.id.au>

        clipit_utf8: separate data with tab instead of vertical bar


2017-09-19 John Darrington <john@darrington.wattle.id.au>

        SswSheetBody (draw_selection): Fix further bugs relating to display of selection.


2017-09-18 John Darrington <john@darrington.wattle.id.au>

        SswSheetBody (draw_selection): Fix bug where the selection disappeared when it was only partially visible.


2017-09-18 John Darrington <john@darrington.wattle.id.au>

        Avoid warnings which a sheet is destroyed but its model still alive.


2017-09-18 John Darrington <john@darrington.wattle.id.au>

        LDADD flags: Mention the higher level libraries first.


2017-09-16 John Darrington <john@darrington.wattle.id.au>

        SswSheet: New properties: "vertical-draggable" and "horizontal-draggable"


2017-09-16 John Darrington <john@darrington.wattle.id.au>

        SswSheetAxis: New property: "draggable"


2017-09-16 John Darrington <john@darrington.wattle.id.au>

        Remove diagnostic code


2017-09-16 John Darrington <john@darrington.wattle.id.au>

        Change dependency of Gtk+ to 3.20.0


2017-09-16 John Darrington <john@darrington.wattle.id.au>

        Do not use the -D flag for install.


2017-09-16 John Darrington <john@darrington.wattle.id.au>

        Avoid compiler warning


2017-09-16 John Darrington <john@darrington.wattle.id.au>

        Bump version number to 0.2


2017-09-14 John Darrington <john@darrington.wattle.id.au>

        Add dummy "value-changed" callback


2017-09-14 John Darrington <john@darrington.wattle.id.au>

        Set the default "editable" property to FALSE


2017-09-14 John Darrington <john@darrington.wattle.id.au>

        Update file headers


2017-09-13 John Darrington <john@darrington.wattle.id.au>

        CustomAxisModel: Make it a subclass of SswAxisModel


2017-09-13 John Darrington <john@darrington.wattle.id.au>

        Only set the size property on models which have it


2017-09-12 John Darrington <john@darrington.wattle.id.au>

        Fix cut and paste errors


2017-09-12 John Darrington <john@darrington.wattle.id.au>

        SswSingleSheet.c: Set the label of the global button to the empty string


2017-09-12 John Darrington <john@darrington.wattle.id.au>

        Documentation: Add a description about adding a model to the sheet


2017-09-12 John Darrington <john@darrington.wattle.id.au>

        Avoid some GtkCriticals


2017-09-11 John Darrington <john@darrington.wattle.id.au>

        Set default horizontal and vertical axes


2017-09-11 John Darrington <john@darrington.wattle.id.au>

        Start writing the manual.


2017-09-11 John Darrington <john@darrington.wattle.id.au>

        SswAxisModel: New properties: "post-button-create-func and post-button-create-func-data"


2017-09-07 John Darrington <john@darrington.wattle.id.au>

        bootstrap: Avoid failure when no ChangeLog file exists


2017-09-07 John Darrington <john@darrington.wattle.id.au>

        Whitespace changes only


2017-09-06 John Darrington <john@darrington.wattle.id.au>

        Fix typo in comment


2017-09-06 John Darrington <john@darrington.wattle.id.au>

        SheetBody (key_press_event) return FALSE on unhandled key.


2017-09-05 John Darrington <john@darrington.wattle.id.au>

        Set the vmodel and hmodel sizes from the data model


2017-09-05 John Darrington <john@darrington.wattle.id.au>

        Update the editor widget when the sheet value has changed


2017-09-05 John Darrington <john@darrington.wattle.id.au>

        Update TODO


2017-09-03 John Darrington <john@darrington.wattle.id.au>

        New module: CustomAxis.


2017-09-02 John Darrington <john@darrington.wattle.id.au>

        Bump version number


2017-09-02 John Darrington <john@darrington.wattle.id.au>

        ssw-datum: Remove this object


2017-09-01 John Darrington <john@darrington.wattle.id.au>

        Move datum_create_func to ssw-datum.c


2017-09-01 John Darrington <john@darrington.wattle.id.au>

        New function: datum_create_func


2017-09-01 John Darrington <john@darrington.wattle.id.au>

        cell_fill_func: Remove parameter old_widget


2017-06-24 John Darrington <john@darrington.wattle.id.au>

        Selected Cell Indicator: Use a dotted line when the widget is unfocused


2017-06-23 John Darrington <john@darrington.wattle.id.au>

        Redraw the sheet body when the forward conversion function changes


2017-06-21 John Darrington <john@darrington.wattle.id.au>

        Makefile.am: Add dist-hook to generate ChangeLog


2017-06-21 John Darrington <john@darrington.wattle.id.au>

        Fix bug where the active cell would jump 2 cells back when editing a new line


2017-06-21 John Darrington <john@darrington.wattle.id.au>

        Adjust formatting of README


2017-06-17 John Darrington <john@darrington.wattle.id.au>

        Remove 'foreign' option from configure.ac


2017-06-17 John Darrington <john@darrington.wattle.id.au>

        Add AUTHORS and README


2017-06-14 John Darrington <john@darrington.wattle.id.au>

        Correct include path in .pc file


2017-06-06 John Darrington <john@darrington.wattle.id.au>

        Fix crash when resizing a column when no cell is selected


2017-06-06 John Darrington <john@darrington.wattle.id.au>

        Allow drawing of selected cell in the new row


2017-06-06 John Darrington <john@darrington.wattle.id.au>

        Fix bug where rendering damage occured when resizing a row/column


2017-06-06 John Darrington <john@darrington.wattle.id.au>

        Virtual model: Properly set the number of rows when the data model changes.


2017-06-06 John Darrington <john@darrington.wattle.id.au>

        Avoid criticals when destroying widget


2017-06-04 John Darrington <john@darrington.wattle.id.au>

        SswSheetBody: Fix memory leak


2017-06-04 John Darrington <john@darrington.wattle.id.au>

        Set the state flags properly when retrieving backgroud colour.


2017-06-04 John Darrington <john@darrington.wattle.id.au>

        Rename "grid" -> "splitter"


2017-06-04 John Darrington <john@darrington.wattle.id.au>

        SswXpaned: Correct calculation of get_prefered_height/width


2017-06-03 John Darrington <john@darrington.wattle.id.au>

        Reduce scope of variable in draw callback


2017-06-03 John Darrington <john@darrington.wattle.id.au>

        Do not unnecessarily allocate style objects in draw callback


2017-06-03 John Darrington <john@darrington.wattle.id.au>

        Avoid emitting signals after the widget has been destroyed.


2017-05-31 John Darrington <john@darrington.wattle.id.au>

        Canonicalise name


2017-05-31 John Darrington <john@darrington.wattle.id.au>

        Reorder and limit scope


2017-05-31 John Darrington <john@darrington.wattle.id.au>

        SswXpaned: Deal properly with right-to-left locales


2017-05-30 John Darrington <john@darrington.wattle.id.au>

        Fix some memory leaks


2017-05-30 John Darrington <john@darrington.wattle.id.au>

        New object: SswXPaned to provide the split screen functionality.


2017-05-30 John Darrington <john@darrington.wattle.id.au>

        bootstrap: Call autoheader to create config.h.in


2017-05-28 John Darrington <john@darrington.wattle.id.au>

        Move header files out of public reach


2017-05-28 John Darrington <john@darrington.wattle.id.au>

        Makefile.am: demo_demo_LDADD: use libspread-sheet-widget.la instead of -lspread-sheet-widget


2017-05-27 John Darrington <john@darrington.wattle.id.au>

        Remove config.h from list of include_HEADERS


2017-05-27 John Darrington <john@darrington.wattle.id.au>

        Create libdir if it doesn't already exist


2017-05-27 John Darrington <john@darrington.wattle.id.au>

        Do not install the demo program


2017-05-26 John Darrington <jmd@gnu.org>

        First commit of spread-sheet-widget.



A widget to display and manipulate tabular data
Copyright (C) 2019, 2020  John Darrington

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.