summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-06-13Please see irc transcript below.hack/utf8_captionscos
--- Log opened Sun Oct 30 16:27:53 2011 16:27 -!- Irssi: #feh: Total of 5 nicks [0 ops, 0 halfops, 0 voices, 5 normal] 16:27 -!- Irssi: Join to #feh was synced in 1 secs 16:30 < |cos|> I'm a long time feh user who recently discovered captions 16:31 < |cos|> unfortunately captions are practically useless for me since they only handle ascii :/ 16:31 < |cos|> before anyone says "patches are welcome" 16:32 < |cos|> do you know if anyone has ever tried to add functionality for non-ascii in captions? 16:32 < derf0> Nope, I don't think anyone ever tried. 16:33 < |cos|> then i'll make a half-hearted attempt (: 16:33 < derf0> But it shouldn't be too hard. Right now, feh ignores non-ascii input in caption mode. And I don't even know why, probably because there might be weird problems otherwise. 16:34 < |cos|> feh displays non-ascii characters in the filename correctly, it seems 16:34 < derf0> Yeah. 16:35 < |cos|> and if i mess with file->caption directly in the source it kind of works 16:36 < derf0> Hm, removing the isascii(keysym) in keyevents.c breaks more than it helps. 16:38 < |cos|> i guess giblib's only documentation is it's source code? 16:39 < derf0> Yeah, unfortunately. 16:39 < |cos|> just to get me started at the right end. is it wrapping imlib1 or imlib2? 16:40 < penma> imlib2 16:41 < |cos|> thanks 19:11 < |cos|> ...and i'm giving up 19:11 < |cos|> handling multibyte characters with low level X11 libraries can of course be done, but not easily 19:12 < |cos|> i guess there is a reason why libraries like GDK and such exist 19:12 < derf0> Yeah. 19:13 < derf0> Well, I'm afraid you'll have to live with feh not supporting non-ascii tags for now. At least I'd like not to add further dependencies ;) 19:14 < derf0> Unless of course someone comes up with a different method. Or something. We'll see. 19:14 < |cos|> i'll live with it (: 19:16 < |cos|> it's still the best alternative -- by far 19:17 < derf0> Glad to hear :) 19:19 < |cos|> thanks for creating/maintaining it! 20:32 < |cos|> for what it's worth, this patch kind of hacks multibyte support into feh captions http://pastebin.com/7DxcYX2B 20:32 < |cos|> it's ugly as hell, buggy and no way near complete 20:35 < |cos|> i'll probably good enough for me to use personally, but a proper implementation should of course enable normal backspacing et cetera 20:35 < |cos|> (and place the im and ic creation calls somewhere more appropriate) 20:36 < |cos|> i'm afraid i don't reckon i will put in the work to implement it cleanly :/ 20:37 < derf0> Well, your patch is a perfectly fine starting point, so thanks a lot already :) 20:37 * derf0 has saved it and may use it later on. But not today.
2011-10-24imlib.c: Fix too long mkstemp argument (debian #646421)Daniel Friesel
2011-10-21winwidget.c: Add experimental --scale-down tiling support (#54)Daniel Friesel
2011-10-10Release v2.0Daniel Friesel
2011-10-10Add examples/buttonsDaniel Friesel
2011-10-10Code cleanupDaniel Friesel
2011-10-10filelist.c, imlib.c: Simplify opt.quiet handlingDaniel Friesel
2011-10-09slideshow.c: Warn about unknown format specifiers, fix handling of trailing ↵Daniel Friesel
% and \
2011-10-09index.c, thumnail.c: Remove size restriction messageDaniel Friesel
It's all documented in the manpage anyways.
2011-10-09Add basic --index testsDaniel Friesel
2011-10-09options.c: Show stat64 if enabledDaniel Friesel
2011-10-09Add stat64 (-D_FILE_OFFSET_BITS=64) makeflag to support 64bit CIFS shares on ↵Daniel Friesel
32bit hosts
2011-10-09feh(1): Fix --limit-{height,width} documentationDaniel Friesel
2011-10-03Refactor --limit-width / --limit-height codeDaniel Friesel
2011-10-03feh(1) updateDaniel Friesel
2011-10-03feh_display_info: Allow state to be reset for successive callsDaniel Friesel
Required e.g. for feh --preload --thumbnails
2011-10-02Minor thumbnail action fixupDaniel Friesel
2011-10-02Merge pull request #66 from Ferada/masterDaniel Friesel
Perform actions on thumbnails.
2011-10-02Fixed install script for repeated installs.Olof-Joachim Frahm
Because otherwise the examples directory also gets 644.
2011-10-02Merge remote-tracking branches 'derf/master' and 'origin/master'Olof-Joachim Frahm
2011-10-01index.c, thumbnail.c: Fix alignment issuesDaniel Friesel
2011-09-30Add --index-info to documentationDaniel Friesel
2011-09-30feh_file_info_load: do not display error when run with --quietDaniel Friesel
2011-09-30Fix memory leaksDaniel Friesel
2011-09-30get_index_string_dim: Fix dimansion report for file = NULLDaniel Friesel
2011-09-30Apply changes to thumbnail modeDaniel Friesel
2011-09-30make common index.c functions externally accessibleDaniel Friesel
2011-09-30Add --index-info optionDaniel Friesel
2011-09-30index: Proper multiline supportDaniel Friesel
2011-09-29make get_index_info_no_lines return actual line numberDaniel Friesel
2011-09-29start --index-{name,dim,size} -> printf transitionDaniel Friesel
2011-09-29feh_printf: Add %S (size in kB)Daniel Friesel
2011-09-29feh_printf: Check feh_file_info_load return statusDaniel Friesel
2011-09-29Thumbnail view now allows to execute actions.Olof-Joachim Frahm
Only if a previously selected item (mouse over, keyboard) is available though.
2011-09-28update changelogDaniel Friesel
2011-09-28Use buttons config instead of button optionsDaniel Friesel
2011-09-28feh_wm_set_bg: .fehbg: Do not overflow filbuf by writing too many filenamesDaniel Friesel
2011-09-28Set max/min zoom for both key and mouse zoomingDaniel Friesel
2011-09-28feh_draw_info: Do not fail if the info_cmd did not output anythingDaniel Friesel
2011-09-28test-x11: Switch to XephyrDaniel Friesel
2011-09-26Update feh(1)Daniel Friesel
2011-09-26Add support for multiple files in --bg-options (closes #64)Daniel Friesel
Squashed commit of the following: commit 55e66e15af898f4c01d7d265013124fefce795e4 Author: Daniel Friesel <derf@finalrewind.org> Date: Mon Sep 26 19:59:46 2011 +0200 Save all filenames in ~/.fehbg commit afc2774f315fc379aa96de58decf8370772036af Author: Daniel Friesel <derf@finalrewind.org> Date: Mon Sep 26 19:24:38 2011 +0200 Update test/bg --bg-fill images (off-by-one due to changed implementation) commit bd4210cff2e895414df12868f6cab7f193c5adf5 Author: Daniel Friesel <derf@finalrewind.org> Date: Mon Sep 26 14:47:00 2011 +0200 Fix feh_wm_set_bg_maxed commit d9ada9dc2a74aef6ae0924e9c0ff296b94ee25bc Author: Daniel Friesel <derf@finalrewind.org> Date: Mon Sep 26 14:39:11 2011 +0200 Fix for non-xinerama setups commit be2cf0f1f8c00b737e7141a372d3cbc9db4c949f Author: Daniel Friesel <derf@finalrewind.org> Date: Mon Sep 26 14:24:44 2011 +0200 Move wallpaper calculation code into separate functions commit 4e07c1f9734569fdd778a813c5a85c63b51b3175 Author: Daniel Friesel <derf@finalrewind.org> Date: Mon Sep 26 13:01:46 2011 +0200 Remove unnecessary temporary variable commit 23d1d733b21d1560e1fbcadddc34cae3d666b21d Author: Daniel Friesel <derf@finalrewind.org> Date: Mon Sep 26 12:46:25 2011 +0200 Initial conversion, works with --bg-scale
2011-09-26Release v1.16.2Daniel Friesel
2011-09-26Update TODO (via github)Daniel Friesel
2011-09-25--title-font: Re-render image after drawing titleDaniel Friesel
2011-09-25index.c, thumbnail.c: Fix --title-font fallback to default (closes #65)Daniel Friesel
2011-09-21examples/themes: Remove PREFIX relictDaniel Friesel
2011-09-21Update test/status a bitDaniel Friesel
2011-09-13Minor feh(1) fixes/updatesDaniel Friesel
2011-09-13Use enum for opt.image_bg, rename --image-bg default to --image-bg checksDaniel Friesel