summaryrefslogtreecommitdiff
path: root/src/terminal-window.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-18terminal-window: Factor CSDs into geometry hintsBrian Norris1-11/+33
2023-12-10Avoid unprocessed file URIs being pasted to the terminal.cristian641-3/+2
2023-09-23Tabs: only invoke naming dialog to doubleclick on tab headerlukefromdc1-15/+9
2023-08-31Add support for OSC 8 hyperlinks (HTML-like anchors)George Stark1-4/+74
2023-08-31RefactoringGeorge Stark1-11/+11
2023-07-28Double-click tab to set titleGydo Kosten1-0/+10
2023-06-01terminal-window: explicitly draw window frame and bgMark Givens1-0/+34
2023-01-14Add GTK Style Class to context menugrover920001-0/+2
2022-09-11terminal-window: Vble is assigned a value that is never usedrbuj1-6/+1
2022-07-18Remove time.hrbuj1-2/+5
2022-03-23terminal-window: gtk+ 2.17.1 fixed gtk bug 535557rbuj1-14/+1
2022-03-22Fix implicit conversion changes signedness: 'gboolean' to 'guint'rbuj1-1/+1
2021-12-11Use a blank line at mostrbuj1-6/+0
2021-06-25update copyright to 2021raveit651-0/+1
2021-03-30terminal-window: Remove -Wmissing-field-initializers warningsrbuj1-15/+15
2021-02-05build: Use PACKAGE_URL variablerbuj1-1/+1
2021-01-16Update copyright to 2021rbuj1-1/+1
2020-12-27Remove unused macrosrbuj1-1/+0
2020-09-01Remove -Wfloat-conversion warningsrbuj1-2/+6
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