summaryrefslogtreecommitdiff
path: root/pluma/dialogs
AgeCommit message (Collapse)AuthorFilesLines
2018-08-23make the 'close confirmation dialog' bigger with multiple filesPablo Barciela1-13/+31
2018-08-21close-confirmation-dialog: Fix: don't resize the dialog unexpectedlyPablo Barciela1-1/+5
Fixes https://github.com/mate-desktop/pluma/issues/356
2018-05-12avoid deprecated 'gtk_dialog_get_action_area'Pablo Barciela3-9/+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 Barciela4-24/+22
2018-03-06pluma-search-dialog.ui: avoid deprecated GtkButton:use-stockPablo Barciela1-6/+18
2018-03-06pluma-preferences-dialog.ui: avoid GtkButton:use-stock / GtkImage:stockPablo Barciela2-9/+27
2018-03-06pluma-encodings-dialog.ui: avoid GtkButton:use-stockPablo Barciela2-12/+36
2018-02-20avoid deprecated GtkButton:use-stockPablo Barciela1-5/+2
2018-02-08avoid deprecated GtkStockPablo Barciela4-16/+21
2018-01-30require GTK+ 3.22 and GLib 2.50monsta1-20/+0
2017-06-11encoding-dialog UI: fix some basic deprecationsraveit651-78/+77
2017-06-11preferences-dialog UI: fix some basic deprecationsraveit651-100/+224
2017-06-11search-dialogs: fix a -Wpointer-compare warningBjörn Esser1-2/+2
2017-04-14close confirm dialog: enable selection + disable focus in all labelsmonsta1-0/+4
2017-04-14close confirm dialog: set max width for labelsmonsta1-0/+5
fixes https://github.com/mate-desktop/pluma/issues/186 picked from: https://git.gnome.org/browse/gedit/commit/?id=90c742f2e97824878563b4bb4bb926048641dc18 https://git.gnome.org/browse/gedit/commit/?id=b783f0134ea33c96f48c528d0a5e763394881e8f
2017-02-28remove unneeded +x attribute from sourcesmonsta9-0/+0
2017-02-10build: remove option that disables deprecated stuffmonsta1-2/+1
we don't need a build breakage on the first deprecated item, thanks
2017-01-08Fixed wrong formattingVadim Barkov1-1/+1
2016-12-19Merge branch 'master' of https://github.com/mate-desktop/plumaVadim Barkov1-2/+2
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-24Fixed formatting [2]V.Barkov2-7/+7
2016-11-20Implemented regexp findingV.Barkov3-4/+47
2016-11-06move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta6-445/+112
2016-10-24remove +x attribute from .ui filesmonsta3-0/+0
2016-08-31search-dialog UI: install both UI files to avoid distcheck failure in po folderraveit651-7/+1
using --with-gtk=2.0/3.0 will only install one UI file if WITH_GTK3 is used, for ui_DATA in make file. ui_DATA is in EXTRA_DIST but will only have one UI file, defined by WITH_GTK3 check.
2016-08-31GTK+-3 search-dialog: add pluma-search-dialog-gtk3.uiraveit652-0/+279
replace depreprecated widgets from old UI file
2016-08-31GTK+-3 search-dialog: port GtkTable to GtkGridraveit651-0/+36
taken from: https://git.gnome.org/browse/gedit/commit/?id=e19c39e
2016-01-24GTK3: fix previous GtkMisc deprecated commitWolfgang Ulbrich1-14/+16
2015-12-01Gtk+-3.10: don't use deprecated GTK_STOCK_DIALOG_WARNING/ERRORWolfgang Ulbrich1-0/+10
2015-12-01Gtk+-3.14: don't use deprecated GtkMiscWolfgang Ulbrich1-0/+28
2015-12-01GTK3: don't use deprecated gtk_{v/h}-boxWolfgang Ulbrich1-0/+5
2015-09-29capitalize Pluma in titles of main window and prefs windowmonsta1-1/+1
2015-08-03drop gdkkeysyms-compat usage, use modern key namesMonsta1-5/+2
2015-07-14close confirmation dialog: make text unfocusablemonsta1-0/+2
adapted from https://git.gnome.org/browse/gedit/commit?id=08f0c2629d0bf4f795a71826526624d96127c23e
2014-05-19Remove has_separator property from gtkbuilder filesinfirit3-3/+0
2014-05-19Remove all calls to deprecated gtk_dialog_set_has_separatorinfirit4-12/+0
2014-02-12MATE Foundation doesnt existStefano Karapetsas2-2/+2
2013-11-04Merge pull request #24 from bl0ckeduser/masterStefano Karapetsas3-0/+43
Fix search/replace of strings containing backslashes
2013-10-30Add gtksource.h include for GTK3Stefano Karapetsas1-0/+4
2013-10-30pluma: Add GTK3 supportStefano Karapetsas4-0/+12
2013-09-22Make escape sequence parsing in search a GUI checkbox optionbl0ckeduser3-0/+43
2013-08-03Make automake happy: INCLUDES -> AM_CPPFLAGSinfirit1-1/+1
2013-01-24Migrate pluma to GSettingsStefano Karapetsas2-3/+2
2012-11-18fixed incorrect fsf addresses.Steve Zesch8-16/+16
2011-11-07using ./config/ instead of ./mate2/Perberos1-2/+2
2011-11-07renaming from gedit to plumaPerberos12-0/+5137