aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-09-24WIPglutin-0.17-upgradeChristian Duerr
2018-09-23Fix window resize with DPI changeChristian Duerr
2018-09-23Merge remote-tracking branch 'upstream/master' into glutin-0.17-upgradeChristian Duerr
2018-09-23Fix mesa rendering outside window borders on waylandtrimental
2018-09-20Fix config error with missing decorations fieldChristian Duerr
2018-09-20Improve window.decorations options: (#1241)Joe Moon
2018-09-20Fix Bracketed Paste Mode when input contains end sequence. (#1243)Aidan Epstein
2018-09-20Fix build failure on 32-bit machinesJohannes
2018-09-19Show hollow cursor for windows starting unfocusedChristian Duerr
2018-09-19Add hidden escape sequenceChristian Duerr
2018-09-18Set upper limit for scrollback history sizeChristian Duerr
2018-09-17Fix style issuesMatthias Krüger
2018-09-17Set COLORTERM variable to advertise 24-bit supportDavid Peter
2018-09-17Acknowledge first click on unfocused windows with bsd/linuxnolanl
2018-09-17Fix clippy lint in new unit testMatt Keeler
2018-09-17Merge branch 'master' into glutin-0.17-upgradeMatt Keeler
2018-09-17Bump version number to 0.2.0 (#1492)Christian Duerr
2018-09-05Fix substraction underflow with IL sequenceChristian Duerr
2018-09-02Implement `ansi::ClearMode::Saved`Nathan Lilienthal
2018-08-16Fix the cgmath::ortho invocation in update_projection.Matt Keeler
2018-08-15Scroll visible area when growing windowChristian Duerr
2018-08-10Fix formatting and resize conversion commentChristian Duerr
2018-08-10Use/Mutate the DPR within the ActionContext for handling ResizeMatt Keeler
2018-08-09Handle HiDpiFactorChanged event better to update cached DPRMatt Keeler
2018-08-08Make scale_with_dpi config warning yellowMatt Keeler
2018-08-07Update comment about why to deserialize scale_with_dpiMatt Keeler
2018-08-07Don’t panic if config contains scale_with_dpiMatt Keeler
2018-08-07Clippy Fixes and Glutin 0.18/Winit 0.17Matt Keeler
2018-08-07Update padding calculationsMatt Keeler
2018-08-07Get rid of some flooring in calculationsMatt Keeler
2018-08-07Attach fixed DPR to resize eventsChristian Duerr
2018-08-07Scale padding with DPRMatt Keeler
2018-08-07Whitespace fixesMatt Keeler
2018-08-07Get new dpr earlier and use it in calculating any new physical sizeMatt Keeler
2018-08-07Fix syntax error in hidpi eventChristian Duerr
2018-08-07Update glyph cache on DPI changeChristian Duerr
2018-08-07Fix initial calculations of window size based on the columns/lines preferencesMatt Keeler
2018-08-07Fix unit testsChristian Duerr
2018-08-07Fix selectionChristian Duerr
2018-08-07Update to glutin 0.17Matt Keeler
2018-08-03Reset visible area when RIS is receivedChristian Duerr
2018-07-28Merge branch 'master' into scrollbackChristian Duerr
2018-07-28Merge master into scrollbackChristian Duerr
2018-07-26Fix trailing colors when leaving vim after resizeChristian Duerr
2018-07-26Replace runtime debug assertions with static asserts on scrollbackTh3Fanbus
2018-07-25Ignore errors when logger can't write to outputChristian Duerr
2018-07-25Fix clippy lints and run font tests on travisMatthias Krüger
2018-07-23Add optional dim foreground colorRémi Garde
2018-07-22Add binding action for hiding the windowJosh Leeb-du Toit
2018-07-21Allow specifying modifiers for mouse bindingsChristian Duerr