summaryrefslogtreecommitdiffstats
path: root/src/tdisksel.c
Commit message (Expand)AuthorAgeFilesLines
* testdisk and photorec: display disk serial number when selecting sourceChristophe Grenier2023-01-231-8/+16
* Replace "Select a media (use Arrow keys, then press Enter):" message byChristophe Grenier2022-11-161-1/+1
* Cleanup code using SUDO_BINChristophe Grenier2020-03-201-4/+4
* Use new functions check_command(), skip_comma_in_command() and get_int_from_c...Christophe Grenier2018-03-171-2/+1
* Do not declare variable use_sudo if SUDO_BIN is undefined (code style)Christophe Grenier2016-06-101-0/+4
* Improve English grammar, capitalization, and punctuationAlex Henrie2016-02-221-1/+1
* Declare as const some static variablesChristophe Grenier2013-05-221-1/+1
* split interface_partition_type() into change_arch_type_cli() and change_arch_...Christophe Grenier2013-05-151-5/+8
* Improve default partition table selectionChristophe Grenier2012-02-251-2/+2
* Fix for HPA and DCO detection (again)Christophe Grenier2011-03-051-1/+2
* Prefix highligted selection by ">", so screen reader software find theChristophe Grenier2010-05-211-2/+2
* Always include stdio.h before ncurses header and types.hChristophe Grenier2009-06-121-2/+1
* move autoset_unit() to a separate fileChristophe Grenier2009-05-051-0/+1
* If compiled with sudo support, add a sudo menu item for non-root user even if...Christophe Grenier2009-02-111-12/+27
* Fix some compilation warningsChristophe Grenier2009-02-031-2/+0
* Split ncurses text interface from functionsChristophe Grenier2009-01-141-3/+8
* Code cleanup after using LLVM/Clang Static AnalyzerChristophe Grenier2008-11-161-5/+8
* Display a warning if HPA or DCO is presentChristophe Grenier2008-10-071-0/+2
* Split the interface in several files, part 2Christophe Grenier2008-08-251-5/+12
* Split the interface in several filesChristophe Grenier2008-08-241-0/+236