Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use argument to select between two drag methods | phi | 2018-01-22 | 1 | -0/+5 |
| | |||||
* | Replace utf8codepoint with Chris Wellons' utf8_decode | Bert Münnich | 2017-12-07 | 1 | -1/+0 |
| | | | | | | Code under a different license should be kept in a separate file. This implemention is a single header file with ~65 lines, so it better fits this requirement. | ||||
* | win_textwidth is no longer needed outside window.c | Bert Münnich | 2017-12-07 | 1 | -1/+0 |
| | |||||
* | Remove obsolete files[].base | Bert Münnich | 2017-12-07 | 1 | -1/+0 |
| | |||||
* | Try to match a fallback font if needed | Squibby | 2017-12-06 | 1 | -1/+2 |
| | | | | | | | | | | | | | | Fixes #276 Instead of rendering the entire filename at once, Xft will let us do it character by character. This will allow sxiv to query fontconfig for a font that can provide any missing codepoints, if needed. A known issue of this patch is that the "..." dots rendering will not work properly for very long multibyte filenames. That is because we cannot easily predict the final width of the rendered filename before drawing it. I couldn't figure out a clean way to deal with this, so I ended up just truncating the offending filenames. | ||||
* | One header file for type definitions and function declarations | Bert Münnich | 2017-10-16 | 1 | -0/+451 |
| | |||||
* | Refactored, new files util.[ch], C89 | Bert | 2011-02-03 | 1 | -49/+0 |
| | |||||
* | Replaced option -W with -q, seems more natural | Bert | 2011-01-30 | 1 | -1/+1 |
| | |||||
* | Explicitly enable printing of warnings | Bert | 2011-01-30 | 1 | -14/+17 |
| | |||||
* | Moved VERSION macro into Makefile | Bert | 2011-01-23 | 1 | -2/+0 |
| | |||||
* | Unstable version number | Bert | 2011-01-23 | 1 | -1/+1 |
| | |||||
* | version 0.1 | Bert | 2011-01-21 | 1 | -1/+1 |
| | |||||
* | First try on zooming | Bert | 2011-01-20 | 1 | -0/+1 |
| | |||||
* | Option handling, merged app.c & events.c into main.c | Bert | 2011-01-19 | 1 | -1/+1 |
| | |||||
* | Render image on window | Bert | 2011-01-18 | 1 | -1/+4 |
| | |||||
* | Renamed FATAL to DIE | Bert | 2011-01-18 | 1 | -1/+1 |
| | |||||
* | WARN and FATAL macros | Bert | 2011-01-17 | 1 | -0/+18 |
| | |||||
* | Non-working skeleton | Bert | 2011-01-17 | 1 | -0/+26 |