summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-07-05release 1.23.0v1.23.0raveit651-0/+7
2019-07-05tx: sync with transifexraveit6520-86/+844
2019-07-05tx: update resource for transifexraveit651-8/+13
2019-07-05Remove trailing whitespacesLaurent Napias3-6/+6
2019-06-10Change url project's websiteLaurent Napias1-1/+1
2019-06-01[ci] Add cppcheck html reportPablo Barciela1-1/+4
2019-05-31Create FUNDING.ymlMartin Wimpress1-0/+9
2019-05-28travis: use fedora-30 and ubuntu-19.10 for buildingraveit651-2/+2
2019-05-27travis: enable 'cppcheck' in debianPablo Barciela1-0/+4
2019-04-26[ci] Enable Clang Static AnalyzerWu Xiaotian1-2/+63
2019-04-23pre-bump versionraveit652-1/+3
2019-04-04Add ELOGIND supportVictor Kareh2-0/+29
Reuses WITH_SYSTEMD #define to reduce #ifdef mess. ELOGIND is not officially supported, but since it's a subset of systemd, it should work out of the box. Co-authored-by: Joakim Tjernlund <[email protected]>
2019-04-02github release pageraveit651-0/+19
2019-02-25release 1.22.0v1.22.0raveit652-7/+22
2019-02-25Tx: sync with transifexraveit65100-3045/+3941
2019-02-17let distcheck pass on debianWu Xiaotian1-0/+5
2019-02-17Initialize Travis CI supportWu Xiaotian1-0/+153
2019-02-15Make translatable the auth-username-label in lock-dialog-default.uirbuj1-1/+1
2019-02-10tx: update resource for transifexraveit651-28/+32
2019-01-25mate-screensaver-command: Support unlocking (--unlock) the screensaver via CLI.Mike Gabriel4-0/+29
2018-12-22disable deprecation warnings for distcheckraveit651-1/+2
2018-10-25Merge pull request #169 from mate-desktop/backportVictor Kareh1-1/+1
fade: fix fade computation math
2018-09-09fade: fix fade computation mathraveit651-1/+1
commit https://github.com/mate-desktop/mate-screensaver/commit/599bc81 changed the fade time out to be less than a 1000ms. Unfortunately, this broke the fade because the math for computing the number of fade steps used integer arithmetic, and performed a division by a 1000. https://bugzilla.gnome.org/show_bug.cgi?id=672583 origin commit: https://gitlab.gnome.org/GNOME/gnome-screensaver/commit/7e2085a
2018-09-08sync with transifexraveit65104-467/+467
2018-08-24fix more GdkScreen related deprecationsAlexei Sorokin4-92/+81
This is a follow-up to 5d4416a to fix #126
2018-08-22gs-grab-x11: replace deprecated gdk_error_trap_push/popraveit651-5/+8
2018-08-22gs-visual-gl: replace deprecated gdk_error_trap_push/popraveit651-2/+2
2018-08-19Remove "monitor" pointer from debug informationZhang Xianwei2-4/+3
Signed-off-by: Zhang Xianwei <[email protected]>
2018-08-13lock-plug: Only scale lock-screen widgets on older versions of GTKVictor Kareh1-0/+4
2018-07-14gs-lock-plug: avoid deprecated 'gdk_keymap_get_default'Pablo Barciela1-1/+1
2018-05-27release 1.21.0v1.21.0raveit652-1/+10
2018-05-27sync with transifexraveit65105-5807/+17138
2018-05-27update mate-screensaver.potraveit651-6/+6
2018-05-27bump required version of mate-menusraveit651-1/+1
2018-05-27support new mate-menus apiyetist1-43/+33
2018-05-14Fixed some gdk deprecationsyetist4-19/+32
2018-05-14fixed gdk_flush warningyetist1-1/+4
2018-03-23tx: update config with branch specific resouresraveit651-2/+2
2018-03-17tx: add makepot and .pot filesraveit652-0/+737
2018-03-11transifex: set minimum_perc and type in config fileraveit651-0/+2
2018-02-12avoid deprecated GtkStockPablo Barciela2-3/+7
2018-02-01release 1.20v1.20.0raveit652-1/+8
2018-02-01sync with transifexraveit6560-79/+79
2018-02-01require GTK+ 3.22 and GLib 2.50monsta8-268/+3
2018-02-01Add HiDPI support for lock screen (#148)Victor Kareh2-5/+33
* Password dialog is now scaled * Background of lock screen is now scaled
2018-01-02gs-lock-plug.c: Fix build warning:Pablo Barciela1-1/+4
ignoring return value of ‘fscanf’, declared with attribute warn_unused_result
2017-12-26release 1.19.1v1.19.1raveit652-1/+8
2017-12-26sync with transifexraveit6593-3164/+4001
2017-12-19WidthOfScreen and HeightOfScreen implementationPablo Barciela3-20/+5
This commit reverts: https://github.com/mate-desktop/mate-screensaver/commit/816394c1a6ce9968dba3e1b0ecc884c8ccca4d43 And it applies an alternative to fix the deprecated functions: gdk_screen_get_width gdk_screen_get_height
2017-12-14restore the correct mate-screensaver-command manpagemonsta1-47/+47
revert 9075047d57bfdde4419ce37e043a23ec5691bf2b and update info a bit fixes https://github.com/mate-desktop/mate-screensaver/issues/94