Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-07-29 | pluma-view: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -6/+2 | |
2019-07-29 | pluma-tab-label: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -6/+2 | |
2019-07-28 | spell-checker plugin: add missing translation (i18n) | rbuj | 1 | -1/+1 | |
2019-07-27 | gla11y: use version 0.3 which already defaults to using python3 | Samuel Thibault | 2 | -4/+2 | |
2019-07-26 | pluma-tab: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -6/+2 | |
2019-07-26 | pluma-status-combo-box: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -6/+2 | |
2019-07-26 | pluma-statusbar: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -8/+2 | |
2019-07-25 | pluma-progress-message-area: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -7/+2 | |
2019-07-25 | pluma-print-preview: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -6/+2 | |
2019-07-25 | pluma-print-job: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -8/+2 | |
2019-07-25 | pluma-plugins-engine: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -7/+3 | |
2019-07-23 | pluma-notebook: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -6/+2 | |
2019-07-23 | pluma-message-bus: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -6/+2 | |
2019-07-23 | pluma-message: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -5/+2 | |
2019-07-23 | pluma-panel: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -8/+3 | |
2019-07-21 | pluma-file-chooser-dialog: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -7/+2 | |
2019-07-21 | pluma-documents-panel: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -10/+4 | |
2019-07-19 | pluma-history-entry: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -8/+2 | |
2019-07-19 | pluma-encodings-combo-box: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -8/+2 | |
2019-07-17 | release 1.23.1v1.23.1 | raveit65 | 2 | -1/+32 | |
2019-07-17 | tx: sync with transifex | raveit65 | 19 | -240/+263 | |
2019-07-17 | tx: update resource for transifex | raveit65 | 2 | -429/+535 | |
2019-07-17 | fix build error when gla11y is not installed | raveit65 | 1 | -1/+3 | |
2019-07-15 | pluma-gio-document-loader: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -9/+2 | |
2019-07-16 | pluma-document-output-stream: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -8/+2 | |
2019-07-16 | pluma-gio-document-saver: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -8/+2 | |
2019-07-16 | pluma-preferences-dialog: remove unused struct member | Pablo Barciela | 1 | -3/+0 | |
2019-07-16 | pluma-preferences-dialog: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -9/+2 | |
2019-07-14 | pluma-document-input-stream: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -7/+3 | |
2019-07-14 | pluma-document: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -6/+2 | |
2019-07-13 | pluma-encodings-dialog: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -8/+2 | |
2019-07-13 | pluma-close-confirmation-dialog: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -8/+2 | |
2019-07-12 | pluma-search-dialog: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -8/+2 | |
2019-07-12 | pluma-app: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -6/+2 | |
2019-07-08 | Add support for checking .ui accessibility with gla11y | Samuel Thibault | 21 | -18/+169 | |
2019-07-06 | Remove trailing whitespaces | Laurent Napias | 139 | -3643/+3643 | |
2019-06-28 | Use smart tabs to fix indentation and alignment | Victor Kareh | 6 | -267/+261 | |
2019-06-28 | preferences: Fix inconsistent active state of trailing characters | Victor Kareh | 1 | -24/+38 | |
When unchecking and then re-checking draw_spaces (or tabs) while draw_trailing_spaces is active, the trailing preference is no longer set, but the button shows up as set. This change makes it so that it unsets the option prior to disabling the checkbox. | |||||
2019-06-28 | Add draw spaces/tabs/newlines options | Goffredo Baroncelli | 2 | -0/+415 | |
Add - draw spaces - draw tabs - draw newlines options in preference dialog. If the GTK version is greather or equal to 3.24, it is possible to show only the trailing tabs/spaces symbols. | |||||
2019-06-28 | Draw spaces, tabs, newlines and nbsp. | Goffredo Baroncelli | 6 | -0/+386 | |
Via gsettings it is possible to enable the drawing of: - newline (enable-space-drawer-newline) - spaces (enable-space-drawer-space) - tab (enable-space-drawer-tab) - not blank space (enable-space-drawer-nbsp) The first setting is a boolean ones, so the only allowable values are true (show the symbol) or false (don't show the symbol). Instead for the last three settings, the allowed values are: 'draw-none' -> show nothing 'draw-all' -> show all spaces/tabs 'draw-trailing' -> show only the trailing spaces/tabs (only if GTK >= 3.24) | |||||
2019-06-27 | Fix use of deprecated glib-genmarshal types | Colomban Wendling | 6 | -11/+11 | |
This doesn't change any dependency as both non-deprecated replacements BOOLEAN and VOID were already used in some places. | |||||
2019-06-26 | add snippet to toggle comment/uncomment | Andrew Fowlie | 4 | -1/+71 | |
2019-06-21 | pluma-print-preview: Fix warning: identical expressions | Pablo Barciela | 1 | -1/+1 | |
based in gedit commit: https://gitlab.gnome.org/GNOME/gedit/commit/e30939812fcf884d031757fb3cc2a8383f3ce21f Fixes Clang analyzer warning: pluma-print-preview.c:743:24: warning: identical expressions on both sides of logical operator if (priv->tile_h <= 0 || priv->tile_h <= 0) ~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~ Fixes cppcheck warning: [pluma/pluma-print-preview.c:743]: (style) Same expression on both sides of '||'. | |||||
2019-06-10 | Change url projet's website | Laurent Napias | 15 | -15/+15 | |
2019-06-06 | travis: update dependencies for python3 | raveit65 | 1 | -1/+4 | |
2019-06-06 | Switch to Python 3 | Patrick Monnerat | 6 | -6/+6 | |
2019-06-06 | snippets plugin: change code for Python 2 & 3 compatibility | Patrick Monnerat | 14 | -641/+528 | |
2019-06-06 | externaltools plugin: change code for Python 2 & 3 compatibility. | Patrick Monnerat | 8 | -595/+469 | |
2019-06-05 | pythonconsole plugin: change source code for Python 2 & 3 compatibility. | Patrick Monnerat | 7 | -233/+304 | |
Also drop mateconf and use gsettings for preferences. Preferences are now triggered as a PeasGtk.Configurable. | |||||
2019-06-05 | quickopen plugin: change code for Python 2 & 3 compatibility. | Patrick Monnerat | 4 | -68/+94 | |