summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* gnome-languages: fix a GCC warningCosimo Cecchi2015-07-031-1/+1
|
* docs: add more private files to the ignore listCosimo Cecchi2015-07-031-0/+2
|
* docs: add more missing documentation to sections.txtCosimo Cecchi2015-07-031-0/+6
|
* docs: add missing methods for underscanningCosimo Cecchi2015-07-031-0/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=751814
* gnome-rr: add a method to discover when underscanning is supportedCosimo Cecchi2015-07-033-0/+12
| | | | | | | So that the control center will be able to hide/show a checkbox accordingly when the hardware supports it. https://bugzilla.gnome.org/show_bug.cgi?id=751814
* gnome-rr: Add dpms-mode information in debugBastien Nocera2015-07-021-0/+30
| | | | When the DPMS mode changes, print the new value.
* gnome-rr: Add dpms-mode propertyBastien Nocera2015-07-022-0/+57
| | | | | | | | So that other parts of the desktop environment can monitor the state of the power saving mode, and disable their own power consuming tasks when the screens are off. https://bugzilla.gnome.org/show_bug.cgi?id=751794
* gnome-rr: Remove unused GNOME_RR_DPMS_DISABLEDBastien Nocera2015-07-022-2/+1
| | | | | | | | GNOME_RR_DPMS_DISABLED is one of the possible values of GnomeRRDpmsMode that's not currently used, and would trigger an assertion if passed to gnome_rr_screen_set_dpms_mode(). https://bugzilla.gnome.org/show_bug.cgi?id=751794
* gnome-xkb-info: Add method to get languages from layoutDaiki Ueno2015-07-022-0/+53
|
* build: Bump version for tiled monitors API changesBastien Nocera2015-07-011-2/+2
|
* gnome-rr: add tiled monitor supportDave Airlie2015-07-017-5/+476
| | | | | | | | | | | | | | | | | | This adds the interfaces to allow for tiled monitor support via gnome-desktop. 1) add output config get/set tiled geometry/rotation support These hide under the standard APIs, and just set the state for the tiled outputs by setting the primary tile up. 2) add output config API to get primary tile 3) add tile flags to modes - add gather function to create tiled modes for primary outputs. https://bugzilla.gnome.org/show_bug.cgi?id=750311
* Updated Portuguese translationPedro Albuquerque2015-06-291-37/+42
|
* 3.17.33.17.3Frédéric Péters2015-06-242-1/+8
|
* build: link installed-tests against all librariesFrédéric Péters2015-06-241-1/+1
|
* 3.17.23.17.2Matthias Clasen2015-05-262-2/+8
|
* Updated Occitan translationCédric Valmary2015-05-161-325/+326
|
* GnomeRR: Add support for the underscan propertyTomeu Vizoso2015-04-276-3/+38
| | | | | | | To get and set whether overscan compensation is active in a given output. https://bugzilla.gnome.org/show_bug.cgi?id=748560
* 3.16.13.16.1Matthias Clasen2015-04-142-1/+7
|
* 3.16.03.16.0Matthias Clasen2015-03-232-2/+8
|
* Update Aragonese translationDaniel Martinez2015-03-191-146/+141
|
* 3.15.923.15.92Matthias Clasen2015-03-162-1/+7
|
* Updated Bosnian translationSamir Ribic2015-03-131-402/+123
|
* 3.15.913.15.91Matthias Clasen2015-03-022-1/+7
|
* 3.15.903.15.90Matthias Clasen2015-02-162-1/+8
|
* Drop libgsystem submodule, stop using O_NOATIMEColin Walters2015-02-057-41/+7
| | | | | | | | | | | | | | | | | | The entire rationale for adding this _noatime function was fairly bogus. See https://bugzilla.gnome.org/show_bug.cgi?id=680326 But the Linux kernel doesn't permit non-root users to use it for root-owned files - which is the default for real world GNOME installations. We end up doing twice the syscall traffic with no benefit at all. The patch does work in jhbuild, but honestly the relatime handling is generally OK for this, and where it's not, change your system to mount O_NOATIME. https://bugzilla.gnome.org/show_bug.cgi?id=708453
* Updated Icelandic translationSveinn í Felli2015-01-291-246/+257
|
* 3.14.53.15.4Matthias Clasen2015-01-202-1/+8
|
* gnome-rr-config: Remove checks around g_strdupJasper St. Pierre2015-01-081-10/+6
| | | | g_strdup already handles NULLs just fine.
* gnome-rr-config: Make sure to copy over vendor/product/serialJasper St. Pierre2015-01-071-0/+6
| | | | | | | | | | | | | | | | | | | | When GnomeRROutputInfo is normally created, we strdup the vendor/product/serial strings that we read from EDID. When it's finalized, we free them as well. When we copy the output info, we actually copy the raw struct, and then selectively strdup members that we care about. When the copy is freed, we then free the pointer that we dup'd from. When the original output info is freed, this leads to a double-free. Due to coincidences, on x86, this doesn't lead to a crash, but on ARM, the heap is completely corrupted. To prevent this, when we copy the output infos, strdup them from the original output as well. We really should clean this API up so that it's not so awfully RandR-y in style, since it's obvious that the APIs we have aren't great and really aren't what we need. https://bugzilla.gnome.org/show_bug.cgi?id=742569
* docs: Fix warnings about acronyms when building docsRui Matos2015-01-071-0/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=742479
* docs: Remove use of tmplBastien Nocera2015-01-063-738/+1
| | | | | | See https://mail.gnome.org/archives/desktop-devel-list/2014-February/msg00000.html https://bugzilla.gnome.org/show_bug.cgi?id=742479
* languages: plug memory leaksCosimo Cecchi2014-12-301-0/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=742111
* GnomeRROutputInfo: plug some memory leaksCosimo Cecchi2014-12-301-0/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=742111
* 3.15.33.15.3Matthias Clasen2014-12-151-0/+6
|
* thumbnail: Fix a code path where the mutex is never unlockedPhilip Withnall2014-12-101-4/+5
| | | | | | | | | | Fix one unusual code path where the GnomeDesktopThumbnailFactory’s mutex is not unlocked before the function returns. As well as the usual deadlock issues, this would lead to an abort on shutdown with recent GLib changes, as g_mutex_clear() would be called on the locked mutex, which GLib now (correctly) complains about. https://bugzilla.gnome.org/show_bug.cgi?id=740666
* build: Post-release version bumpBastien Nocera2014-12-051-2/+2
|
* 3.15.2.13.15.2.1Bastien Nocera2014-12-052-1/+7
|
* thumbnail: Include the filename in the thumbnail pathSebastian Keller2014-12-051-0/+1
| | | | | | | | | | | thumbnail_path did not include the actual filename in its result after calculating it. This breaks things in save_thumbnail which assumes receiving a file path rather than a directory path. See original code before clean ups at: https://git.gnome.org/browse/gnome-desktop/tree/libgnome-desktop/gnome-desktop-thumbnail.c?id=f2d25fa7d6cdaba03679f0fc0921fc5f81bd3944#n1060 https://bugzilla.gnome.org/show_bug.cgi?id=684026
* thumbnail: Don't fail after successfully creating the cache directorySebastian Keller2014-12-051-1/+1
| | | | | | | | g_mkdir_with_parents returns 0 on success or if the directory already exists, which caused the code to go into the failure path rather than generating the thumbnail. https://bugzilla.gnome.org/show_bug.cgi?id=684026
* 3.15.23.15.2Matthias Clasen2014-11-252-1/+10
|
* Updated Vietnamese translationTrần Ngọc Quân2014-11-251-298/+68
| | | | Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com>
* thumbnail: Move thumbnail generation/saving to a few helper functionsJasper St. Pierre2014-11-181-198/+116
| | | | | | Another cleanup in preparation for a new "simple" thumbnail API. https://bugzilla.gnome.org/show_bug.cgi?id=684026
* thumbnail: Clean up path generation codeJasper St. Pierre2014-11-181-99/+63
| | | | | | Put the path calculation code in one spot. https://bugzilla.gnome.org/show_bug.cgi?id=684026
* gnome-rr: Adding DSI as a builtin display connectorJan-Michael Brummer2014-11-181-1/+2
| | | | | | | | Add DSI to the output name in _gnome_rr_output_name_is_builtin_display() to enable screen rotation on Dell Venue 8 Pro. https://bugzilla.gnome.org/show_bug.cgi?id=740289
* bg-slide-show: Fix annotationFlorian Müllner2014-11-121-0/+1
|
* tests: Turn the tests into installed testsBastien Nocera2014-11-052-3/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=737140
* tests: Remove unused JSON related variableBastien Nocera2014-11-051-1/+1
|
* Revert "gnome-bg: drop unused APIs"Ray Strode2014-10-315-0/+3463
| | | | This reverts commit 786336cc7cfaa8e4a0acafe5b9868950e538b740.
* gnome-bg: drop unused APIsRay Strode2014-10-315-3463/+0
| | | | | | They aren't used, and don't work on wayland systems anyway. https://bugzilla.gnome.org/show_bug.cgi?id=739463
* gnome-rr: drop gdkx includeRay Strode2014-10-311-1/+0
| | | | it's not used.