You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

65 lines
2.2 KiB

  1. 2012-06-02 i3lock 2.4.1
  2. • Bugfix: Correctly center unlock indicator after reconfiguring screens
  3. (Thanks xeen)
  4. • Bugfix: Revert shift lock handling (broke uppercase letters)
  5. • Bugfix: Skip shift when getting the modifier mask (Thanks SardemFF7)
  6. 2012-04-01 i3lock 2.4
  7. • Bugfix: Fix background color when using cairo (Thanks Pascal)
  8. • Only output text when in debug mode (fixes problems with xautolock)
  9. • fallback when the image cannot be loaded
  10. • Use (void) instead of () for functions without args (Thanks fernandotcl)
  11. 2012-03-15 i3lock 2.3.1
  12. • Fix compilation on some systems
  13. 2012-03-15 i3lock 2.3
  14. • Implement a visual unlock indicator
  15. • Support ISO_Level5_Shift and Caps Lock
  16. • Lock the password buffer in memory, clear it in RAM after verifying
  17. • Fork after the window is visible, not before
  18. • Bugfix: Copy the color depth from parent (root) window instead of
  19. hardcoding a depth of 24
  20. 2011-11-06 i3lock 2.2
  21. • Don’t re-grab pointer/keyboard on MappingNotify. In some rare situations,
  22. this lead to some keypresses "slipping through" to the last focused window.
  23. • Correctly handle Mode_switch/ISO_Level3_Shift
  24. • Render to a pixmap which is used as background for the window instead of
  25. copying contents on every expose event
  26. • Handle screen resolution changes while screen is locked
  27. • Manpage: document arguments for every option
  28. 2011-05-13 i3lock 2.1
  29. • Accept return/backspace when the buffer of 512 bytes is full
  30. • Handle numpad keys correctly
  31. • Handle MappingNotify events
  32. • Correctly check for errors when connecting to X11
  33. • Add i3lock.pam to not rely on debian’s /etc/pam.d/other anymore
  34. • don’t display debug output
  35. • add NOLIBCAIRO flag to permit compilation without cairo
  36. 2010-09-05 i3lock 2.0
  37. • Complete rewrite of i3lock. Now using xcb instead of Xlib.
  38. • When a window obscures i3lock, it pushes itself back to the top again.
  39. • Display version when starting with -v
  40. 2009-08-02 i3lock 1.1
  41. • Implement background pictures (-i) and colors (-c)
  42. 2009-05-10 i3lock 1.0
  43. • Implement PAM support
  44. • Implement options for forking, beeping, DPMS
  45. 2009-05-01 i3lock 0.9
  46. • First release, forked from slock 0.9