| Commit message (Expand) | Author | Age | Files | Lines |
* | TestDisk: when searching for partition, press '+' to skip 5% of the disk | Christophe Grenier | 2024-01-30 | 1 | -0/+2 |
* | Use "DISABLED_FOR_FRAMAC" to disable code to facilitate verification | Christophe Grenier | 2022-04-13 | 1 | -1/+1 |
* | Drop "--enable-ncmouse" option from configure script | Christophe Grenier | 2022-04-08 | 1 | -100/+0 |
* | src/intrfn.c: ask_confirmation() - clear the screen before closing it | Christophe Grenier | 2021-09-04 | 1 | -0/+7 |
* | Lots of frama-c work that should be safe to commit | Christophe Grenier | 2020-06-02 | 1 | -6/+7 |
* | Enable start/stop sectors bigger than UINT_MAX when creating partition | Christophe Grenier | 2016-10-26 | 1 | -9/+4 |
* | Report pdcurses/ncurses library version | Christophe Grenier | 2015-04-16 | 1 | -0/+19 |
* | Workaround ncurses 5.9 env variable cache. May introduced a 2s sleep at startup | Christophe Grenier | 2015-04-14 | 1 | -71/+52 |
* | When asked for a pattern, raise the limit from 40 to 120 chars. | Andrei GUDIU | 2015-03-12 | 1 | -1/+1 |
* | src/intrfn.c: don't forget null byte when using strncat | Christophe Grenier | 2014-11-15 | 1 | -1/+1 |
* | code style: ignore some function return value | Christophe Grenier | 2013-11-01 | 1 | -2/+2 |
* | Force white on black in (n)curses interface. | Christophe Grenier | 2013-10-20 | 1 | -6/+9 |
* | constify more variables | Christophe Grenier | 2013-06-01 | 1 | -20/+18 |
* | Declare as const some static variables | Christophe Grenier | 2013-05-22 | 1 | -4/+4 |
* | Disable menu_to_command() compilation if ENABLE_MOUSE is undefined. | Christophe Grenier | 2013-05-17 | 1 | -41/+4 |
* | split interface_partition_type() into change_arch_type_cli() and change_arch_... | Christophe Grenier | 2013-05-15 | 1 | -94/+0 |
* | Use the correct value of errno to display a warning when log file creation fa... | Christophe Grenier | 2013-04-27 | 1 | -2/+2 |
* | TestDisk: If user press enter when asked for partition created unde Vista or ... | Christophe Grenier | 2012-06-28 | 1 | -2/+41 |
* | move ask_int_ncurses() and ask_string_ncurses() to src/intrfn.c | Christophe Grenier | 2012-01-27 | 1 | -0/+55 |
* | TestDisk: display the partition table type if autodetected | Christophe Grenier | 2012-01-27 | 1 | -0/+11 |
* | Add WINDOW *window argument to get_string() | Christophe Grenier | 2012-01-01 | 1 | -60/+61 |
* | Avoid some signed/unsigned values checks | Christophe Grenier | 2011-12-28 | 1 | -14/+17 |
* | Fix to deal with ncurses 5.8 API violation, newwin(0,0,0,0) doesn't create a ... | Christophe Grenier | 2011-03-28 | 1 | -4/+4 |
* | When a key is pressed in a menu, default to the corresponding item. | Christophe Grenier | 2010-11-09 | 1 | -1/+6 |
* | Support cygwin's libncursesw10 | Christophe Grenier | 2010-10-23 | 1 | -1/+1 |
* | If compiled with "./configure --enable-mouse", most PhotoRec screens can be d... | Christophe Grenier | 2010-09-11 | 1 | -5/+104 |
* | Handle Humax partition table | Christophe Grenier | 2010-06-22 | 1 | -2/+8 |
* | Prefix highligted selection by ">", so screen reader software find the | Christophe Grenier | 2010-05-21 | 1 | -8/+12 |
* | Press 'F' during deeper partition search to continue after the end of the las... | Christophe Grenier | 2010-04-27 | 1 | -0/+2 |
* | Interface need 24 lines to work correctly | Christophe Grenier | 2010-03-16 | 1 | -4/+5 |
* | Fix a warning when running the cygwin version under Wine | Christophe Grenier | 2009-12-28 | 1 | -9/+1 |
* | Fix header definition for function taking no argument | Christophe Grenier | 2009-11-01 | 1 | -2/+2 |
* | PhotoRec: limit to 1GB when searching the previous unrecovered file | Christophe Grenier | 2009-06-12 | 1 | -1/+1 |
* | move autoset_unit() to a separate file | Christophe Grenier | 2009-05-05 | 1 | -4/+5 |
* | Handle more than 80 columns | Christophe Grenier | 2009-04-18 | 1 | -10/+11 |
* | TestDisk: hexdump can use more than 24 lines | Christophe Grenier | 2009-04-14 | 1 | -1/+6 |
* | code cleanup, fix signed/unsigned warnings | Christophe Grenier | 2009-03-06 | 1 | -1/+1 |
* | Fix some compilation warnings | Christophe Grenier | 2009-02-03 | 1 | -6/+1 |
* | Split ncurses text interface from functions | Christophe Grenier | 2009-01-14 | 1 | -0/+1313 |