Commit Graph

  • 5a31f452ea implementation of cmd_on_selected main nova 2026-06-04 20:32:32 +02:00
  • daf43daa00 implementation of jump_to_dir nova 2026-06-04 20:03:10 +02:00
  • cf03a230b6 implementation of open_with nova 2026-06-03 23:00:06 +02:00
  • 87bfdd1b86 rename_hovered, adjustments to makefile & makedir and its associated config nova 2026-06-01 23:46:38 +02:00
  • 20fee198ae some ui stuff nova 2026-06-01 22:54:24 +02:00
  • 632904fd89 implementation of makedir & makefile nova 2026-06-01 22:36:38 +02:00
  • dd5307b411 removal of possible NULL argument nova 2026-05-30 00:41:40 +02:00
  • 41933eb6d0 removal of possible null argument in strlen nova 2026-05-30 00:12:32 +02:00
  • 0a45d1e3e8 better chdir handling nova 2026-05-25 23:00:17 +02:00
  • d33ac88de2 implementation of keeping the index of current file in between dir changes nova 2026-05-25 17:36:39 +02:00
  • e42d55e66a implementation of yank_file_name and yank_file_path nova 2026-05-25 12:01:43 +02:00
  • f6380ddeda small fix of strlen(offset+1) to strlen(offset)+1 nova 2026-05-25 11:24:58 +02:00
  • 905f6e8588 forgor them last commit nova 2026-05-25 11:07:42 +02:00
  • 095cf7b357 implementation of all 3 search functions nova 2026-05-23 15:13:38 +02:00
  • 9f7ed73885 proper forking of spawned processes nova 2026-05-21 01:11:56 +02:00
  • 41af25e0b1 removal of automatic space in cmd with SETTINGS_COMMAND_REPLACE_STR nova 2026-05-21 00:09:19 +02:00
  • f807fe56b5 fix of dir->file_list[i].file_type being accidentally overwritten nova 2026-05-21 00:06:39 +02:00
  • adb10b6d5d (hopefully) finalizing move_right nova 2026-05-21 00:05:36 +02:00
  • c692a1a992 cleanup nova 2026-05-15 00:10:23 +02:00
  • 8c80a6e3da fix of an edgecase not unlocknig mutex nova 2026-05-14 23:52:16 +02:00
  • 1aa66c82fb simplification of thread_top nova 2026-05-14 23:50:21 +02:00
  • f5d0c8bc85 deletion of unused vars nova 2026-05-14 23:15:24 +02:00
  • 9e8bd3c022 parse_path nova 2026-05-14 23:10:06 +02:00
  • f40cc91cce cleanup nova 2026-05-14 23:06:48 +02:00
  • a5483335c5 reordering of some things nova 2026-05-14 20:07:37 +02:00
  • a7d4a6322c fix of a very rare edgecase in which thread_top get the wrong mid_dir.current_file->file_name nova 2026-05-14 19:54:51 +02:00
  • 749dba1ce8 yet another change to the rendering pipeline nova 2026-05-14 18:50:36 +02:00
  • ac0b644bcb implementation select_all and toggle_selection pt2 nova 2026-05-14 12:17:06 +02:00
  • b4acda1aa6 implementation select_all and toggle_selection nova 2026-05-14 12:07:24 +02:00
  • b7124cbb1d implementation of enter_shell nova 2026-05-10 22:09:42 +02:00
  • adac32fcc1 fixing of minor compiler warnings nova 2026-05-10 21:58:40 +02:00
  • dcb47d420b deletion of now useless functions nova 2026-05-10 21:56:40 +02:00
  • 689565f732 now each thread can queue its own rendering nova 2026-05-10 21:44:02 +02:00
  • 58f99eb2cf small correction nova 2026-05-10 20:11:58 +02:00
  • 673c7e5414 bounds checking and changes to the pthread signals nova 2026-05-10 19:45:55 +02:00
  • 93c70aa07a adjustments as a result of asynic rendering nova 2026-05-10 19:45:04 +02:00
  • edcf093269 improved main loop sequence for the async rendering nova 2026-05-10 19:44:17 +02:00
  • 557e0eb416 small change nova 2026-05-10 19:13:16 +02:00
  • 3c0f26efee attempted multithreadded rendering nova 2026-05-10 19:12:39 +02:00
  • 491c00b9d4 improvements to the threading nova 2026-05-10 18:28:54 +02:00
  • 955d8f439b reimplementations of some functions nova 2026-05-08 22:02:51 +02:00
  • d9d1ed115d improvements to the rendering nova 2026-05-06 22:27:24 +02:00
  • 41293c6afd improvements to the rendering nova 2026-05-06 22:21:33 +02:00
  • 1a85a2d810 fix of out of bounds memory access in 2 places nova 2026-05-05 20:07:56 +02:00
  • e5625ada08 start of a major rewrite nova 2026-05-05 19:41:45 +02:00
  • b639ad3998 chonfig adjustment nova 2026-05-01 22:18:08 +02:00
  • 1711926003 string escaping nova 2026-05-01 22:17:33 +02:00
  • 6372dbba69 improvements to sort_random nova 2026-04-04 21:58:43 +02:00
  • acb7db1617 bg no longer as string, now also only on hovered nova 2026-03-28 15:32:53 +01:00
  • da4c90d243 no longer mallocs new strings on dir print nova 2026-03-27 22:01:26 +01:00
  • ac50d377ca avif and blender nova 2026-03-16 21:21:07 +01:00
  • a64982857a better flags nova 2026-03-16 21:19:11 +01:00
  • 3d47e0410f check if dir is empty nova 2026-02-08 18:49:55 +01:00
  • f53fd66d88 added printing of mid_content[selected_file_current].file_name in top ui nova 2026-02-04 22:20:00 +01:00
  • 7e4ae9bb84 remove now useless memcopy nova 2026-02-04 22:17:52 +01:00
  • 36c8524a70 removed unused stdlib.h nova 2026-02-04 21:56:56 +01:00
  • 99ac76162f no longer try to file preview in a directory without files nova 2026-02-04 21:56:28 +01:00
  • 1d3b71b00f fix incorrect offset on files with long extensions nova 2026-02-04 21:55:03 +01:00
  • 84b1c17dd8 unzip jis nova 2026-02-02 23:24:41 +01:00
  • 1f1de78283 -fsanitize=address related stuff nova 2026-01-17 18:10:01 +01:00
  • f3a39b0df0 small changes nova 2026-01-17 17:53:52 +01:00
  • 8734fa6ae4 -fsanitize=address related compiler assisted debugging nova 2026-01-12 18:35:38 +01:00
  • 66f3f3bef6 small changes nova 2026-01-05 22:15:11 +01:00
  • 393864c80f better string handling nova 2025-12-12 20:28:39 +01:00
  • 217884d920 multiple small changes nova 2025-12-07 14:36:33 +01:00
  • 3a891388ed ncursesw nova 2025-11-16 12:09:40 +01:00
  • 0bdb4a1a0a moving ui text into config.h nova 2025-11-16 12:02:04 +01:00
  • ddcf4d4105 migration of concat to macro based implementation nova 2025-11-16 11:34:11 +01:00
  • be9436570c removal of unnecessary null check, during testing it was never null nova 2025-11-15 22:31:19 +01:00
  • 74166f7283 indentation change, now using continue nova 2025-11-15 22:28:08 +01:00
  • 9a67b35ebe handling of '/' in thread_lft nova 2025-11-15 22:21:30 +01:00
  • 1e99e9d364 global_path handling nova 2025-11-15 22:08:20 +01:00
  • dd7f5634e2 very simplistic 'handling' of split/non split ncurses nova 2025-11-15 22:01:33 +01:00
  • 5287c77648 varrious small changes nova 2025-11-09 17:40:56 +01:00
  • 5b7f017588 jump to /usr added nova 2025-11-04 22:16:51 +01:00
  • 33d7761329 some fixes to copy pasting nova 2025-11-04 22:16:21 +01:00
  • 0970c43c37 printing of possible bindings now persist through SETTINGS_RELOAD_DIR_DELTA nova 2025-11-04 21:33:34 +01:00
  • 79f8c82338 removal of double free and text that wont ever be printed anyways nova 2025-11-04 21:02:54 +01:00
  • 67b99b1cec fixed wrong color being saved as a result of improper string size handling nova 2025-11-03 19:44:20 +01:00
  • 4229ebe1d5 fixed missing 0 termination in smartcasestr nova 2025-10-24 20:03:55 +02:00
  • 3da05ce27f 'refactoring' nova 2025-10-24 19:31:49 +02:00
  • d5a816ae38 formatted the single worst line within the entire program nova 2025-10-24 19:18:26 +02:00
  • cbd479ff4f various changes to functions modifying btm_buffer nova 2025-10-19 23:13:26 +02:00
  • 7450280c43 fixed crash on move_right, used to memcpy into btm_buffer when thread_btm assumed unchanging size nova 2025-10-18 17:06:38 +02:00
  • 326d3f7e52 removal of all strcpy nova 2025-10-17 22:23:45 +02:00
  • df726e2f32 delta time no longer reloading images nova 2025-10-13 23:09:57 +02:00
  • 140457e4b7 fixed copy/paste nova 2025-10-13 22:47:38 +02:00
  • 23654741bc fixed sort_extension, changes too small to list to other sort methods nova 2025-10-13 21:44:19 +02:00
  • fa544204ba implemented jmp_file_index & int passes -> unsigned long nova 2025-10-12 01:44:27 +02:00
  • 61023ce42e temporary fixes & removal of unused function nova 2025-10-11 21:49:28 +02:00
  • 3fa16fd8b2 changes too small for proper commit message nova 2025-10-09 01:01:52 +02:00
  • ac6d0e8408 avoiding useless memory read/writes & fixing race condition in btm_status nova 2025-10-09 00:13:25 +02:00
  • 731bfe722a fixing move_right on extensionless files nova 2025-10-08 23:49:34 +02:00
  • 3082fed378 fixed some race conditions and improved parsing storage size nova 2025-10-08 21:33:06 +02:00
  • 23ff0b07ec adding forgotten mutex unlocks nova 2025-10-05 21:56:56 +02:00
  • c2d88f4909 moving stuff around to avoid 'previous implicit declaration' nova 2025-10-05 21:46:31 +02:00
  • 0b98e8eb68 removal of stray printf nova 2025-10-05 14:35:33 +02:00
  • 87ae2a5e8f refactoring of name shortening nova 2025-10-05 14:34:35 +02:00
  • f0ad6295f7 removal of rand() in sort_rand nova 2025-10-05 00:57:18 +02:00
  • e979209de3 slight likely branch improvements nova 2025-10-03 16:53:18 +02:00