Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-05-05 | release 1.16.2v1.16.21.16 | monsta | 2 | -1/+7 | |
2017-04-19 | close confirm dialog: enable selection + disable focus in all labels | monsta | 1 | -0/+4 | |
2017-04-19 | [GTK+3] close confirm dialog: set max width for labels | monsta | 1 | -0/+15 | |
fixes https://github.com/mate-desktop/pluma/issues/186 port of d3d252efda9074ee2296ca7f130007f5fc9bc185 to mixed GTK+2/3 code | |||||
2017-04-19 | fix running under wayland | raveit65 | 1 | -0/+4 | |
fixes https://bugzilla.redhat.com/show_bug.cgi?id=1387496 port of 67be02bfb2cfbf63c1e60b32c225fae1e5cc12db to mixed GTK+2/3 code | |||||
2017-03-30 | release 1.16.1v1.16.1 | monsta | 2 | -1/+14 | |
2017-03-30 | modelines: fix random crash on closing one of several Pluma windows | monsta | 1 | -1/+3 | |
ported from: https://git.gnome.org/browse/gedit/commit/?id=b8b6fe708eddd6a9d471ecd04c38e790d8c0bc7c | |||||
2017-03-26 | Fix: the tab closes unexpectedly with middle click under line numbers | ZenWalker | 1 | -4/+7 | |
Fixes #215 | |||||
2017-02-28 | time plugin: use 'destroy' signal - there's no 'dispose' in dialog | monsta | 1 | -5/+5 | |
2017-02-28 | spell plugin: remove incorrect code from configure dialog | monsta | 1 | -2/+0 | |
2017-02-28 | remove unneeded +x attribute from sources | monsta | 9 | -0/+0 | |
2017-02-28 | snippets plugin: fix snippet parts staying after Ctrl-Z | monsta | 1 | -0/+8 | |
old issue, also present in 1.16 fix taken from: https://git.gnome.org/browse/gedit/commit/?id=bc5d893229e62c85f6956c17a8471cb5fdab10ea | |||||
2017-02-28 | build: remove option that disables deprecated stuff | monsta | 13 | -37/+10 | |
we don't need a build breakage on the first deprecated item, thanks | |||||
2017-02-28 | snippets plugin: MESSAGE_INFORMATION doesn't exist, use MESSAGE_INFO | monsta | 1 | -2/+2 | |
2017-02-28 | snippets plugin: kill useless code | monsta | 1 | -20/+10 | |
2017-02-28 | externaltools plugin: kill useless code | monsta | 1 | -18/+4 | |
2017-02-28 | taglist plugin: don't look for taglist in non-existing legacy dirs | monsta | 1 | -23/+0 | |
these names are result of excessive gedit -> pluma renaming (back in 2011), so these dirs never actually existed | |||||
2017-02-28 | sort plugin: use 'destroy' signal - there's no 'dispose' in dialog | monsta | 1 | -3/+3 | |
2017-02-28 | drop "Since: 2.xx" notes from comments - leftovers from gnome | monsta | 4 | -13/+0 | |
they cause warnings during generation of docs | |||||
2017-02-28 | README: update info on patches | monsta | 1 | -12/+2 | |
2017-02-28 | 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 | |