summaryrefslogtreecommitdiffstats
path: root/disk-utils/cfdisk.c
Commit message (Expand)AuthorAgeFilesLines
...
* textual: fix spellos and inconsistencies in several program messagesBenno Schulenberg2015-01-261-2/+2
* maint: fix shadow declarationSami Kerola2015-01-071-3/+3
* textual: add a docstring to most of the utilitiesBenno Schulenberg2015-01-061-1/+3
* cfdisk: improve Dump dialogKarel Zak2015-01-051-9/+6Star
* cfdisk: improve menu clean functionKarel Zak2015-01-051-7/+8
* cfdisk: detect too small partition sizesKarel Zak2015-01-051-6/+15
* libfdisk: rename and move functionKarel Zak2014-11-261-1/+1
* cfdisk: cleanup menuitem draw functionsKarel Zak2014-11-131-19/+55
* cfdisk: remove [Load] from menuKarel Zak2014-11-131-13/+0Star
* cfdisk: add support for sfdisk scriptsKarel Zak2014-11-121-2/+110
* include/debug: fix typoKarel Zak2014-10-241-1/+1
* libfdisk: make it possible to use zero for size and startKarel Zak2014-10-151-1/+2
* sfdisk: ask on EOFKarel Zak2014-10-091-1/+1
* libfdisk: follow explicitly specified partition sizeKarel Zak2014-10-091-3/+10
* libfdisk: return partno when add new partitionKarel Zak2014-10-071-1/+1
* textual: use version printing macro everywhereSami Kerola2014-10-011-2/+1Star
* cfdisk: don't modify ncurses LINES and COLSKarel Zak2014-10-011-29/+37
* libfdisk: use reference counting for contextKarel Zak2014-08-281-1/+1
* cfdisk: fix typo in the previous commitKarel Zak2014-08-261-2/+2
* cfdisk: wrong interpretation of yes in non-english languageKarel Zak2014-08-261-2/+2
* fdisk: use libfdisk public API onlyKarel Zak2014-08-151-1/+1
* cfdisk: use only public libfdisk APIKarel Zak2014-08-151-14/+20
* libfdisk: final parttype API cleanupKarel Zak2014-08-141-13/+14
* libfdisk: move get_parttypes to label APIKarel Zak2014-08-141-6/+8
* libfdisk: make it possible to get fields for all labesKarel Zak2014-08-141-1/+1
* libfdisk: cleanup fdisk_is_label stuffKarel Zak2014-08-131-5/+5
* libfdisk: clean up API (context.c)Karel Zak2014-08-131-10/+10
* cfdisk: add libfdisk independent debug stuffKarel Zak2014-08-131-33/+55
* libfdisk: rename fdisk_column to fdisk_fieldKarel Zak2014-08-131-31/+29Star
* libfdisk: remove dependence on libsmartcolsKarel Zak2014-08-131-7/+13
* cfdisk: move curs_set(1) to ui_end()Karel Zak2014-08-061-2/+1Star
* cfdisk: reenable cursor when quittingAndreas Henriksson2014-07-281-0/+1
* textual: fix some typos and inconsistencies in various messagesBenno Schulenberg2014-07-231-3/+3
* cfdisk: actually translate the partition types in the menuBenno Schulenberg2014-07-211-2/+2
* cfdisk: use /dev/sda by defaultKarel Zak2014-07-181-6/+20
* cfdisk: make code more readable for analyzers [coverity scan]Karel Zak2014-07-171-0/+2
* cfdisk: fix possible memory leak [coverity scan]Karel Zak2014-07-171-0/+1
* cfdisk: restore the license that was lost in JanuaryBenno Schulenberg2014-07-151-0/+14
* cfdisk: fix warning usage, improve 's' helpKarel Zak2014-07-151-2/+2
* cfdisk: accept 's' as well as 'S' for sectorsKarel Zak2014-07-151-1/+1
* cfdisk: make menus sensitive to ESCKarel Zak2014-07-151-0/+2
* cfdisk: use \n for messages on stdout and stderrKarel Zak2014-07-151-4/+13
* libfdisk: make disk sync() optionalKarel Zak2014-07-151-1/+4
* cfdisk: add braces to ensure operation orderSami Kerola2014-07-131-1/+1
* cfdisk: fix division by zero [clang-analyze]Karel Zak2014-07-011-0/+6
* cfdisk: add --zero command line optionKarel Zak2014-06-201-3/+9
* cfdisk: don't offer BSDKarel Zak2014-06-201-4/+4
* libsmartcols: add debug messagesKarel Zak2014-06-061-0/+2
* cfdisk: resize UI on SIGWINCHKarel Zak2014-06-051-7/+103
* cfdisk: add [Sort] operationKarel Zak2014-06-051-2/+16