Commit graph

  • 5f2ab63fd6
    Merge 597013022d into 2894634d65 geemili 2026-04-15 16:38:06 -06:00
  • 597013022d
    update build.zig to zig 0.16.0 geemili 2026-04-15 16:09:14 -06:00
  • 74e54063af Changes: document memory safety fixes for 1.2.5 Bill Denney 2026-04-05 18:56:12 +00:00
  • da95035568 utility: use size_t index and unsigned char cast in lxw_str_tolower Bill Denney 2026-04-05 18:36:55 +00:00
  • de6aaee236 utility: guarantee null termination after strncpy in lxw_rowcol_to_formula_abs Bill Denney 2026-04-05 18:36:35 +00:00
  • eeb2d89c14 worksheet: fix quadratic over-allocation in _set_default_table_columns Bill Denney 2026-04-05 18:36:13 +00:00
  • 88a44a9ffa worksheet: fix uint8_t counter overflow in validation list functions Bill Denney 2026-04-05 18:35:44 +00:00
  • 2894634d65 Prep for release 1.2.4. main v1.2.4 John McNamara 2026-01-06 21:20:48 +00:00
  • c07d1f2095 package: update copyright year John McNamara 2026-01-06 20:27:35 +00:00
  • 87a1128797
    Merge 0cb096be5b into 45f77bc52d kruftindustries 2026-01-05 06:13:42 -06:00
  • 0cb096be5b
    Delete src/labview_wrappers.c kruftindustries 2026-01-05 06:09:34 -06:00
  • 1260311271 Fix code style and add .gitignore entry nick 2026-01-03 13:17:54 -06:00
  • d6e295f220 Merge branch 'master' of https://github.com/kruftindustries/libxlsxwriter.git Nick 2026-01-03 12:48:57 -06:00
  • 0d02193601 added c99 flag to allow macros in functions with y2 axis Nick 2026-01-03 12:46:06 -06:00
  • ba04890512 added missing limit checks and improved tests Nick 2026-01-03 00:40:38 -06:00
  • fc0c7bd382 - Added support for secondary Y axis in charts. Series can be assigned to a secondary Y axis using an optional fourth parameter to chart_add_series(). Secondary axes are accessible via the chart->x2_axis and chart->y2_axis pointers, and all existing chart_axis_set_*() functions work with these secondary axis pointers. The API is backward compatible with existing code. Nick 2026-01-02 22:30:12 -06:00
  • 45f77bc52d Fix format for CI style check Arthur Chan 2025-12-19 10:58:03 +00:00
  • 9fa72e24cd oss-fuzz: Add unit test build Arthur Chan 2025-12-19 07:15:21 +00:00
  • 784617b3ea indent command cleanup Nick 2025-12-22 09:51:44 -06:00
  • c5c97d31db Merge branch 'main' of https://github.com/kruftindustries/libxlsxwriter_winapi.git Nick 2025-12-22 09:28:43 -06:00
  • b224a8859b make indent Nick 2025-12-22 09:20:47 -06:00
  • 7d50e66e05
    Update utility.h kruftindustries 2025-12-22 07:21:36 -06:00
  • 075324df9b
    Update utility.c kruftindustries 2025-12-22 07:17:30 -06:00
  • fbb6e43e11
    Update utility.c kruftindustries 2025-12-22 07:12:50 -06:00
  • 11b2bff0c3
    Update utility.c kruftindustries 2025-12-22 07:11:42 -06:00
  • 4564f0098e
    Update chart.c kruftindustries 2025-12-22 06:59:41 -06:00
  • 5f8dacda65
    Update common.h kruftindustries 2025-12-22 06:39:33 -06:00
  • 7bdb9828db
    Update Changes.txt kruftindustries 2025-12-22 06:28:43 -06:00
  • 19624ea5d8
    Update Readme.md kruftindustries 2025-12-22 06:22:49 -06:00
  • b4472235e0 Moved labview examples Nick 2025-12-22 06:04:11 -06:00
  • de1f1c9a3f Added labview subvis and controls to examples, updated tests Nick 2025-12-22 04:17:41 -06:00
  • e946a1acab
    Update Readme.md kruftindustries 2025-12-21 16:16:55 -06:00
  • 4f5f270dbd
    Delete directory kruftindustries 2025-12-20 01:57:53 -06:00
  • 1f79682918
    Delete libxlsxwriter_LV.h kruftindustries 2025-12-20 01:57:00 -06:00
  • 5549d707cc
    Create libxlsxwriter_LV.h kruftindustries 2025-12-20 01:21:11 -06:00
  • 258db359a2
    Merge pull request #3 from kruftindustries/master kruftindustries 2025-12-20 01:19:54 -06:00
  • 419959061b
    Merge branch 'main' into master kruftindustries 2025-12-20 01:19:02 -06:00
  • 60ea6e4020 Updated code in preparation for V2.0.0 release Nick 2025-12-20 00:40:15 -06:00
  • a438109549 Fix format for CI style check Arthur Chan 2025-12-19 10:58:03 +00:00
  • 58ba28d266 oss-fuzz: Add unit test build Arthur Chan 2025-12-19 07:15:21 +00:00
  • e85d8d768f Added additional tests and y2 upgrades Nick 2025-12-18 18:34:57 -06:00
  • db68f25150 Added additional tests and y2 upgrades Nick 2025-12-18 18:34:57 -06:00
  • f0647157ba datetime: add validation for date/time parameters John McNamara 2025-10-31 08:37:11 +00:00
  • 9a48ca8996 worksheet: fix infinite look when inserting objects John McNamara 2025-10-30 08:26:36 +00:00
  • c289167201 zig build refactored compat: v0.15.1 - 0.16.0-dev Matheus Catarino 2025-10-23 15:45:25 -03:00
  • 294772add5 zig build refactored compat: v0.15.1 - 0.16.0-dev Matheus Catarino 2025-10-23 15:45:25 -03:00
  • 7960dabfde Zig 0.15.0 Evil Terminal 2025-10-10 13:41:34 -06:00
  • f252c668f8 Zig 0.15.0 Evil Terminal 2025-10-10 13:41:34 -06:00
  • 54a142798d Zig 0.15.0 Evil Terminal 2025-10-10 13:41:34 -06:00
  • 3899a3e958 worksheet: remove accidental debug printf John McNamara 2025-09-30 19:42:37 +01:00
  • d38d4cf677 all: add validation checks for enum values John McNamara 2025-09-30 19:39:51 +01:00
  • fca1a346e9 chart: fix handling of invalid chart type John McNamara 2025-09-29 19:34:57 +01:00
  • f6e8305d1b Prep for release 1.2.3. John McNamara 2025-07-01 08:18:13 +01:00
  • 051a01a2c3 Prep for release 1.2.3. v1.2.3 John McNamara 2025-07-01 00:12:54 +01:00
  • fdcacc14bc workbook: add support for 1904 date epoch John McNamara 2025-06-29 14:52:13 +01:00
  • 28615cb8b0 zig: update ci version John McNamara 2025-06-04 19:58:59 +01:00
  • eab4b65608 memory: fix invalid string array indexes John McNamara 2025-06-03 00:20:16 +01:00
  • 21c11a2052 Prep for release 1.2.2. v1.2.2 John McNamara 2025-03-29 09:22:19 +00:00
  • 0bae4be666 chart: add layout support coverity John McNamara 2025-03-28 00:33:17 +00:00
  • 61a3ceaf9a test: update python test runner John McNamara 2025-03-27 17:58:06 +00:00
  • 545939dfd3
    zig: update for zig build tools Scribe of the Ziggurat 2025-03-12 18:59:56 +10:00
  • 150ab0f4c3 add min zig version 𒀳 Scribe of the Ziggurat𒅆𒂍𒉪 2025-03-12 16:39:05 +10:00
  • a6e7de18df update for zig build tools 𒀳 Scribe of the Ziggurat𒅆𒂍𒉪 2025-03-11 06:53:32 +10:00
  • 988d3a5bec Prep for release 1.2.1. John McNamara 2025-02-27 13:34:12 +00:00
  • ad6ea1ed13 Prep for release 1.2.1. v1.2.1 John McNamara 2025-02-26 20:24:20 +00:00
  • 58248a0582 build: fix minizip build for cmake John McNamara 2025-02-15 17:04:22 +00:00
  • f63ed56a18 build: clean up and document CMake file John McNamara 2025-02-16 00:16:32 +00:00
  • 7f4b982f63 build: fix minizip build for cmake cmake-improvements John McNamara 2025-02-22 21:05:00 +00:00
  • 3e6a58db3e build: clean up and document CMake file John McNamara 2025-02-16 00:16:32 +00:00
  • a810108db1 build: remove cmake dir and legacy find*.cmake copies John McNamara 2025-02-15 17:04:22 +00:00
  • 3a975c6b89 build: fix pkg-config requires John McNamara 2025-02-15 00:52:56 +00:00
  • ea6da0dace cmake: fix pkgconfig and cmake interaction John McNamara 2025-02-12 19:44:01 +00:00
  • 1beeb60d04 workbook: add set_size() method John McNamara 2025-02-14 11:15:56 +00:00
  • cd1510ed9b cmake: fix pkgconfig and cmake interaction cmake_pkgconfig_fix John McNamara 2025-02-12 19:44:01 +00:00
  • fc5497b6ee cmake: fix pkgconfig and cmake interaction John McNamara 2025-02-12 19:44:01 +00:00
  • caf41581f1 indent: fix indentation for updated gindent version in ci John McNamara 2025-02-12 19:46:42 +00:00
  • a18ee6498d worksheet: fix buffer overflow in table formula expansion John McNamara 2025-02-11 10:26:22 +00:00
  • 69e5c5e1ce Prep for release 1.2.0. v1.2.0 John McNamara 2025-02-11 00:04:27 +00:00
  • f29cf40d38 package: update copyright year John McNamara 2025-02-11 00:03:36 +00:00
  • 60cab98360 font: add family and char set APIs John McNamara 2025-02-04 19:30:37 +00:00
  • 713d9fd724 zig: change from defineCMacro to addCMacro 𒀳 Scribe of the Ziggurat𒅆𒂍𒉪 2024-12-24 16:58:47 +10:00
  • d0644c5f1e switch zig-ci Matheus Catarino 2024-09-12 10:04:45 -03:00
  • b1458a1799 zig-build: lazyPath fixes compat: v0.12.0, v0.13.0 & v0.14.0-dev * switch zlib-master to latest release (git tag branch) Matheus Catarino 2024-09-12 09:55:30 -03:00
  • f5448e6bd6 fix: cmake environment variable detection syntax error myfreax 2024-12-09 09:39:38 +08:00
  • f460f5f517 change from defineCMacro to addCMacro 𒀳 Scribe of the Ziggurat𒅆𒂍𒉪 2024-12-24 16:58:47 +10:00
  • 8206bda64a switch zig-ci Matheus Catarino 2024-09-12 10:04:45 -03:00
  • bd333749af zig-build: lazyPath fixes compat: v0.12.0, v0.13.0 & v0.14.0-dev * switch zlib-master to latest release (git tag branch) Matheus Catarino 2024-09-12 09:55:30 -03:00
  • d2cd48dfa3 fix: cmake environment variable detection syntax error myfreax 2024-12-09 09:39:38 +08:00
  • 628b078540 fix: cmake environment variable detection syntax error myfreax 2024-12-09 09:39:38 +08:00
  • 6f2ac4af23 docs: updated static analysis tools John McNamara 2024-11-13 18:05:16 +00:00
  • 67c9faab8f worksheet: fix resource leaks on error paths John McNamara 2024-10-25 16:51:51 +01:00
  • 7ba204a82c Prep for release 1.1.9. v1.1.9 John McNamara 2024-10-24 23:47:44 +01:00
  • 6ccd70c372 utility: fix for pointer/value error John McNamara 2024-10-24 19:53:40 +01:00
  • 3d258a4c74 switch zig-ci Matheus Catarino 2024-09-12 10:04:45 -03:00
  • 3c98e72aa6 zig-build: lazyPath fixes compat: v0.12.0, v0.13.0 & v0.14.0-dev * switch zlib-master to latest release (git tag branch) Matheus Catarino 2024-09-12 09:55:30 -03:00
  • d9633436dc CMake: Check for third party libraries using pkgconfig Daniel Engberg 2024-08-27 23:41:18 +02:00
  • 5af9c1fd3e CMake: Check for third party libraries using pkgconfig Daniel Engberg 2024-08-27 23:41:18 +02:00
  • d32980ea82 Prep for release 1.1.8. John McNamara 2024-08-01 00:22:45 +01:00
  • a228d852bd Prep for release 1.1.8. v1.1.8 John McNamara 2024-07-31 23:30:39 +01:00
  • 1ba7c8a8e6 worksheet: add docs for embedded images John McNamara 2024-07-31 00:51:09 +01:00