summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2022-01-29Fix some -Wfloat-conversion warningsrbuj4-20/+25
2022-01-28Fix -Wimplicit-int-conversion warningrbuj24-49/+47
2022-01-02build: fix -Wmissing-prototypes warningrbuj1-1/+1
2022-01-02glib-utils: drop strcmp_null_tolerantrbuj4-16/+2
2021-12-25test-server: Remove unreachable code after calling g_errorrbuj1-2/+0
2021-12-25glib-utils: escape_str_common should be staticrbuj2-5/+1
2021-12-25equality comparison with extraneous parenthesesrbuj1-1/+1
2021-12-11Use a blank line at mostrbuj64-1286/+0
2021-03-13ar: fix filename in file listrbuj1-42/+11
2021-02-27dlg-package-installer: Don't build the path to packages.matchrbuj1-4/+3
2021-02-17rar 6.00: fix listing archive content with encrypted file listrbuj1-12/+4
2021-02-09i18n: use g_dngettext instead of ngettextrbuj2-24/+26
2021-02-09build: allow users to disable gettext support (--disable-nls)rbuj2-0/+8
2021-02-05build: Use PACKAGE_URL variablerbuj1-1/+1
2021-01-16Update copyright to 2021rbuj1-1/+1
2021-01-07Remove cppcheck warnings about the variable scope can be reducedrbuj11-57/+75
2020-10-17fr-archive: Fix memory leakrbuj1-1/+0
2020-10-17Add Electronic Publication (EPUB) supportrbuj3-2/+7
$ file -b --mime-type don-quijoti-epub3.epub application/epub+zip
2020-10-17Remove unused macrosPablo Barciela7-20/+0
2020-09-07update.ui: missing on_update_file_ok_button_clicked handlerrbuj1-0/+1
2020-08-04fr-command-unarchiver: Remove trailing spacesrbuj1-1/+1
find . \( -name '*.h' -o -name '*.c' \) -exec sed -i 's/[[:space:]]*$//' {} \; find . \( -name '*.h' -o -name '*.c' \) -exec sed -i 's/\t*$//' {} \;
2020-07-31Avoid memory leak in java utilsPavel Shlyak1-1/+3
2020-06-30Do not use stock icons in ui files (#392)Robert Antoni Buj Gelonch8-170/+205
* Do not use stock icons in ui files
2020-06-17dlg-update: Fix callback names for callback symbol update_cbrbuj1-2/+2
2020-06-05use git submodule of libeggWu Xiaotian1-2/+2
2020-06-05Require gtk+ 3.22 in glade filesrbuj6-12/+12
2020-06-05dlg-batch-add: Set labels GtkSizeGroup in ui filerbuj2-6/+7
2020-06-05Use callback symbols defined in ui filesrbuj14-99/+94
2020-06-05gtk-utils: Remove _gtk_builder_get_widgetrbuj12-133/+119
2020-05-06Remove fr-stock.c and fr-stock.hrbuj9-137/+19
2020-04-01actions: expand the comment on about dialogrbuj1-1/+1
2020-03-25Terminate the application if the resource doesn't existsrbuj12-84/+11
2020-03-25gtk-utils: Remove _gtk_count_selectedrbuj3-25/+1
2020-03-12glib-utils: remove g_ptr_array_free_fullrbuj3-17/+4
2020-03-10fr-window: duplicated coderbuj1-79/+6
2020-03-10Add ARC archive supportrbuj4-0/+382
2020-03-08glib-utils: remove n_fields functionrbuj5-20/+4
2020-03-04Add dlg-add-files.ui and dlg-add-folder.uirbuj6-193/+549
2020-02-26Update authorsrbuj1-1/+1
2020-02-24dlg-new: Adding many callbacks at oncerbuj2-33/+12
2020-02-24new.ui: Stock icons are deprecatedrbuj2-14/+32
2020-02-24dlg-new: Use GET_WIDGET macrorbuj1-9/+9
2020-02-15autoconf: get zstd mime type using libmagic if enabledrbuj2-8/+8
2020-02-08dlg-extract: GtkFileChooserDialog instead of set extra widgetrbuj5-267/+341
2020-02-07Fix mate-desktop URLrbuj1-1/+1
2020-02-06dlg-batch-add: set dialog image from icon-name instead of pixbufrbuj1-8/+5
2020-01-30Fix build using gcc 10 -fno-common flagrbuj1-2/+0
2020-01-30fr-process: do not override LC_CTYPErbuj1-4/+10
Closes #354
2020-01-10Update copyright to 2020raveit651-1/+1
2020-01-04fr-command-rpm: Use rpm2cpio binary shipped with rpm packagerbuj5-157/+9
closes #350