- 03 Mar, 2010 1 commit
-
-
Werner Koch authored
-
- 02 Mar, 2010 1 commit
-
-
Werner Koch authored
-
- 19 Feb, 2010 3 commits
-
-
Werner Koch authored
The QT2 Version does ow uild on GNU.
-
Werner Koch authored
-
Werner Koch authored
-
- 17 Feb, 2010 1 commit
-
-
Werner Koch authored
-
- 16 Feb, 2010 2 commits
-
-
Werner Koch authored
-
Werner Koch authored
Note: It does not build.
-
- 16 Dec, 2009 1 commit
-
-
Marcus Brinkmann authored
* gtk+-2/gtksecentry.c: Don't translate properties. Patch by Guido Guenther <agx@sigxcpu.org>.
-
- 02 Dec, 2009 1 commit
-
-
Werner Koch authored
-
- 10 Aug, 2009 1 commit
-
-
Marcus Brinkmann authored
* pinentry/pinentry.c [!ENABLE_ENHANCED]: Remove option enhanced. * pinentry/pinentry.h (struct pinentry) [!ENABLE_ENHANCED]: Remove member enhanced. * gtk+-2/pinentry-gtk-2.c: New macro. (button_clicked, create_window) [!ENABLE_ENHANCED]: Disable code. * gtk/pinentry-gtk.c (button_clicked, create_window): Likewise. * doc/pinentry.texi (Using pinentry): Comment out enhanced option.
-
- 13 Jul, 2009 1 commit
-
-
Marcus Brinkmann authored
* qt4/pinentrydialog.cpp (PinEntryDialog): Redesign the dialog to be prettier.
-
- 19 Jun, 2009 5 commits
-
-
Marcus Brinkmann authored
* configure.ac: Post-release changes.
-
Marcus Brinkmann authored
Release version 0.7.6. * configure.ac: Bump version.
-
Marcus Brinkmann authored
* doc/pinentry.texi (Using pinentry): Fix typo.
-
Marcus Brinkmann authored
* gtk+-2/gtksecentry.c (gtk_secure_entry_class_init): Don't install "gtk-entry-select-on-focus" settings property since it clashes with the one from GtkEntry. (gtk_secure_entry_grab_focus): Create a temporary GtkEntry widget to read that value instead. Allows to have GtkEntry and GtkSecureEntry in the same process.
-
Marcus Brinkmann authored
Suggested by Simon McVittie: * gtk+-2/gtksecentry.c (g_malloc, g_realloc, g_free): Renamed to secentry_malloc, secentry_realloc. (g_malloc0): Removed. (GMALLOC_SIZE): Move to ... * gtk+-2/gtksecentry.h (GMALLOC_SIZE): ... here. (secentry_malloc, secentry_realloc, secentry_free): New prototypes. * gtk+-2/pinentry-gtk-2.c (main): Set memory allocation vtable.
-
- 04 May, 2009 1 commit
-
-
Marcus Brinkmann authored
* qt4/main.cpp (qt_cmd_handler): Use WId instead of HWND.
-
- 14 Apr, 2009 1 commit
-
-
Marcus Brinkmann authored
* pinentry/pinentry.h (struct pinentry): New member NOTOK. Rename member USER_CLOSED to CANCELED. * pinentry/pinentry.c: Add initializer for NOTOK. (register_commands): Add SETNOTOK. * pinentry/pinentry-curses.c (STRING_NOTOK): New macro. (dialog_pos_t): New value DIALOG_POS_NOTOK. (struct dialog): New members notok, notok_x, notok_y. (dialog_create): Implement NOTOK. (dialog_switch_pos): Likewise. (dialog_run): Likewise. * gtk+-2/pinentry-gtk-2.c: Rename confirm_yes to confirm_value. (confirm_value_t): New type. Use it for confirm_value. (window_closed): Remove. (confirm_button_clicked): Set confirm_value. (create_window): Implement NOTOK. (gtk_cmd_handler): Implement cancel behaviour a bit differently.
-
- 09 Apr, 2009 1 commit
-
-
Marcus Brinkmann authored
* qt4/qsecurelineedit.h (QSecureLineEdit): Don't export.
-
- 06 Apr, 2009 1 commit
-
-
Marcus Brinkmann authored
* configure.ac: Portability fixes.
-
- 03 Apr, 2009 7 commits
-
-
Marcus Brinkmann authored
* qt4/Makefile.am (pinentry_qt4_SOURCES): Add qsecurelineedit_p.h.
-
Marcus Brinkmann authored
* secmem/Makefile.am (libsecmem_a_SOURCES): Add secmem++.h.
-
Marcus Brinkmann authored
* qt4/Makefile.am (pinentry_qt4_SOURCES): Add pinentrydialog.moc and qsecurelineedit.moc.
-
Marcus Brinkmann authored
-
Marcus Brinkmann authored
* configure.ac: Incorporate revision number in version string.
-
Marcus Brinkmann authored
* qt4/qsecurelineedit.moc, qt4/main.cpp, qt4/pinentrydialog.moc, qt4/qsecurelineedit.cpp, qt4/pinentrydialog.cpp, qt4/pinentrydialog.h: Implement quality bar and grabbing. * qt4/pinentrydialog.cpp (PinEntryDialog): Enable word wrapping.
-
Marcus Brinkmann authored
* qt4/main.cpp (qt_cmd_handler): Cast window handle ID.
-
- 19 Mar, 2009 1 commit
-
-
Werner Koch authored
closed the window. Only Gtk+-2 for now.
-
- 20 Feb, 2009 1 commit
-
-
Marcus Brinkmann authored
* secmem/secmem++.h: New file.
-
- 19 Feb, 2009 1 commit
-
-
Marcus Brinkmann authored
* qt4/Makefile.am, qt4/main.cpp, qt4/pinentrydialog.cpp, qt4/pinentrydialog.h: Changes to use secure memory. * qt4/pinentrydialog.moc, qt4/qsecurelineedit.moc: New files. * qt4/qsecurelineedit.cpp, qt4/qsecurelineedit.h, qt4/qsecurelineedit_p.h, qt4/secstring.h, qt4/secstring.cpp: New files. Submitted by Marc Mutz <marc@kdab.net>.
-
- 08 Dec, 2008 1 commit
-
-
Werner Koch authored
-
- 12 Nov, 2008 1 commit
-
-
Werner Koch authored
-
- 17 Oct, 2008 1 commit
-
-
Werner Koch authored
-
- 25 Jul, 2008 2 commits
-
-
Marcus Brinkmann authored
* qt4/Makefile.am (DISTCLEANFILES): Rename to CLEANFILES. (BUILD_SOURCES): New.
-
Marcus Brinkmann authored
* configure.ac: Prefer pinentry gtk2 over gtk. Now also choose qt4 (after qt and before w32 native). * README: Document Qt.
-
- 24 Jul, 2008 1 commit
-
-
Marcus Brinkmann authored
* qt4/pinentrydialog.h, qt4/pinentrydialog.cpp, qt4/main.cpp, qt4/Makefile.am: New files. * configure.ac: Add check for Qt4. (AC_CONFIG_FILES): Add qt4/Makefile.am. * Makefile.am (pinentry_qt4): New variable. (SUBDIRS): Add ${pinentry_qt4}.
-
- 23 Jul, 2008 1 commit
-
-
Werner Koch authored
-
- 04 May, 2008 2 commits
-
-
Marcus Brinkmann authored
-
Marcus Brinkmann authored
* gtk+-2/gtksecentry.c (GMALLOC_SIZE): New symbol. (g_malloc, g_malloc0, g_realloc): Use GMALLOC_SIZE instead of gulong for size attribute.
-