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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
window.rs
Age
Commit message (
Expand
)
Author
2019-01-02
Use default cursor instead of arrow in mouse mode
DarkDefender
2018-12-10
Upgrade to Rust 2018
Joe Wilm
2018-12-02
Request user attention when bell received in macOS
Barret Rennie
2018-11-19
Add option for launching Alacritty maximized
Jonathan Dahan
2018-11-10
Remove re-export of glutin size types
Christian Duerr
2018-11-10
Upgrade Glutin to v0.19.0
Matt Keeler
2018-11-01
Rework cursor configuration
Christian Duerr
2018-10-16
Add support for Windows (#1374)
Zac Pullar-Strecker
2018-09-20
Improve window.decorations options: (#1241)
Joe Moon
2018-09-19
Show hollow cursor for windows starting unfocused
Christian Duerr
2018-07-22
Add binding action for hiding the window
Josh Leeb-du Toit
2018-06-18
Override dynamic_title when --title is specified
Nathan Lilienthal
2018-06-07
Add working --class and --title CLI parameters
Tezkerek
2018-05-29
Update to glutin 0.16.0
Francesca Frangipane
2018-03-13
Try to create window with different SRGB config when failed
YOSHIOKA Takuma
2018-03-12
Enable SRGB (#1178)
らりお (YOSHIOKA Takuma)
2018-03-04
Remove all instances of unwrap() from config
Christian Duerr
2018-01-15
Spawn alacritty window as invisible
Christian Duerr
2017-12-24
Change mouse cursor on terminal mode change (#865)
Dustin
2017-12-23
Update glutin to v0.11
chetgurevitch
2017-12-22
Add new window section to config
Robert Günzler
2017-12-22
Add 'borderless' option
Robert Günzler
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-10-26
set_urgent on mac throws a warning (#867)
Ty Coghlan
2017-10-22
Change cursor from pointer to text (#778)
Dustin
2017-10-21
Set urgent WM flag on bell on X11 systems (#812)
Barret Rennie
2017-10-06
Revert "Update glutin & fix a few wayland issues (#815)"
Joe Wilm
2017-10-06
Update glutin & fix a few wayland issues (#815)
Victor Berger
2017-09-27
Use clippy = "*", update, and fix some warnings (#796)
Aaron Hill
2017-08-20
Add background_opacity option to set terminal transparency (#331)
Gabriel Martinez
2017-08-11
Fix warnings on macOS
Joe Wilm
2017-07-28
Don't panic when setting cursor visibility fails (#683)
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-05-27
Find and set $WINDOWID to X11 window ID (#586)
ns
2017-05-06
Add window padding option
Tuomas Siipola
2017-05-01
Support setting _NET_WM_PID in X11 environments
Joe Wilm
2017-02-22
hide mouse cursor mac os
Anders Rasmussen
2017-02-22
Set cursor only when its visibility changes
Tuomas Siipola
2017-02-22
Add hide cursor when typing option
Tuomas Siipola
2017-01-11
Add support for setting title from OSC
Joe Wilm
2017-01-06
Replace need for drop_types_in_const with lazy_static
Manish Goregaokar
2017-01-06
Added --title argument to set window title
Rudis Muiznieks
2016-12-29
Fix pty read sometimes not triggering draw
Joe Wilm
2016-12-16
Rustup and clippy
Joe Wilm
2016-12-11
Display manages window, renderer, rasterizer
Joe Wilm
2016-12-11
Add display impl for Points<T>
Joe Wilm
2016-12-11
Cleaning up main; Added window module
Joe Wilm