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.

58 lines
2.0 KiB

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