Commit Graph

10 Commits

Author SHA1 Message Date
0973f957c2 portable way of getting EXEDIR 2021-07-08 10:59:23 +02:00
c08fbb0840 compile on openbsd 2021-07-07 19:47:56 +02:00
a5e90420e8 added horizontal scroll
added the ability to scroll gorizontally, in two ways:
	- with a touchpad
	- holding "alt" and scrolling
also made the scroll senitivity configurable for both directions
2021-07-06 23:56:43 +02:00
a7df717cf0 set SCALE according to dpi
claculate the scale so that fonts of 14pt will be of physical size 3mm,
this can be changed setting the macro name FONT_14PT_SIZE_MM in main.c
2021-07-06 23:56:25 +02:00
ace6110807 fix tmp file location
fix tmp file location, moved from datadir to a direcotry in /tmp or
configurable via env: LITE_CACHE
2021-07-06 13:24:25 +02:00
efd2f19f86 load user config from user config directory
load user config and plugins from $HOME/.config/lite overriding the default
configuration, before there was no way of changing configuration per-user
2021-07-05 12:56:06 +02:00
9a367d6ed9 implemented visual ruler at config.line_limit 2021-07-05 12:05:39 +02:00
b74571e500 use -std=c11 2021-07-04 21:35:28 +02:00
52650661ec minor changes
added makefile install and uninstall rules
changed license to inclue myself
modified some keybindings
added desktop file
added todo
2021-07-04 19:17:33 +02:00
2957968afc initial commit 2021-07-04 14:56:05 +02:00