summaryrefslogtreecommitdiff
path: root/pluma
AgeCommit message (Expand)AuthorFilesLines
2017-05-15Fix: pluma closes tabs unexpectedly with middle clickZenWalker1-0/+12
2017-05-13pluma-notebook.c: fix a build warningraveit651-2/+2
2017-05-12double click to the right of the last open tab to open a new tabZenWalker3-8/+37
2017-04-19remove references to PlumaStatusmonsta1-2/+0
2017-04-16update copyright year to 2017monsta1-1/+1
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
2017-04-13fix typo in code commentsmonsta1-2/+2
2017-03-30fix running under waylandraveit651-0/+2
2017-03-07Fix: the tab closes unexpectedly with middle click under line numbersZenWalker1-4/+7
2017-02-28remove unneeded +x attribute from sourcesmonsta9-0/+0
2017-02-10build: remove option that disables deprecated stuffmonsta2-3/+1
2017-01-10Merge branch 'master' of https://github.com/barkovv/pluma into barkovv-masterraveit658-50/+296
2017-01-08Fixed wrong behaviour of search on zero length resultsVadim Barkov1-4/+36
2017-01-08Fixed wrong formattingVadim Barkov2-20/+20
2016-12-25panel: use the correct property name for panel orientationmonsta1-1/+1
2016-12-19Merge branch 'master' of https://github.com/mate-desktop/plumaVadim Barkov33-3728/+234
2016-12-14plugins engine: enable python plugin loader from libpeasmonsta1-0/+2
2016-12-12fix build without X when introspection is enabledmonsta1-3/+1
2016-12-11fix distcheck - make pluma-file-chooser-dialog.h privatemonsta1-1/+1
2016-12-05remove old plugin system and docs for itmonsta11-2752/+0
2016-12-05port plugin system to libpeasmonsta9-871/+119
2016-12-01remove some extra spacesmonsta1-4/+4
2016-12-01drop "Since: 2.xx" notes from comments - leftovers from gnomemonsta4-13/+0
2016-12-01pluma-window: remove unused functionmonsta2-31/+0
2016-12-01remove a couple of invalid annotationsmonsta1-3/+1
2016-12-01fix some introspection warningsmonsta10-35/+71
2016-12-01build GObject introspection datamonsta2-7/+39
2016-11-27remove useless functionmonsta2-12/+0
2016-11-24Fixed formatting [2]V.Barkov6-190/+190
2016-11-23Fixed code formattingV.Barkov1-39/+38
2016-11-20Implemented "replace all" behavior for regexpV.Barkov2-13/+27
2016-11-20Implemented replacement by regexpV.Barkov1-13/+35
2016-11-20Implemented regexp findingV.Barkov8-76/+255
2016-11-06move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta40-1184/+157
2016-11-06drop Python plugins support and --enable-python build optionmonsta1-2/+1
2016-10-24remove +x attribute from .ui filesmonsta3-0/+0
2016-08-31GTK+-3.0 print-preview: avoid deprecated GtkStock icons for the toolbarraveit651-1/+36
2016-08-31search-dialog UI: install both UI files to avoid distcheck failure in po folderraveit651-7/+1
2016-08-31GTK+-3 print-preview: don't use deprecated gtk_adjustment_value_changed()raveit651-0/+2
2016-08-31GTK+-3 print-preview: avoid deprecated gtk_layout_get_{h/v}adjustmentraveit651-0/+18
2016-08-31GTK+-3 search-dialog: add pluma-search-dialog-gtk3.uiraveit652-0/+279
2016-08-31GTK+-3 search-dialog: port GtkTable to GtkGridraveit651-0/+36
2016-08-31GTK+-3 pluma-window: use gdk_device_get_positionraveit651-0/+11
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
2016-08-31GTK+-3: Port PlumaCloseButton to the new GtkStyleContextraveit651-4/+55
2016-08-31GTK+-3: Port PlumaStatusComboBox to the new GtkStyleContextraveit651-0/+50
2016-08-12fix indent a bitmonsta1-4/+4
2016-08-01tab: restore the cursor and scroll in an idle.John Church1-2/+24