aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Empty password must be doubledHEADmasterache2022-11-06
|
* Increase spinner speedache2022-11-06
|
* Show dateache2022-11-06
|
* Locale setache2022-11-06
|
* Update spinnerache2022-11-06
|
* Don't validate an empty passwordache2022-05-02
|
* Update READMEache2021-10-01
| | | | Especialy the copyright and the screenshots.
* Change the logo panel colorache2021-10-01
|
* Add my logoache2021-10-01
|
* New logo panelache2021-10-01
|
* Don't show the "Authenticating..." prompt until after a short delayJames Magahern2021-05-22
|
* Fix bug where auth screen appears black on some systemsJames Magahern2020-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.
* Fix mistake in READMEJames Magahern2020-01-15
| | | /etc/environment should not include `xsecurelock`
* Clean up the cursor animation a bitJames Magahern2019-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 tooJames Magahern2019-02-09
|
* Remove now unnecessary hack for multiple monitorsJames Magahern2019-02-09
|
* Some potentially unnecessary performance optimizationsJames Magahern2019-02-09
| | | | | Keep track of which "layers" are dirty using a bitfield, and only redraw the ones that are dirty.
* Multi-monitor supportJames Magahern2019-02-09
| | | | Use BUZZLOCKER_MONITOR_NUM to specify which monitor you want the locker to appear on. 0 is the primary one
* Slight adjustment to the screenshotJames Magahern2019-01-31
|
* Add READMEJames Magahern2019-01-27
|
* Animate with easing functionJames Magahern2019-01-27
|
* Some code cleanupJames Magahern2019-01-27
|
* Spinner animation and tweaks to memory managementJames Magahern2019-01-20
|
* Red flash animation on bad passwordJames Magahern2019-01-20
|
* Fade out passwordJames Magahern2019-01-20
|
* Cursor fade anim tweakJames Magahern2019-01-20
|
* Animation support. Logo animates in and out nowJames Magahern2019-01-20
|
* Also don't allow input in xsecurelock path (TODO: unify these)James Magahern2019-01-20
|
* Little code optimization hereJames Magahern2019-01-20
|
* Sensible framerateJames Magahern2019-01-20
|
* Get default height/width from X11James Magahern2019-01-20
|
* Changes to get it to work with xsecurelockJames Magahern2019-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 worksJames Magahern2019-01-19
|
* Start working on accept animJames Magahern2019-01-19
|
* Switch to using gresources for svgsJames Magahern2019-01-19
|
* Started to split x11 stuff to separate filesJames Magahern2019-01-18
|
* Split out to render.cJames Magahern2019-01-18
|
* Move to meson build system. very coolJames Magahern2019-01-18
|
* gitignoreJames Magahern2019-01-18
|
* Remove debug statementJames Magahern2019-01-16
|
* Some metrics tweaksJames Magahern2019-01-16
| | | | might need to look into scale
* Password visualizationJames Magahern2019-01-16
| | | | TODO: control keys (like ctrl-a and ctrl-u)
* Respond to window size eventsJames Magahern2019-01-16
|
* Logo via SVG!James Magahern2019-01-16
|
* Some organization and fading cursorJames Magahern2019-01-16
|
* HygieneJames Magahern2019-01-16
|
* Got a basic window goingJames Magahern2019-01-16