summaryrefslogtreecommitdiffstats
path: root/src/intrf.c
Commit message (Expand)AuthorAgeFilesLines
* A lot of frama-c annotations or code disablingChristophe Grenier2024-01-301-1/+14
* Use "DISABLED_FOR_FRAMAC" to disable code to facilitate verificationChristophe Grenier2022-04-131-1/+11
* Disable ncurses library when using frama-cChristophe Grenier2020-11-011-0/+2
* Additional frama-c annotationsChristophe Grenier2020-08-081-0/+4
* Use new functions check_command(), skip_comma_in_command() and get_int_from_c...Christophe Grenier2018-03-171-5/+2
* Enable start/stop sectors bigger than UINT_MAX when creating partitionChristophe Grenier2016-10-261-8/+15
* Fix strange indentationChristophe Grenier2016-02-131-2/+2
* turn off a compiler warning in screen_buffer_add()Christophe Grenier2015-04-141-1/+1
* Avoid potential out of bound read access in screen_buffer_add()Christophe Grenier2015-03-081-17/+18
* Some partitions weren't marked as D(eleted)Christophe Grenier2014-07-261-3/+4
* remove screen_buffer_to_stdout() functionChristophe Grenier2013-05-171-13/+0
* Move some code to new function get_partition_status()Christophe Grenier2013-05-141-16/+19
* move get_default_location() from src/intrf.c to src/askloc.cChristophe Grenier2012-06-281-19/+0
* Remove useless affectationChristophe Grenier2012-04-211-1/+0
* Code cleanupChristophe Grenier2010-06-221-0/+2
* Code cleanupChristophe Grenier2009-10-251-3/+3
* Handle more than 80 columnsChristophe Grenier2009-04-181-8/+6
* Don't forget the string format when logging an error, patch from Pascal TerjanChristophe Grenier2009-04-121-1/+1
* code cleanup, fix signed/unsigned warningsChristophe Grenier2009-03-061-2/+2
* Fix some compilation warningsChristophe Grenier2009-02-031-3/+0
* Fix display of partition bigger than 2GBChristophe Grenier2009-01-261-4/+4
* Split ncurses text interface from functionsChristophe Grenier2009-01-141-1778/+5
* PhotoRec: Don't marked as D(eleted) an entry (ie. whole disk) that is not a p...Christophe Grenier2008-11-181-0/+5
* Code cleanup after using LLVM/Clang Static AnalyzerChristophe Grenier2008-11-161-2/+4
* Defined more functions as staticChristophe Grenier2008-11-101-29/+18
* Create the partition image in the current directory when "/cmd device advance...Christophe Grenier2008-09-101-3/+8
* Split the interface in several files, part 2Christophe Grenier2008-08-251-9/+9
* Split the interface in several filesChristophe Grenier2008-08-241-26/+37
* Sort deleted NTFS filesChristophe Grenier2008-08-111-68/+58
* Fix some compilation warning when ncurses isn't usedChristophe Grenier2008-08-051-0/+4
* Allow to navigate in some menus using 2, 4, 5, 6 and 8 keys instead of arrow ...Christophe Grenier2008-07-301-0/+13
* Store disk geometry in cylinders/heads_per_cylinder/sectors_per_head instead ...Christophe Grenier2008-07-181-8/+8
* Code cleanup in interface_partition_type_ncurses()Christophe Grenier2008-06-301-6/+1
* When navigating, allow to follow symlinkChristophe Grenier2008-06-231-1/+3
* Compilation fix for system without ncursesChristophe Grenier2008-06-011-14/+14
* wgetch_nodelay() and wmenuUpdate() can be staticChristophe Grenier2008-05-271-4/+6
* PhotoRec: FileOpts can use more than 25 linesChristophe Grenier2008-05-191-14/+14
* Fix filename_to_directory() for cygwinChristophe Grenier2008-05-141-7/+8
* Display full filename when terminfo file (ie testdisk-6.10-WIP/win/c/cygwin) ...Christophe Grenier2008-05-061-49/+62
* When listing local directories, directories first, files next, both sorted by...Christophe Grenier2008-05-011-125/+152
* Deleted files can be shown or not when listing files.Christophe Grenier2008-04-291-0/+1
* Avoid unused variable when not using sudoChristophe Grenier2008-04-111-13/+15
* code cleanup: rename aff_buffer()Christophe Grenier2008-04-031-77/+74
* make vaff_txt() staticChristophe Grenier2008-03-241-1/+2
* Change the display unit when changing the partition typeChristophe Grenier2008-02-271-0/+7
* Mix interactive and cli mode in PhotoRecChristophe Grenier2008-02-081-1/+8
* Fix log creationChristophe Grenier2008-01-091-69/+0
* TestDisk FAT and NTFS Advanced boot menu interface, automaticaly positioned t...Christophe Grenier2008-01-041-0/+4
* In expert mode during RepairMFT, user can choose between MFT and MFTmirror if...Christophe Grenier2007-12-211-1/+1
* "testdisk -lu device" will list the partition with sector unitChristophe Grenier2007-12-061-18/+10