summaryrefslogtreecommitdiff
path: root/src/terminal.c
AgeCommit message (Collapse)AuthorFilesLines
2019-07-06Remove trailing whitespacesLaurent Napias1-1/+1
2017-12-29Fix build warnings: ignoring return value of ‘chdir’,Pablo Barciela1-1/+2
declared with attribute warn_unused_result
2017-12-25make indent more uniform in a few filesmonsta1-9/+9
2017-12-25fix possible crash when handling DBus method callmonsta1-2/+2
fixes https://github.com/mate-desktop/mate-terminal/issues/85
2017-01-08force X11raveit651-0/+2
fixes running the terminal under wayland
2016-01-13fix indent a bitmonsta1-2/+2
2016-01-13use g_get_environmonsta1-11/+5
from https://git.gnome.org/browse/gnome-terminal/commit?id=a9e294229521d91c916dba765c773fcf85260a5b
2015-10-01Revert "Fix typo in 71204c2db80348c92b42c5cca08fc8c1166ab40d"Monsta1-1/+1
This reverts commit bf0b2dfe547da493e016dde213a8454e6831eb86. Fixes https://github.com/mate-desktop/mate-terminal/issues/96
2015-09-08drop support for win32/osxmonsta1-15/+1
2014-12-16Revert "Revert "Remove deprecated call to g_type_init""infirit1-2/+0
This reverts commit deedb94b3948097b6e51fc0e90718b29c4eaeacc.
2014-12-16Revert "Only stop use of g_type_init with Glib 2.36"infirit1-2/+0
This reverts commit 1ea79cc4669b5d760a1cc6a614eabe8223a9db6d.
2014-12-16Only stop use of g_type_init with Glib 2.36infirit1-0/+2
It is still needed in 2.32 from what I can figure out.
2014-12-16Revert "Remove deprecated call to g_type_init"infirit1-0/+2
This reverts commit 0b75b3c4b4354b72b604c6313ceef97d9ecb007c.
2014-11-24Properly check gdk_property_get resultNikolay Martynov1-4/+4
Check return value of gdk_property_get in get_initial_workspace before using its result Current implementation segfaults from to time if terminal is started at X session startup Looks like #769947 bug in Debian describes same issue
2014-11-04Fix typo in 71204c2db80348c92b42c5cca08fc8c1166ab40dinfirit1-1/+1
2014-05-20Remove deprecated call to g_type_initinfirit1-2/+0
2014-02-24Opening new terminal in a tab now works. The new intended behaviour is desbribedMartin Wimpress1-6/+40
in https://bugzilla.gnome.org/show_bug.cgi?id=83203#c57 Fixes #45.
2014-02-11Add support for compiling against Gtk+3 with and without Wayland backend ↵Mark Thomas1-6/+16
support.
2013-09-24ay_to_strv: Prevent dereferencing a NULL pointer.Alexander von Gluck IV1-1/+2
* clang static analysis shows that ay_to_strv is called with argc set to NULL. This can cause ay_to_strv to dereference the pointer in a failure situation.
2013-01-17Migrate to GSettingsMarcel Dijkstra1-5/+2
2011-11-06aplicando formato allmanPerberos1-457/+483
2011-11-06initialPerberos1-0/+619