Skip to content

Commit 0839aaa

Browse files
committed
Convert the FUnicode data structure back to an array to avoid access problems on some architectures
1 parent 763cc9e commit 0839aaa

35 files changed

+115
-110
lines changed

ChangeLog

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
1+
2026-01-20 Markus Gans <[email protected]>
2+
* Convert the FUnicode data structure back to an array to avoid access
3+
problems on some architectures
4+
15
2026-01-18 Markus Gans <[email protected]>
26
* Split the first steps document into several subchapters
37

48
2026-01-03 Markus Gans <[email protected]>
5-
* Replace the FUnicode data structure from an std::array to a flatter struct
9+
* Replace the FUnicode data structure from an std::array to a flatter
10+
struct
611

712
2025-12-31 Markus Gans <[email protected]>
8-
* The "FindFinalCut.cmake" file has been added to simplify the integration
9-
of FINAL CUT into CMake projects
13+
* The "FindFinalCut.cmake" file has been added to simplify the
14+
integration of FINAL CUT into CMake projects
1015
* The unicode_to_utf8 function now returns the fixed-size
1116
struct UTF8_Char instead of an std::string object
1217
* Pointers to strings are used more frequently in string processing

examples/calculator.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* *
44
* This file is part of the FINAL CUT widget toolkit *
55
* *
6-
* Copyright 2016-2025 Markus Gans *
6+
* Copyright 2016-2026 Markus Gans *
77
* *
88
* FINAL CUT is free software; you can redistribute it and/or modify *
99
* it under the terms of the GNU Lesser General Public License as *

examples/transparent.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* *
44
* This file is part of the FINAL CUT widget toolkit *
55
* *
6-
* Copyright 2016-2024 Markus Gans *
6+
* Copyright 2016-2026 Markus Gans *
77
* *
88
* FINAL CUT is free software; you can redistribute it and/or modify *
99
* it under the terms of the GNU Lesser General Public License as *

final/dialog/fdialog.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* *
44
* This file is part of the FINAL CUT widget toolkit *
55
* *
6-
* Copyright 2012-2024 Markus Gans *
6+
* Copyright 2012-2026 Markus Gans *
77
* *
88
* FINAL CUT is free software; you can redistribute it and/or modify *
99
* it under the terms of the GNU Lesser General Public License as *

final/dialog/ffiledialog.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* *
44
* This file is part of the FINAL CUT widget toolkit *
55
* *
6-
* Copyright 2014-2025 Markus Gans *
6+
* Copyright 2014-2026 Markus Gans *
77
* *
88
* FINAL CUT is free software; you can redistribute it and/or modify *
99
* it under the terms of the GNU Lesser General Public License as *

final/dialog/ffiledialog.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* *
44
* This file is part of the FINAL CUT widget toolkit *
55
* *
6-
* Copyright 2014-2025 Markus Gans *
6+
* Copyright 2014-2026 Markus Gans *
77
* *
88
* FINAL CUT is free software; you can redistribute it and/or modify *
99
* it under the terms of the GNU Lesser General Public License as *

final/dialog/fmessagebox.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* *
44
* This file is part of the FINAL CUT widget toolkit *
55
* *
6-
* Copyright 2014-2024 Markus Gans *
6+
* Copyright 2014-2026 Markus Gans *
77
* *
88
* FINAL CUT is free software; you can redistribute it and/or modify *
99
* it under the terms of the GNU Lesser General Public License as *

final/eventloop/eventloop.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* *
44
* This file is part of the FINAL CUT widget toolkit *
55
* *
6-
* Copyright 2023-2025 Andreas Noe *
6+
* Copyright 2023-2026 Andreas Noe *
77
* *
88
* FINAL CUT is free software; you can redistribute it and/or modify *
99
* it under the terms of the GNU Lesser General Public License as *

final/eventloop/monitor.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* *
44
* This file is part of the FINAL CUT widget toolkit *
55
* *
6-
* Copyright 2023-2025 Andreas Noe *
6+
* Copyright 2023-2026 Andreas Noe *
77
* *
88
* FINAL CUT is free software; you can redistribute it and/or modify *
99
* it under the terms of the GNU Lesser General Public License as *

final/eventloop/pipedata.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* *
44
* This file is part of the FINAL CUT widget toolkit *
55
* *
6-
* Copyright 2023-2025 Markus Gans *
6+
* Copyright 2023-2026 Markus Gans *
77
* *
88
* FINAL CUT is free software; you can redistribute it and/or modify *
99
* it under the terms of the GNU Lesser General Public License as *

0 commit comments

Comments
 (0)