summaryrefslogtreecommitdiff
path: root/src/terminal-app.c
AgeCommit message (Collapse)AuthorFilesLines
13 daysport to GtkApplicationapplicationmbkma1-116/+227
2026-01-20window: Add icon session persistenceHEADmasterVictor Kareh1-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-20options: Re-introduce the icon optionVictor Kareh1-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-18Remove time.hrbuj1-1/+0
2021-12-11Use a blank line at mostrbuj1-3/+0
2021-06-25update copyright to 2021raveit651-0/+1
2020-04-28build: Isolate smclientrbuj1-0/+10
2020-01-31Fix build using gcc 10 -fno-common flagrbuj1-0/+2
2020-01-05terminal-window: avoid to make new GSettings in every new windowPablo Barciela1-30/+26
use GSettings app instead
2019-09-16terminal-app: remove -Wdiscarded-qualifiers warningsrbuj1-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-15warning: Value stored to 'screen_number' is never readrbuj1-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-15Use gresources for about_DATA, uimanager_DATA & builder_DATArbuj1-2/+2
2018-02-20terminal-app: avoid gtk_dialog_add_buttons with stock idsPablo Barciela1-6/+27
2018-02-09avoid deprecated GtkStockPablo Barciela1-2/+2
2017-07-21avoid deprecated gdk_display_get_screenZenWalker1-3/+1
2016-09-22add back --geometry positioning supportAlexei Sorokin1-4/+4
was removed in 0e9e88a, based on https://github.com/GNOME/gtk/commit/f37a062
2016-09-14don't use deprecated gtk_window_parse_geometry()Alexei Sorokin1-1/+4
2016-07-20avoid deprecated GtkTableraveit651-3/+3
2016-06-11do not use deprecated gtk_dialog_set_alternative_button_orderraveit651-8/+1
deprecated since gtk+-3.10
2016-05-26copy gsettings helpers from libmate-desktop (see also FIXME there)monsta1-3/+66
2016-05-26use dconf directly instead of wrapper functions from libmate-desktopmonsta1-2/+4
2015-12-07remove excessive data conversion and don't leak string arraymonsta1-12/+19
2015-12-07simplify some more code and don't leak memorymonsta1-4/+12
2015-09-08drop support for win32/osxmonsta1-44/+25
2014-12-15zero-init all signals arraysMonsta1-1/+1
2014-04-23Use GSettings common functions from libmate-desktopStefano Karapetsas1-5/+5
2014-04-23Use common dconf functions from libmate-desktopStefano Karapetsas1-2/+2
2014-02-24Opening new terminal in a tab now works. The new intended behaviour is desbribedMartin Wimpress1-19/+76
in https://bugzilla.gnome.org/show_bug.cgi?id=83203#c57 Fixes #45.
2014-02-12Fix some warnings.Mark Thomas1-5/+0
2013-05-21More general fix for #18: actually test if the the font content is emptyScott Balneaves1-0/+3
2013-01-17Migrate to GSettingsMarcel Dijkstra1-223/+145
2011-11-06aplicando formato allmanPerberos1-1341/+1343
2011-11-06initialPerberos1-0/+2116