summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-03-23tx: update config with branch specific resouresraveit651-2/+2
2018-03-22spell-checker.ui plugin: avoid deprecated:Pablo Barciela2-182/+113
avoid deprecated: GtkLabel:xpad/ypad GtkTable GtkVBox GtkHBox GtkHButtonBox GtkImage:stock GtkButton:use-stock
2018-03-18tx: add makepot and .pot filesraveit652-0/+5054
2018-03-12transifex: set minimum_perc and type in config fileraveit651-0/+2
2018-03-10sort.ui plugin: avoid deprecated:Pablo Barciela1-102/+93
avoid deprecated: GtkVBox GtkHBox GtkLabel:xpad/ypad GtkImage:xpad/ypad/xalign/yalign/stock GtkButton:use-stock
2018-03-08pluma-time-setup-dialog.ui plugin: avoid deprecated:Pablo Barciela1-108/+117
avoid deprecated: GtkVBox GtkHBox GtkLabel:xpad/ypad GtkButton:use-stock
2018-03-08pluma-time-dialog.ui plugin: avoid deprecated:Pablo Barciela1-97/+103
avoid deprecated: GtkVBox GtkHBox GtkLabel:xpad/ypad GtkImage:xalign/yalign/xpad/ypad/stock GtkButton:use-stock and add icon to the 'Insert' button
2018-03-07Fix make distcheckinfo-cppsp1-0/+1
A file was missing from translations.
2018-03-06some adjustments for pluma-spell-setup-dialog.uiraveit651-4/+5
2018-03-06pluma-spell-setup-dialog.ui plugin: avoid GtkRadioButton:xalignPablo Barciela1-4/+1
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-03-05externaltools plugin: outputpanel.ui: avoid GtkHBox and GtkVButtonBoxPablo Barciela1-34/+54
2018-03-05spell plugin: languages-dialog.ui: avoid deprecated:Pablo Barciela1-58/+73
avoid GtkButton:use-stock, GtkVBox, and GtkLabel:xpad/ypad
2018-03-04docinfo.ui plugin: avoid GtkVBox, GtkHBox, GtkLabel:xpad/ypad & GtkTablePablo Barciela1-84/+14
2018-03-04plugins: docinfo.ui: avoid GtkButton:use-stock and GtkImage:stockPablo Barciela1-279/+130
2018-03-04spell plugin: pluma-spell-setup-dialog.ui: avoid deprecated:Pablo Barciela1-7/+30
avoid deprecated GtkVBox and GtkButton:use-stock
2018-03-02python console: config.ui: avoid GtkButton:use-stockPablo Barciela1-33/+53
2018-02-23Make notebook tabs scrollablelikorisd3-1/+60
2018-02-20avoid deprecated GtkButton:use-stockPablo Barciela4-32/+14
2018-02-10Fix warning with external tools pluginPablo Barciela1-3/+3
Fixes https://github.com/mate-desktop/pluma/pull/273#issuecomment-364460525
2018-02-08avoid deprecated GtkStockPablo Barciela27-174/+193
2018-01-30release 1.20v1.20.0raveit652-10/+22
2018-01-30sync with transifexraveit659-54/+57
2018-01-30require GTK+ 3.22 and GLib 2.50monsta14-157/+4
2018-01-14put 'peas_engine_enable_loader' in the correct placePablo Barciela2-4/+2
and this commit reverts: https://github.com/mate-desktop/pluma/commit/e81883304c118abc3f8b7198cdc336a9a10f6571 now it isn't needed
2018-01-09update copyright year to 2018monsta1-1/+1
2018-01-07Fix: make the list of recently used files working againPablo Barciela1-0/+2
Problem since the commit: https://github.com/mate-desktop/pluma/commit/8b6bae32d3bc41657da2361452ab00617319cf58
2018-01-03drop unused variablesPablo Barciela5-29/+5
2018-01-03pluma-spell-checker-language.c: Fix build warning:Pablo Barciela1-2/+2
pointer targets in passing argument 3 of ‘xmlStrPrintf’ differ in signedness
2018-01-02pluma.c: Fix build warning:Pablo Barciela1-1/+1
comparison between pointer and zero character constant
2018-01-02pluma-document.c: Fix build warning:Pablo Barciela1-1/+1
‘replace_text_len’ may be used uninitialized in this function
2017-12-26release 1.19.3v1.19.3raveit651-0/+12
2017-12-26sync with transifexraveit65105-12417/+24104
2017-12-20pluma-window: have GtkRecentData on stack instead of allocating itmonsta1-14/+10
adapted from: https://git.gnome.org/browse/gedit/commit/?id=cd9ed7b05eb0397ac3345d7e5177d2a112e7874b
2017-12-19pre-bump versionraveit652-1/+3
2017-12-17WidthOfScreen and HeightOfScreen implementationPablo Barciela1-2/+2
This commit reverts: https://github.com/mate-desktop/pluma/commit/5bece5503aba40119eea2e2d5e18f219749472be And it applies an alternative to fix the deprecated functions: gdk_screen_get_width gdk_screen_get_height
2017-12-06Fixes for regexp replacement with backreferences (e.g. "\0") (#259)Vadim Barkov5-112/+165
fixes https://github.com/mate-desktop/pluma/issues/254
2017-11-30pluma-view.c: use one static variable instead two to do the same jobPablo Barciela1-17/+19
This is the improvement of the commits: https://github.com/mate-desktop/pluma/commit/4df44887f4b7547fc9b31d1cb3f61688579fe39b https://github.com/mate-desktop/pluma/commit/ec438f3d262ef178a898612211335d3c9fa2f4ee
2017-11-15make sure pluma open in the same window of the workspacePablo Barciela1-19/+0
there is only one screen, this code can be removed Fixes https://github.com/mate-desktop/pluma/issues/261
2017-11-13sync with transifexraveit654-38/+39
2017-11-12Fix: pluma closes tabs unexpectedly with [right+middle] clickPablo Barciela1-3/+10
Fixes https://github.com/mate-desktop/pluma/issues/256
2017-11-09[ctrl] + [+] / [ctrl] + [-] using the numeric keypadPablo Barciela1-2/+2
to increase/decrease font size related issue: https://github.com/mate-desktop/pluma/issues/224
2017-10-23add gsettings key: Show save confirmation if the files have changesPablo Barciela2-6/+15
Closes https://github.com/mate-desktop/pluma/issues/112
2017-10-11Fix: wrong behavior holding down [middle + right] clickPablo Barciela1-0/+27
Fixes https://github.com/mate-desktop/pluma/issues/250
2017-10-10[ctrl] + [+] / [ctrl] + [-] to increase/decrease font sizePablo Barciela1-0/+39
Closes https://github.com/mate-desktop/pluma/issues/224
2017-10-03release 1.19.2v1.19.2raveit652-20/+35
2017-10-03sync with transifexraveit65102-519/+526
2017-09-26don't request to save documents with no changesPablo Barciela1-6/+7
Fixes https://github.com/mate-desktop/pluma/issues/230