| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove #include "config.h" wherever possible | Eduard Braun | 2018-10-01 | 1 | -1/+1 |
| | | |||||
| * | Use _WIN32 instead of WIN32 | Eduard Braun | 2018-10-01 | 1 | -3/+3 |
| | | | | | | | | | The former is guaranteed to be set for any compiler targeting win32, the latter is implementation dependent (but works for gcc) See also http://nadeausoftware.com/articles/2012/01/c_c_tip_how_use_compiler_predefined_macros_detect_operating_system | ||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -1/+1 |
| | | | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | ||||
| * | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 2018-05-04 | 1 | -1/+1 |
| | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | ||||
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 1 | -1/+1 |
| | | |||||
| * | license fix | Eduard Braun | 2017-11-26 | 1 | -1/+1 |
| | | |||||
| * | Include the prefix.h defines in gettext config | Ted Gould | 2017-08-05 | 1 | -1/+5 |
| | | |||||
| * | Use UTF8 encoding for output on windows console. | Eduard Braun | 2017-05-10 | 1 | -11/+12 |
| | | | | | | This avoids the misery and frustration of converting to the overly limited ANSI codepages and does not seem to cause any issues so far. (bzr r15682) | ||||
| * | Move functions for switching gettext charset to helper/gettext.h | Eduard Braun | 2017-05-07 | 1 | -2/+28 |
| | | | | (bzr r15675.1.3) | ||||
| * | Move gettext initialization into separate function so it can be re-used ↵ | Eduard Braun | 2017-05-07 | 1 | -0/+83 |
| (will come in handy in inkview) (bzr r15675.1.2) | |||||
