56 次代码提交 (bcc70bd7cbcdf56e84984929d9f8c6f1776f2204)

作者 SHA1 备注 提交日期
  Bert bcc70bd7cb Who needs threads to load thumbnails? 13 年前
  Bert e0d0892065 Use pthread to load thumbnails 13 年前
  Bert 26c2179be7 Refactored thumbs, new files thumbs.[ch] 13 年前
  Bert 8919204a2e Render thumbnails 13 年前
  Bert 89ec18385b Added app-mode 13 年前
  Bert 7e2c85b04c Fixed thumbnail creation 13 年前
  Bert 7b49740613 First things for thumbnail mode 13 年前
  Bert e8ed491ba9 Fixed empty lines in readline() 13 年前
  Bert cfed65d36f More appropriate buffer sizes 13 年前
  Bert f71ea095bc Fixed indentation 13 年前
  Bert 26cc5aff69 Read filenames from stdin 13 年前
  Bert 8e5835d1fd Handle image remove/rename while running 13 年前
  Bert d731741f04 Handle WM_DELETE_WINDOW messages correctly, thanks to fungt 13 年前
  Bert 603e664f7c Nicer fit window to image 13 年前
  Bert 8339bb7ee7 New key mapping: W, resize window to fit image 13 年前
  Bert 096c0ed935 Removed some warnings 13 年前
  Bert 414fa567ce Split img_fit into internal/external function 13 年前
  Bert c6556f8cc7 New key mappings: 0/w, zoom to 100%/to fit window 13 年前
  Bert bad9a70a48 Display filesize in window title 13 年前
  Bert 12a94cc40e Manual event handling in main.c 13 年前
  Bert 8f4af658ae Refactored, new files util.[ch], C89 13 年前
  Bert f5c125b3ee Fixed stupid memory leak in read_dir_rec 13 年前
  Bert bbd7b7d595 New option: -r, open all images in directories 13 年前
  Bert 2afb989cc4 Skeleton for -r 13 年前
  Bert 5a682426b1 New key command: r, reload image 13 年前
  Bert 802c344879 Check file timestamps before loading from cache 13 年前
  Bert f7a66469e6 Nicer key handling, does not fix problems 13 年前
  Bert 03bfe1015e Explicitly enable printing of warnings 13 年前
  Bert c52c4fa69e Mouse-panning while pressing button2 13 年前
  Bert 019e2274a8 Map arrow keys to h/j/k/l 13 年前
  Bert f47092cda2 Complete mouse support 13 年前
  Bert 7834dee6e7 Added a key-mapping for toggle anti-aliasing 13 年前
  Bert 64a5366508 Added <,> mappings to rotate image 13 年前
  Bert d3da0eb71e Added man page 13 年前
  Bert 2b1c0885fe Implemented fullscreen mode 13 年前
  Dave Reisner 9a35f40224 main.c: add zooming on mousewheel events 13 年前
  Bert 6fed8db854 Added [,] mappings for go 10 images back/forward 13 年前
  Bert 2f7bd169ea Added g/G mappings for goto first/last image 13 年前
  Bert 0f714bccda Handle window resize events properly 13 年前
  Bert b92ebf67ee Implemented panning 13 年前
  Bert c7860b690b Stricter object encapsulation 13 年前
  Bert 629d37376d Merged img_display() into img_render() 13 年前
  Bert b900105a4e Removed debug output 13 年前
  Bert 2d5247af4a More robust key handling 13 年前
  Bert bb12b8c0fb First try on zooming 13 年前
  Bert 029e1208b9 No more expose handling 13 年前
  Bert 08018427c6 Put some useful information in the window title 13 年前
  Bert a732e75d8a Check all given files before open the first 13 年前
  Bert 004f297ebb Go to next/previous image 13 年前
  Bert 00f32120a6 Handle expose events 13 年前