summaryrefslogtreecommitdiff
path: root/libgnome-desktop
Commit message (Expand)AuthorAgeFilesLines
* wall-clock: More debug in format functionBastien Nocera2019-01-301-0/+11
* thumbnail: Fix runtime warning getting a preview iconBastien Nocera2019-01-301-2/+4
* thumbnail: Fix slow thumbnailer due to missing font cacheBastien Nocera2019-01-302-0/+5
* thumbnail: Remove unneeded debug outputBastien Nocera2018-12-161-2/+0
* thumbnail: bind mount /etc/ld.so.cache to the sandboxMart Raudsepp2018-12-131-0/+1
* thumbnail: Fix use-after-free when getting a preview iconBastien Nocera2018-12-111-2/+4
* thumbnail: Handle non-usrmerged systems and non-existing directoriesIain Lane2018-12-101-4/+49
* wall-clock: Use LC_TIME for strftime format string translationsFlorian Müllner2018-11-151-15/+51
* Fix the soname versioning for libgnome-desktopEmmanuele Bassi2018-09-081-0/+1
* build: Remove autotools supportFlorian Müllner2018-09-071-159/+0
* build: Support the meson build systemFlorian Müllner2018-09-071-0/+141
* gnome-language: Fix docstring referring to wrong variable nameRobert Ancell2018-08-141-2/+2
* gnome-language: Use g_autofreeRobert Ancell2018-08-131-6/+4
* gnome-languages: Add missing glib includeRobert Ancell2018-08-131-0/+2
* gnome-language: Fix potential crash due to freeing unallocated memoryRobert Ancell2018-08-131-3/+3
* Fix locale data path after removing AM_GLIB_GNU_GETTEXTTing-Wei Lan2018-08-081-1/+1
* wall-clock: Request no padding in day of monthFlorian Müllner2018-08-031-8/+8
* wall-clock: Fix missing "date separator"Florian Müllner2018-08-021-1/+1
* replace em-space with en-spaceFlorian Müllner2018-08-011-9/+9
* wall-clock: Separate date and time by em-spaceFlorian Müllner2018-08-011-26/+44
* wall-clock: Separate show-weekday and show-date settingsFlorian Müllner2018-08-011-8/+20
* Merge branch 'gnome-rr-leak' into 'master'Jonas Ådahl2018-08-011-3/+17
|\
| * Don't leak properties in output_initializeSam Morris2018-07-161-0/+2
| * Free GVariants in the same scope that they are allocatedSam Morris2018-07-161-6/+9
| * Don't leak info in {output,crtc,mode}_initializeSam Morris2018-07-161-0/+3
| * Don't leak all_transforms in crtc_initializeSam Morris2018-07-161-0/+1
| * Don't leak crts/outputs/modes in fill_out_screen_infoSam Morris2018-07-161-0/+5
* | wall-clock: Immediately react to show-weekday changesFlorian Müllner2018-07-161-0/+1
|/
* bg-slide-show: Plug a memory leakFlorian Müllner2018-04-171-0/+3
* idle-monitor: Guard against 0 msecs idle intervalsBastien Nocera2018-03-021-1/+3
* idle-monitor: Remove per-device monitor from testsBastien Nocera2018-02-271-102/+9
* idle-monitor: Per-device idle monitors aren't supported in WaylandBastien Nocera2018-02-271-1/+14
* Fix incompatible function pointer castsErnestas Kulik2018-02-241-2/+1
* rr-config: cast mode id to uint32_tErnestas Kulik2018-02-131-1/+1
* bg: add missing default cases to switchesErnestas Kulik2018-02-131-0/+3
* Add const-qualifier when assigning string literalsErnestas Kulik2018-02-121-3/+3
* Silence warnings for increased pointer alignmentErnestas Kulik2018-02-121-4/+4
* Disable deprecation warnings explicitlyErnestas Kulik2018-02-121-2/+3
* Handle all cases when switching on an enumErnestas Kulik2018-02-125-8/+16
* Don’t shadow variablesErnestas Kulik2018-02-123-17/+8
* Fix comparisons with differing signednessErnestas Kulik2018-02-126-17/+16
* Fix redundant const qualifiersErnestas Kulik2018-02-121-3/+3
* thumbnail: Mention which functions are blocking in docsBastien Nocera2018-02-011-8/+9
* thumbnail: Remove _has_uri() helper functionBastien Nocera2018-02-012-25/+0
* gnome-bg: Add new GdkRGBA methods to replace obsolete GdkColor methodsRobert Ancell2018-01-312-61/+53
* thumbnail: Print debug if there's no thumbnailerBastien Nocera2018-01-161-0/+5
* thumbnail: Pass on G_MESSAGES_* envvar to thumbnailerBastien Nocera2018-01-161-5/+12
* thumbnail: Print bwrap command-line in debugBastien Nocera2018-01-161-8/+17
* thumbnail: Fix a compile-time warningBastien Nocera2018-01-161-1/+1
* thumbnail: Fix a shadowed variableBastien Nocera2018-01-161-1/+0