summaryrefslogtreecommitdiffstats
path: root/src/intrfn.c
Commit message (Expand)AuthorAgeFilesLines
* TestDisk: when searching for partition, press '+' to skip 5% of the diskChristophe Grenier2024-01-301-0/+2
* Use "DISABLED_FOR_FRAMAC" to disable code to facilitate verificationChristophe Grenier2022-04-131-1/+1
* Drop "--enable-ncmouse" option from configure scriptChristophe Grenier2022-04-081-100/+0
* src/intrfn.c: ask_confirmation() - clear the screen before closing itChristophe Grenier2021-09-041-0/+7
* Lots of frama-c work that should be safe to commitChristophe Grenier2020-06-021-6/+7
* Enable start/stop sectors bigger than UINT_MAX when creating partitionChristophe Grenier2016-10-261-9/+4
* Report pdcurses/ncurses library versionChristophe Grenier2015-04-161-0/+19
* Workaround ncurses 5.9 env variable cache. May introduced a 2s sleep at startupChristophe Grenier2015-04-141-71/+52
* When asked for a pattern, raise the limit from 40 to 120 chars.Andrei GUDIU2015-03-121-1/+1
* src/intrfn.c: don't forget null byte when using strncatChristophe Grenier2014-11-151-1/+1
* code style: ignore some function return valueChristophe Grenier2013-11-011-2/+2
* Force white on black in (n)curses interface.Christophe Grenier2013-10-201-6/+9
* constify more variablesChristophe Grenier2013-06-011-20/+18
* Declare as const some static variablesChristophe Grenier2013-05-221-4/+4
* Disable menu_to_command() compilation if ENABLE_MOUSE is undefined.Christophe Grenier2013-05-171-41/+4
* split interface_partition_type() into change_arch_type_cli() and change_arch_...Christophe Grenier2013-05-151-94/+0
* Use the correct value of errno to display a warning when log file creation fa...Christophe Grenier2013-04-271-2/+2
* TestDisk: If user press enter when asked for partition created unde Vista or ...Christophe Grenier2012-06-281-2/+41
* move ask_int_ncurses() and ask_string_ncurses() to src/intrfn.cChristophe Grenier2012-01-271-0/+55
* TestDisk: display the partition table type if autodetectedChristophe Grenier2012-01-271-0/+11
* Add WINDOW *window argument to get_string()Christophe Grenier2012-01-011-60/+61
* Avoid some signed/unsigned values checksChristophe Grenier2011-12-281-14/+17
* Fix to deal with ncurses 5.8 API violation, newwin(0,0,0,0) doesn't create a ...Christophe Grenier2011-03-281-4/+4
* When a key is pressed in a menu, default to the corresponding item.Christophe Grenier2010-11-091-1/+6
* Support cygwin's libncursesw10Christophe Grenier2010-10-231-1/+1
* If compiled with "./configure --enable-mouse", most PhotoRec screens can be d...Christophe Grenier2010-09-111-5/+104
* Handle Humax partition tableChristophe Grenier2010-06-221-2/+8
* Prefix highligted selection by ">", so screen reader software find theChristophe Grenier2010-05-211-8/+12
* Press 'F' during deeper partition search to continue after the end of the las...Christophe Grenier2010-04-271-0/+2
* Interface need 24 lines to work correctlyChristophe Grenier2010-03-161-4/+5
* Fix a warning when running the cygwin version under WineChristophe Grenier2009-12-281-9/+1
* Fix header definition for function taking no argumentChristophe Grenier2009-11-011-2/+2
* PhotoRec: limit to 1GB when searching the previous unrecovered fileChristophe Grenier2009-06-121-1/+1
* move autoset_unit() to a separate fileChristophe Grenier2009-05-051-4/+5
* Handle more than 80 columnsChristophe Grenier2009-04-181-10/+11
* TestDisk: hexdump can use more than 24 linesChristophe Grenier2009-04-141-1/+6
* code cleanup, fix signed/unsigned warningsChristophe Grenier2009-03-061-1/+1
* Fix some compilation warningsChristophe Grenier2009-02-031-6/+1
* Split ncurses text interface from functionsChristophe Grenier2009-01-141-0/+1313