monsta
7ac202c5d9
drop ancient and irrelevant gnome files
2016-05-26 11:47:12 +03:00
monsta
3285e1e712
po: add missing language to LINGUAS
2016-04-07 16:42:16 +03:00
raveit65
27d5a18ad5
release 1.14.0
2016-04-07 13:16:47 +02:00
raveit65
9a122adb3f
Fix Changelog generation
2016-04-07 13:15:06 +02:00
raveit65
d51dddc40f
add new languages and sync with transiflex
2016-04-07 13:13:56 +02:00
monsta
781183d59f
update NEWS and pack 1.13.x changes into single 1.14.0 entry
2016-04-05 15:24:01 +03:00
raveit65
5c67cd7247
Merge branch 'master' of github.com:mate-desktop/mate-terminal
2016-03-09 23:43:45 +01:00
raveit65
7db758bb6e
release 1.13.2
2016-03-09 23:43:28 +01:00
raveit65
b0a09479dc
GTK3: don't use deprecated gtk_widget_size_request
...
gtk_widget_size_request --> gtk_widget_get_preferred_size
2016-03-09 23:16:53 +01:00
raveit65
5102ba128c
GTK3: don't use deprecated gdk_threads_{enter/leave} ()
...
Since we don't ever call gdk_threads_init()
2016-03-09 22:55:34 +01:00
monsta
609f972e66
manpage: fix incorrect ordering of COLS and ROWS
...
follow-up to 087b25e1c3
2016-03-09 22:19:35 +01:00
raveit65
34ef467967
Merge branch 'master' of github.com:mate-desktop/mate-terminal
2016-03-09 22:16:15 +01:00
raveit65
fe9c280cae
screen: Compile dingu regexes with MULTILINE option
...
this kills warnings with newer vte.
taken from (but adjusted):
https://git.gnome.org/browse/gnome-terminal/commit/?id=9e0ea90
2016-03-09 14:29:14 +01:00
monsta
d4daa7f589
manpage: fix incorrect ordering of COLS and ROWS
...
follow-up to 087b25e1c3
2016-03-09 14:41:59 +03:00
Sorokin Alexei
a3d1c5f081
remove debug callbacks for deprecated size-request signal
2016-03-08 02:45:13 +03:00
Sorokin Alexei
c0efce1fb0
GTK+3.20: fix window sizes
...
caused by https://git.gnome.org/browse/gtk+/commit/?id=08974a1 ,
fixes #111
2016-03-07 00:45:46 +03:00
Friedel Wolff
087b25e1c3
Fix incorrect ordering of COLS and ROWS
...
https://bugzilla.gnome.org/show_bug.cgi?id=649023
2016-03-07 00:42:45 +03:00
Wolfgang Ulbrich
4eef53542a
release 1.13.1
2016-02-22 11:57:02 +01:00
Wolfgang Ulbrich
9ae9a3cd19
Merge branch 'master' of github.com:mate-desktop/mate-terminal
2016-02-19 15:30:55 +01:00
Wolfgang Ulbrich
b084db649e
GTK+3: add style class mate-terminal
2016-02-19 15:30:30 +01:00
Martin Wimpress
a09cb27c7d
Sync with Transifex
2016-02-19 14:23:20 +00:00
monsta
b1051cc490
fix typo: cliboard -> clipboard
2016-02-19 16:57:16 +03:00
Wolfgang Ulbrich
36310cbe36
release 1.13.0
2016-01-25 02:15:30 +01:00
Wolfgang Ulbrich
d590df028f
fix conditions for GtkMisc deprecations
2016-01-20 15:30:35 +01:00
monsta
5ef25f7914
use gtk_icon_size_lookup in both GTK+ builds
2016-01-20 12:22:52 +03:00
monsta
6e47412b9c
use icon names instead of stock items in both GTK+ builds
2016-01-20 12:11:31 +03:00
monsta
bc0ff5afa5
[GTK+3] fix deprecated usage of GtkMisc and don't set padding
...
default value of "margin" property is zero anyway
2016-01-20 12:11:17 +03:00
monsta
4ef8ebf3a3
use GtkBox instead of GtkVBox/GtkHBox in both GTK+ builds
...
and fix deprecated usage of GtkHBox and GtkVBox in GTK+3 build
2016-01-20 10:56:16 +03:00
monsta
75b1dfbc03
fix indent a bit
2016-01-13 11:44:01 +03:00
monsta
115663c4e2
use g_get_environ
...
from
https://git.gnome.org/browse/gnome-terminal/commit?id=a9e294229521d91c916dba765c773fcf85260a5b
2016-01-13 10:49:46 +03:00
monsta
0d20d5008b
window: remove dead code
...
it has been commented out in cd939a6c1e
so we're already running w/o it for more than a year...
2016-01-09 15:37:25 +03:00
monsta
8f8db28925
fix GTK+3 build when our version is unstable (e.g. 1.13.x)
...
due to the tricky macro magic, a piece of code containing a function
that doesn't exist in GTK+3 version of VTE hasn't been compiled into
the stable versions of mate-terminal. now we bumped version to 1.13.0,
that code got into build, and the build broke.
this commit should fix it.
2016-01-05 15:19:45 +03:00
Wolfgang Ulbrich
69be1c9a9d
pre-bump version to 1.13.0
2016-01-05 03:12:24 +01:00
monsta
c2a7ef6dde
remove excessive data conversion and don't leak string array
2015-12-07 11:12:01 +03:00
monsta
78f18ad533
simplify some more code and don't leak memory
2015-12-07 11:12:01 +03:00
monsta
0b334ce4e8
simplify some code, get rid of excessive data conversions
2015-12-07 11:12:01 +03:00
Wolfgang Ulbrich
dc66bdf36d
update to 1.12.1 release
2015-12-04 15:06:08 +01:00
monsta
43aca05a39
profile editor: remove dead code
2015-12-02 15:04:47 +03:00
Monsta
8ac5ccfa18
require VTE 0.38 for GTK+3 build
2015-11-30 14:45:34 +03:00
Wolfgang Ulbrich
1e12282051
Merge branch 'vte291'
2015-11-28 20:11:15 +01:00
Wolfgang Ulbrich
1e8eef25c7
GTK3: avoid duplicate schema name in profil editor
2015-11-20 16:54:38 +01:00
Wolfgang Ulbrich
5ecc6d7c26
vte291: fix sensitive state of transparency slider
2015-11-17 13:13:06 +01:00
Wolfgang Ulbrich
54db8f05e1
vte291: Remove the background image UI setting
...
Thank you
Author: egmont@gmail.com
2015-11-16 00:03:48 +01:00
Wolfgang Ulbrich
68a474cd33
vte291: fix transparency background
...
Thank you
Author: egmont@gmail.com
2015-11-16 00:03:28 +01:00
Wolfgang Ulbrich
387af1fe86
vte291: Fix geometry issues
...
Thank you
Author: egmont@gmail.com
2015-11-16 00:02:48 +01:00
Wolfgang Ulbrich
f3e72e52a4
port to vte291
...
Thank you to
Author: egmont@gmail.com
2015-11-15 23:47:05 +01:00
Clement Lefebvre
d9a196be38
1.12.0
2015-11-03 14:43:28 +00:00
Clement Lefebvre
36ee2ba563
Sync translations with transifex
2015-11-03 14:42:58 +00:00
monsta
642fa73eab
update NEWS for 1.12
2015-10-30 16:33:42 +03:00
monsta
f2bdc21193
Add NEWS for 1.11.0
2015-10-07 11:35:25 +03:00