aboutsummaryrefslogtreecommitdiff
path: root/pinentry-dmenu.c
Commit message (Collapse)AuthorAge
* Regard GNUPGHOMEMoritz Luedecke2018-02-02
|
* Add repeat functionMoritz Luedecke2018-01-25
|
* Change the approach of prompt setupMoritz Luedecke2018-01-25
|
* Add new global variable pin_lenMoritz Luedecke2018-01-25
|
* Set pinentry->resultMoritz Luedecke2018-01-25
|
* Remove useless commentMoritz Luedecke2017-09-30
|
* Use the right buffer size to paste more than twelve charactersMoritz Luedecke2017-09-30
|
* Rewrite a comment and delete a unnecessary whitespaceMoritz Luedecke2017-09-25
|
* Add key bindings from dmenuMoritz Luedecke2017-09-25
|
* Don't delete the whole suffix when remove a symbol in the middle of the ↵Moritz Luedecke2017-09-24
| | | | passphrase
* Move all config variables into config.h and rename topbar to buttomMoritz Luedecke2017-09-15
|
* Fix indentationMoritz Luedecke2017-09-11
|
* Only allocate memory if neededMoritz Luedecke2017-09-10
|
* Add paste with Ctrl+VMoritz Luedecke2017-09-10
|
* Split keypress function in a WinConfirm and a WinPin branchMoritz Luedecke2017-09-10
|
* Bracket the parameter for sizeofMoritz Luedecke2017-09-10
|
* You can abort the dialog and password prompt with CTRL+CMoritz Luedecke2017-09-05
|
* Get out the home dir even if the user used sudo or logged in as rootMoritz Luedecke2017-09-05
|
* Fix memory leakMoritz Luedecke2017-08-28
|
* Add repeat functionalityMoritz Luedecke2017-08-27
|
* Use secure buffer from pinentryMoritz Luedecke2017-08-27
|
* Reformat commentsMoritz Luedecke2017-08-21
|
* Eliminate useless checksMoritz Luedecke2017-08-20
|
* Get winid from pinentry instead of dealing it by itselfMoritz Luedecke2017-08-20
|
* Remove unneded assignmentMoritz Luedecke2017-08-20
|
* Replace newline characters with whitespaceMoritz Luedecke2017-08-20
|
* Add cursorMoritz Luedecke2017-08-20
|
* Remove a delete noteMoritz Luedecke2017-08-20
|
* Remove unused variable and fix a warningMoritz Luedecke2017-08-20
|
* Rename option windowed to embeddedMoritz Luedecke2017-08-20
|
* Catch parameters '-W' and '--parent-wid' to get the window idMoritz Luedecke2017-08-20
|
* Format definesMoritz Luedecke2017-08-20
|
* Set config path to ~/.gnupg/pinentry-dmenu.confMoritz Luedecke2017-08-20
|
* Get settings from config file and extend color schemeMoritz Luedecke2017-08-20
|
* Fix uninitialized variable when call pinentry without descriptionMoritz Luedecke2017-08-15
|
* Remove unused codeMoritz Luedecke2017-08-15
|
* Add description at the right sideMoritz Luedecke2017-08-10
|
* Add confirm dialogMoritz Luedecke2017-08-01
|
* Revert some changes and add old code from dmenuMoritz Luedecke2017-08-01
|
* Add monitor supportMoritz Luedecke2017-07-30
|
* Fix code formationMoritz Luedecke2017-07-30