]> git.sur5r.net Git - i3/i3lock/history - i3lock.c
little cleanups thanks to Ran Benita’s review
[i3/i3lock] / i3lock.c
2014-06-21 Michael Stapelberglittle cleanups thanks to Ran Benita’s review
2014-06-21 Michael Stapelberguse libxkbcommon-x11 instead of libX11
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
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-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-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-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 Stapelberguse libxkbcommon for input handling
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á Car... getopt_long returns int, don't cast to char.
2012-05-30 Michael Stapelbergrevert shift lock handling (broke uppercase letters)
2012-05-19 Michael StapelbergBugfix: Correctly center unlock indicator after reconfi...
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-10 Michael StapelbergProperly handle Caps Lock (Thanks Damien)
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-03 Michael StapelbergImplement Xinerama support (not used yet)
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 StapelbergProperly implement -h (fixes error message about unknow...
2011-11-06 Michael StapelbergGet rid of superfluous \n in --version
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 StapelbergThrow an error when specifying an invalid pointer argum...
2011-08-23 Thorsten TöpperFixed handle_screen_resize to build with NOLIBCAIRO...
2011-08-17 Stefan Breunighandle screen resolution images and redraw the lock...
2011-04-02 Michael Stapelbergoptimization: render to pixmap which is used as backgro...
2011-04-02 Michael StapelbergMark handle_visibility_notify and handle_mapping_notify...
2011-03-13 Michael Stapelbergcleanup indention left-overs 2.1
2011-03-13 Michael Stapelbergbump copyright
2011-03-13 Michael StapelbergHandle MappingNotify-events (Thanks Pascal)
2011-01-15 Michael StapelbergBugfix: correctly check for errors when connecting...
2010-11-09 Michael Stapelbergadd XK_KP_Enter as synonym for XK_Return
2010-11-08 Michael StapelbergBugfix: Handle numpad keys correctly (Thanks Pascal)
2010-11-06 Michael StapelbergBugfix: When entering 512 characters, you could use...
2010-10-06 Michael StapelbergAdd a hint to the error message 'unknown option' when...
2010-10-06 Thorsten TöpperMake it possible to build i3lock without cairo.
2010-09-09 Michael Stapelbergcomment out debug output (Thanks Ciprian)
2010-07-23 Michael Stapelbergprint version number when invoked with -v 2.0
2010-07-20 Michael StapelbergRe-implement tiling of image (-t)
2010-07-20 Michael StapelbergFix compilation warning by including cairo-xcb
2010-07-20 Axel WagnerPort the pointer-code to xcb
2010-07-20 Michael Stapelbergdisable debug output which reveals the password
2010-07-20 Michael StapelbergRaise the i3lock window upon visibility notifies
2010-07-20 Michael Stapelbergmake event loop simpler (Thanks to Jamey Sharp)
2010-07-16 Michael Stapelbergerr, xcb_image is not actually used
2010-07-16 Michael Stapelbergs/arry/array
2010-07-16 Michael StapelbergInitial commit of the XCB rewrite of i3lock
2010-07-09 Axel WagnerImplement showing the default X- or a hardcoded Windows...
2009-12-10 Michael StapelbergSkip keypresses without entering a password, they cause...
2009-08-02 Michael StapelbergSome small cleanups
2009-08-02 Jan-Erik Redigeradding option to enable tiling of images
2009-08-02 Michael StapelbergSkip leading # signs for the color, fix input validation
2009-08-02 Jan-Erik Redigeradding option to choose background color
2009-06-27 Michael StapelbergHandle error codes when loading the pixmap
2009-06-27 Jan-Erik Redigeri3lock now can use xpm images as background
2009-05-10 Michael StapelbergImplement options for forking, beeping and DPMS. Bump...
2009-05-10 Michael StapelbergImplement PAM support (and retab! the file)
2009-03-11 Michael StapelbergAdd a manpage and install it, update debian description
2009-03-11 Michael StapelbergInitial import of i3lock 0.9