index
:
alacritty
alacritty_terminal_v0.21.0
alacritty_terminal_v0.22.0
alacritty_terminal_v0.23.0
alt-esc-unicode
alt-key-tester
antialias-option
bindings_on_crack
borderless-window
bump-glutin-0320
bump_deps
click-links
config-improvements
cursor-blink
cursor-config
dependabot/cargo/bumpalo-3.12.0
display-config-errors
fish-completions-dir-update
fix-deprecated
fix-hidden-cursor
fix-netbsd-build
fix-no-import-migrate
fix-releases
fix_colors
fontconfig
gentoo-install-deps
glutin-0.17-upgrade
initial-window-focus
issue-1115
issue-1150
issue-1336
issue-1582
issue-1773
issue-1786
issue-2145
kchibisov/fixup-manpage-title
kchibisov/winit-02911
kitty-char-no-char-fix
master
nll
not-reset-pixel
numpad-decimal
optimizations
period
playing-around
remove-debugonly-tests
resolver++
rewrite-appdataxml
scroll/fix-alt-grid-size
scroll/fix-tests
scroll/impossible-zero
scrollback
syslog-panics
underline-strikethrough
v0.10.0
v0.10.1
v0.11.0
v0.11.1
v0.12.0
v0.12.1
v0.12.2
v0.12.3
v0.13
v0.14
v0.15
v0.4.0
v0.4.1
v0.4.2
v0.4.3
v0.5.0
v0.6.0
v0.7.0
v0.7.1
v0.7.2
v0.8.0
v0.9.0
vec-deque-backing
wide-chars-fix
winpty-agent-docs
zero-width-chars
zerowidth
A cross-plantform, OpenGL terminal emulator
Alacritty
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
display.rs
Age
Commit message (
Expand
)
Author
2018-01-06
Add clippy check to travis
Christian Duerr
2018-01-05
Prevent font_size_modifier from sinking too low (#994)
Christian Duerr
2017-12-24
Change mouse cursor on terminal mode change (#865)
Dustin
2017-12-24
Add custom box cursor for unfocused window
Christian Duerr
2017-12-22
Add new window section to config
Robert Günzler
2017-12-22
Add 'borderless' option
Robert Günzler
2017-12-03
clippy: do and don't pass some things by reference as suggested (needless_pas...
Matthias Krüger
2017-12-03
clippy: remove unneeded return statement (needless_return).
Matthias Krüger
2017-11-20
Revert "Wait to display window until initialization is complete (#907)"
Joe Wilm
2017-11-19
Wait to display window until initialization is complete (#907)
Charles
2017-11-11
Fix typo and whitespace
Joe Wilm
2017-11-11
Don't enforce window dimensions if configured with 0 columns or lines
Bryan Gilbert
2017-10-30
fix some typos in comments
Martin Lindhe
2017-10-21
Set urgent WM flag on bell on X11 systems (#812)
Barret Rennie
2017-10-17
Fix render issues on macOS (#845)
Joe Wilm
2017-10-14
Fix memory leak from font resizing
Joe Wilm
2017-10-14
Implement user actions for font resize (#625)
Dan Aloni
2017-10-08
Scale all fonts based on device-pixel-ratio
Joe Wilm
2017-09-27
Use clippy = "*", update, and fix some warnings (#796)
Aaron Hill
2017-07-28
Support background and foreground color escape codes (#662)
Tuomas Siipola
2017-07-24
add support for X input method (#691)
Ted Yin
2017-07-20
Update to latest Glutin/winit (#671)
Joe Wilm
2017-06-19
Implement semantic and line selection dragging
Joe Wilm
2017-05-27
Find and set $WINDOWID to X11 window ID (#586)
ns
2017-05-10
Fix viewport_size.height calculation
N-006
2017-05-06
Add window padding option
Tuomas Siipola
2017-05-06
Fix glyph offsets in cell
Joe Wilm
2017-05-01
Combine FontOffset and GlyphOffset structs into Delta struct
Aaron Williamson
2017-02-22
Set cursor only when its visibility changes
Tuomas Siipola
2017-02-15
Implement workaround for Mesa issue
Joe Wilm
2017-02-11
Move color list to Term struct
Joe Wilm
2017-02-07
Add visual bell support
Mark Andrus Roberts
2017-02-06
Configurable window dimensions
Anders Rasmussen
2017-01-23
Use the log-crate instead of printing to stdout
Lukas Lueg
2017-01-12
make thin stroke rendering configurable
Tom Crayford
2017-01-11
Add support for setting title from OSC
Joe Wilm
2017-01-06
Added --title argument to set window title
Rudis Muiznieks
2017-01-01
Improve error handling for shader initialization
Joe Wilm
2016-12-31
Print nice error messages for font loading errors
Joe Wilm
2016-12-31
Propagate font rasterizer errors
Joe Wilm
2016-12-29
Fix pty read sometimes not triggering draw
Joe Wilm
2016-12-22
Implement visual component of mouse selections
Joe Wilm
2016-12-16
Misc formatting fixes
Joe Wilm
2016-12-16
Rustup and clippy
Joe Wilm
2016-12-12
Remove need for Rc<RefCell<_>> usage
Joe Wilm
2016-12-11
Display manages window, renderer, rasterizer
Joe Wilm