summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-08-31GTK+-3 search-dialog: add pluma-search-dialog-gtk3.uiraveit653-0/+281
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-08-31GTK+-3 pluma-window: use gdk_device_get_positionraveit651-0/+11
taken from: https://git.gnome.org/browse/gedit/commit/?id=66ce4ca https://git.gnome.org/browse/gedit/commit/?id=c48ab83
2016-08-31GTK+-3.20 pluma-document: avoid deprecated gtk_text_iter_begins_tagraveit651-0/+4
2016-08-31GTK+-3 close button: style context fixraveit651-8/+11
maybe i will drop this! taken from: https://git.gnome.org/browse/gedit/commit/?id=df3ce63
2016-08-31GTK+-3: Port PlumaCloseButton to the new GtkStyleContextraveit651-4/+55
taken from: https://git.gnome.org/browse/gedit/commit/?id=0b2b59 https://git.gnome.org/browse/gedit/commit/?id=6c40ec
2016-08-31GTK+-3: Port PlumaStatusComboBox to the new GtkStyleContextraveit651-0/+50
taken from: https://git.gnome.org/browse/gedit/commit/?h=gnome-3-0&id=054bd40 https://git.gnome.org/browse/gedit/commit/?h=gnome-3-0&id=0b2b59f
2016-08-12fix indent a bitmonsta1-4/+4
2016-08-12When 'Always autocheck' option is selected turn on Autocheck for new documentsJohn Church1-1/+20
2016-08-01tab: restore the cursor and scroll in an idle.John Church1-2/+24
Fix bug where the document doesn't always scroll to the restored cursor position. The reason for this is that after the doc is loaded the text view is still working relocating so we wait until the text view gives us some priority to actually scroll.
2016-08-01update copyrightmonsta1-1/+1
2016-07-30GTK+-3 taglist-plugin-panel: avoid deprecated gtk_tree_view_set_rules_hintraveit651-0/+2
2016-07-30pre-bump versionraveit652-1/+4
2016-07-30GTK+-3 pluma-window: avoid deprecated gtk_[h|v]paned_newraveit651-1/+9
replace it with gtk_paned_new ()
2016-07-30GTK+-3: avoid deprecated gtk_icon_info_free ()raveit652-0/+8
replace it with g_object_unref ()
2016-07-30GTK+-3: do not use deprecated gtk_widget_modify_fontraveit651-0/+4
2016-07-30GTK+-3 plugin-manager: avoid deprecated gtk_tree_view_set_rules_hintraveit651-0/+2
2016-07-30GTK+-3 status-combobox: do not use deprecated GtkArrowraveit651-1/+5
2016-07-28release 1.15.1v1.15.1monsta2-1/+9
2016-07-28use GtkAboutDialog and get rid of build-dep on libmate-desktopmonsta3-33/+1
2016-07-21tests: define ACCESSPERMS if not definedmonsta1-0/+5
taken from https://git.gnome.org/browse/gedit/commit/?id=de9e9716037a567bda012edda8d6f92f3cdd0ea2 patch pointed out by @pyhalov closes https://github.com/mate-desktop/pluma/issues/189
2016-07-15distcheck: explicitly use currently selected GTK+ versionraveit651-1/+4
2016-07-01po: drop languages not present on Transifexmonsta3-10366/+0
2016-06-21po: actually add a new language from Transifexmonsta1-0/+1
2016-06-10remove one more ancient file, don't mention removed stuff in Makefilemonsta2-59/+0
2016-06-10remove ancient gnome news filemonsta1-1350/+0
2016-06-07release 1.15.0v1.15.0raveit652-1/+7
2016-06-07sync with Transiflexraveit6515-252/+5259
2016-04-10plugins: Fix to install externaltools plugin only with PythonOBATA Akio1-2/+1
It was accidentally changed to be installed unconditionally with "drop support for win32/osx".
2016-04-06fix NEWS + add missing 1.12.2 entriesv1.14.0monsta1-11/+13
2016-04-05release 1.14.0raveit652-14/+11
2016-04-05Fix Changelog generationraveit651-12/+8
2016-04-05add new languages and sync with transiflexraveit6586-43595/+65012
2016-02-21release 1.13.1v1.13.1Wolfgang Ulbrich2-1/+12
2016-02-19Sync with TransifexMartin Wimpress29-20418/+21933
2016-02-17plugins: some corrections for switch-c tool in external toolsmonsta1-8/+14
2016-02-16plugins: make switch-c tool in external tools work, fix issuesmonsta1-2/+9
- specify encoding to let the tool actually run - avoid shell command injection - update copyright thanks to @clefebvre for the fix
2016-02-12plugins: use more generic icon name for python console pluginmonsta1-1/+1
2016-02-10plugins: don't use stock icon namesmonsta4-4/+4
2016-02-10plugins: use correct icon name for python console pluginmonsta1-1/+1
2016-02-10Warnings fixesSorokin Alexei2-3/+3
2016-02-06GTK+3: add style class pluma-window and pluma-print-previewWolfgang Ulbrich2-0/+11
2016-02-01fix a few build warningsmonsta7-18/+7
2016-01-25release 1.13.0v1.13.0Wolfgang Ulbrich1-0/+7
2016-01-25GTK3: another fix for GtkMisc deprecated commitWolfgang Ulbrich3-8/+14
2016-01-24GTK3: fix previous GtkMisc deprecated commitWolfgang Ulbrich8-75/+82
2016-01-22Implement middle-click tab closing (#143)bl0ckeduser2-1/+8
2016-01-05pre-bump version to 1.13.0Wolfgang Ulbrich2-2/+5
2016-01-03drop MateConf migration scriptMonsta2-51/+0
2016-01-02fix typoMonsta2-2/+2
closes https://github.com/mate-desktop/pluma/issues/167