summaryrefslogtreecommitdiff
path: root/gptcurses.cc
Commit message (Collapse)AuthorAgeFilesLines
* Do some explicit casts in gptcurses.cc to eliminate compiler warnings.Rod Smith2023-03-061-6/+7
|
* Fix bug that caused cgdisk to report incorrect partition attributes.Rod Smith2022-04-101-1/+1
|
* Fix build problem with recent ncurses versionsRod Smith2022-04-101-11/+11
|
* Patch set from Bin Meng to clean up some code & support building sgdisk for ↵Rod Smith2022-04-101-2/+2
| | | | Windows
* Add end-alignment feature.Rod Smith2022-01-291-5/+14
|
* Code cleanup based on 'infer' suggestions; mostly just dead stores.Rod Smith2021-03-171-1/+0
| | | | One forgotten change
* Version 1.0.6 releaseRod Smith2021-01-131-1/+1
|
* Tweaks for building on the latest XCode for macOSRod Smith2020-02-151-0/+4
|
* gptcurses: Add missing headerRosen Penev2019-10-071-0/+1
| | | | | | Needed with uClibc++ as it doesn't implicitly include it. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Added explicit copy constructors and made other tweaks to avoidRod Smith2018-07-051-1/+2
| | | | compiler complaints.
* Added search/filter feature to "L" function to display partition typeRod Smith2018-07-051-1/+1
| | | | codes.
* Fixed bug that caused cgdisk's reported partition size to be too smallRoderick W. Smith2015-10-171-1/+1
| | | | by one sector.
* Updated several partition type codes.Roderick W. Smith2015-10-071-1/+1
|
* Use the libncursesw5-dev ncurses.h instead of libncurses5-devGuillaume Delacour2014-07-231-1/+1
|
* Removed libicu dependency for UTF-16 partition names. Version 0.8.9Roderick W. Smith2014-02-171-5/+6
| | | | release.
* Removed 0x8302 type code, since the Red Hat parted developers haveRoderick W. Smith2013-09-241-3/+4
| | | | decided against using it.
* New partition type codes & "-a" option for cgdiskRoderick W. Smith2013-07-061-3/+10
|
* 0.8.6 release.srs56942013-01-091-0/+4
|
* Fixed bug in reading GPTs with encoded header sizes other than 92 bytes.srs56942011-09-181-4/+4
|
* New files in support of version 0.8.0srs56942011-09-101-0/+808