Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-08-12 | release 1.14.1v1.14.11.14 | monsta | 2 | -1/+11 | |
2016-08-12 | 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-12 | When 'Always autocheck' option is selected turn on Autocheck for new documents | John Church | 1 | -1/+20 | |
2016-08-12 | 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 | |||||
2016-08-12 | distcheck: explicitly use currently selected GTK+ version | raveit65 | 1 | -1/+4 | |
2016-08-12 | po: drop languages not present on Transifex | monsta | 3 | -10366/+0 | |
2016-08-12 | po: actually add a new language from Transifex | monsta | 1 | -0/+1 | |
2016-06-07 | sync with Transiflex | raveit65 | 15 | -252/+5259 | |
2016-04-10 | plugins: Fix to install externaltools plugin only with Python | OBATA Akio | 1 | -2/+1 | |
It was accidentally changed to be installed unconditionally with "drop support for win32/osx". | |||||
2016-04-06 | fix NEWS + add missing 1.12.2 entriesv1.14.0 | monsta | 1 | -11/+13 | |
2016-04-05 | release 1.14.0 | raveit65 | 2 | -14/+11 | |
2016-04-05 | Fix Changelog generation | raveit65 | 1 | -12/+8 | |
2016-04-05 | add new languages and sync with transiflex | raveit65 | 86 | -43595/+65012 | |
2016-02-21 | release 1.13.1v1.13.1 | Wolfgang Ulbrich | 2 | -1/+12 | |
2016-02-19 | Sync with Transifex | Martin Wimpress | 29 | -20418/+21933 | |
2016-02-17 | plugins: some corrections for switch-c tool in external tools | monsta | 1 | -8/+14 | |
2016-02-16 | plugins: make switch-c tool in external tools work, fix issues | monsta | 1 | -2/+9 | |
- specify encoding to let the tool actually run - avoid shell command injection - update copyright thanks to @clefebvre for the fix | |||||
2016-02-12 | plugins: use more generic icon name for python console plugin | monsta | 1 | -1/+1 | |
2016-02-10 | plugins: don't use stock icon names | monsta | 4 | -4/+4 | |
2016-02-10 | plugins: use correct icon name for python console plugin | monsta | 1 | -1/+1 | |
2016-02-10 | Warnings fixes | Sorokin Alexei | 2 | -3/+3 | |
2016-02-06 | GTK+3: add style class pluma-window and pluma-print-preview | Wolfgang Ulbrich | 2 | -0/+11 | |
2016-02-01 | fix a few build warnings | monsta | 7 | -18/+7 | |
2016-01-25 | release 1.13.0v1.13.0 | Wolfgang Ulbrich | 1 | -0/+7 | |
2016-01-25 | GTK3: another fix for GtkMisc deprecated commit | Wolfgang Ulbrich | 3 | -8/+14 | |
2016-01-24 | GTK3: fix previous GtkMisc deprecated commit | Wolfgang Ulbrich | 8 | -75/+82 | |
2016-01-22 | Implement middle-click tab closing (#143) | bl0ckeduser | 2 | -1/+8 | |
2016-01-05 | pre-bump version to 1.13.0 | Wolfgang Ulbrich | 2 | -2/+5 | |
2016-01-03 | drop MateConf migration script | Monsta | 2 | -51/+0 | |
2016-01-02 | fix typo | Monsta | 2 | -2/+2 | |
closes https://github.com/mate-desktop/pluma/issues/167 | |||||
2015-12-25 | view: fix incremental search entry color when text isn't found (GTK+3) | Monsta | 1 | -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-25 | view: use "entry state" term, not "entry background" | Monsta | 1 | -12/+12 | |
2015-12-25 | fix possible use-after-free during incremental search | monsta | 1 | -2/+1 | |
adapted from https://git.gnome.org/browse/gedit/commit/?id=f8508ca201e7d16fa5e18a6130f456fdd3fc0c99 | |||||
2015-12-25 | view: remove dead code | monsta | 1 | -5/+0 | |
2015-12-24 | remove unneeded 'x' attribute from non-executable files | monsta | 104 | -0/+0 | |
2015-12-05 | GTK3 filebrowser-widget.c: fix build with gtk+-3.14 | Wolfgang Ulbrich | 1 | -0/+3 | |
- improve https://github.com/mate-desktop/pluma/commit/3d2d796 | |||||
2015-12-04 | Bump version to 1.12.1 | monsta | 2 | -1/+7 | |
2015-12-03 | fix build breakage introduced in cf7db5e02ea308bbe59f15f2a3973b0bd9e79df4 | monsta | 1 | -1/+1 | |
2015-12-03 | Merge pull request #146 from sleeveroller/issue90 | monsta | 7 | -16/+483 | |
Add a new Configure dialog for the Spell Check plugin. | |||||
2015-12-01 | GTK3: replace reprecatated gdk_cursor functions | Wolfgang Ulbrich | 3 | -3/+57 | |
- Gtk+-3.16: gdk_cursor_new --> gdk_cursor_new_for_display - GTK3: gdk_cursor_unref --> g_object_unref | |||||
2015-12-01 | GTK3: replace depracated gtk_widget_size_request with ↵ | Wolfgang Ulbrich | 3 | -3/+23 | |
gtk_widget_get_preferred_size | |||||
2015-12-01 | Gtk+-3.14 pluma-document.c: replace deprecated GdkColor with GdkRGBA | Wolfgang Ulbrich | 1 | -0/+38 | |
taken from: https://git.gnome.org/browse/gedit/commit/?id=15994d8 | |||||
2015-12-01 | Gtk+-3.10: don't use deprecated gtk_icon_size_lookup_for_settings | Wolfgang Ulbrich | 2 | -0/+8 | |
2015-12-01 | Gtk+-3.10: don't use deprecated GTK_STOCK_DIALOG_WARNING/ERROR | Wolfgang Ulbrich | 2 | -0/+14 | |
2015-12-01 | GTK3: don't use deprecated gdk_threads_{enter/leave} | Wolfgang Ulbrich | 2 | -0/+20 | |
2015-12-01 | Gtk+-3.14: don't use deprecated GtkMisc | Wolfgang Ulbrich | 12 | -2/+175 | |
2015-12-01 | GTk3: don't use deprecated GTK_TYPE_{V/H}BOX | Wolfgang Ulbrich | 16 | -0/+144 | |
2015-12-01 | GTK3: don't use deprecated gtk_{v/h}-box | Wolfgang Ulbrich | 12 | -0/+52 | |
2015-11-26 | GTK3: replace reprecatated gdk_cursor functions | Wolfgang Ulbrich | 3 | -4/+58 | |
- Gtk+-3.16: gdk_cursor_new --> gdk_cursor_new_for_display - GTK3: gdk_cursor_unref --> g_object_unref | |||||
2015-11-22 | fix build breakage introduced in last commit | Monsta | 2 | -2/+7 | |
also see https://github.com/mate-desktop/atril/commit/37abef2d6b86de04b6ae54a79e89b58304ae4762 |