Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-12-05 | docinfo plugin: port to libpeas | monsta | 2 | -90/+160 | |
mostly adapted from: https://git.gnome.org/browse/gedit/commit/?id=c950fdf896b89f77cc7e9c065df33e2952f43165 https://git.gnome.org/browse/gedit/commit/?id=e97c74342d9836ab21677f31d15a7edb574ea74a https://git.gnome.org/browse/gedit/commit/?id=8f6d93bc0730e0a5b6254a0458bf34168f6ee6a2 | |||||
2016-12-05 | changecase plugin: port to libpeas | monsta | 2 | -50/+137 | |
mostly adapted from: https://git.gnome.org/browse/gedit/commit/?id=0ecd2454c85bdb68968aa2c1500d63f48f9c8349 https://git.gnome.org/browse/gedit/commit/?id=3e1e1c725679392a3a6c8219fc921c21c0041089 https://git.gnome.org/browse/gedit/commit/?id=111d6d0c3388849efe7f44580e713e034d554b81 | |||||
2016-12-05 | port plugin system to libpeas | monsta | 11 | -872/+122 | |
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-01 | remove some extra spaces | monsta | 1 | -4/+4 | |
2016-12-01 | drop "Since: 2.xx" notes from comments - leftovers from gnome | monsta | 4 | -13/+0 | |
they cause warnings during generation of docs | |||||
2016-12-01 | pluma-window: remove unused function | monsta | 3 | -32/+0 | |
2016-12-01 | remove a couple of invalid annotations | monsta | 1 | -3/+1 | |
2016-12-01 | fix some introspection warnings | monsta | 10 | -35/+71 | |
2016-12-01 | build GObject introspection data | monsta | 3 | -7/+50 | |
mostly adapted from eom and from this upstream commit: https://git.gnome.org/browse/gedit/commit/?id=58921206b7dea94d0ec0359dc43de94745f2a19e | |||||
2016-11-28 | README: update info on patches | monsta | 1 | -12/+2 | |
2016-11-27 | remove compile-time check for unused function | monsta | 1 | -1/+0 | |
2016-11-27 | remove useless function | monsta | 2 | -12/+0 | |
2016-11-10 | release 1.17.0v1.17.0 | monsta | 1 | -0/+5 | |
2016-11-10 | exclude Python plugins from dist (it breaks distcheck) | monsta | 1 | -4/+0 | |
2016-11-10 | exclude Python plugins from translations (it breaks distcheck) | monsta | 2 | -27/+27 | |
2016-11-10 | sync with Transifex | monsta | 8 | -102/+108 | |
2016-11-06 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 56 | -1328/+176 | |
2016-11-06 | drop Python plugins support and --enable-python build option | monsta | 24 | -4536/+5 | |
it requires PyGTK so won't even build with GTK+3 but keep plugins themselves for future porting to libpeas | |||||
2016-10-24 | remove +x attribute from .ui files | monsta | 3 | -0/+0 | |
2016-09-19 | release 1.16.0v1.16.0 | raveit65 | 1 | -2/+2 | |
2016-09-18 | update NEWS for 1.16 | monsta | 1 | -33/+12 | |
2016-09-18 | sync with Transifex | monsta | 1 | -7/+7 | |
2016-09-01 | release 1.15.2v1.15.2 | raveit65 | 1 | -0/+24 | |
2016-09-01 | sync with transiflex | raveit65 | 101 | -9526/+9533 | |
2016-08-31 | GTK+-3.0 print-preview: avoid deprecated GtkStock icons for the toolbar | raveit65 | 1 | -1/+36 | |
2016-08-31 | po: add missing pluma-search-dialog-gtk3.ui | raveit65 | 1 | -0/+1 | |
2016-08-31 | search-dialog UI: install both UI files to avoid distcheck failure in po folder | raveit65 | 2 | -9/+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-31 | GTK+-3 print-preview: don't use deprecated gtk_adjustment_value_changed() | raveit65 | 1 | -0/+2 | |
When set_value() is called the signal is emitted. taken from: https://git.gnome.org/browse/gedit/commit/?id=ed97b92 | |||||
2016-08-31 | GTK+-3 print-preview: avoid deprecated gtk_layout_get_{h/v}adjustment | raveit65 | 1 | -0/+18 | |
replace it with gtk_scrollable_get_{h/v}adjustment | |||||
2016-08-31 | GTK+-3 search-dialog: add pluma-search-dialog-gtk3.ui | raveit65 | 3 | -0/+281 | |
replace depreprecated widgets from old UI file | |||||
2016-08-31 | GTK+-3 search-dialog: port GtkTable to GtkGrid | raveit65 | 1 | -0/+36 | |
taken from: https://git.gnome.org/browse/gedit/commit/?id=e19c39e | |||||
2016-08-31 | GTK+-3 pluma-window: use gdk_device_get_position | raveit65 | 1 | -0/+11 | |
taken from: https://git.gnome.org/browse/gedit/commit/?id=66ce4ca https://git.gnome.org/browse/gedit/commit/?id=c48ab83 | |||||
2016-08-31 | GTK+-3.20 pluma-document: avoid deprecated gtk_text_iter_begins_tag | raveit65 | 1 | -0/+4 | |
2016-08-31 | GTK+-3 close button: style context fix | raveit65 | 1 | -8/+11 | |
maybe i will drop this! taken from: https://git.gnome.org/browse/gedit/commit/?id=df3ce63 | |||||
2016-08-31 | GTK+-3: Port PlumaCloseButton to the new GtkStyleContext | raveit65 | 1 | -4/+55 | |
taken from: https://git.gnome.org/browse/gedit/commit/?id=0b2b59 https://git.gnome.org/browse/gedit/commit/?id=6c40ec | |||||
2016-08-31 | GTK+-3: Port PlumaStatusComboBox to the new GtkStyleContext | raveit65 | 1 | -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-12 | fix indent a bit | monsta | 1 | -4/+4 | |
2016-08-12 | When 'Always autocheck' option is selected turn on Autocheck for new documents | John Church | 1 | -1/+20 | |
2016-08-01 | tab: restore the cursor and scroll in an idle. | John Church | 1 | -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-01 | update copyright | monsta | 1 | -1/+1 | |
2016-07-30 | GTK+-3 taglist-plugin-panel: avoid deprecated gtk_tree_view_set_rules_hint | raveit65 | 1 | -0/+2 | |
2016-07-30 | pre-bump version | raveit65 | 2 | -1/+4 | |
2016-07-30 | GTK+-3 pluma-window: avoid deprecated gtk_[h|v]paned_new | raveit65 | 1 | -1/+9 | |
replace it with gtk_paned_new () | |||||
2016-07-30 | GTK+-3: avoid deprecated gtk_icon_info_free () | raveit65 | 2 | -0/+8 | |
replace it with g_object_unref () | |||||
2016-07-30 | GTK+-3: do not use deprecated gtk_widget_modify_font | raveit65 | 1 | -0/+4 | |
2016-07-30 | GTK+-3 plugin-manager: avoid deprecated gtk_tree_view_set_rules_hint | raveit65 | 1 | -0/+2 | |
2016-07-30 | GTK+-3 status-combobox: do not use deprecated GtkArrow | raveit65 | 1 | -1/+5 | |
2016-07-28 | release 1.15.1v1.15.1 | monsta | 2 | -1/+9 | |
2016-07-28 | use GtkAboutDialog and get rid of build-dep on libmate-desktop | monsta | 3 | -33/+1 | |
2016-07-21 | tests: define ACCESSPERMS if not defined | monsta | 1 | -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 |