summaryrefslogtreecommitdiffstats
path: root/src/intrface.c
Commit message (Expand)AuthorAgeFilesLines
* Numerous frama-c annotationsChristophe Grenier2021-11-201-1/+1
* List NTFS system files when expert mode is enabled.Christophe Grenier2018-06-221-4/+4
* Use new functions check_command(), skip_comma_in_command() and get_int_from_c...Christophe Grenier2018-03-171-4/+2
* Ask confirmation when user quits the list of partitions found by TestDisk - 2...Christophe Grenier2015-09-051-4/+1
* Ask confirmation when user quits the list of partitions found by TestDiskChristophe Grenier2015-07-181-1/+4
* src/intrface.c: remove current_cmd parameter from ask_structure_ncurses proto...Christophe Grenier2014-02-021-4/+5
* constify more variablesChristophe Grenier2013-06-011-3/+3
* split add_partition() into add_partition_cli() and add_partition_ncurses()Christophe Grenier2013-05-151-4/+5
* move from change_part_type() to change_part_type_ncurses()Christophe Grenier2013-05-151-1/+1
* Add the possibility to save the results from Quick or Deeper Search by pressingChristophe Grenier2012-04-211-0/+8
* "testdisk -l" will list the partition info if availableChristophe Grenier2012-04-211-6/+16
* Minimal support to list and copy files from exFAT for TestDisk.Christophe Grenier2011-02-071-0/+1
* New prototype for size_to_unit()Christophe Grenier2010-10-241-1/+2
* Prefix highligted selection by ">", so screen reader software find theChristophe Grenier2010-05-211-2/+4
* TestDisk: don't display "Structure: Ok" if there is no partition. Users are c...Christophe Grenier2009-08-271-1/+4
* Always include stdio.h before ncurses header and types.hChristophe Grenier2009-06-121-2/+1
* Redraw the full screen after a file listingChristophe Grenier2009-03-221-0/+1
* code cleanup: remove verbose argument to add_partition_*()Christophe Grenier2009-03-061-1/+1
* Fix some compilation warningsChristophe Grenier2009-02-031-1/+1
* Split ncurses text interface from functionsChristophe Grenier2009-01-141-6/+9
* Split the interface in several files, part 2Christophe Grenier2008-08-251-11/+20
* Split the interface in several filesChristophe Grenier2008-08-241-1231/+10
* Fix some compilation warning when ncurses isn't usedChristophe Grenier2008-08-051-3/+14
* Store disk geometry in cylinders/heads_per_cylinder/sectors_per_head instead ...Christophe Grenier2008-07-181-1/+2
* Distinguish ext4 from ext3 filesystemChristophe Grenier2008-07-141-0/+1
* PhotoRec: FileOpts can use more than 25 linesChristophe Grenier2008-05-191-7/+7
* Don't display harddisk geometry in the warning message about read-only deviceChristophe Grenier2008-04-111-1/+1
* code cleanup: rename aff_buffer() fixupChristophe Grenier2008-04-071-3/+3
* code cleanup: rename aff_buffer()Christophe Grenier2008-04-031-7/+7
* Fix TestDisk welcome messageChristophe Grenier2008-03-251-2/+2
* Remove the possibility to add a partition for non-partionned diskChristophe Grenier2008-02-281-19/+28
* Fix log creationChristophe Grenier2008-01-091-0/+65
* "testdisk -lu device" will list the partition with sector unitChristophe Grenier2007-12-061-19/+8
* Can use sudo if user is not rootChristophe Grenier2007-11-281-4/+2
* IO redirection for alt. superblock/bs is enabled before file listingChristophe Grenier2007-11-131-3/+35
* - Use wprintw ncurses function instead of a custom oneChristophe Grenier2007-11-021-40/+40
* First version in gitChristophe Grenier2007-10-291-0/+1507