Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-11-24 | travis ci: use fedora:latest | raveit65 | 1 | -1/+1 | |
2019-11-13 | tx: sync with fixed translations uk, it from transifex | raveit65 | 3 | -388/+408 | |
2019-10-19 | window: Do not override GdkWindowState | Victor Kareh | 1 | -1/+1 | |
When setting the custom pluma window state we override the class method, but never defer back to the parent class method. This means that window states like backdrop are never set on Pluma. | |||||
2019-10-06 | Travis CI: use Debian "testing" instead "sid" | Pablo Barciela | 1 | -1/+1 | |
2019-10-06 | travis(ci): enable notify_servers | raveit65 | 1 | -0/+2 | |
2019-08-28 | pluma-document: avoid garbarge value in 'file_with_bom' function | Pablo Barciela | 1 | -0/+2 | |
Fixes clang analyzer warning: pluma-document.c:682:14: warning: The left operand of '==' is a garbage value if ((bom[0] == '\357') && ~~~~~~ ^ | |||||
2019-08-25 | Travis CI: clang: -enable-checker alpha.deadcode.UnreachableCode | Pablo Barciela | 1 | -0/+1 | |
2019-08-24 | preferences: Change Draw to Show | Victor Kareh | 2 | -20/+20 | |
2019-08-24 | document-loader: remove unused variables | Pablo Barciela | 1 | -2/+0 | |
Fixes cppcheck warnings: [tests/document-loader.c:44]: (style) Unused variable: document [tests/document-loader.c:45]: (style) Unused variable: uri | |||||
2019-08-23 | smart-converter: Fix memory leaks | Pablo Barciela | 1 | -0/+5 | |
Fixes clang analyzer warnings: smart-converter.c:108:8: warning: Potential leak of memory pointed to by 'out' if (!care_about_error) ^~~~~~~~~~~~~~~~ smart-converter.c:337:7: warning: Potential leak of memory pointed to by 'aux' aux2 = do_test (aux, NULL, encs, aux_len, &guessed); ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ smart-converter.c:339:12: warning: Potential leak of memory pointed to by 'aux2' g_assert (guessed == pluma_encoding_get_from_charset ("UTF-16")); ^~~~~~~ | |||||
2019-08-17 | release 1.23.2v1.23.2 | raveit65 | 2 | -1/+43 | |
2019-08-17 | tx: sync with transifex | raveit65 | 208 | -48203/+59427 | |
2019-08-17 | tx: update resource for transifex | raveit65 | 1 | -182/+182 | |
2019-08-11 | pluma-view: avoid static gboolean variable | Pablo Barciela | 1 | -17/+15 | |
in function 'pluma_override_font' | |||||
2019-08-09 | pluma-taglist-plugin-panel: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -11/+9 | |
2019-08-09 | pluma-taglist-plugin: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -5/+2 | |
2019-08-09 | pluma-time-plugin: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -7/+2 | |
2019-08-09 | pluma-spell-plugin: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -16/+11 | |
2019-08-09 | pluma-trail-save-plugin: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -14/+9 | |
2019-08-09 | pluma-modeline-plugin: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -5/+2 | |
2019-08-07 | pluma-file-browser-store: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -14/+8 | |
2019-08-07 | pluma-sort-plugin: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -12/+9 | |
2019-08-05 | pluma-file-browser-plugin: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -6/+2 | |
2019-08-05 | pluma-file-browser-widget: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -11/+7 | |
2019-08-03 | pluma-smart-charset-converter: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -5/+2 | |
2019-08-01 | pluma-file-browser-view: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -11/+7 | |
2019-08-01 | pluma-file-bookmarks-store: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -9/+7 | |
2019-08-01 | pluma-docinfo-plugin: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -14/+9 | |
2019-08-01 | pluma-changecase-plugin: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -14/+9 | |
2019-08-01 | pluma-window: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -8/+2 | |
2019-07-30 | fix build with GtkSourceView 3.22 | monsta | 2 | -5/+5 | |
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 | |