summaryrefslogtreecommitdiffhomepage
path: root/client/gtk.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-19Show an error message when certificate retreival failsSamuel Lidén Borell1-0/+12
2014-08-04Rewrite most initializers to not require relocationsSamuel Lidén Borell1-33/+45
2014-04-30Replace deprecated GTK_STOCK_ macros by their official replacement labelsHenrik Nordstrom1-2/+2
2014-02-16Focus password entry again if the password was incorrectSamuel Lidén Borell1-0/+3
2014-02-16Give the password entry focus even when signing a text messageSamuel Lidén Borell1-0/+3
2014-02-08Change unspecified argument lists "()" into "(void)"Samuel Lidén Borell1-8/+8
2014-02-07Remove version expiry status checking systemSamuel Lidén Borell1-8/+0
2014-02-02Fix window size in recent Firefox versionsSamuel Lidén Borell1-3/+3
2014-02-01Select the last sorted (usaully the newest) token at start upSamuel Lidén Borell1-8/+33
2014-02-01Remove unused sort codeSamuel Lidén Borell1-4/+0
2014-02-01Sort the list of tokensSamuel Lidén Borell1-5/+5
2012-10-10New error message when P12 file can be created, but is not writableSamuel Lidén Borell1-0/+2
2012-04-27Change my e-mailSamuel Lidén Borell1-1/+1
2012-04-06Print and display error messages from OpenSSL and libp11Samuel Lidén Borell1-1/+10
2012-04-06New error codes/messages: SignatureFailure and MessageTooLongSamuel Lidén Borell1-0/+4
2012-01-16Remove useless const qualifiersSamuel Lidén Borell1-1/+1
2011-10-14Remove cast to GtkVBox, which is deprecated in Gtk 3.2+Samuel Lidén Borell1-3/+3
2011-08-16Avoid deprecated GDK function. Fixes 64-bit problemSamuel Lidén Borell1-1/+1
2011-07-31Refuse to generate keys if there's no PRNG stateSamuel Lidén Borell1-0/+4
2011-07-13Sort the tokens by their display nameSamuel Lidén Borell1-0/+4
2011-06-22Fix compile error on GTK 3.0Samuel Lidén Borell1-0/+7
2011-06-22Remove compatiblity with GTK <2.14Samuel Lidén Borell1-4/+0
2011-04-22Make error dialogs stay above the keygen and file chooser dialogs alsoSamuel Lidén Borell1-3/+9
2011-04-20Implement password policysSamuel Lidén Borell1-1/+49
2011-04-20Improve English language stringsSamuel Lidén Borell1-2/+2
2011-04-19Make sign dialog stay on top of browser window againSamuel Lidén Borell1-1/+1
2011-04-17Show more specific error messages and use g_strerrorSamuel Lidén Borell1-6/+22
2011-04-17Add password choice / key generation dialogSamuel Lidén Borell1-26/+111
2011-04-12Ignore .tmp files in ~/cbtSamuel Lidén Borell1-1/+5
2011-01-03Add certificate request creation to the interface for the backendsSamuel Lidén Borell1-1/+3
2010-09-05pinpad entry improvementsMarcus Carlson1-4/+44
2010-07-03Add an abstraction layer for tokensSamuel Lidén Borell1-118/+181
2010-06-15Only list certificates with the correct keyusage when doing authentication/si...Marcus Carlson1-5/+10
2010-06-10Use GSEAL when buildingMarcus Carlson1-2/+4
2010-04-12Allow p12 files in ~/.cbtMarcus Carlson1-8/+14
2010-03-24Make the signing/authentication dialog fasterSamuel Lidén Borell1-4/+9
2010-02-23Fix some bugs from the second last patchSamuel Lidén Borell1-3/+3
2010-02-20Introduce guaranteed_memset()Linus Walleij1-1/+2
2010-02-20Provide a secure memory pool and use itLinus Walleij1-6/+11
2010-02-20Fix GCC warnings about sentinelsSamuel Lidén Borell1-2/+2
2010-02-20Fixed a few more window id problems on 64-bit platformsSamuel Lidén Borell1-2/+2
2010-01-02Clear UCS2 passwords when they are freedSamuel Lidén Borell1-1/+3
2010-01-02Corrected the usage of gtk_message_dialog_newSamuel Lidén Borell1-1/+1
2010-01-02Better wording in the user interfaceSamuel Lidén Borell1-5/+5
2010-01-02Don't create duplicate subjects when adding the same P12 file twiceSamuel Lidén Borell1-1/+30
2010-01-02Select the only signature if there's only oneSamuel Lidén Borell1-0/+14
2010-01-02Set the modal hint on the dialog using GTK instead of GDKSamuel Lidén Borell1-1/+1
2010-01-02Made the window modal instead of "stay on top"Samuel Lidén Borell1-3/+23
2010-01-02Documented some functionsSamuel Lidén Borell1-3/+8
2010-01-02Added translation support and a Swedish translationSamuel Lidén Borell1-12/+20