summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-02-25release 1.22.0v1.22.0raveit652-1/+5
2019-02-22Enable Travis CI for all branchesraveit651-6/+0
2019-02-22Initialize Travis CI supportraveit651-0/+96
2019-02-10Revert "tx: fix Content-Type in resource file"raveit651-2/+2
This is wrong. This reverts commit 7c1c6baa7253267f1746fcf4dee703ea549c6414.
2019-02-10tx: fix Content-Type in resource fileraveit651-2/+2
2019-02-10release 1.21.0v1.21.0raveit651-0/+6
2019-02-10tx: sync with transifexraveit65148-756/+9195
2019-02-07avoid deprecated 'gdk_error_trap_push/pop/pop_ignored' and 'gdk_flush'Pablo Barciela4-19/+25
2018-12-21tx: fix Project-Id-Version and Content-Type in resource fileraveit651-3/+3
2018-12-21disable deprecation warnings for distcheckraveit651-0/+3
2018-07-14tomboykeybinder: avoid deprecated 'gdk_keymap_get_default'Pablo Barciela1-3/+3
2018-06-18pre-bump versionraveit652-1/+3
2018-03-23tx: update config with branch specific resouresraveit651-2/+2
2018-03-17tx: add makepot and .pot filesraveit652-0/+110
2018-03-11transifex: set minimum_perc and type in config fileraveit651-0/+2
2018-02-02release 1.20v1.20.0raveit652-1/+5
2018-01-27require GTK+ 3.22 and GLib 2.50monsta1-9/+4
and drop additional checks for min/max GLib versions, it's not needed
2018-01-25Bump version to 1.19.0v1.19.0Martin Wimpress1-0/+8
2018-01-25Sync translations.Martin Wimpress76-260/+367
2018-01-09window picker: update copyright year to 2018monsta1-1/+1
2017-12-08WidthOfScreen and HeightOfScreen implementationPablo Barciela1-2/+2
Avoid the deprecated functions: gdk_screen_get_width gdk_screen_get_height
2017-10-17window picker: disconnect signal handlers in dispose functionmonsta1-0/+17
taken from: https://git.gnome.org/browse/gnome-applets/commit/?id=3736cbfc9483fa36a8f7d620d1e75ad2973bcc08
2017-10-08window picker: add icon to prefs dialogmonsta1-0/+1
2017-10-08sync with Transifexmonsta74-1374/+1381
2017-10-08window picker: disable vertical expand of button in prefs dialogmonsta1-1/+1
2017-10-08window picker: add icon for taskbar to About dialogmonsta1-0/+1
2017-10-06window picker: update copyright yearmonsta1-1/+2
2017-07-18update issue_templateraveit651-0/+4
2017-06-08create issue_template.mdraveit651-0/+16
2017-05-14sync with Transifexmonsta4-81/+84
2017-05-14maximus: don't crash on invalid window IDmonsta1-0/+7
fixes https://github.com/mate-desktop/mate-netbook/issues/5
2017-03-30pre-bump versionraveit652-1/+3
2017-03-13release 1.18.0v1.18.0monsta1-1/+1
2017-03-13sync with Transifexmonsta9-205/+208
2017-03-13update NEWS for 1.18monsta1-4/+8
2017-01-13Update mate-netbook NEWS to use consistent, project wide, markdown-like ↵Martin Wimpress1-44/+35
formatting. This will make generating release announcements easier.
2016-11-28po: actually add new languages from Transifexmonsta1-0/+3
2016-11-24release 1.17.0v1.17.0raveit651-0/+6
2016-11-24sync with transifexraveit6514-26/+345
2016-11-23move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta7-161/+7
and require mate-panel >= 1.17
2016-10-10release 1.16.1v1.16.1monsta2-1/+9
2016-10-10sync with Transifexmonsta2-21/+23
2016-10-03window picker: fix runtime warning about workspace being NULLmonsta1-6/+9
from https://github.com/lanoxx/window-picker-applet/commit/8c6de9ded61743246b82a04c2a21c714e50957ef
2016-09-28window picker: fix invisible icons in GTK+3 buildmonsta1-6/+4
fixes https://github.com/mate-desktop/mate-netbook/issues/26
2016-09-19release 1.16.0v1.16.0monsta1-1/+1
2016-09-18update NEWS for 1.16monsta1-13/+6
2016-09-18sync with Transifexmonsta4-22/+26
2016-09-09Sync with Transifex.mate-netbook-1.15.2Martin Wimpress2-26/+28
2016-09-09Bump version to 1.15.2Martin Wimpress2-1/+7
2016-09-01window picker: disconnect some missing signal handlersmonsta1-1/+2
should prevent crashes in some cases when object is already destroyed and is being accessed from signal handler after that