summaryrefslogtreecommitdiff
path: root/pluma/dialogs/pluma-preferences-dialog.c
AgeCommit message (Collapse)AuthorFilesLines
2021-06-26update copyright to 2021raveit651-0/+1
2021-02-25Drop pluma_dirs_get_ui_filerbuj1-4/+1
2020-10-24Redesign Pluma Preferences Dialogmbkma1-21/+13
- Group options into Display and Highlighting categories - Fix sensitivity of auto-save spinbutton - Display right margin with spinbutton in one line - Apply sensitivity on spinbutton directly instead of according ui objects "autosave_hbox" and "right_margin_position_hbox" - Adjust order of "Spaces, Tabs, Newlines" checkboxes to match the headings order - Remove empty labels and use widget margins instead - Indent "Do not split words.." box in "Text Wrapping" (Because its a subitem) - Do not indent box with colour schemes - Capitalize headings (Grid pattern -> Grid Pattern and Show spaces, tabs, newlines -> Show Spaces, Tabs, Newlines)
2020-08-30add optional grid background patternmbkma1-0/+30
2020-07-31add overview mapmbkma1-0/+9
2020-07-29Port main program to GSettingsmbkma1-374/+224
Remove pluma_prefs_manager. Plugins were already ported to GSettings. Based on: https://gitlab.gnome.org/GNOME/gedit/-/commit/4215be0e8924f45170683493beaa2695e8e2e483
2020-07-02pluma-preferences-dialog: Refactor on_notebook_scroll_eventrbuj1-48/+60
2020-05-26Add tab scrolling support for GTK3tamplan1-0/+52
2019-07-16pluma-preferences-dialog: remove unused struct memberPablo Barciela1-3/+0
2019-07-16pluma-preferences-dialog: avoid 'g_type_class_add_private'Pablo Barciela1-9/+2
2019-07-06Remove trailing whitespacesLaurent Napias1-107/+107
2019-06-28Use smart tabs to fix indentation and alignmentVictor Kareh1-85/+84
2019-06-28preferences: Fix inconsistent active state of trailing charactersVictor Kareh1-24/+38
When unchecking and then re-checking draw_spaces (or tabs) while draw_trailing_spaces is active, the trailing preference is no longer set, but the button shows up as set. This change makes it so that it unsets the option prior to disabling the checkbox.
2019-06-28Add draw spaces/tabs/newlines optionsGoffredo Baroncelli1-0/+157
Add - draw spaces - draw tabs - draw newlines options in preference dialog. If the GTK version is greather or equal to 3.24, it is possible to show only the trailing tabs/spaces symbols.
2018-05-12avoid deprecated 'gtk_dialog_get_action_area'Pablo Barciela1-2/+0
2018-05-06avoid deprecated 'gtk_font_button_set/get_font_name'Pablo Barciela1-5/+5
2018-04-08avoid 'gtk_file_chooser_dialog_new' with stock idPablo Barciela1-5/+58
2018-03-27avoid 'gtk_dialog_add_buttons' with stock idsPablo Barciela1-6/+2
2018-03-06pluma-preferences-dialog.ui: avoid GtkButton:use-stock / GtkImage:stockPablo Barciela1-0/+3
2018-02-08avoid deprecated GtkStockPablo Barciela1-4/+4
2017-02-28remove unneeded +x attribute from sourcesmonsta1-0/+0
2016-12-05port plugin system to libpeasmonsta1-2/+2
backported from gedit with a few changes upstream commits for reference: https://git.gnome.org/browse/gedit/commit/?id=dbc98da7fda69981e61c5764af50c72b756eb2cc https://git.gnome.org/browse/gedit/commit/?id=2ae732a53ef08145c06909dc675134573c8c2e6d https://git.gnome.org/browse/gedit/commit/?id=6cd4936fb3aa6ca44a7c85888c6aad6c02b0f983 https://git.gnome.org/browse/gedit/commit/?id=041399d3d09389f951af8db4f5b83d142a9ebe55 https://git.gnome.org/browse/gedit/commit/?id=da46f5d6cd9b727e23ec0ae79bb0a78419bb1363 https://git.gnome.org/browse/gedit/commit/?id=1d56b827f14096891bb03dbd5e8211fdad1331ad https://git.gnome.org/browse/gedit/commit/?id=e63de5a2396a56eeba46479a54628843538da29e
2016-11-06move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-2/+0
2015-09-29capitalize Pluma in titles of main window and prefs windowmonsta1-1/+1
2014-05-19Remove all calls to deprecated gtk_dialog_set_has_separatorinfirit1-3/+0
2013-10-30Add gtksource.h include for GTK3Stefano Karapetsas1-0/+4
2013-10-30pluma: Add GTK3 supportStefano Karapetsas1-0/+2
2013-01-24Migrate pluma to GSettingsStefano Karapetsas1-1/+0
2012-11-18fixed incorrect fsf addresses.Steve Zesch1-2/+2
2011-11-07renaming from gedit to plumaPerberos1-0/+1189