summaryrefslogtreecommitdiffstats
path: root/disk-utils/cfdisk.c
Commit message (Expand)AuthorAgeFilesLines
...
* cfdisk: cleanup extra partitions info for slangKarel Zak2015-03-311-35/+18Star
* cfdisk: provide extra partinfo with "x"Ondrej Oprala2015-03-271-12/+356
* colors: cleanup man pages, add hint to usage()Karel Zak2015-02-251-2/+4
* cfdisk: improve create-label UIKarel Zak2015-02-101-11/+15
* cfdisk: also recognize a lowercase 'l' for loading a script fileBenno Schulenberg2015-02-101-0/+1
* cfdisk: do not startle the user with a false message when --zero is usedBenno Schulenberg2015-02-101-2/+3
* cfdisk: improve ui_get_size() warningsKarel Zak2015-02-031-5/+10
* libfdisk: fix issues with very small partitionsKarel Zak2015-02-031-2/+3
* cfdisk: print "wrong order" warning after startup, colorize info messagesKarel Zak2015-02-031-2/+9
* cfdisk: force main menu to default to Quit/New menu itemsKarel Zak2015-02-031-8/+13
* cfdisk: disable some KEY_* in ui_get_wqstring()Karel Zak2015-02-021-0/+9
* cfdisk: default to Quit menu itemKarel Zak2015-02-021-0/+4
* cfdisk: make '?' an alias of 'h', to also show the help screenBenno Schulenberg2015-02-021-0/+1
* cfdisk: punctuate the bottombar messages consistentlyBenno Schulenberg2015-02-021-6/+6
* cfdisk: improve wording and consistency of the size warningsBenno Schulenberg2015-02-021-2/+2
* cfdisk: remove the mistaken B from the explanation of size suffixesBenno Schulenberg2015-02-021-2/+2
* cfdisk: fix mem leak and main_menu_action() logic [coverity scan]Karel Zak2015-01-281-6/+9
* cfdisk: actually translate the table headers and the bottom lineBenno Schulenberg2015-01-261-2/+2
* cfdisk: shorten the help screen to make it fit within 25 linesBenno Schulenberg2015-01-261-14/+7Star
* cfdisk: don't mess up the help screen by printing the PO file headerBenno Schulenberg2015-01-261-6/+5Star
* 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