- 20 Nov, 2002 1 commit
-
-
Werner Koch authored
lines than to go into an infinite loop. We need to implement word wrap. (dialog_run): Add DIALOG_POS_NONE to switch so prevent a warning.
-
- 12 Nov, 2002 1 commit
-
-
Werner Koch authored
to version 2002-11-08.
-
- 09 Nov, 2002 2 commits
-
-
Werner Koch authored
-
Werner Koch authored
-
- 08 Nov, 2002 1 commit
-
-
Werner Koch authored
* pinentry/pinentry.c (pinentry_utf8_to_local): this. Changed callers. (pinentry_local_to_utf8): New. (cmd_getpin): Convert result back to UTF-8. * gtk/pinentry-gtk.c (create_utf8_label): New. (create_window): Use it here to set the prompts.
-
- 05 Nov, 2002 1 commit
-
-
Werner Koch authored
* gtk/pinentry-gtk.c (enter_callback): Changed argument name to avoid shadowing warning. (create_window): Removed unused variable I. (ok): Not used, commented. * pinentry/pinentry.c: Include headers for getpid and sleep prototypes. * secmem/util.h: Correctly declare functions taking no args. * gtk/pinentry-gtk.c: Move gtk headers to the top to avoid compiler warnings about shadowing index etc. * curses/pinentry-curses.c: Include stdio.h for the printf prototype. * pinentry/pinentry-curses.c (dialog_switch_pos): Return a value. * pinentry/pinentry.c (pinentry_have_display): New. (pinentry_setbufferlen): Must return a value. Fixed documentation. (usage): Print a question mark as a substitue for the program name. * gtk/pinentry-gtk.c (main): use it here instead of getenv(). * qt/main.cpp (main): Ditto.
-
- 11 Oct, 2002 2 commits
-
-
Werner Koch authored
* gpl.texi, fdl.texi: Added these standard files.
-
Werner Koch authored
-
- 30 Sep, 2002 3 commits
-
-
Werner Koch authored
-
Werner Koch authored
-
Werner Koch authored
value is returned. * configure.ac: Use -Wall also for C++.
-
- 19 Aug, 2002 1 commit
-
-
Steffen Hansen authored
-
- 11 Aug, 2002 1 commit
-
-
Steffen Hansen authored
-
- 27 Jul, 2002 2 commits
-
-
Marcus Brinkmann authored
-
Marcus Brinkmann authored
-
- 04 Jul, 2002 1 commit
-
-
Steffen Hansen authored
-
- 26 Jun, 2002 1 commit
-
-
Werner Koch authored
-
- 14 Jun, 2002 2 commits
-
-
Steffen Hansen authored
-
Steffen Hansen authored
new option --parent-wid=<win-id> (also available via the assuan OPTION command) for creating the dialogs with the right position and transient hints
-
- 22 May, 2002 1 commit
-
-
Steffen Hansen authored
-
- 13 May, 2002 2 commits
-
-
Marcus Brinkmann authored
-
Marcus Brinkmann authored
Released 0.6.2. * configure.ac: Set version number to 0.6.2. * NEWS: Add information for 0.6.2. * README: Update for release.
-
- 10 May, 2002 1 commit
-
-
Steffen Hansen authored
-
- 09 May, 2002 4 commits
-
-
Steffen Hansen authored
-
Steffen Hansen authored
-
Marcus Brinkmann authored
-
Marcus Brinkmann authored
* configure.ac: Add option --enable-fallback-curses and bind it to the ncurses check. Add automake conditional BUILD_LIBPINENTRY_CURSES and FALLBACK_CURSES. Add preprocessor symbol FALLBACK_CURSES. * curses/Makefile.am (AM_CPPFLAGS): Add $(NCURSES_INCLUDE). (LDADD): Add ../pinentry/libpinentry-curses.a. * curses/pinentry-curses.c: Include "pinentry-curses.h". Moved most of the meat to ... * pinentry/pinentry-curses.c: ... here. New file. Make all functions and global variables static. (dialog_cmd_handler): Rename to ... (curses_cmd_handler): ... this. * pinentry/pinentry-curses.h: New file. * pinentry/Makefile.am (noinst_LIBRARIES) [BUILD_LIBPINENTRY_CURSES]: Add libpinentry-curses.a. (libpinentry_curses_a_SOURCES): New target. * gtk/Makefile.am (INCLUDES): Moved all to ... (AM_CPPFLAGS): ... here. [CURSES_FALLBACK]: Define ncurses_include and libcurses. (AM_CPPFLAGS): Add $(ncurses_include). (LDADD): Add $(libcurses). * gtk/pinentry-gtk.c: Rename TIMEOUT to TIME_OUT to avoid conflict with curses.h. [CURSES_FALLBACK]: Include "pinentry-curses.h". (button_clicked): Likewise. (create_window): Likewise. (cmd_handler): Renamed to ... (gtk_cmd_handler): ... this. (pinentry_cmd_handler): Set to gtk_cmd_handler. (main) [CURSES_FALLBACK]: Initialize GTK+ only if environment variable DISPLAY is set, otherwise fall back to curses dialog. * pinentry/pinentry.h: Protect against multiple inclusion.
-
- 07 May, 2002 1 commit
-
-
Steffen Hansen authored
-
- 26 Apr, 2002 1 commit
-
-
Marcus Brinkmann authored
-
- 25 Apr, 2002 2 commits
-
-
Steffen Hansen authored
-
Marcus Brinkmann authored
* gtk/pinentry-gtk.c (create_window): Use ok and cancel value if provided.
-
- 24 Apr, 2002 9 commits
-
-
Marcus Brinkmann authored
-
Marcus Brinkmann authored
* qt/pinentrycontroller.h: New members _ok and _cancel. * qt/pinentrycontroller.cpp (registerCommands): Add SETOK and SETCANCEL. (assuanOk): New method. (assuanCancel): Likewise.
-
Marcus Brinkmann authored
-
Marcus Brinkmann authored
-
Marcus Brinkmann authored
* curses/pinentry-curses.c (dialog_create): Grok the new ok and cancel members to set the pbutton texts, rather than parsing the prompt in the confirm case. * pinentry/pinentry.h (struct pinentry): Add new members ok and cancel. * pinentry/pinentry.c (register_commands): Add new commands SETOK and SETCANCEL to set button texts. (struct pinentry pinentry): Add initializers for new members. (cmd_setok): New function. (cmd_setcancel): Likewise.
-
Marcus Brinkmann authored
-
Marcus Brinkmann authored
-
Marcus Brinkmann authored
* curses/pinentry-curses.c (dialog_create): Add '<' and '>' around the user provided button texts. Replace sizeof by strlen to fix size calculation of ok and cancel button.
-
Marcus Brinkmann authored
-