Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-10-24 | Redesign Pluma Preferences Dialog | mbkma | 3 | -900/+309 | |
- Group options into Display and Highlighting categories - Fix sensitivity of auto-save spinbutton - Display right margin with spinbutton in one line - Apply sensitivity on spinbutton directly instead of according ui objects "autosave_hbox" and "right_margin_position_hbox" - Adjust order of "Spaces, Tabs, Newlines" checkboxes to match the headings order - Remove empty labels and use widget margins instead - Indent "Do not split words.." box in "Text Wrapping" (Because its a subitem) - Do not indent box with colour schemes - Capitalize headings (Grid pattern -> Grid Pattern and Show spaces, tabs, newlines -> Show Spaces, Tabs, Newlines) | |||||
2020-10-19 | Remove pluma-marshal. | mbkma | 21 | -218/+90 | |
These days we can use the automatic ffi marshalling. See: - https://developer.gnome.org/gobject/stable/gobject-Signals.html#g-signal-new - http://sourceware.org/libffi/ - https://gitlab.gnome.org/GNOME/gedit/-/commit/373adb7d041b0559953d0ac8cf2213ecc44db956 | |||||
2020-10-13 | Update Readme | mbkma | 4 | -118/+112 | |
2020-10-11 | travis: fix build error on archlinux | Wu Xiaotian | 1 | -0/+2 | |
2020-10-04 | Use gtk_source_view_get_visual_column | mbkma | 1 | -19/+1 | |
2020-10-04 | travis: require enchant2 | rbuj | 1 | -3/+3 | |
2020-10-03 | pluma-document: highlighting for BOM was fixed on gtksourceview 3.24.11 | rbuj | 1 | -0/+7 | |
See https://gitlab.gnome.org/GNOME/gtksourceview/-/commit/54e48e9c | |||||
2020-09-01 | pluma-time-plugin: Use g_date_time_format | rbuj | 1 | -42/+10 | |
2020-08-30 | add optional grid background pattern | mbkma | 6 | -0/+128 | |
2020-08-26 | pluma-document: Fix BOM detection for C language | rbuj | 1 | -3/+10 | |
2020-08-26 | pluma-document: Fix warning assertion 'G_IS_FILE (file)' failed | rbuj | 1 | -3/+8 | |
2020-08-26 | travis: use ubuntu:rolling tag to fix building | raveit65 | 1 | -1/+1 | |
2020-08-23 | tx: fix build error with Hebrew language | raveit65 | 2 | -163/+131 | |
fixes https://github.com/mate-desktop/pluma/issues/561 | |||||
2020-08-05 | Remove -Wmissing-field-initializers warnings | rbuj | 2 | -9/+9 | |
2020-08-05 | Remove changecase plugin. Functionality is provided by GtkSourceView. (#565) | mbkma | 15 | -789/+333 | |
2020-07-31 | add overview map | mbkma | 6 | -5/+144 | |
2020-07-29 | Port main program to GSettings | mbkma | 43 | -3858/+2225 | |
Remove pluma_prefs_manager. Plugins were already ported to GSettings. Based on: https://gitlab.gnome.org/GNOME/gedit/-/commit/4215be0e8924f45170683493beaa2695e8e2e483 | |||||
2020-07-24 | Merge gio document loader and saver into document loader and saver | mbkma | 12 | -2144/+1723 | |
Backport from: https://gitlab.gnome.org/GNOME/gedit/-/commit/4bd74a1f47a3fa41385ffae3bb78aeb5afabb564 See: https://bugzilla.gnome.org/show_bug.cgi?id=617215 | |||||
2020-07-02 | release 1.25.0v1.25.0 | raveit65 | 2 | -1/+27 | |
2020-07-02 | tx: disable "he" translations | raveit65 | 1 | -1/+2 | |
2020-07-02 | tx: pull from transifex with fixed Chinese translation | raveit65 | 1 | -4/+5 | |
2020-07-02 | sync with transifex | raveit65 | 132 | -2297/+9333 | |
2020-07-02 | update resource for transifex | raveit65 | 2 | -736/+703 | |
2020-07-02 | pluma-preferences-dialog: Refactor on_notebook_scroll_event | rbuj | 1 | -48/+60 | |
2020-06-30 | use libegg submodules | Wu Xiaotian | 12 | -3815/+14 | |
2020-06-30 | tx: sync with fixed Italian translation | raveit65 | 2 | -643/+651 | |
2020-06-28 | [ci] fix release tarball on travis CI failed | Wu Xiaotian | 1 | -1/+3 | |
2020-06-23 | add git.mk to generate .gitignore | tamplan | 1 | -0/+400 | |
2020-06-18 | Remove unused macros | rbuj | 3 | -5/+0 | |
2020-06-16 | Remove warning ‘GTimeVal’ is deprecated | rbuj | 6 | -48/+76 | |
2020-06-13 | add support for wayland | mbkma | 4 | -152/+184 | |
2020-05-26 | Add tab scrolling support for GTK3 | tamplan | 1 | -0/+52 | |
2020-05-16 | Require gtk+ 3.22 in glade files | tamplan | 4 | -8/+8 | |
2020-04-26 | pluma.c: set PlumaWindow size-request (min-size) to 250x250 | mbkma | 1 | -0/+1 | |
2020-04-25 | pluma-utils: Enable multiline mode on regex search | rbuj | 1 | -1/+1 | |
2020-04-24 | help: add a link to syntax and semantics of regex | rbuj | 1 | -0/+1 | |
2020-04-22 | Travis CI: enable irc notifications with broken builds | Pablo Barciela | 1 | -0/+12 | |
2020-04-22 | ci: don't run configure with autogen.sh | raveit65 | 1 | -1/+1 | |
2020-04-22 | build: silent build warnings for distcheck | raveit65 | 1 | -0/+1 | |
2020-04-16 | help: Add tip about how to show location entry on Open File dialog | rbuj | 1 | -0/+3 | |
2020-04-16 | help: Remove Open Location from shortcut keys table | rbuj | 1 | -8/+0 | |
2020-04-14 | Travis CI: debian build: add clang compiler | Pablo Barciela | 1 | -0/+8 | |
2020-04-14 | Travis CI: debian build: add -Wsign-compare -Wunused-parameter to CFLAGS | Pablo Barciela | 1 | -3/+5 | |
2020-04-13 | pluma-commands-help: expand the comment on about dialog | rbuj | 1 | -1/+1 | |
2020-04-11 | ci: variables, drop obsolete Warn_Cflags | raveit65 | 1 | -2/+1 | |
2020-04-11 | ci: build with mate-common-1.24.1 tarball | raveit65 | 1 | -0/+11 | |
2020-04-10 | build: do not override the default value for MATE_COMPILE_WARNINGS | rbuj | 1 | -2/+2 | |
2020-04-05 | [ci] avoid deprecated skip_cleanup | Wu Xiaotian | 1 | -2/+2 | |
2020-04-04 | Travis CI: use Ubuntu devel instead 19.10 | Pablo Barciela | 1 | -1/+1 | |
2020-04-04 | [ci] fix build environment issue | Wu Xiaotian | 1 | -12/+14 | |