Commit Graph

210 Commits (3745b0e978e7488f4d2fbedc071ae70861219d3c)

Author SHA1 Message Date
Pablo Barciela 3745b0e978 terminal-screen-container: avoid 'g_type_class_add_private' 2019-08-29 20:39:27 +00:00
Pablo Barciela cd3ff31b7e terminal-screen: avoid 'g_type_class_add_private' 2019-08-29 20:39:27 +00:00
Pablo Barciela ae83e2a4e6 terminal-info-bar: avoid 'g_type_class_add_private' 2019-08-29 20:39:27 +00:00
Pablo Barciela c0cbd74913 terminal-tab-label: avoid 'g_type_class_add_private' 2019-08-29 20:39:27 +00:00
Pablo Barciela add12c82db terminal-window: "utilities-terminal" icon with "Open Terminal" 2019-08-27 17:06:08 +02:00
Laurent Napias 2cbba483c2 Remove trailing whitespaces 2019-07-06 10:00:08 +02:00
Laurent Napias 04e5a14b35 Change url project's website 2019-06-10 17:03:31 +02:00
osch 045cda7ac4 make "highlighting things under mouse pointer" configurable 2019-06-03 20:36:53 +02:00
rbuj 2a46f460b5 Ensure proper translation of the about dialog title
Note that GTK+ sets a default title of _("About %s") on the dialog
window (where %s is replaced by the name of the application, but
in order to ensure proper translation of the title, applications
should set the title property explicitly when constructing a
GtkAboutDialog

https://developer.gnome.org/gtk3/stable/GtkAboutDialog.html
2019-04-11 22:51:47 +02:00
rbuj b43df579b7 Make translatable the copyright info in about dialog 2019-04-11 22:51:47 +02:00
Stefan Tauner a711e2e2c2 Show confirmation dialog if there are multiple open tabs on closing
As a followup #149 this fixes the behavior of the code to match the
description of the respective gsettings entry "confirm-window-close".
Said entry is also updated to reflect the change added in #149.
No changes to the gsettings handling were made thus only users
who have "confirm-window-close" turned on already will see the
new behavior.
2019-04-11 21:57:16 +02:00
rbuj 9d6ac1b459 about: update copyright 2019-04-11 12:39:30 +02:00
micheal65536 0fb37cc6af Explicitly enable bright bold to match new VTE versions
Fixes #278
2019-03-26 17:13:07 +01:00
rbuj 0c49db9a61 warning: Value stored to 'screen_number' is never read
$ scan-build --keep-cc make
terminal-app.c:249:5: warning: Value stored to 'screen_number' is never read
                                screen_number = n;
                                ^               ~
2019-03-15 20:43:00 +01:00
rbuj 449753407d Use gresources for about_DATA, uimanager_DATA & builder_DATA 2019-03-15 20:37:21 +01:00
Victor Kareh 773ef17921 Retain copied selection when changing tabs 2019-03-12 07:33:56 -04:00
rbuj fb2f2e864a Update authors 2019-02-17 17:02:52 +01:00
rbuj 7ab20eb6f8 Update Documenters
Update "Documented by" in About MATE Terminal dialog
2019-02-13 23:12:54 +01:00
raveit65 550b622cb7 drop umtp suport
Fixes https://github.com/mate-desktop/mate-terminal/issues/104

This doesn't work with with gtk+-3 and newer vte versions.
With gnome-pty-helper gone, it's a no-op.

based on origin commit at
https://git.gnome.org/browse/gnome-terminal/commit/?id=d3aa520
https://bugzilla.gnome.org/show_bug.cgi?id=747046
2019-02-04 12:23:29 +01:00
Pablo Barciela f4bb74203b eggsmclient: avoid deprecated 'g_type_class_add_private' 2019-01-22 06:31:44 +00:00
Mike Gabriel 29536a9f07 src/terminal-screen.c: Set TERM to 'xterm-256color' (instead of just 'xterm'). This provides 256 colors terminal application support.
Fixes #209.
2019-01-12 15:33:26 +01:00
Pablo Barciela 3a145a7959 terminal-profile: Fix memory leaks
'g_strconcat' needs to be freed
2018-12-01 17:26:28 +01:00
Pablo Barciela 3ff3f275df terminal-screen: avoid deprecated 'g_settings_list_schemas' 2018-12-01 17:25:58 +01:00
Pablo Barciela 9081ba937a terminal-window: Fix warnings with menu popup 2018-09-04 20:55:53 +02:00
raveit65 7958d12df0 terminal-window: replace deprecated gtk_menu_popup 2018-09-04 20:55:53 +02:00
Pablo Barciela 078d0b1fda term-screen: avoid deprecated 'gtk_style_context_get_background_color' 2018-06-27 11:51:36 +02:00
Pablo Barciela 7708278f7e terminal-screen: avoid deprecated 'vte_terminal_spawn_sync' 2018-06-27 11:50:10 +02:00
Pablo Barciela 82e48ff2f5 terminal-window: avoid deprecated 'vte_terminal_copy_clipboard' 2018-06-27 11:46:00 +02:00
monsta c4cedf761d Revert "fix setting transparency issue when used in GNOME3"
This reverts commit e1b834a2bf.

Fixes https://github.com/mate-desktop/mate-terminal/issues/240
2018-06-17 22:30:39 +02:00
Pablo Barciela 54558c5449 terminal-window: Fix: Session dbus daemon saturated
Fixes https://github.com/mate-desktop/mate-terminal/issues/233
2018-06-15 21:17:41 +02:00
liuyi92 e1b834a2bf fix setting transparency issue when used in GNOME3 2018-03-29 19:49:04 +02:00
Pablo Barciela 43897cf727 terminal-app: avoid gtk_dialog_add_buttons with stock ids 2018-02-20 15:56:07 +01:00
Pablo Barciela 90f1e19d3f avoid deprecated GtkStock 2018-02-09 14:54:16 +01:00
monsta 2611e01e64 require GTK+ 3.22 and GLib 2.50
and drop additional checks for min/max GLib versions, it's not needed
2018-01-29 21:14:28 +01:00
monsta 2b454bbabc require VTE 0.46 2018-01-27 14:43:16 +03:00
raveit65 8e3de226d0 revert parts of previous commit
Without this line a terminal can be unusable.
Causes color and linewrap problems in ie. fedora.
See comments in previous PR ate github
2018-01-24 15:14:58 +01:00
monsta d3f29749a5 screen: stop setting TERM and COLORTERM environment variables
closes https://github.com/mate-desktop/mate-terminal/issues/209

taken from:
https://git.gnome.org/browse/gnome-terminal/commit/?id=a0ecd018f070b96a6ca2ff778ddda0f7fde5b847
https://git.gnome.org/browse/gnome-terminal/commit/?id=1d5c1b6ca6373c1301494edbc9e43c3e6a9c9aaf
2018-01-23 17:59:30 +01:00
monsta ff21f8e007 schema: fix summary and description of some keys 2018-01-13 21:52:15 +03:00
monsta 76019bf6d9 remove "..." from Find keyboard shortcut 2018-01-13 21:36:59 +03:00
monsta 30ce4834e8 profile-editor: properly initialize the first palette color
taken from:
https://git.gnome.org/browse/gnome-terminal/commit/?id=6447aded26416e49bf5fdce8a8fd13c16c0ebb44
2018-01-09 22:48:16 +03:00
monsta 7ab5af88f1 update copyright year to 2018 2018-01-09 22:46:34 +03:00
Pablo Barciela a2314e9ab7 terminal-screen.c: drop unused variables 2017-12-30 14:32:35 +01:00
Pablo Barciela e370b85599 Fix build warnings: ignoring return value of ‘chdir’,
declared with attribute warn_unused_result
2017-12-29 19:40:57 +01:00
Pablo Barciela 294ce367b2 middle click on a tab: add the gsettings key to enable the feature
Closes https://github.com/mate-desktop/mate-terminal/issues/184
2017-12-29 16:26:03 +01:00
monsta 26ded92d74 make indent more uniform in a few files 2017-12-25 17:53:32 +03:00
monsta 08bebc7780 fix possible crash when handling DBus method call
fixes https://github.com/mate-desktop/mate-terminal/issues/85
2017-12-25 16:52:06 +03:00
Allan Nordhøy 770127877b
Spelling: Whitespace removed, in the terminal, Ctrl 2017-12-22 10:29:37 +01:00
monsta 019042e65f add Solarized themes from gnome-terminal
closes https://github.com/mate-desktop/mate-terminal/issues/151

ported from:
https://git.gnome.org/browse/gnome-terminal/commit/?id=b4d7416
https://git.gnome.org/browse/gnome-terminal/commit/?id=2763ea6
2017-12-21 21:29:50 +03:00
Pablo Barciela 926ec59919 WidthOfScreen and HeightOfScreen implementation
This commit reverts:

5c6f10892a

And it applies an alternative to fix the deprecated functions:

gdk_screen_get_width
gdk_screen_get_height
2017-12-09 01:51:04 +01:00
raveit65 947e9aec19 fix typo 2017-11-20 19:20:35 +01:00