Commit Graph

  • 72995601e7 Directly use fprintf() where applicable Baptiste Jonglez 2012-05-28 04:50:37 +02:00
  • 4b58b0938f src/day.c: Fix typo Baptiste Jonglez 2012-05-29 09:30:31 +02:00
  • 4c4d4d3eb3 Use mvwaddstr() instead of mvwprintw() Baptiste Jonglez 2012-05-31 18:11:53 +02:00
  • bc7c0be84c src/config.c: Bail out on incomplete directive Lukas Fleischer 2012-05-29 20:55:22 +02:00
  • b5a911421f Fix incorrect i18n usage for some strings Baptiste Jonglez 2012-05-25 13:17:37 +02:00
  • 1019be7cce po/POTFILES.in: Add missing source files Lukas Fleischer 2012-05-23 23:17:03 +02:00
  • 6898a9dcf1 Do not localize configuration options Lukas Fleischer 2012-05-23 23:02:08 +02:00
  • f5efea85a6 Merge branch 'maint' Lukas Fleischer 2012-05-23 22:23:07 +02:00
  • 7fa1f0e2aa Add localization to calcurse-upgrade Lukas Fleischer 2012-05-23 17:12:52 +02:00
  • de114ce437 scripts/calcurse-upgrade: Add debug output Lukas Fleischer 2012-05-23 16:41:47 +02:00
  • 7bec0d47ee scripts/calcurse-upgrade: Add a "--config" option Lukas Fleischer 2012-05-23 16:24:02 +02:00
  • 61472a32cd scripts/calcurse-upgrade: Set "-e" Lukas Fleischer 2012-05-23 16:12:24 +02:00
  • 9719de8ea3 Document extended format specifiers Lukas Fleischer 2012-05-23 02:04:59 +02:00
  • 94a5d4cb1b Fix default time format for multi-day appointments Lukas Fleischer 2012-05-21 11:42:07 +02:00
  • cfd8ede2b3 Switch to Linux kernel coding style Lukas Fleischer 2012-05-21 10:13:05 +02:00
  • 47c52ae7bb src/utils.c: Disable canonical mode in press_any_key() Lukas Fleischer 2012-05-20 17:14:10 +02:00
  • b4cefe2db9 Do not localize dates in pcal exports Lukas Fleischer 2012-04-21 12:44:11 +02:00
  • 162b871682 src/notify.c: Fix printf() misuse Lukas Fleischer 2012-05-18 08:36:43 +02:00
  • 6c11b8985c Fix data type of "general.firstdayofweek" Lukas Fleischer 2012-05-17 21:59:49 +02:00
  • dec97c7c81 doc/manual.txt: Update configuration options Lukas Fleischer 2012-05-17 21:27:57 +02:00
  • 7f68083027 Update configuration dialogs Lukas Fleischer 2012-05-17 20:59:27 +02:00
  • 7c7c65d194 Document removal of the "-N" command line option Lukas Fleischer 2012-05-17 16:38:40 +02:00
  • 43282fcbee Document simple format specifiers Lukas Fleischer 2012-05-17 16:29:31 +02:00
  • 649231b083 doc/manual.txt: Document motion count prefixes Lukas Fleischer 2012-05-16 15:04:16 +02:00
  • 6d88b330f2 doc/manual.txt: Update note file naming scheme Lukas Fleischer 2012-05-16 13:01:21 +02:00
  • 60ad4adb37 doc/manual.txt: Fix a couple of typos Lukas Fleischer 2012-05-16 12:25:07 +02:00
  • 49d6e19a6b src/wins.c: Run editor and pager in a shell Lukas Fleischer 2012-05-16 16:00:00 +02:00
  • ce13b70c5a Allow passing additional parameters to shell_exec() Lukas Fleischer 2012-05-16 15:55:40 +02:00
  • 2951cf8320 Add dummy help for cut and paste Baptiste Jonglez 2012-05-13 14:21:29 +02:00
  • d6e551c1a5 Allow resize events while prompting the user Baptiste Jonglez 2012-05-14 12:38:23 +02:00
  • b17475128d Various fixes. Baptiste Jonglez 2012-05-13 14:09:22 +02:00
  • 13d6f8703b Factorize boolean user prompting. Baptiste Jonglez 2012-05-13 14:09:21 +02:00
  • 7d4ef08345 Use status_ask_choice() on more difficult cases Baptiste Jonglez 2012-05-13 14:09:20 +02:00
  • 1d9c90bb18 Use status_ask_choice() where applicable Baptiste Jonglez 2012-05-14 12:38:22 +02:00
  • 4087cd4e5e Use status_ask_simplechoice() where applicable Baptiste Jonglez 2012-05-14 12:38:21 +02:00
  • b2c92b2eb4 src/utils.c: Add a status_ask_simplechoice() function Baptiste Jonglez 2012-05-14 12:38:20 +02:00
  • f5dd276edb src/utils.c: Add a status_ask_choice() function Baptiste Jonglez 2012-05-14 12:38:19 +02:00
  • 6da787a5cc Declare several parameters/variables constant Lukas Fleischer 2012-05-08 20:24:48 +02:00
  • a20f36c5de src/args.c: Add "void" in some function declarations Lukas Fleischer 2012-05-07 20:44:49 +02:00
  • f2c94fb19c src/args.c: Add a mention of "--read-only" in "calcurse --help" Baptiste Jonglez 2012-05-02 16:19:32 +02:00
  • 6f80d84d5e Various code cleanup Baptiste Jonglez 2012-05-02 16:19:31 +02:00
  • 0a352fe519 src/utils.c: Get rid of "semantic range checks" when parsing duration Baptiste Jonglez 2012-05-02 16:19:30 +02:00
  • 6fd0ae2ea7 src/apoint.c: Change the status message displayed when editing a duration Baptiste Jonglez 2012-05-02 16:19:29 +02:00
  • 1691d562a3 src/htable.h: Add missing prototypes Lukas Fleischer 2012-04-21 11:13:15 +02:00
  • 2c77124972 Add prototypes for hash table functions Lukas Fleischer 2012-04-21 11:21:49 +02:00
  • 674f398ee9 src/mem.c: Skip dbg_*() if memory stats are disabled Lukas Fleischer 2012-04-21 11:03:35 +02:00
  • 315b33540a Mark several functions static Lukas Fleischer 2012-04-20 23:10:22 +02:00
  • 0791eaabca Merge "%(start"{,str}")" and "%(end"{,str}")" Lukas Fleischer 2012-04-13 19:19:48 +02:00
  • b80c1f6364 Support extended date formats Lukas Fleischer 2012-04-13 19:08:52 +02:00
  • 68b26ff854 Allow passing extended formats Lukas Fleischer 2012-04-13 18:55:29 +02:00
  • b73ce859db Add support for long format specifiers Lukas Fleischer 2012-04-13 18:44:32 +02:00
  • cd4f8bb68f src/utils.c: Break out format specifier parsing Lukas Fleischer 2012-04-13 18:27:00 +02:00
  • 45f2b76285 test/: Add a README Lukas Fleischer 2012-04-13 14:48:14 +02:00
  • ec12276079 src/calcurse.c: Start all helper threads in one go Lukas Fleischer 2012-04-12 23:48:09 +02:00
  • 691f8a6015 Refactor startup screen branch Lukas Fleischer 2012-04-12 23:40:35 +02:00
  • c65ccb0e77 Use percentage-based width for the sidebar Lukas Fleischer 2012-04-12 23:09:31 +02:00
  • b4d5316125 src/mem.c: Fix putchar() parameter Lukas Fleischer 2012-04-06 23:51:13 +02:00
  • 1c442e6aef Miscellaneous small code cleanups Lukas Fleischer 2012-04-06 23:21:18 +02:00
  • d0b0ed3c20 src/keys.c: Use generic list implementation Lukas Fleischer 2012-04-05 23:46:07 +02:00
  • 50be1a1772 Mark some more variables/parameters constant Lukas Fleischer 2012-04-05 21:52:22 +02:00
  • 80f7e8ead5 Mark localized string literals constant Lukas Fleischer 2012-04-05 21:36:54 +02:00
  • 516a793375 Do not use LLIST_*_CONT for appointments Lukas Fleischer 2012-03-30 21:34:53 +02:00
  • d31cda5424 Revert a bunch of strncmp() conversions Lukas Fleischer 2012-03-30 15:45:30 +02:00
  • f3ccc70e37 README: Update with recent changes Lukas Fleischer 2012-03-29 23:17:37 +02:00
  • c85c3cce55 Fix semantics of "general."{systemdialogs,progressbar} Lukas Fleischer 2012-03-29 17:06:56 +02:00
  • 8916293a26 src/config.c: Detect legacy configuration files Lukas Fleischer 2012-03-29 12:08:45 +02:00
  • 573cccb778 test/data/conf: Update variable names Lukas Fleischer 2012-03-29 11:46:04 +02:00
  • afa57d77c0 Add a configuration file upgrade script Lukas Fleischer 2012-03-29 11:43:10 +02:00
  • a5eea86a07 src/config.c: Reorder configuration variables Lukas Fleischer 2012-03-27 21:24:50 +02:00
  • 7cb0fc4cd9 src/config.c: Rename configuration variables Lukas Fleischer 2012-03-27 21:05:01 +02:00
  • c9aff6d213 Update copyright ranges Lukas Fleischer 2012-03-26 14:38:16 +02:00
  • 481cb5524f Do not strncpy() strings returned by gettext() Lukas Fleischer 2012-03-02 09:28:13 +01:00
  • 0f4b45e624 Get rid of string structures Lukas Fleischer 2012-03-01 23:44:27 +01:00
  • 2c9499bf27 Use strcmp() instead of strncmp() Lukas Fleischer 2012-03-01 23:15:38 +01:00
  • 7072c9c88a Avoid redundant window resets in config menu Lukas Fleischer 2012-03-09 00:43:04 +01:00
  • 03ed480654 Avoid redundant virtual screen updates Lukas Fleischer 2012-02-29 17:22:32 +01:00
  • 17aa73b73f Break out configuration main menu Lukas Fleischer 2012-02-20 19:23:25 +01:00
  • b5c1981842 Revamp key bindings display Lukas Fleischer 2012-02-20 06:05:08 +01:00
  • 80d882d03d test/: Run calcurse in read-only mode Lukas Fleischer 2012-02-22 12:43:44 +01:00
  • 3bc9497fc8 Add a read-only option Lukas Fleischer 2012-02-22 11:36:33 +01:00
  • f76e1cce40 test/: Use correct calcurse binary and data dir Lukas Fleischer 2012-02-22 09:09:50 +01:00
  • 423bfcc9ac test/Makefile.am: Add tests to "EXTRA_DIST" Lukas Fleischer 2012-02-22 10:01:12 +01:00
  • fdee1f2a22 src/io.c: Remove C89 incompatible comment Lukas Fleischer 2012-02-20 02:48:19 +01:00
  • 7c91248629 {src,test}/Makefile.am: Enable pedantic warnings Lukas Fleischer 2012-02-19 03:19:28 +01:00
  • 030db26ad3 test/run-test.c: Check fgets() return value properly Lukas Fleischer 2012-02-19 03:18:10 +01:00
  • 2bc4deacdc Fix up fscanf() format strings Lukas Fleischer 2012-02-19 03:14:31 +01:00
  • 2702a61b0e Fix hash table issues with ISO C99 Lukas Fleischer 2012-02-19 03:04:39 +01:00
  • 136e5bc4f7 Fix POSIX compliance Lukas Fleischer 2012-02-19 01:39:07 +01:00
  • 8892bb3625 Remove all usages of bzero() and bcopy() Lukas Fleischer 2012-02-19 01:19:48 +01:00
  • c17b535a33 Fix up strncat() usage Lukas Fleischer 2012-02-18 15:40:01 +01:00
  • 9a8ea7ff91 src/io.c: Use fork_exec() instead of system() Lukas Fleischer 2012-02-18 14:59:15 +01:00
  • fb58416f45 Don't chomp on error in ical_readline_init() Lukas Fleischer 2012-02-18 14:44:47 +01:00
  • 5130c4d028 Add stricter syntax checking to io_load_*() Lukas Fleischer 2012-02-18 14:05:24 +01:00
  • 894ac2d70d Trap fgets() failure in *_scan() Lukas Fleischer 2012-02-17 16:49:35 +01:00
  • 47ceb96e13 src/config.c: Add missing configuration variables Lukas Fleischer 2012-02-17 09:29:51 +01:00
  • 8aba3be1e8 src/config.c: Revamp configuration file parsing Lukas Fleischer 2012-02-17 09:02:20 +01:00
  • fcd2c69dd4 src/config.c: Add more parser/serialization wrappers Lukas Fleischer 2012-02-17 08:45:42 +01:00
  • b03b5694bc src/config.c: Introduce config_parse_str() Lukas Fleischer 2012-02-16 11:58:53 +01:00
  • 2ecfe91e04 src/config.c: Keep formatting and comments Lukas Fleischer 2012-02-16 11:46:39 +01:00
  • 18efc06ff4 src/config.c: Add serialization helper Lukas Fleischer 2012-02-16 11:16:16 +01:00