summaryrefslogtreecommitdiff
path: root/src/terminal-window.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-20restore deprecated gtk_menu_popup for context-menuraveit651-14/+5
2020-04-13Add set-title-dialog.uirbuj1-35/+11
2020-04-03terminal-window: expand the content of the comment on about dialogrbuj1-1/+1
2020-04-02Add confirm-close-dialog.uirbuj1-22/+16
2020-03-30fix searching in terminal windowNorbert Preining1-3/+3
2020-03-30terminal-window: add icons to "open tab" and "close window/tab"Pablo Barciela1-3/+3
2020-03-21terminal-window: show VTE version in about dialogPablo Barciela1-1/+6
2020-01-13Update copyright to 2020raveit651-1/+1
2020-01-05terminal-window: avoid to make new GSettings in every new windowPablo Barciela1-8/+3
2019-12-19terminal-window: Fix memory leakPablo Barciela1-7/+8
2019-09-11terminal-window: : suppress GtkAction warningsraveit651-1/+88
2019-08-29terminal-window: avoid 'g_type_class_add_private'Pablo Barciela1-4/+2
2019-08-27terminal-window: "utilities-terminal" icon with "Open Terminal"Pablo Barciela1-4/+3
2019-07-06Remove trailing whitespacesLaurent Napias1-3/+3
2019-06-10Change url project's websiteLaurent Napias1-1/+1
2019-04-11Ensure proper translation of the about dialog titlerbuj1-1/+2
2019-04-11Make translatable the copyright info in about dialogrbuj1-8/+6
2019-04-11Show confirmation dialog if there are multiple open tabs on closingStefan Tauner1-14/+19
2019-04-11about: update copyrightrbuj1-1/+1
2019-03-15Use gresources for about_DATA, uimanager_DATA & builder_DATArbuj1-15/+16
2019-03-12Retain copied selection when changing tabsVictor Kareh1-3/+2
2018-09-04terminal-window: Fix warnings with menu popupPablo Barciela1-1/+14
2018-09-04terminal-window: replace deprecated gtk_menu_popupraveit651-65/+7
2018-06-27terminal-window: avoid deprecated 'vte_terminal_copy_clipboard'Pablo Barciela1-0/+8
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