]> git.sur5r.net Git - i3/i3lock/shortlog
i3/i3lock
2014-07-18 Michael Stapelbergupdate the changelog/readme for 2.6 2.6
2014-06-21 Michael Stapelbergremove obsolete xkb_state_update_key() calls (Thanks...
2014-06-21 Michael Stapelberglisten for XKB events instead of the MappingNotify...
2014-06-21 Michael Stapelberglittle cleanups thanks to Ran Benita’s review
2014-06-21 Michael Stapelberguse libxkbcommon-x11 instead of libX11
2014-05-02 Michael StapelbergScale the unlock indicator (for retina displays)
2014-03-23 Vytautas ŠaltenisCleanup scattered timer calls to use macros
2014-03-23 Vytautas ŠaltenisIgnore empty passwd after repeated Enter keypress
2014-03-23 Vytautas ŠaltenisFix typo in manual
2014-03-23 Vytautas ŠaltenisFix typo
2014-03-23 Vytautas ŠaltenisDiscard half-entered passwd after some inactivity
2014-03-23 Vytautas ŠaltenisDelay to turn off the screen after wrong passwd
2014-03-16 TheKKReplace '1' with "EXIT_FAILURE"
2014-03-11 Vytautas ŠaltenisExtract start/stop timer code to reusable funcs
2014-03-11 Vytautas ŠaltenisExtract if(dpms) calls to wrapper functions
2013-11-12 Philippe VirouleauTurn on the screen on successful authentication
2013-11-10 Michael StapelbergRe-raise i3lock when obscured in a separate process
2013-11-10 Michael StapelbergRevert "Run authentification in different process"
2013-11-10 Michael StapelbergRevert "Bug fix: Call clear_input() when the password...
2013-10-20 obliqueBug fix: Call clear_input() when the password is wrong.
2013-09-19 koebiRun authentification in different process
2013-09-09 Vincent BernatSmall improvements to manual page.
2013-09-01 Michael StapelbergBugfix: update the initial keyboard modifier state...
2013-08-31 Michael StapelbergAdd -e to --help
2013-08-31 Vincent BernatAdd `-e` option to not validate empty password.
2013-07-30 Bas PapeUse cairo_status_to_string for descriptive errors.
2013-06-09 Michael Stapelbergadd xcb-atom to pkg-config calls 2.5
2013-06-09 Michael Stapelbergupdate changelog for 2.5
2013-04-11 Axel WagnerSet window name
2013-03-29 Sebastian UllrichFix centering the indicator in the no-xinerama case
2013-03-29 Michael Stapelbergfix ctrl-u handling
2013-03-29 Sebastian UllrichFix resetting the password after failed authentications
2013-03-24 Philip DexterAdd ctrl+u password reset
2013-03-20 Baptiste DaroussinUse ev_loop_fork after fork, this fix forking on kqueue...
2013-02-10 Michael StapelbergREADME: refer to cr.i3wm.org for patches
2013-02-07 Quentin GlidicLimit the debug print to the actual password size
2012-12-06 Vivien DidelotRGB color notation is 3-byte hexadecimal
2012-11-04 Moritz AugsburgerAllow passwordless PAM conversations (e.g. fingerprint)
2012-11-04 Moritz AugsburgerAllow XKB_KEY_XF86ScreenSaver as synonm for enter
2012-10-26 Michael Stapelbergremove support for NOLIBCAIRO, cairo-xcb is widespread...
2012-10-26 Michael StapelbergREADME: remove unhelpful comment about pkg-config
2012-10-26 Michael Stapelberguse libxkbcommon for input handling
2012-10-26 Michael Stapelbergbugfix: free(reply) to avoid memory leak
2012-10-15 Michael Stapelbergs/pam_message/pam_response/ (Thanks Tucos)
2012-09-26 Michael Stapelbergpromote the "could not load image" message from debug...
2012-08-22 Michael Stapelbergonly use mlock() on Linux, FreeBSD (for example) requir...
2012-06-29 Fernando Tarlá... getopt_long returns int, don't cast to char.
2012-06-02 Michael Stapelbergupdate changelog for 2.4.1 2.4.1
2012-05-30 Michael Stapelbergskip shift when getting the modifier mask (Thanks Sarde...
2012-05-30 Michael Stapelbergrevert shift lock handling (broke uppercase letters)
2012-05-19 Michael StapelbergBugfix: Correctly center unlock indicator after reconfi...
2012-04-07 Michael Stapelbergremove debian/
2012-04-07 Michael Stapelbergadd .gitignore
2012-04-01 Michael Stapelbergadd CHANGELOG file 2.4
2012-04-01 Michael StapelbergUse (void) instead of () for functions without args...
2012-03-28 Michael StapelbergBugfix: fallback when the image cannot be loaded
2012-03-26 Michael StapelbergOnly output text when in debug mode (fixes problems...
2012-03-26 Michael StapelbergBugfix: Fix background color when using cairo (Thanks...
2012-03-15 Michael Stapelbergdebian: update changelog for 2.3.1 2.3.1
2012-03-15 Michael Stapelbergfix compilation on some systems (Thanks badboy)
2012-03-15 Michael Stapelbergdebian: fix packaging format to 1.0 for now 2.3
2012-03-15 Michael Stapelbergdebian: remove duplicate priority field
2012-03-15 Michael Stapelbergmanpage: add -u flag in synopsis
2012-03-15 Michael Stapelbergmanpage: hyphen
2012-03-15 Michael Stapelbergdebian: update packaging
2012-03-15 Michael StapelbergREADME: also add libev to dependencies
2012-03-15 Michael Stapelbergdocument the dependency on libxcb-xinerama
2012-03-10 Michael StapelbergProperly handle Caps Lock (Thanks Damien)
2012-02-23 Maik Fischerman page: mention xautolock
2012-01-15 Michael StapelbergBugfix: Copy the color depth from parent (root) window...
2012-01-07 Simon KämpeAdded missing #ifndef NOLIBCAIRO
2012-01-05 Michael StapelbergBugfix: Check for waiting X11 events before entering...
2012-01-05 Michael StapelbergChange the unlock indicator properly after pressing...
2012-01-04 Michael Stapelbergdebian: add libxcb-xinerama0-dev as build-dependency
2012-01-04 Michael Stapelbergdraw the unlock indicator in the middle of every screen
2012-01-03 Michael StapelbergImplement Xinerama support (not used yet)
2012-01-03 Michael StapelbergFix a few memory leaks
2012-01-03 Michael StapelbergProperly free timeouts, move one of the timeouts to...
2012-01-03 Michael Stapelbergremove the dead variable modeswitchmask
2012-01-03 Michael StapelbergProperly free the reply of xcb_get_geometry
2012-01-03 Michael StapelbergRefactor the unlock indicator into its own source code...
2012-01-03 Michael StapelbergFork after the window is visible, not before
2012-01-03 Michael Stapelbergchange ALL the copyrights!
2012-01-03 Michael StapelbergLock the password buffer in memory, clear it in RAM...
2011-12-30 Michael Stapelbergsupport ISO_Level5_Shift (Thanks roland)
2011-12-29 Michael StapelbergFix the timeouts for hiding the unlock indicator (Thank...
2011-12-28 Michael StapelbergProperly free X11 resources (fixes DoS bug) (Thanks...
2011-12-28 Michael StapelbergImplement a visual unlock indicator
2011-11-06 Michael Stapelbergdebian: update packaging to use dpkg-buildflags, i3lock... 2.2
2011-11-06 Michael StapelbergMakefile: add 'dist' target
2011-11-06 Michael StapelbergProperly implement -h (fixes error message about unknow...
2011-11-06 Michael StapelbergGet rid of superfluous \n in --version
2011-11-06 Michael Stapelbergupdate debian/changelog
2011-10-30 Michael StapelbergBugfix: Properly detect the release of ISO_Level3_Shift...
2011-10-29 Michael StapelbergIntroduce --debug and some debugging options related...
2011-10-29 Michael StapelbergCorrectly handle Mode_switch/ISO_Level3_Shift (Thanks...
2011-10-24 Michael StapelbergBugfix: Don’t re-grab pointer/keyboard on MappingNotify...
2011-09-25 Michael Stapelbergmanpage: mention arguments in OPTIONS section, too...
2011-09-25 Michael StapelbergThrow an error when specifying an invalid pointer argum...
2011-08-23 Thorsten TöpperFixed handle_screen_resize to build with NOLIBCAIRO...
next