index
:
mate-terminal
1.10
1.12
1.14
1.16
1.18
1.20
1.22
1.24
1.26
1.6
1.8
gh-pages
master
window-icon-option
MATE terminal emulator application
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
terminal-window.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-08
avoid deprecated vte_terminal_search_get_gregex
Pablo Barciela
1
-0
/
+4
2017-10-24
add "select all" keyboard shortcut: [control] + [shift] + [A]
Pablo Barciela
1
-1
/
+1
2017-08-24
gtk 3.22: avoid deprecated gdk_screen_get_monitor... functions:
ZenWalker
1
-0
/
+13
2017-08-10
avoid deprecated gdk_screen_get_width/height
ZenWalker
1
-4
/
+7
2017-04-16
update copyright year to 2017
monsta
1
-1
/
+1
2017-04-12
Fix: Double click with right button causes Xorg to crash
ZenWalker
1
-3
/
+3
2017-01-30
call gtk_notebook_detach_tab only if the tab is detached
Pablo Barciela
1
-3
/
+14
2017-01-30
middle click on a tab: Fix active tab position after closing another tab
ZenWalker
1
-0
/
+17
2017-01-30
middle click on a tab: make the tab active before closing it
ZenWalker
1
-5
/
+10
2017-01-08
window: Attach popup menus to their parent widgets
raveit65
1
-0
/
+11
2016-11-18
middle click on a tab: confirm close if there is a foreground process
ZenWalker
1
-1
/
+3
2016-11-11
Implement middle click tab closing
ZenWalker
1
-0
/
+10
2016-11-07
Make dropped tab active
ZenWalker
1
-0
/
+1
2016-11-06
Fix window size when a second tab is added by drag-n-drop
ZenWalker
1
-0
/
+3
2016-11-06
notebook: avoid crash on tab DND
ZenWalker
1
-0
/
+5
2016-09-22
add back --geometry positioning support
Alexei Sorokin
1
-30
/
+69
2016-09-14
don't use deprecated gtk_window_parse_geometry()
Alexei Sorokin
1
-6
/
+190
2016-09-14
fix resize menu buttons (#122)
Alexei Sorokin
1
-41
/
+120
2016-09-14
handle GDK_SCROLL_SMOOTH when handling mouse scroll on tabs
monsta
1
-0
/
+18
2016-09-14
add (mouse wheel) tab scrolling
noone3
1
-1
/
+52
2016-08-18
update copyright
monsta
1
-1
/
+1
2016-08-14
remove duplicated code
monsta
1
-2
/
+0
2016-06-11
Borrow pluma-close-button class and use it.
raveit65
1
-10
/
+0
2016-06-11
do not use deprecated gtk_dialog_set_alternative_button_order
raveit65
1
-5
/
+0
2016-06-01
remove some unused variables
monsta
1
-1
/
+1
2016-05-26
drop old code for VTE < 0.38 (it was used in GTK+2 build)
monsta
1
-79
/
+2
2016-05-26
drop old GTK+2 code
monsta
1
-133
/
+14
2016-05-26
use About dialog from GTK+ instead of forked one from libmate-desktop
monsta
1
-3
/
+1
2016-05-26
window: react on WM change only on X11
monsta
1
-3
/
+26
2016-03-09
GTK3: don't use deprecated gtk_widget_size_request
raveit65
1
-0
/
+5
2016-03-08
remove debug callbacks for deprecated size-request signal
Sorokin Alexei
1
-10
/
+0
2016-03-07
GTK+3.20: fix window sizes
Sorokin Alexei
1
-15
/
+29
2016-02-19
GTK+3: add style class mate-terminal
Wolfgang Ulbrich
1
-0
/
+7
2016-01-20
fix conditions for GtkMisc deprecations
Wolfgang Ulbrich
1
-1
/
+1
2016-01-20
[GTK+3] fix deprecated usage of GtkMisc and don't set padding
monsta
1
-0
/
+5
2016-01-20
use GtkBox instead of GtkVBox/GtkHBox in both GTK+ builds
monsta
1
-0
/
+8
2016-01-09
window: remove dead code
monsta
1
-86
/
+0
2016-01-05
fix GTK+3 build when our version is unstable (e.g. 1.13.x)
monsta
1
-0
/
+6
2015-11-16
vte291: fix transparency background
Wolfgang Ulbrich
1
-0
/
+2
2015-11-16
vte291: Fix geometry issues
Wolfgang Ulbrich
1
-3
/
+22
2015-11-15
port to vte291
Wolfgang Ulbrich
1
-0
/
+14
2015-09-08
drop support for win32/osx
monsta
1
-37
/
+17
2015-08-03
drop gdkkeysyms-compat usage, use modern key names
Monsta
1
-4
/
+3
2014-10-02
Disable hack to listen compositing changes
Stefano Karapetsas
1
-2
/
+4
2014-09-10
Added option to copy selection to clipboard
spuhpointer
1
-2
/
+20
2014-05-20
Cleanup GTK_CHECK_VERSION and unify gtk+2/3 code where possible
infirit
1
-35
/
+1
2014-04-24
Use MateAboutDialog
Stefano Karapetsas
1
-1
/
+3
2014-02-24
Opening new terminal in a tab now works. The new intended behaviour is desbribed
Martin Wimpress
1
-0
/
+45
2014-02-18
Merge pull request #54 from markbt/wayland
Stefano Karapetsas
1
-18
/
+30
2014-02-12
Fix some warnings.
Mark Thomas
1
-10
/
+1
[next]