summaryrefslogtreecommitdiff
path: root/pluma
AgeCommit message (Collapse)AuthorFilesLines
2016-12-12fix build without X when introspection is enabledmonsta1-3/+1
fixes https://github.com/mate-desktop/pluma/issues/207 ported from: https://git.gnome.org/browse/gedit/commit/?id=3b26258325b69c034b486fbdd12aa7d60b379cf6
2016-12-11fix distcheck - make pluma-file-chooser-dialog.h privatemonsta1-1/+1
found here: https://git.gnome.org/browse/gedit/commit/?id=96c524456b06870132365c8a5a95726bdf8ce61f
2016-12-05remove old plugin system and docs for itmonsta11-2752/+0
2016-12-05port plugin system to libpeasmonsta9-871/+119
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-12-01remove some extra spacesmonsta1-4/+4
2016-12-01drop "Since: 2.xx" notes from comments - leftovers from gnomemonsta4-13/+0
they cause warnings during generation of docs
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
mostly adapted from eom and from this upstream commit: https://git.gnome.org/browse/gedit/commit/?id=58921206b7dea94d0ec0359dc43de94745f2a19e
2016-11-27remove useless functionmonsta2-12/+0
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
it requires PyGTK so won't even build with GTK+3 but keep plugins themselves for future porting to libpeas
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
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 print-preview: don't use deprecated gtk_adjustment_value_changed()raveit651-0/+2
When set_value() is called the signal is emitted. taken from: https://git.gnome.org/browse/gedit/commit/?id=ed97b92
2016-08-31GTK+-3 print-preview: avoid deprecated gtk_layout_get_{h/v}adjustmentraveit651-0/+18
replace it with gtk_scrollable_get_{h/v}adjustment
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-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-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 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 ()raveit651-0/+4
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-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
closes https://github.com/mate-desktop/pluma/issues/167
2015-12-25view: fix incremental search entry color when text isn't found (GTK+3)Monsta1-0/+12
color and bg color depend on theme, so it won't always be white-on-red as in GTK+2 build
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
adapted from https://git.gnome.org/browse/gedit/commit/?id=f8508ca201e7d16fa5e18a6130f456fdd3fc0c99
2015-12-25view: remove dead codemonsta1-5/+0
2015-12-01GTK3: replace reprecatated gdk_cursor functionsWolfgang Ulbrich1-0/+4
- Gtk+-3.16: gdk_cursor_new --> gdk_cursor_new_for_display - GTK3: gdk_cursor_unref --> g_object_unref
2015-12-01GTK3: replace depracated gtk_widget_size_request with ↵Wolfgang Ulbrich3-3/+23
gtk_widget_get_preferred_size
2015-12-01Gtk+-3.14 pluma-document.c: replace deprecated GdkColor with GdkRGBAWolfgang Ulbrich1-0/+38
taken from: https://git.gnome.org/browse/gedit/commit/?id=15994d8
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