summaryrefslogtreecommitdiff
path: root/wocky/wocky-data-form.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-23Bump the glib api implementation to the latest versionRuslan N. Marchenko1-7/+4
2020-05-09Minor fixes in syntax and codeRuslan N. Marchenko1-5/+5
2013-02-25wocky_data_form_field_cmp: cope with var being NULLWill Thompson1-1/+1
2012-04-04add missing config.h includesGuillaume Desmottes1-0/+4
2012-02-06Namespace debug flags.Will Thompson1-1/+1
2012-02-06Move most of debug.h to debug-internal.hWill Thompson1-1/+1
2012-02-06Include foo-enumtypes.h from each foo.hWill Thompson1-1/+0
2011-12-16wocky_data_form_set_type: add default value and raw contentAlban Crequy1-1/+5
2011-12-13dataforms: fix crash in add_field_to_node_using_default()Alban Crequy1-0/+31
2011-12-07wocky_data_form_set_string: fix documentationAlban Crequy1-3/+3
2011-11-18Use wocky_node_matches() in a couple of placesWill Thompson1-2/+1
2011-04-22data-form: add more docs for add_to_node()Jonny Lamb1-0/+13
2011-04-22data-form: add a add_to_node functionJonny Lamb1-0/+35
2011-04-22Merge branch 'caps-hash'Jonny Lamb1-30/+101
2011-04-19data-form: rename default_value_str to raw_value_contentsJonny Lamb1-15/+15
2011-04-11data-form: change the default_value_str field struct member to hold a strvJonny Lamb1-28/+41
2011-04-11data-form: add another member to Field struct for actual boolean valuesJonny Lamb1-13/+34
2011-03-08data-form: add a section headerJonny Lamb1-0/+10
2011-03-08data-form: don't use gtk-doc style comments for static functionsJonny Lamb1-2/+2
2011-03-03data-form: clean up code for determining data form field typesJonny Lamb1-17/+6
2011-02-04caps-hash: also sort dataform fieldsJonny Lamb1-0/+9
2011-01-26data-form: fix default type and text-multi detectionJonny Lamb1-2/+5
2011-01-26data-form: add new_from_node functionJonny Lamb1-6/+24
2011-01-25data-form: detect whether we're actually text-multiJonny Lamb1-2/+20
2011-01-25data-form: allow type="result" as well as type="form"Jonny Lamb1-3/+3
2010-04-20Rename WockyXmppNode to WockyNodeSjoerd Simons1-63/+63
2010-04-13Use G_TYPE_INSTANCE_GET_PRIVATE() correctly.Will Thompson1-18/+12
2010-04-07Consistently use 'self' in DataForm, PubsubNode, PubsubServiceWill Thompson1-26/+26
2010-03-25State that data form GValues are slice-allocatedWill Thompson1-1/+2
2010-03-25Add API for setting FORM_TYPE when blindly submittingWill Thompson1-0/+37
2010-03-25Use get_content_from_child a bunch.Will Thompson1-26/+10
2010-03-25Make form field generation data-driven.Will Thompson1-77/+34
2010-03-25Add helpers to set data form fields' valuesWill Thompson1-9/+115
2010-03-25Parse each form field using a node iterator.Will Thompson1-24/+35
2010-03-25Allow fields' type to be unspecified when submitting.Will Thompson1-2/+36
2010-03-25Support parsing fields with no type=''Will Thompson1-6/+8
2010-03-24Rename WockyDataForms to WockyDataFormWill Thompson1-0/+811