Age | Commit message (Expand) | Author | Files | Lines |
2022-03-10 | Enable mouse-less navigation & reading for output dialogs | Valentin Villenave | 1 | -2/+10 |
2022-03-10 | Accessibility: add proper mnemonic relations and labelling | Valentin Villenave | 4 | -0/+16 |
2022-03-10 | Fix implicit conversion changes signedness: 'gboolean' | rbuj | 3 | -5/+5 |
2022-01-29 | file-data: fix memory leak | rbuj | 2 | -5/+8 |
2022-01-29 | fr-command-tar: fix memory leak | rbuj | 1 | -2/+7 |
2022-01-29 | fr-window: fix memory leak | rbuj | 1 | -3/+10 |
2022-01-29 | dlg-package-installer: fix memory leak | rbuj | 1 | -1/+4 |
2022-01-29 | Fix build warnings about missing field initializer | rbuj | 2 | -2/+3 |
2022-01-29 | Fix some -Wfloat-conversion warnings | rbuj | 4 | -20/+25 |
2022-01-28 | Fix -Wimplicit-int-conversion warning | rbuj | 24 | -49/+47 |
2022-01-02 | build: fix -Wmissing-prototypes warning | rbuj | 1 | -1/+1 |
2022-01-02 | glib-utils: drop strcmp_null_tolerant | rbuj | 4 | -16/+2 |
2021-12-25 | test-server: Remove unreachable code after calling g_error | rbuj | 1 | -2/+0 |
2021-12-25 | glib-utils: escape_str_common should be static | rbuj | 2 | -5/+1 |
2021-12-25 | equality comparison with extraneous parentheses | rbuj | 1 | -1/+1 |
2021-12-11 | Use a blank line at most | rbuj | 64 | -1286/+0 |
2021-03-13 | ar: fix filename in file list | rbuj | 1 | -42/+11 |
2021-02-27 | dlg-package-installer: Don't build the path to packages.match | rbuj | 1 | -4/+3 |
2021-02-17 | rar 6.00: fix listing archive content with encrypted file list | rbuj | 1 | -12/+4 |
2021-02-09 | i18n: use g_dngettext instead of ngettext | rbuj | 2 | -24/+26 |
2021-02-09 | build: allow users to disable gettext support (--disable-nls) | rbuj | 2 | -0/+8 |
2021-02-05 | build: Use PACKAGE_URL variable | rbuj | 1 | -1/+1 |
2021-01-16 | Update copyright to 2021 | rbuj | 1 | -1/+1 |
2021-01-07 | Remove cppcheck warnings about the variable scope can be reduced | rbuj | 11 | -57/+75 |
2020-10-17 | fr-archive: Fix memory leak | rbuj | 1 | -1/+0 |
2020-10-17 | Add Electronic Publication (EPUB) support | rbuj | 3 | -2/+7 |
2020-10-17 | Remove unused macros | Pablo Barciela | 7 | -20/+0 |
2020-09-07 | update.ui: missing on_update_file_ok_button_clicked handler | rbuj | 1 | -0/+1 |
2020-08-04 | fr-command-unarchiver: Remove trailing spaces | rbuj | 1 | -1/+1 |
2020-07-31 | Avoid memory leak in java utils | Pavel Shlyak | 1 | -1/+3 |
2020-06-30 | Do not use stock icons in ui files (#392) | Robert Antoni Buj Gelonch | 8 | -170/+205 |
2020-06-17 | dlg-update: Fix callback names for callback symbol update_cb | rbuj | 1 | -2/+2 |
2020-06-05 | use git submodule of libegg | Wu Xiaotian | 1 | -2/+2 |
2020-06-05 | Require gtk+ 3.22 in glade files | rbuj | 6 | -12/+12 |
2020-06-05 | dlg-batch-add: Set labels GtkSizeGroup in ui file | rbuj | 2 | -6/+7 |
2020-06-05 | Use callback symbols defined in ui files | rbuj | 14 | -99/+94 |
2020-06-05 | gtk-utils: Remove _gtk_builder_get_widget | rbuj | 12 | -133/+119 |
2020-05-06 | Remove fr-stock.c and fr-stock.h | rbuj | 9 | -137/+19 |
2020-04-01 | actions: expand the comment on about dialog | rbuj | 1 | -1/+1 |
2020-03-25 | Terminate the application if the resource doesn't exists | rbuj | 12 | -84/+11 |
2020-03-25 | gtk-utils: Remove _gtk_count_selected | rbuj | 3 | -25/+1 |
2020-03-12 | glib-utils: remove g_ptr_array_free_full | rbuj | 3 | -17/+4 |
2020-03-10 | fr-window: duplicated code | rbuj | 1 | -79/+6 |
2020-03-10 | Add ARC archive support | rbuj | 4 | -0/+382 |
2020-03-08 | glib-utils: remove n_fields function | rbuj | 5 | -20/+4 |
2020-03-04 | Add dlg-add-files.ui and dlg-add-folder.ui | rbuj | 6 | -193/+549 |
2020-02-26 | Update authors | rbuj | 1 | -1/+1 |
2020-02-24 | dlg-new: Adding many callbacks at once | rbuj | 2 | -33/+12 |
2020-02-24 | new.ui: Stock icons are deprecated | rbuj | 2 | -14/+32 |
2020-02-24 | dlg-new: Use GET_WIDGET macro | rbuj | 1 | -9/+9 |