summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* Add 'version' option to docPhilipp Erhardt2017-06-08
|
* Better explain searching in the manpagePhilipp Erhardt2016-07-12
|
* Implement freezing the projector windowPhilipp Erhardt2016-03-22
|
* Implement cursor auto-hidingPhilipp Erhardt2016-01-01
|
* Implement fancy color inversionPhilipp Erhardt2015-12-31
| | | | Contrast and brightness of inverted rendering can be configured.
* Improve config, update man pagePhilipp Erhardt2015-10-30
|
* Add "presenter" as possible default_layoutPhilipp Erhardt2015-10-09
|
* Implement stylesheet config optionPhilipp Erhardt2015-10-09
| | | | Thanks to thorsten!
* Implement configurable overlay textPhilipp Erhardt2015-10-09
|
* Add --write-defaults command line switchThorsten Wißmann2015-09-25
|
* Add single instance per file modeThorsten Wißmann2015-09-25
| | | | | This introduces the setting single_instance_per_file and the command line flag --single-instance.
* Implement copy to clipboard (Ctrl+C)Philipp Erhardt2015-08-15
|
* Implement toggle mouse buttons, different cursorsPhilipp Erhardt2015-08-14
|
* Implement saving the current document.Philipp Erhardt2015-06-29
|
* Disable URL detection, turn back on using -u optionPhilipp Erhardt2015-05-28
|
* Improve config file documentationPhilipp Erhardt2015-05-28
|
* Implement configurable mouse buttonsPhilipp Erhardt2015-05-28
|
* Replace background_opacity with background_colorPhilipp Erhardt2015-03-19
| | | | With this option and background_color_fullscreen you can freely configure the color of your liking.
* Implement Table of ContentsPhilipp Erhardt2015-03-16
| | | | Default key binding: F9
* Add manual jump list addingThorsten Wißmann2015-02-03
| | | | | Allow user to manually add entries to the jump list. Similar to m in vim.
* Implement fist page offsetPhilipp Erhardt2015-02-02
| | | | This is useful for reading documents that have a cover page in a book layout.
* Implement searching backwardsPhilipp Erhardt2015-01-31
|
* Update manpagePhilipp Erhardt2015-01-05
|
* Implement toggleable color inversion ('i' key)Philipp Erhardt2014-09-20
|
* Change default rotate keybinding from u/i to ,/.Philipp Erhardt2014-09-19
|
* Implement jump listPhilipp Erhardt2014-09-11
| | | | | | Every time a jump occurs its origin is saved. You can then move through those saved positions, e.g. to return to the table of contents after having read a section.
* Update READMEPhilipp Erhardt2014-05-30
|
* Implement transparent backgroundPhilipp Erhardt2014-05-07
| | | | | Configure via background_opacity setting. Always draws fully opaque when in fullscreen.
* Add config option to set the default layoutPhilipp Erhardt2014-04-27
|
* Update man pagePhilipp Erhardt2013-10-09
|
* Support opening more than one file via one commandPhilipp Erhardt2013-10-07
| | | | | The command line options right before each file will be used individually.
* Add home and end keys as default bindingsPhilipp Erhardt2013-09-27
|
* Improve controlsPhilipp Erhardt2013-09-27
| | | | | | auto_* removed, every action now has a fallback for layouts that don't support smooth scrolling. Half and full screen scrolling added.
* Mention homepage in man page.Philipp Erhardt2013-04-28
|
* Implement focus next invisible search hit.Philipp Erhardt2013-04-28
|
* Mention URLs in man page and homepage.Philipp Erhardt2013-03-19
|
* Update man page about configurationPhilipp Erhardt2012-10-28
|
* Implement command line optionsPhilipp Erhardt2012-09-23
| | | | | | | Currently supported options are: - page NUM - fullscreen - help
* Update manpage: list keybindings for rotationPhilipp Erhardt2012-09-23
|
* Add asciidoc source for the manpagePhilipp Erhardt2012-06-28
For now build with 'a2x -f manpage katarakt.txt' Proper build target coming soon