9830c8f63e
* include/Frame_Resizer_Base.h, include/Frame_Resizer_Extended.h, src/Dialog_Base_Partition.cc, src/Dialog_Partition_Copy.cc, src/Dialog_Partition_New.cc, src/Dialog_Partition_Resize_Move.cc, src/Frame_Resizer_Base.cc, src/Frame_Resizer_Extended.cc: did lots of work on the resizer, it's behaviour should be more natural and satisfying now. (see also #331591) * src/Win_GParted.cc: extended partition was resizable even when it's busy. fixed. * src/ntfs.cc: made scan output more readable. * src/FrameVisualDisk.cc: added FIXME |
||
---|---|---|
compose | ||
include | ||
pixmaps | ||
po | ||
src | ||
.cvsignore | ||
AUTHORS | ||
COPYING | ||
ChangeLog | ||
HACKING | ||
Makefile.am | ||
NEWS | ||
README | ||
autogen.sh | ||
configure.in | ||
gparted.desktop.in |
README
GParted stands for Gnome Partition Editor. It uses libparted to detect and manipulate devices and partitiontables while several (optional) filesystemtools provide support for filesystems not included in libparted. These optional packages will be detected at runtime and don't require a rebuild of GParted. GParted is written in C++ and uses gtkmm as Graphical Toolkit. The general approach is to keep the GUI as simple as possible. That's why i try to conform to the GNOME Human Interface Guidelines. Visit http://gparted.sourceforge.net for more information