summaryrefslogtreecommitdiff
path: root/gcr/gcr-system-prompter.c
Commit message (Expand)AuthorAgeFilesLines
* Stop using GSliceNiels De Graef2023-01-161-4/+4
* gcr-prompt: Use G_DECLARE_INTERFACE to define the interfaceCorentin Noël2022-04-091-1/+1
* gcr: Remove gcr-base-3 and make gcr-3 independent of GTKCorentin Noël2022-04-091-1/+1
* docs: Port from gtk-doc to gi-docgenNiels De Graef2021-11-101-12/+7
* gcr: g_type_class_add_private() is deprecatedNiels De Graef2019-05-241-5/+2
* system-prompter: Fix use of g_hash_table_lookup_extendedDaiki Ueno2018-09-301-1/+3
* system-prompter: Add missing word to debug messagesChristophe Fergeau2014-10-141-2/+2
* Use the g_debug() mechanism from GLib directlyStef Walter2014-09-031-57/+55
* Makefile.am: Single Makefile mode and parallel-testsStef Walter2014-03-031-3/+4
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* gcr: Implement prompt-close in GcrSystemPrompt and GcrSystemPrompterStef Walter2012-10-221-11/+47
* gcr: minor gtk-doc fixesDan Winship2012-07-311-1/+1
* gcr: Add some more debug messages to GcrSystemPrompterStef Walter2012-04-031-4/+70
* gcr: Add way to set the labels for the prompt buttonsStef Walter2012-02-101-1/+1
* gcr: Add tests for new-prompt signal on GcrSystemPrompterStef Walter2012-01-091-5/+16
* gcr: Add 'new-prompt' signal to GcrSystemPrompterStef Walter2012-01-091-3/+51
* gcr: Build fixesStef Walter2011-12-191-0/+4
* gcr: Fine tune dbus prompting interfaceStef Walter2011-12-191-1/+1
* gcr: Add timeout to gcr-prompter processStef Walter2011-12-181-3/+39
* gcr: Add frob-prompt tool and fix bugsStef Walter2011-12-181-126/+170
* gcr: Fix up documentation for recent prompting workStef Walter2011-12-171-3/+81
* gcr: Rework how prompter works by introducing GcrPrompt interfaceStef Walter2011-12-171-869/+521
* gcr: Fix dialog layout, and add dbus serviceStef Walter2011-12-131-4/+42
* gcr: Fix a couple memory leaks in the prompterStef Walter2011-12-131-9/+9
* gcr: Make prompter tests work properly, add debuggingStef Walter2011-12-131-22/+50
* gcr: Pass properties changed back in prompter dbus method responsesStef Walter2011-12-131-81/+47
* gcr: Add system prompt and prompterStef Walter2011-12-131-0/+1162