summaryrefslogtreecommitdiff
path: root/src/terminal-window.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-15terminal-window: Fix: Session dbus daemon saturatedPablo Barciela1-13/+10
2018-02-09avoid deprecated GtkStockPablo Barciela1-21/+21
2018-01-29require GTK+ 3.22 and GLib 2.50monsta1-22/+0
2018-01-27require VTE 0.46monsta1-4/+0
2018-01-09update copyright year to 2018monsta1-1/+1
2017-12-29middle click on a tab: add the gsettings key to enable the featurePablo Barciela1-1/+5
2017-12-09WidthOfScreen and HeightOfScreen implementationPablo Barciela1-7/+4
2017-11-20add the abbility to switch tabs using [ctrl+tab] and [ctrl+shift+tab]Pablo Barciela1-0/+44
2017-11-08avoid deprecated vte_terminal_search_get_gregexPablo Barciela1-0/+4
2017-10-24add "select all" keyboard shortcut: [control] + [shift] + [A]Pablo Barciela1-1/+1
2017-08-24gtk 3.22: avoid deprecated gdk_screen_get_monitor... functions:ZenWalker1-0/+13
2017-08-10avoid deprecated gdk_screen_get_width/heightZenWalker1-4/+7
2017-04-16update copyright year to 2017monsta1-1/+1
2017-04-12Fix: Double click with right button causes Xorg to crashZenWalker1-3/+3
2017-01-30call gtk_notebook_detach_tab only if the tab is detachedPablo Barciela1-3/+14
2017-01-30middle click on a tab: Fix active tab position after closing another tabZenWalker1-0/+17
2017-01-30middle click on a tab: make the tab active before closing itZenWalker1-5/+10
2017-01-08window: Attach popup menus to their parent widgetsraveit651-0/+11
2016-11-18middle click on a tab: confirm close if there is a foreground processZenWalker1-1/+3
2016-11-11Implement middle click tab closingZenWalker1-0/+10
2016-11-07Make dropped tab activeZenWalker1-0/+1
2016-11-06Fix window size when a second tab is added by drag-n-dropZenWalker1-0/+3
2016-11-06notebook: avoid crash on tab DNDZenWalker1-0/+5
2016-09-22add back --geometry positioning supportAlexei Sorokin1-30/+69
2016-09-14don't use deprecated gtk_window_parse_geometry()Alexei Sorokin1-6/+190
2016-09-14fix resize menu buttons (#122)Alexei Sorokin1-41/+120
2016-09-14handle GDK_SCROLL_SMOOTH when handling mouse scroll on tabsmonsta1-0/+18
2016-09-14add (mouse wheel) tab scrollingnoone31-1/+52
2016-08-18update copyrightmonsta1-1/+1
2016-08-14remove duplicated codemonsta1-2/+0
2016-06-11Borrow pluma-close-button class and use it.raveit651-10/+0
2016-06-11do not use deprecated gtk_dialog_set_alternative_button_orderraveit651-5/+0
2016-06-01remove some unused variablesmonsta1-1/+1
2016-05-26drop old code for VTE < 0.38 (it was used in GTK+2 build)monsta1-79/+2
2016-05-26drop old GTK+2 codemonsta1-133/+14
2016-05-26use About dialog from GTK+ instead of forked one from libmate-desktopmonsta1-3/+1
2016-05-26window: react on WM change only on X11monsta1-3/+26
2016-03-09GTK3: don't use deprecated gtk_widget_size_requestraveit651-0/+5
2016-03-08remove debug callbacks for deprecated size-request signalSorokin Alexei1-10/+0
2016-03-07GTK+3.20: fix window sizesSorokin Alexei1-15/+29
2016-02-19GTK+3: add style class mate-terminalWolfgang Ulbrich1-0/+7
2016-01-20fix conditions for GtkMisc deprecationsWolfgang Ulbrich1-1/+1
2016-01-20[GTK+3] fix deprecated usage of GtkMisc and don't set paddingmonsta1-0/+5
2016-01-20use GtkBox instead of GtkVBox/GtkHBox in both GTK+ buildsmonsta1-0/+8
2016-01-09window: remove dead codemonsta1-86/+0
2016-01-05fix GTK+3 build when our version is unstable (e.g. 1.13.x)monsta1-0/+6
2015-11-16vte291: fix transparency backgroundWolfgang Ulbrich1-0/+2
2015-11-16vte291: Fix geometry issuesWolfgang Ulbrich1-3/+22
2015-11-15port to vte291Wolfgang Ulbrich1-0/+14
2015-09-08drop support for win32/osxmonsta1-37/+17