| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Empty password must be doubledHEADmaster | ache | 2022-11-06 |
| | | |||
| * | Increase spinner speed | ache | 2022-11-06 |
| | | |||
| * | Show date | ache | 2022-11-06 |
| | | |||
| * | Locale set | ache | 2022-11-06 |
| | | |||
| * | Don't validate an empty password | ache | 2022-05-02 |
| | | |||
| * | Change the logo panel color | ache | 2021-10-01 |
| | | |||
| * | New logo panel | ache | 2021-10-01 |
| | | |||
| * | Don't show the "Authenticating..." prompt until after a short delay | James Magahern | 2021-05-22 |
| | | |||
| * | Fix bug where auth screen appears black on some systems | James Magahern | 2020-06-07 |
| | | | | | | | | | I'm not sure why, but apparently some systems or versions of xsecurelock pass the root window as `XSCREENSAVER_WINDOW`, and others will pass the child window. Based on the implementation of `auth_x11` in the xsecurelock source, it looks like we should always assume this is a child window, so we should query the parent window when creating our child window. | ||
| * | Clean up the cursor animation a bit | James Magahern | 2019-02-09 |
| | | | | | Now the cursor won't start fading again until a short delay after the last keypress | ||
| * | Need to make sure to mark pw field as dirty when updating via xsl input too | James Magahern | 2019-02-09 |
| | | |||
| * | Remove now unnecessary hack for multiple monitors | James Magahern | 2019-02-09 |
| | | |||
| * | Some potentially unnecessary performance optimizations | James Magahern | 2019-02-09 |
| | | | | | | Keep track of which "layers" are dirty using a bitfield, and only redraw the ones that are dirty. | ||
| * | Multi-monitor support | James Magahern | 2019-02-09 |
| | | | | | Use BUZZLOCKER_MONITOR_NUM to specify which monitor you want the locker to appear on. 0 is the primary one | ||
| * | Animate with easing function | James Magahern | 2019-01-27 |
| | | |||
| * | Some code cleanup | James Magahern | 2019-01-27 |
| | | |||
| * | Spinner animation and tweaks to memory management | James Magahern | 2019-01-20 |
| | | |||
| * | Red flash animation on bad password | James Magahern | 2019-01-20 |
| | | |||
| * | Fade out password | James Magahern | 2019-01-20 |
| | | |||
| * | Cursor fade anim tweak | James Magahern | 2019-01-20 |
| | | |||
| * | Animation support. Logo animates in and out now | James Magahern | 2019-01-20 |
| | | |||
| * | Also don't allow input in xsecurelock path (TODO: unify these) | James Magahern | 2019-01-20 |
| | | |||
| * | Little code optimization here | James Magahern | 2019-01-20 |
| | | |||
| * | Sensible framerate | James Magahern | 2019-01-20 |
| | | |||
| * | Get default height/width from X11 | James Magahern | 2019-01-20 |
| | | |||
| * | Changes to get it to work with xsecurelock | James Magahern | 2019-01-19 |
| | | | | | | Only thing left to do is to get it to read the screen dimensions, since apparently we don't get window changed events. | ||
| * | Authentication now works | James Magahern | 2019-01-19 |
| | | |||
| * | Start working on accept anim | James Magahern | 2019-01-19 |
| | | |||
| * | Switch to using gresources for svgs | James Magahern | 2019-01-19 |
| | | |||
| * | Started to split x11 stuff to separate files | James Magahern | 2019-01-18 |
| | | |||
| * | Split out to render.c | James Magahern | 2019-01-18 |
| | | |||
| * | Move to meson build system. very cool | James Magahern | 2019-01-18 |