summaryrefslogtreecommitdiff
path: root/gio/gregistrysettingsbackend.c
Commit message (Expand)AuthorAgeFilesLines
* gregistrysettingsbackend: Remove translatable pspec nick/blurbPhilip Withnall2023-04-271-2/+1
* gregistrysettingsbackend: Allow a different root key pathDario Saccavino2023-04-141-117/+315
* gio: Ensure extension points are registered when creating Settings backendsRyan Hope2022-07-151-1/+2
* gio: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* Fix redefinition of local variable in gio/gregistrysettingsbackend.cLoic Le Page2022-02-181-5/+5
* tree: Fix various typos and outdated terminologyPhilip Withnall2020-06-121-1/+1
* Silence clang errors about -Wformat-nonliteral due to missing intermediate at...Martin Storsjö2020-04-271-1/+1
* gregistrysettings: Fix a mismatched error format stringMartin Storsjö2020-04-271-1/+1
* gregistrysettings: bump key name length to 128Ignacio Casal Quinteiro2019-10-011-1/+1
* uwp: workaround a false positive in certification of glibNirbheek Chauhan2019-06-251-1/+1
* ci: fix warnings and enable --werror for the mingw buildChristoph Reiter2018-04-251-1/+1
* gio/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-291-1/+1
* Revert "registrybackend: use G_DECLARE_FINAL_TYPE"Ignacio Casal Quinteiro2016-02-241-3/+9
* registrybackend: fix warning about unused variableIgnacio Casal Quinteiro2016-02-241-2/+0
* registrybackend: avoid adding a new child when we return the rootIgnacio Casal Quinteiro2016-02-051-3/+8
* registrybackend: another cleanup creating a registry cache itemIgnacio Casal Quinteiro2016-02-051-8/+7
* registrybackend: use registry_cache_add_item instead of creating manuallyIgnacio Casal Quinteiro2016-02-051-9/+7
* registrybackend: get whether a key is writable or notIgnacio Casal Quinteiro2016-02-051-1/+30
* registrybackend: do convert values to UTF-16Руслан Ижбулатов2016-02-051-0/+30
* registrybackend: fix memory leakРуслан Ижбулатов2016-02-051-0/+4
* registrybackend: remove useless includeIgnacio Casal Quinteiro2016-02-041-1/+0
* registrybackend: do not leak self if there are no itemsIgnacio Casal Quinteiro2016-02-041-8/+5
* registrybackend: handle readability of the keysIgnacio Casal Quinteiro2016-02-041-1/+41
* registrybackend: use unicode calls intead of the ansi onesIgnacio Casal Quinteiro2016-02-041-28/+79
* registrybackend: remove useless get_permission overrideIgnacio Casal Quinteiro2016-02-041-8/+0
* registrybackend: pass the event to the cache updateIgnacio Casal Quinteiro2016-02-031-17/+21
* registrybackend: properly propagate the partial key nameIgnacio Casal Quinteiro2016-02-031-3/+7
* registrybackend: rename touched flag to readableIgnacio Casal Quinteiro2016-02-021-12/+11
* registrybackend: close the key only if successfully openedIgnacio Casal Quinteiro2016-02-021-1/+2
* registrybackend: use ptr_array_new_with_free_funcIgnacio Casal Quinteiro2016-02-021-4/+1
* registrybackend: minor style cleanupIgnacio Casal Quinteiro2016-02-021-8/+10
* registrybackend: avoid signed/unsigned comparison warningsIgnacio Casal Quinteiro2016-02-011-6/+7
* registrybackend: use G_DECLARE_FINAL_TYPEIgnacio Casal Quinteiro2016-02-011-9/+3
* registrybackend: fix warningIgnacio Casal Quinteiro2016-01-261-2/+2
* registrybackend: fix double-free errorIgnacio Casal Quinteiro2016-01-261-1/+1
* registrybackend: remove :( from messagesIgnacio Casal Quinteiro2016-01-261-2/+2
* registrybackend: simplify g_message_win32_errorIgnacio Casal Quinteiro2016-01-261-10/+10
* registrybackend: do not accept 0 as a windows errorIgnacio Casal Quinteiro2016-01-261-4/+3
* registrybackend: do not leak the watch data in case of failureIgnacio Casal Quinteiro2016-01-261-6/+8
* registrybackend: do not leak key and event if it cannot add the watchIgnacio Casal Quinteiro2016-01-261-1/+5
* registrybackend: more style fixesIgnacio Casal Quinteiro2016-01-261-66/+71
* registrybackend: fix possible crash if cache_node is NULLIgnacio Casal Quinteiro2016-01-261-2/+4
* registrybackend: remove space before ++Ignacio Casal Quinteiro2016-01-261-8/+8
* registrybackend: fix possible mem leakIgnacio Casal Quinteiro2016-01-261-5/+8
* registrybackend: use the glib format string macroIgnacio Casal Quinteiro2016-01-261-2/+2
* registrybackend: more cleanupsIgnacio Casal Quinteiro2016-01-261-30/+45
* registrybackend: more cleanupsIgnacio Casal Quinteiro2016-01-251-60/+78
* registrybackend: style fixesIgnacio Casal Quinteiro2016-01-251-215/+210
* Do not use a string literal when a format string is expectedEmmanuele Bassi2015-05-251-1/+1
* GSettings Registry Backend: Init cache_lock EarlierChun-wei Fan2014-11-201-7/+6