summaryrefslogtreecommitdiff
path: root/gio/gwin32appinfo.c
Commit message (Expand)AuthorAgeFilesLines
* GWin32AppInfo: Implement should_show vfuncLuca Bacci2021-11-241-1/+10
* Fix signedness warnings in gio/gwin32appinfo.cEmmanuel Fleury2021-11-171-4/+4
* Merge branch 'fix-win32-app-info-registry-key-assert' into 'main'Philip Withnall2021-11-011-1/+4
|\
| * GWin32AppInfo: Remove assertion on the opened registry keyLuca Bacci2021-09-211-1/+4
* | Fix cast from pointer to integer of different size warning in gio/gwin32appin...Emmanuel Fleury2021-10-261-1/+7
|/
* GWin32AppInfo: Fix missing initializationРуслан Ижбулатов2021-08-021-0/+2
* GWin32AppInfo: re-trigger registry watcher from the callbackРуслан Ижбулатов2021-07-311-1/+4
* GIO W32: Pin gio DLLРуслан Ижбулатов2021-03-251-0/+7
* gwin32appinfo: Fix printf length sub-specifierOle André Vadla Ravnås2021-01-211-1/+1
* GWin32AppInfo: fix a leakРуслан Ижбулатов2020-12-231-0/+1
* GWin32AppInfo: invert verb comparison functionРуслан Ижбулатов2020-12-231-4/+4
* GWin32AppInfo: enforce chosen handler on UWP apps, use URI verbsРуслан Ижбулатов2020-12-231-1/+39
* GWin32AppInfo: read UWP handler metadata (indirect strings)Руслан Ижбулатов2020-12-231-0/+169
* GWin32AppInfo: be less picky about namesРуслан Ижбулатов2020-12-231-1/+3
* GWin32AppInfo: be more permissive about verbs in capable appsРуслан Ижбулатов2020-12-231-2/+5
* GWin32AppInfo: simplify appinfo wait conditionРуслан Ижбулатов2020-12-231-10/+4
* GWin32AppInfo: use g_new() instead of g_malloc()Руслан Ижбулатов2020-12-231-7/+7
* GWin32AppInfo: Support launching UWP applicationsРуслан Ижбулатов2020-12-231-11/+202
* GWin32AppInfo: more checks for UWP appsРуслан Ижбулатов2020-12-231-2/+2
* GWin32AppInfo: Support getting information about UWP appsРуслан Ижбулатов2020-12-231-38/+481
* GWin32AppInfo: Store UWP AppUserModelId for a handlerРуслан Ижбулатов2020-12-231-26/+78
* GWin32AppInfo: Recognize UWP applicationsРуслан Ижбулатов2020-11-181-15/+61
* Plug a leakРуслан Ижбулатов2020-11-181-0/+2
* GWin32AppInfo: Use a thread for async appinfo tree rebuildsРуслан Ижбулатов2020-11-171-30/+115
* GWin32AppInfo: Support verbs other than "open"Руслан Ижбулатов2020-10-011-1994/+1855
* GWin32AppInfo: Drop read_resource_string(), use GWin32RegistryKeyРуслан Ижбулатов2020-05-221-87/+5
* GWin32RegistryKey: add MUI capabilities to get_value()Руслан Ижбулатов2020-05-201-0/+20
* GWin32AppInfo: fix a potential memory leakРуслан Ижбулатов2020-01-151-5/+5
* GWin32AppInfo: Support rundll32-using applicationsРуслан Ижбулатов2020-01-151-241/+187
* gwin32appinfo: Fix a potential free of an uninitialised variablePhilip Withnall2019-01-071-1/+1
* gio/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-291-1/+1
* W32: fix uninitialized var in g_app_info_get_all_for_typePaolo Borelli2015-12-141-1/+1
* win32: fix incorrect specifierMatthew Waters2015-09-211-2/+2
* win32: Fix a g_once_init_enter callMatthias Clasen2015-08-311-1/+1
* W32: Add back the dummy g_app_info_reset_type_associations()Руслан Ижбулатов2015-07-021-0/+6
* W32: Add a g_app_info_get_all_for_type() implementationРуслан Ижбулатов2015-07-021-0/+77
* Don't ref a NULL pointerРуслан Ижбулатов2015-07-021-1/+1
* Make GWin32AppInfo MSVC-compatible - use G_VA_COPYРуслан Ижбулатов2015-06-051-1/+1
* GWin32AppInfo rewriteРуслан Ижбулатов2015-06-051-502/+4373
* gio: Implement g_win32_app_info_launch_uris for windows.Michael Henning2014-11-221-17/+31
* gio: Implement g_app_info_get_default_for_uri_scheme for windows.Michael Henning2014-11-221-6/+16
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* Drop unneeded includesMatthias Clasen2012-07-031-1/+1
* GAppLaunchContext: add environment-manipulating functionsDan Winship2011-10-151-0/+9
* appinfo: add win32 fallback implementationCosimo Cecchi2010-11-231-0/+22
* gio/: fully remove gioalias hacksRyan Lortie2010-07-071-1/+0
* Bug 545350 – GAppInfo deletion Bug 545351 – Reset associations forMatthias Clasen2008-09-261-0/+6
* Don't call FormatMessage() etc here. Call g_win32_error_message() insteadTor Lillqvist2008-09-121-16/+3
* Correct return type.Tor Lillqvist2008-07-281-1/+1
* Fixed some include problems.Cody Russell2008-07-021-0/+1