summaryrefslogtreecommitdiffstats
path: root/src/ppartsel.c
Commit message (Expand)AuthorAgeFilesLines
* rename src/ppartsel.c to src/ppartseln.cChristophe Grenier2014-04-231-454/+0
* ppartsel.c: use init_mode_t instead of int typeChristophe Grenier2013-05-191-2/+2
* split add_partition() into add_partition_cli() and add_partition_ncurses()Christophe Grenier2013-05-151-2/+2
* New functions log_all_partitions() and init_list_part()Christophe Grenier2013-05-151-18/+2
* Split change_geometry() into change_geometry_cli() and change_geometry_ncurses()Christophe Grenier2013-05-151-2/+3
* Move interface_options_photorec_cli() and interface_options_photorec_log() to...Christophe Grenier2013-05-151-2/+3
* When splitting block, define them as holding dataChristophe Grenier2013-03-311-0/+2
* PhotoRec: save current progress every 5 minutesChristophe Grenier2013-03-241-8/+7
* PhotoRec: don't override user supplied blocksize by blocksize found when scan...Christophe Grenier2012-09-301-1/+4
* Move insert_error variable definitionChristophe Grenier2012-07-141-1/+1
* New function td_list_entry_const()Christophe Grenier2012-04-141-2/+2
* Remove "Allow partial last cylinder" optionChristophe Grenier2011-12-081-6/+0
* PhotoRec: Partition table need to be read again if sector size has been changed,Christophe Grenier2011-10-251-1/+2
* Huge code cleanup for Photorec: reduce the numbers of parameters of some func...Christophe Grenier2011-08-201-98/+86
* PhotoRec: use a single parameter to forward the options (code cleanup)Christophe Grenier2011-07-211-26/+18
* Modified interface when prompting for a destination to store dataChristophe Grenier2010-10-231-2/+2
* If compiled with "./configure --enable-mouse", most PhotoRec screens can be d...Christophe Grenier2010-09-111-0/+34
* Prefix highligted selection by ">", so screen reader software find theChristophe Grenier2010-05-211-0/+2
* Log syntax error in command lineChristophe Grenier2009-10-191-3/+1
* Always include stdio.h before ncurses header and types.hChristophe Grenier2009-06-121-1/+2
* If the destination is full, PhotoRec ask for a new location and it defaultsChristophe Grenier2009-05-241-2/+2
* code cleanup: remove verbose argument to add_partition_*()Christophe Grenier2009-03-061-1/+1
* PhotoRec: Use "Disk identification, please wait..." and "Filesystem analysis,...Christophe Grenier2009-03-011-0/+4
* Fix some compilation warningsChristophe Grenier2009-02-031-4/+4
* Fix some missing headers for cygwinChristophe Grenier2009-02-011-4/+0
* Split ncurses text interface from functionsChristophe Grenier2009-01-141-3/+17
* Fix for C++ compilationChristophe Grenier2009-01-041-2/+2
* Code cleanup after using LLVM/Clang Static AnalyzerChristophe Grenier2008-11-161-9/+17
* TestDisk: in Advanced menu, 'a' may be used to temporary add a partitionChristophe Grenier2008-09-181-0/+9
* PhotoRec: When only free space is carved, after the data search,Christophe Grenier2008-08-301-0/+3
* Split the interface in several files, part 2Christophe Grenier2008-08-251-0/+420