Commit graph

170 commits

Author SHA1 Message Date
Martin Renters
014c2e0c97 Convert shared string table from hash to RB tree. 2015-12-11 21:10:37 +00:00
John McNamara
532d529517 Prep for release 0.2.1. 2015-12-11 00:24:33 +00:00
John McNamara
fec2b83d2b Added worksheet_right_to_left() function.
Closes #18.
2015-12-11 00:12:27 +00:00
John McNamara
c590100dc5 Added worksheet_hide_zero() function.
Closes #19.
2015-12-10 23:48:38 +00:00
John McNamara
45b084dcd8 Added worksheet_set_zoom() method.
Closes #17.
2015-12-10 23:34:28 +00:00
John McNamara
446a68869a Prep for release 0.2.0. 2015-12-09 23:00:23 +00:00
John McNamara
ffd3308b85 Added images to format documentation. 2015-12-09 22:53:03 +00:00
John McNamara
b6c2d358d2 Added docs and extra tests for worksheet_set_selection(). 2015-12-09 21:14:08 +00:00
John McNamara
ad0f6880e1 Initial working cell selection. 2015-12-09 01:03:07 +00:00
John McNamara
57eeec7465 Added pod repo update to release script. 2015-12-08 23:14:53 +00:00
John McNamara
9765d0aac7 Minor doc fixes. 2015-12-08 23:04:30 +00:00
John McNamara
643c37f447 Guidelines for Reporting Bugs and creating Pull Requests. 2015-12-08 00:04:22 +00:00
John McNamara
c632121117 Added pod lint to release checks. 2015-12-07 22:53:05 +00:00
John McNamara
a8c6629258 Prep for release 0.1.9. 2015-12-07 21:09:22 +00:00
John McNamara
29b3a0de0b Spelling fixes. 2015-12-07 20:43:18 +00:00
John McNamara
92b67d84ce Added release Makefile targets. 2015-12-07 20:29:01 +00:00
John McNamara
30be9411c5 Automated indentation fix. 2015-12-07 20:21:11 +00:00
John McNamara
197d239c05 Added tree.h copyright and licence. 2015-12-07 20:19:16 +00:00
Martin Renters
6028952027 Convert cell data structure from TAILQ to RB tree 2015-12-07 20:10:37 +00:00
John McNamara
1f5e1f5b46 Refactored RB Tree macro generation. 2015-12-07 20:05:55 +00:00
John McNamara
878ee3a9d1 Cache last row to improve performance. 2015-12-07 20:05:52 +00:00
John McNamara
e0a46f2667 Minor code refactoring. 2015-12-07 20:05:52 +00:00
Martin Renters
c92cd770b7 Convert row data structure to a red/black tree.
Convert row data structure to a red/black tree to improve performance
when adding data in a non-linear order.
2015-12-07 20:05:51 +00:00
John McNamara
976816f4a4 Added tree.h from FreeBSD.
Revision 277642.
2015-12-07 20:05:51 +00:00
John McNamara
66e3e894f6 Added back comopiler flags. 2015-12-07 01:19:55 +00:00
John McNamara
a0ea9266fc Minor doc fix. 2015-12-07 01:01:53 +00:00
John McNamara
dd41ca0373 Prep for release 0.1.8. 2015-12-07 00:58:37 +00:00
John McNamara
4e64a674ce Added panes documentation and example. 2015-12-06 23:27:12 +00:00
John McNamara
cac50839e7 Initial split pane support. 2015-12-06 18:19:25 +00:00
John McNamara
eba01a2dae Initial freeze pane support. 2015-12-06 15:44:17 +00:00
John McNamara
3f64061852 Refactored file permission checking.
Issue #12.
2015-12-05 00:25:09 +00:00
John McNamara
bad14f7627 Increase shared string table size. 2015-12-04 22:47:49 +00:00
John McNamara
dedcdb2d8d Make copy of workbook filename.
Make a copy of the user supplied workbook filename in case a pointer
to a local variable is passed.
2015-11-08 20:52:45 +00:00
John McNamara
c09aeefcfc Add support for Win32 UTF-16 filenames. 2015-11-08 20:46:58 +00:00
John McNamara
693c676bd1 Ensure zip crypt is off for systems not using the default makefiles. 2015-11-08 00:28:58 +00:00
John McNamara
acf441db10 Remove unnecessary include. 2015-11-08 00:20:51 +00:00
John McNamara
b01343a744 Make snprintf() over-rideable to support more compiler. 2015-11-08 00:19:34 +00:00
John McNamara
ad96d932ac Refactored internal error macros to avoid name conflicts. 2015-11-07 23:59:13 +00:00
John McNamara
d2fd0fc4f8 Fix errno include. 2015-11-07 23:43:26 +00:00
John McNamara
53cf064c84 Improve file writing error.
Improve error message when outpu file isn't writeable.

Closes #12
2015-11-07 23:31:59 +00:00
John McNamara
c2d2ae7f90 Turned off unused minizip encrypt option.
Turned off unused minizip encryption option to make it backward
compatible with older zlib versions.

Closes #5
Closes #11
2015-11-07 23:27:19 +00:00
John McNamara
e4bc6eac0e Added better worksheet error returns. 2015-10-04 01:12:30 +01:00
John McNamara
d3cabc771d Prep for release 0.1.7. 2015-09-28 00:27:05 +01:00
John McNamara
12d37ce367 Fix pod spec for iOS and OS X. 2015-09-28 00:25:06 +01:00
John McNamara
2ce256ed45 Prep for release 0.1.6. 2015-09-27 21:14:29 +01:00
John McNamara
99017fe3d9 Add docs for cocoa pod installer. 2015-09-27 21:12:53 +01:00
John McNamara
b21d5a7632 Fixed cocoa pod lint warnings. 2015-09-27 21:02:03 +01:00
John McNamara
712c49b3c2 Merge pull request #7 from lrossi/cocoapods
Added Podspec file.
2015-08-19 11:00:26 -07:00
Ludovico Rossi
1fada94153 Add Podspec 2015-08-19 18:14:48 +02:00
John McNamara
818c7fa0e1 Prep for release 0.1.5. 2015-05-05 00:30:48 +01:00