- 26 Apr, 2013 4 commits
-
-
Werner Koch authored
-
Andre Heinecke authored
* autogen.sh <build-w32>: Insert i686-w64-mingw32. * configure.ac: Pretty print final info.
-
Andre Heinecke authored
* w32/main.c (lock_set_foreground_window): Remove WINUSERAPI qualifier. -- WINUSERAPI is expanded to dllimport which is not what we want if we load the symbol at runtime. This produces an error with mingw-w64 4.6.3-14+8 (backport from a gpg4win patch)
-
Andre Heinecke authored
* w32/pinentry-w32.rc: Include windows.h -- MSDN says that to use the Dialog Styles one should include windows.h and this is also necessary with at least mingw-w64 4.6.3-14+8 otherwise there is a syntax error because the DS_* macros are not defined (backport from gpg4win patch)
-
- 04 Mar, 2013 1 commit
-
-
Thomas Gries authored
--
-
- 16 Feb, 2013 1 commit
-
-
Ben Kibbey authored
-
- 14 Feb, 2013 3 commits
-
-
Ben Kibbey authored
-
Ben Kibbey authored
* gtk+-2/pinentry-gtk-2.c (create_window): Add timer. (timeout_cb): New.
-
Ben Kibbey authored
* pinentry/pinentry-curses.c (dialog_run): Set the window input to non-blocking. (catchsig): New. (main): Catch SIGALRM and set the timeout.
-
- 05 Jan, 2013 1 commit
-
-
Ben Kibbey authored
When timeout == 0 a segfault would occur.
-
- 08 Aug, 2012 7 commits
-
-
Werner Koch authored
--
-
Werner Koch authored
-
Werner Koch authored
* Makefile.am (AUTOMAKE_OPTIONS): New.
-
Werner Koch authored
-
Werner Koch authored
* config.guess, config.sub: Update to version 2012-07-31 from gnulib.
-
Werner Koch authored
* build-aux/gitlog-to-changelog: New script. Taken from GnuPG. * build-aux/git-log-fix: New file. * build-aux/git-log-footer: New file. * doc/HACKING: Describe the ChangeLog policy * ChangeLog: New file. * Makefile.am (EXTRA_DIST): Add new files. (gen-ChangeLog): New. (dist-hook): Run gen-ChangeLog. Rename existing ChangeLog files to ChangeLog-old.
-
Werner Koch authored
* configure.ac: Add all the required m4 magic. -- See the notes in configure.ac and how to do a non-beta release.
-
- 10 Aug, 2011 2 commits
-
-
Werner Koch authored
Also add a gitignore file.
-
Daiki Ueno authored
-
- 28 Jun, 2011 1 commit
-
-
Werner Koch authored
Actually this property is only used by GtkTreeView which we don't use. However newer gtk versions require this to be a property and thus we implement it as a dummy.
-
- 27 Jun, 2011 1 commit
-
-
Ben Kibbey authored
This adds a new pinentry command SETTIMEOUT and pinentry command line option --timeout to set the number of seconds until the pinentry dialog closes itself (default is 60 seconds). Only the qt4 program has been modified to make use of it. The timer is cancelled when user input is detected. For confirmation dialog boxes with a Cancel button, the button press is emulated after the timer expires. For a confirmation box without a Cancel button, nothing happens.
-
- 03 Jan, 2011 1 commit
-
-
Werner Koch authored
-
- 16 Dec, 2010 1 commit
-
-
Werner Koch authored
-
- 19 Oct, 2010 1 commit
-
-
Werner Koch authored
-
- 12 Oct, 2010 1 commit
-
-
Werner Koch authored
-
- 30 Sep, 2010 1 commit
-
-
Werner Koch authored
-
- 22 Sep, 2010 1 commit
-
-
Werner Koch authored
-
- 19 Aug, 2010 2 commits
-
-
Werner Koch authored
-
Werner Koch authored
-
- 08 Jun, 2010 1 commit
-
-
Werner Koch authored
-
- 12 May, 2010 2 commits
-
-
Werner Koch authored
-
Werner Koch authored
-
- 07 May, 2010 2 commits
-
-
Werner Koch authored
Fix bug#1162. This finally allows me to use the pinentry on my kfreebsd laptop without fearing it pops up below other windows and grabs the keyboard.
-
Werner Koch authored
-
- 26 Apr, 2010 1 commit
-
-
Werner Koch authored
-
- 20 Apr, 2010 1 commit
-
-
Marcus Brinkmann authored
* pinentry/pinentry.c: Move include config.h to top!
-
- 19 Apr, 2010 1 commit
-
-
Werner Koch authored
-
- 16 Apr, 2010 1 commit
-
-
Marcus Brinkmann authored
* secmem/util.c: Fix inverted test.
-
- 14 Apr, 2010 2 commits
-
-
Werner Koch authored
-
Werner Koch authored
-