monsta
|
ccfb919c83
|
po: drop languages not present on Transifex + en_US file
|
2016-07-01 14:56:12 +03:00 |
monsta
|
49e03a0f08
|
po: actually add new languages from Transifex
|
2016-06-21 17:22:43 +03:00 |
raveit65
|
f15b90f66b
|
Borrow pluma-close-button class and use it.
This is a subclass of GtkButton special theming for the close button.
taken from:
https://git.gnome.org/browse/gnome-terminal/commit/src?h=gnome-3-8&id=c3a3e06
https://git.gnome.org/browse/gnome-terminal/diff/src/terminal-close-button.c?h=gnome-3-8&id=2bff4b6
|
2016-06-11 21:09:24 +02:00 |
raveit65
|
c6fba6db82
|
do not use deprecated gtk_dialog_set_alternative_button_order
deprecated since gtk+-3.10
|
2016-06-11 17:00:16 +02:00 |
raveit65
|
bf2b46a27d
|
profile-editor: render text in color scheme combobox
As we use gtk3 only code we can remove that in UI file,
finaly fix for https://github.com/mate-desktop/mate-terminal/issues/103
|
2016-06-11 16:16:34 +02:00 |
raveit65
|
f770de3b81
|
UI prefrenences: enable alpha color for colorchooser
|
2016-06-11 13:03:24 +02:00 |
raveit65
|
22ddefc332
|
terminal-profile: replace deprecated GDK_TYPE_COLOR
|
2016-06-11 13:03:24 +02:00 |
raveit65
|
d85c96ad64
|
port GdkColors to GdkRGBA and GtkColorButton to GtkColorChooser
with help from Alexei Sorokin
inspired from:
https://git.gnome.org/browse/gnome-terminal/commit/?id=84099c3
|
2016-06-11 13:03:09 +02:00 |
raveit65
|
40a42eb82a
|
Update font on realize
taken from:
https://git.gnome.org/browse/gnome-terminal/commit/?id=ed24174
|
2016-06-10 11:47:44 +02:00 |
raveit65
|
bb63141924
|
Remove debug printfs
taken from:
https://git.gnome.org/browse/gnome-terminal/commit/?id=923d74f
|
2016-06-10 11:32:24 +02:00 |
raveit65
|
8a4bdad1cc
|
Add style-updated handler to TerminalScreen
taken from:
https://git.gnome.org/browse/gnome-terminal/commit/?h=gnome-3-8&id=e8e2367
|
2016-06-10 11:20:58 +02:00 |
raveit65
|
fa9e2facb5
|
release 1.15.0
|
2016-06-07 21:33:47 +02:00 |
raveit65
|
40098ea629
|
sync with Transiflex
|
2016-06-07 21:12:36 +02:00 |
monsta
|
395f4422a7
|
fix deprecated usage of GtkVScrollbar
|
2016-06-01 18:36:40 +03:00 |
monsta
|
e318c801b9
|
remove dead code
|
2016-06-01 18:27:05 +03:00 |
monsta
|
e3bf0a05c8
|
remove some unused variables
|
2016-06-01 18:05:48 +03:00 |
monsta
|
4b1fed7b0f
|
bump version to 1.15.0
|
2016-06-01 10:21:05 +03:00 |
monsta
|
b2919d25fa
|
drop old code for VTE < 0.38 (it was used in GTK+2 build)
|
2016-05-26 17:33:01 +03:00 |
monsta
|
ea302a83da
|
drop old GTK+2 code
|
2016-05-26 16:54:22 +03:00 |
monsta
|
8195dc9b0e
|
require GTK+ 3.14 and VTE 0.38 (API 2.91), drop --with-gtk option
|
2016-05-26 16:53:00 +03:00 |
monsta
|
2d2dab52b2
|
drop build-dep on libmate-desktop, it's not needed anymore
|
2016-05-26 15:55:18 +03:00 |
monsta
|
8bb7323662
|
copy gsettings helpers from libmate-desktop (see also FIXME there)
|
2016-05-26 15:38:59 +03:00 |
monsta
|
072da32f99
|
use dconf directly instead of wrapper functions from libmate-desktop
|
2016-05-26 14:19:40 +03:00 |
monsta
|
fd07010c43
|
use About dialog from GTK+ instead of forked one from libmate-desktop
|
2016-05-26 13:34:43 +03:00 |
monsta
|
6a2f8dec69
|
window: react on WM change only on X11
|
2016-05-26 11:53:20 +03:00 |
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 |