summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 3.24.23.24.2Matthias Clasen2017-05-082-1/+7
|
* 3.24.13.24.1Matthias Clasen2017-04-082-1/+7
|
* Update Polish translationPiotr Drąg2017-03-271-6/+6
|
* Update Polish translationPiotr Drąg2017-03-251-13/+13
|
* 3.24.03.24.0Matthias Clasen2017-03-212-2/+8
|
* 3.23.923.23.92Matthias Clasen2017-03-142-1/+7
|
* 3.23.913.23.91Matthias Clasen2017-02-272-1/+7
|
* 3.23.903.23.90Matthias Clasen2017-02-132-1/+9
|
* thumbnail: Deprecate gnome_desktop_thumbnail_scale_down_pixbuf()Bastien Nocera2017-02-033-118/+20
| | | | | | | As scaling down by huge factors is now fixed in gdk-pixbuf. Require the newer gdk-pixbuf as well, to avoid running into a pre-fix version. https://bugzilla.gnome.org/show_bug.cgi?id=775991
* default-input-sources: Change default for zh_TW to ibus-libzhuyinPeng Wu2017-01-191-1/+1
| | | | | | https://bugzilla.redhat.com/show_bug.cgi?id=1405946 https://bugzilla.gnome.org/show_bug.cgi?id=772674
* thumbnailer: Always prefer the backend provided previewBastien Nocera2016-12-131-0/+60
| | | | | | | | If a preview exists for a particular file, in particular a preview icon for videos and images on external devices, prefer those to running a script. https://bugzilla.gnome.org/show_bug.cgi?id=738503
* Prepare 3.23.33.23.3Michael Catanzaro2016-12-122-1/+7
|
* thumbnail: Remove unused constantBastien Nocera2016-12-121-2/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=768064
* thumbnail: Always use external gdk-pixbuf thumbnailerBastien Nocera2016-12-122-349/+4
| | | | | | | | | | | Instead of special-casing gdk-pixbuf-supported image formats, use an external thumbnailer. This will give us the ability to: - cancel running thumbnail operations - avoid memory leaks, buffer overflows, double-frees, etc. in the image loaders having an impact on the application - limit resource usage when thumbnailing https://bugzilla.gnome.org/show_bug.cgi?id=768064
* 3.23.23.23.2Michael Catanzaro2016-11-212-1/+7
|
* 3.23.1Matthias Clasen2016-11-072-1/+7
|
* Update zh_CN translationmosquito2016-10-291-35/+35
|
* 3.22.13.23.13.22.1Matthias Clasen2016-10-102-1/+7
|
* Updated Croatian translationgogo2016-09-221-322/+127
|
* Updated Lao translationSaikeo Kavhanxay2016-09-191-300/+236
|
* 3.22.03.22.0Matthias Clasen2016-09-192-2/+8
|
* 3.21.923.21.92Matthias Clasen2016-09-132-1/+8
|
* Updated Polish FDL translationPiotr Drąg2016-09-091-15/+14
|
* pnp-ids: Fix possible free of static string on non-udev platformsHyungwon Hwang2016-09-051-1/+1
| | | | | | | gnome_pnp_ids_get_pnp_id() should always return a dynamically allocated string as its API. https://bugzilla.gnome.org/show_bug.cgi?id=770686
* Update British English translationDavid King2016-08-171-142/+111
|
* Updated Polish translationPiotr Drąg2016-08-162-309/+382
|
* 3.21.903.21.90Frédéric Péters2016-08-161-0/+6
|
* 3.21.43.21.4Frédéric Péters2016-07-222-1/+8
|
* Add Language headers to po filesPiotr Drąg2016-07-1859-19/+57
| | | | Future versions of gettext will fail if this header is missing.
* bg-slide-show: Fix annotationBastien Nocera2016-06-261-3/+1
| | | | | The function doesn't return anything, so there's no return value to document.
* wallclock: Build the test applicationBastien Nocera2016-06-252-1/+3
|
* pnp-ids: Add --disable-udev command-line argumentBastien Nocera2016-06-252-1/+35
| | | | | | This will allow building gnome-desktop in environments where libudev isn't available (such as flatpak's Sdk) until we have a thumbnailing API living in the platform API (likely GLib or GTK+).
* build: Remove dependencies on xrandr and xextBastien Nocera2016-06-251-2/+0
| | | | | | Those dependencies are now lower down the stack in mutter. We call out to mutter over D-Bus so as to avoid direct dependencies on X11 or Wayland.
* pnp-ids: Use udev's hwdb to query PNP IDsBastien Nocera2016-06-255-2534/+29
| | | | | | | | | | | | | | | | hwdb has its own database which it compiles to binary, so that: 1) initialisation is practically free See https://git.gnome.org/browse/gnome-settings-daemon/commit/gnome-settings-daemon/gnome-settings-manager.c?id=d8c158e74caea048dea5a38232bd87c1c7a78a70 2) lookups are also quick, as they use a binary DB 3) we don't have to maintain our own copy of the database 4) allows model lookup rather than simply vendor lookup, when the database contains that information The only problem being that non-Linux OSes will need reimplement this section of the code. This will be on top of the usual downstream patches they ship for a number of components. https://bugzilla.gnome.org/show_bug.cgi?id=590059
* 3.21.33.21.3Michael Catanzaro2016-06-202-1/+7
|
* Updated Occitan translationCédric Valmary2016-05-301-12/+11
|
* 3.21.23.21.2Matthias Clasen2016-05-261-0/+6
|
* build: Bump soname and version for new APIRui Matos2016-05-131-2/+2
| | | | So that gnome-control-center can depend on that newer version.
* rr: Add API to know if a GnomeRRMode is interlacedRui Matos2016-05-135-14/+43
| | | | | | | This includes a change in the DBus API which now includes the mode flags. https://bugzilla.gnome.org/show_bug.cgi?id=763833
* Updated Occitan translationCédric Valmary2016-05-091-77/+77
|
* 3.21.13.21.1Matthias Clasen2016-04-262-1/+7
|
* 3.20.13.20.1Matthias Clasen2016-04-112-1/+7
|
* 3.20.03.20.0Matthias Clasen2016-03-212-2/+8
|
* 3.19.933.19.93Bastien Nocera2016-03-171-0/+6
|
* build: Bump soname and version for new APIBastien Nocera2016-03-171-2/+2
| | | | So that gnome-control-center can depend on that newer version.
* rr: Also export the frequency as a floating point numberBastien Nocera2016-03-172-0/+8
| | | | | | | It was getting truncated to an integer, which isn't precise enough in some cases. https://bugzilla.gnome.org/show_bug.cgi?id=655041
* 3.19.923.19.92Matthias Clasen2016-03-142-1/+7
|
* 3.19.913.19.91Matthias Clasen2016-03-032-1/+8
|
* Updated Occitan translationCédric Valmary2016-02-261-23/+23
|
* Updated Swedish translationAnders Jonsson2016-02-251-44/+37
|