aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* clippy: remove unneeded return statement (needless_return).Matthias Krüger2017-12-03
* clippy: string constants do not need to have static lifetime (const_static_li...Matthias Krüger2017-12-03
* clippy: fix if_not_else warning 'breaking' the build. Swap blocks and change ...Matthias Krüger2017-12-03
* Revert "Wait to display window until initialization is complete (#907)"Joe Wilm2017-11-20
* Wait to display window until initialization is complete (#907)Charles2017-11-19
* Support more color escape codes (#757)Tuomas Siipola2017-11-11
* Output more info for `--version` (#888)hcpl2017-11-11
* Fix typo and whitespaceJoe Wilm2017-11-11
* Style fixesJoe Wilm2017-11-11
* Don't enforce window dimensions if configured with 0 columns or linesBryan Gilbert2017-11-11
* Match LF behavior outside scroll region with urxvtJoe Wilm2017-11-11
* Correct linefeed handling when scroll region set (#855)Yan2017-11-11
* Support integer font size in config (#886)thelearnerofcode2017-11-11
* fix some typos in commentsMartin Lindhe2017-10-30
* set_urgent on mac throws a warning (#867)Ty Coghlan2017-10-26
* Fix stack overflowJoe Wilm2017-10-26
* Change cursor from pointer to text (#778)Dustin2017-10-22
* Fix typoJoe Wilm2017-10-22
* Rewrite err_println to eprintln introduced in Rust 1.19 (#799)Roel2017-10-22
* Set urgent WM flag on bell on X11 systems (#812)Barret Rennie2017-10-21
* Fix solid background color opacity (#847)Joe Wilm2017-10-21
* List all valid actions in config error message (#848)Robert Bittle2017-10-21
* Fix render issues on macOS (#845)Joe Wilm2017-10-17
* Fix config reloadingJoe Wilm2017-10-16
* Fix default config reload valueJoe Wilm2017-10-16
* Drop nightly featureJoe Wilm2017-10-14
* Fix memory leak from font resizingJoe Wilm2017-10-14
* Implement user actions for font resize (#625)Dan Aloni2017-10-14
* Fix resize behaviorJoe Wilm2017-10-14
* Support web notation for hex colorsRobert Günzler2017-10-09
* Scale all fonts based on device-pixel-ratioJoe Wilm2017-10-08
* Add support for env_loggerJoe Wilm2017-10-08
* Revert "Update glutin & fix a few wayland issues (#815)"Joe Wilm2017-10-06
* Update glutin & fix a few wayland issues (#815)Victor Berger2017-10-06
* implement ANSI CSI REP (Repeat)Jasper Bryant-Greene2017-09-30
* Use clippy = "*", update, and fix some warnings (#796)Aaron Hill2017-09-27
* Log where config was loaded fromJoe Wilm2017-09-11
* Comment about duration arg to file watcherJoe Wilm2017-09-05
* Reduce file watcher debounce periodJoe Wilm2017-09-05
* Update notifyJonathan Schleußer2017-09-05
* Update most remaining depsJonathan Schleußer2017-09-05
* Update servoJonathan Schleußer2017-09-05
* Fix #721: touchpad scrolling (#726)Linus Heckemann2017-09-02
* Change CLI live-config-reload options into flagsJoe Wilm2017-08-29
* Default to enabling live config reloadJoe Wilm2017-08-29
* Implement options to not start the config_monitor thread (#689)Liu Wei2017-08-29
* Fix reloading colors from config (#756)Tuomas Siipola2017-08-29
* Fix newline + scroll region bug (#747)Joe Wilm2017-08-22
* Fix panic when resizingJoe Wilm2017-08-21
* Add background_opacity option to set terminal transparency (#331)Gabriel Martinez2017-08-20