Commit graph

37 commits

Author SHA1 Message Date
Christophe Grenier
b2a0d41da6 Numerous frama-c annotations 2021-11-20 11:26:50 +01:00
Christophe Grenier
2d36e835ba List NTFS system files when expert mode is enabled. 2018-06-22 19:05:04 +02:00
Christophe Grenier
09ecae700f Use new functions check_command(), skip_comma_in_command() and get_int_from_command() to parse command line arguments 2018-03-17 17:29:28 +01:00
Christophe Grenier
66af14cf69 Ask confirmation when user quits the list of partitions found by TestDisk - 2nd try
Revert commit b1089a10ec
2015-09-05 18:11:16 +02:00
Christophe Grenier
b1089a10ec Ask confirmation when user quits the list of partitions found by TestDisk 2015-07-18 14:08:47 +02:00
Christophe Grenier
4b13874dd0 src/intrface.c: remove current_cmd parameter from ask_structure_ncurses prototype 2014-02-02 15:24:26 +01:00
Christophe Grenier
65dbe3d4ba constify more variables 2013-06-01 18:06:35 +02:00
Christophe Grenier
8160321408 split add_partition() into add_partition_cli() and add_partition_ncurses() 2013-05-15 17:53:26 +02:00
Christophe Grenier
2dd9cec608 move from change_part_type() to change_part_type_ncurses() 2013-05-15 17:42:03 +02:00
Christophe Grenier
f0fef8377c Add the possibility to save the results from Quick or Deeper Search by pressing
the 'b' key
2012-04-21 14:22:37 +02:00
Christophe Grenier
8140cb4898 "testdisk -l" will list the partition info if available 2012-04-21 14:20:50 +02:00
Christophe Grenier
237b0d53ac Minimal support to list and copy files from exFAT for TestDisk.
PhotoRec:Can carve files from exFAT free space only
2011-02-07 09:17:12 +01:00
Christophe Grenier
7fbc038d1e New prototype for size_to_unit() 2010-10-24 20:30:19 +02:00
Christophe Grenier
1041c240cd Prefix highligted selection by ">", so screen reader software find the
interface less confusing.
2010-05-21 08:47:38 +02:00
Christophe Grenier
767a822835 TestDisk: don't display "Structure: Ok" if there is no partition. Users are confused otherwise. 2009-08-27 08:47:16 +02:00
Christophe Grenier
4452138345 Always include stdio.h before ncurses header and types.h 2009-06-12 08:42:45 +02:00
Christophe Grenier
c64fe5f996 Redraw the full screen after a file listing 2009-03-22 14:53:02 +01:00
Christophe Grenier
1af8dd56e4 code cleanup: remove verbose argument to add_partition_*() 2009-03-06 19:26:32 +01:00
Christophe Grenier
203df0e3a5 Fix some compilation warnings 2009-02-03 09:29:29 +01:00
Christophe Grenier
1650fe5b8b Split ncurses text interface from functions 2009-01-14 22:13:47 +01:00
Christophe Grenier
d5d0a9a74f Split the interface in several files, part 2
Text interface needs 24 lines instead of 25
2008-08-25 23:15:17 +02:00
Christophe Grenier
9a58a494f3 Split the interface in several files
Initial work to handle 24 lines and more than 25
2008-08-24 13:36:34 +02:00
Christophe Grenier
5a12cb2d50 Fix some compilation warning when ncurses isn't used 2008-08-05 09:37:25 +02:00
Christophe Grenier
8585ef8e51 Store disk geometry in cylinders/heads_per_cylinder/sectors_per_head instead of CHS 2008-07-18 22:16:08 +02:00
Christophe Grenier
2bc44055cf Distinguish ext4 from ext3 filesystem 2008-07-14 11:43:39 +02:00
Christophe Grenier
7912bfac3a PhotoRec: FileOpts can use more than 25 lines 2008-05-19 00:10:50 +02:00
Christophe Grenier
6f0d64c561 Don't display harddisk geometry in the warning message about read-only device 2008-04-11 11:34:03 +02:00
Christophe Grenier
a4a280354d code cleanup: rename aff_buffer() fixup 2008-04-07 09:03:21 +02:00
Christophe Grenier
5bc721de8e code cleanup: rename aff_buffer() 2008-04-03 00:22:31 +02:00
Christophe Grenier
485fd6942c Fix TestDisk welcome message 2008-03-25 22:25:25 +01:00
Christophe Grenier
2aa0acbdec Remove the possibility to add a partition for non-partionned disk 2008-02-28 13:37:32 +01:00
Christophe Grenier
c898c644fa Fix log creation 2008-01-09 23:44:10 +01:00
Christophe Grenier
f51aa191c2 "testdisk -lu device" will list the partition with sector unit 2007-12-06 00:29:52 +01:00
Christophe Grenier
66c34423c1 Can use sudo if user is not root 2007-11-28 22:42:36 +01:00
Christophe Grenier
455ed826c8 IO redirection for alt. superblock/bs is enabled before file listing 2007-11-13 23:35:47 +01:00
Christophe Grenier
249bad4bb7 - Use wprintw ncurses function instead of a custom one
- src/file_mov.c: Fix a compilation error if DEBUG_MOV is defined
2007-11-02 17:14:52 +01:00
Christophe Grenier
9928d99936 First version in git 2007-10-29 22:38:52 +01:00