Go to file
Bart Hakvoort 225b294899 changed MIN_SIZE from static 20 to BORDER * 2 + 2
* src/DrawingAreaVisualDisk.cc: changed MIN_SIZE from static 20 to
  BORDER * 2 + 2
2006-03-09 14:19:48 +00:00
compose
include removed the frame from the visualdiskwidget and changed some visual 2006-03-09 13:12:44 +00:00
pixmaps
po Translation updated by Tino Meinen. 2006-03-07 14:46:38 +00:00
src changed MIN_SIZE from static 20 to BORDER * 2 + 2 2006-03-09 14:19:48 +00:00
.cvsignore
AUTHORS
COPYING
ChangeLog changed MIN_SIZE from static 20 to BORDER * 2 + 2 2006-03-09 14:19:48 +00:00
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