summaryrefslogtreecommitdiff
path: root/gcr/gcr-system-prompt.c
Commit message (Expand)AuthorAgeFilesLines
* gcr-prompt: Use G_DECLARE_INTERFACE to define the interfaceCorentin Noël2022-04-091-2/+2
* docs: Port from gtk-doc to gi-docgenNiels De Graef2021-11-101-24/+8
* Drop "volatile" for g_once_init_enter locationsbugfix/drop-volatileNiels De Graef2021-05-021-1/+1
* gcr: Use G_PARAM_STATIC_STRINGSNiels De Graef2020-01-041-6/+9
* Don't use deprecated (allow-none) GIR annotationNiels De Graef2020-01-031-2/+2
* gcr: g_type_class_add_private() is deprecatedNiels De Graef2019-05-241-4/+2
* gcr: Fix a couple of GSource leaksPhilip Withnall2014-10-271-2/+8
* system-prompt: Fix GVariant leakChristophe Fergeau2014-10-141-0/+1
* Fix various leaks in GcrSystemPromptChristophe Fergeau2014-10-141-0/+5
* Use the g_debug() mechanism from GLib directlyStef Walter2014-09-031-20/+18
* Makefile.am: Single Makefile mode and parallel-testsStef Walter2014-03-031-1/+2
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* gcr: Track the prompters bus name ownership properlyStef Walter2013-04-161-6/+37
* system-prompt: Fix racy segfault when prompter dismissed immediatelyStef Walter2013-03-171-1/+0
* gcr: Cancel the prompt when prompter goes awayStef Walter2012-10-221-6/+89
* gcr: Implement prompt-close in GcrSystemPrompt and GcrSystemPrompterStef Walter2012-10-221-85/+127
* gcr: Remove the waiting field in the system prompt CallClosureStef Walter2012-10-221-4/+0
* Remove support code for old glib versionsStef Walter2012-06-261-4/+0
* Documentation fixesStef Walter2012-06-261-3/+3
* gcr: Add way to set the labels for the prompt buttonsStef Walter2012-02-101-3/+19
* gcr: Fine tune dbus prompting interfaceStef Walter2011-12-191-1/+2
* gcr: Add frob-prompt tool and fix bugsStef Walter2011-12-181-10/+10
* gcr: Fix up documentation for recent prompting workStef Walter2011-12-171-24/+112
* gcr: Rework how prompter works by introducing GcrPrompt interfaceStef Walter2011-12-171-724/+597
* gcr: Fix dialog layout, and add dbus serviceStef Walter2011-12-131-4/+18
* gcr: Fix a couple memory leaks in the prompterStef Walter2011-12-131-0/+1
* gcr: Make prompter tests work properly, add debuggingStef Walter2011-12-131-14/+181
* gcr: Pass properties changed back in prompter dbus method responsesStef Walter2011-12-131-53/+58
* gcr: Add system prompt and prompterStef Walter2011-12-131-0/+1330