| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 13 days | port to GtkApplicationapplication | mbkma | 1 | -116/+227 | |
| 2026-01-20 | window: Add icon session persistenceHEADmaster | Victor Kareh | 1 | -6/+1 | |
| Store and persist window icons in session config files. Icons set via the command line are now saved during session management and restored when loading config files. Also adds error reporting for invalid icon file paths. | |||||
| 2026-01-20 | options: Re-introduce the icon option | Victor Kareh | 1 | -0/+8 | |
| Since profiles do not provide a way of setting the window icon, we re-introduce the --icon option to allow the window instance to report an icon programmatically. Fixes https://github.com/mate-desktop/mate-terminal/issues/246 | |||||
| 2022-07-18 | Remove time.h | rbuj | 1 | -1/+0 | |
| 2021-12-11 | Use a blank line at most | rbuj | 1 | -3/+0 | |
| 2021-06-25 | update copyright to 2021 | raveit65 | 1 | -0/+1 | |
| 2020-04-28 | build: Isolate smclient | rbuj | 1 | -0/+10 | |
| 2020-01-31 | Fix build using gcc 10 -fno-common flag | rbuj | 1 | -0/+2 | |
| 2020-01-05 | terminal-window: avoid to make new GSettings in every new window | Pablo Barciela | 1 | -30/+26 | |
| use GSettings app instead | |||||
| 2019-09-16 | terminal-app: remove -Wdiscarded-qualifiers warnings | rbuj | 1 | -14/+14 | |
| terminal-app.c:152:26: warning: passing argument 2 of ‘terminal_app_profile_list_notify_cb’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] terminal-app.c:153:29: warning: passing argument 2 of ‘terminal_app_default_profile_notify_cb’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] terminal-app.c:155:27: warning: passing argument 2 of ‘terminal_app_encoding_list_notify_cb’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] terminal-app.c:143:28: warning: passing argument 2 of ‘terminal_app_system_font_notify_cb’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] terminal-app.c:149:35: warning: passing argument 2 of ‘terminal_app_enable_menu_accels_notify_cb’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] terminal-app.c:146:30: warning: passing argument 2 of ‘terminal_app_enable_mnemonics_notify_cb’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] | |||||
| 2019-03-15 | warning: Value stored to 'screen_number' is never read | rbuj | 1 | -18/+2 | |
| $ scan-build --keep-cc make terminal-app.c:249:5: warning: Value stored to 'screen_number' is never read screen_number = n; ^ ~ | |||||
| 2019-03-15 | Use gresources for about_DATA, uimanager_DATA & builder_DATA | rbuj | 1 | -2/+2 | |
| 2018-02-20 | terminal-app: avoid gtk_dialog_add_buttons with stock ids | Pablo Barciela | 1 | -6/+27 | |
| 2018-02-09 | avoid deprecated GtkStock | Pablo Barciela | 1 | -2/+2 | |
| 2017-07-21 | avoid deprecated gdk_display_get_screen | ZenWalker | 1 | -3/+1 | |
| 2016-09-22 | add back --geometry positioning support | Alexei Sorokin | 1 | -4/+4 | |
| was removed in 0e9e88a, based on https://github.com/GNOME/gtk/commit/f37a062 | |||||
| 2016-09-14 | don't use deprecated gtk_window_parse_geometry() | Alexei Sorokin | 1 | -1/+4 | |
| 2016-07-20 | avoid deprecated GtkTable | raveit65 | 1 | -3/+3 | |
| 2016-06-11 | do not use deprecated gtk_dialog_set_alternative_button_order | raveit65 | 1 | -8/+1 | |
| deprecated since gtk+-3.10 | |||||
| 2016-05-26 | copy gsettings helpers from libmate-desktop (see also FIXME there) | monsta | 1 | -3/+66 | |
| 2016-05-26 | use dconf directly instead of wrapper functions from libmate-desktop | monsta | 1 | -2/+4 | |
| 2015-12-07 | remove excessive data conversion and don't leak string array | monsta | 1 | -12/+19 | |
| 2015-12-07 | simplify some more code and don't leak memory | monsta | 1 | -4/+12 | |
| 2015-09-08 | drop support for win32/osx | monsta | 1 | -44/+25 | |
| 2014-12-15 | zero-init all signals arrays | Monsta | 1 | -1/+1 | |
| 2014-04-23 | Use GSettings common functions from libmate-desktop | Stefano Karapetsas | 1 | -5/+5 | |
| 2014-04-23 | Use common dconf functions from libmate-desktop | Stefano Karapetsas | 1 | -2/+2 | |
| 2014-02-24 | Opening new terminal in a tab now works. The new intended behaviour is desbribed | Martin Wimpress | 1 | -19/+76 | |
| in https://bugzilla.gnome.org/show_bug.cgi?id=83203#c57 Fixes #45. | |||||
| 2014-02-12 | Fix some warnings. | Mark Thomas | 1 | -5/+0 | |
| 2013-05-21 | More general fix for #18: actually test if the the font content is empty | Scott Balneaves | 1 | -0/+3 | |
| 2013-01-17 | Migrate to GSettings | Marcel Dijkstra | 1 | -223/+145 | |
| 2011-11-06 | aplicando formato allman | Perberos | 1 | -1341/+1343 | |
| 2011-11-06 | initial | Perberos | 1 | -0/+2116 | |
