summaryrefslogtreecommitdiff
path: root/pluma
AgeCommit message (Expand)AuthorFilesLines
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
2016-08-01update copyrightmonsta1-1/+1
2016-07-30GTK+-3 pluma-window: avoid deprecated gtk_[h|v]paned_newraveit651-1/+9
2016-07-30GTK+-3: avoid deprecated gtk_icon_info_free ()raveit651-0/+4
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-28use GtkAboutDialog and get rid of build-dep on libmate-desktopmonsta2-10/+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 warningsmonsta6-15/+7
2016-01-25GTK3: another fix for GtkMisc deprecated commitWolfgang Ulbrich2-7/+13
2016-01-24GTK3: fix previous GtkMisc deprecated commitWolfgang Ulbrich7-73/+80
2016-01-22Implement middle-click tab closing (#143)bl0ckeduser2-1/+8
2016-01-02fix typoMonsta2-2/+2
2015-12-25view: fix incremental search entry color when text isn't found (GTK+3)Monsta1-0/+12
2015-12-25view: use "entry state" term, not "entry background"Monsta1-12/+12
2015-12-25fix possible use-after-free during incremental searchmonsta1-2/+1
2015-12-25view: remove dead codemonsta1-5/+0
2015-12-01GTK3: replace reprecatated gdk_cursor functionsWolfgang Ulbrich1-0/+4
2015-12-01GTK3: replace depracated gtk_widget_size_request with gtk_widget_get_preferre...Wolfgang Ulbrich3-3/+23
2015-12-01Gtk+-3.14 pluma-document.c: replace deprecated GdkColor with GdkRGBAWolfgang Ulbrich1-0/+38
2015-12-01Gtk+-3.10: don't use deprecated gtk_icon_size_lookup_for_settingsWolfgang Ulbrich2-0/+8
2015-12-01Gtk+-3.10: don't use deprecated GTK_STOCK_DIALOG_WARNING/ERRORWolfgang Ulbrich2-0/+14
2015-12-01GTK3: don't use deprecated gdk_threads_{enter/leave}Wolfgang Ulbrich2-0/+20
2015-12-01Gtk+-3.14: don't use deprecated GtkMiscWolfgang Ulbrich10-1/+161
2015-12-01GTk3: don't use deprecated GTK_TYPE_{V/H}BOXWolfgang Ulbrich12-0/+110
2015-12-01GTK3: don't use deprecated gtk_{v/h}-boxWolfgang Ulbrich11-0/+48
2015-11-26GTK3: replace reprecatated gdk_cursor functionsWolfgang Ulbrich1-0/+4
2015-11-22fix build breakage introduced in last commitMonsta1-1/+3
2015-11-18add a configure option to build pluma with --without-matedesktopWolfgang Ulbrich1-0/+7
2015-11-02GTK+3: work with "draw" signal instead of "expose" in print previewMonsta1-2/+26
2015-10-13Flush document output data at EOF before determining the loader newline type.pluma-1.11.0Patrick Monnerat1-0/+4