Go to file
Bart Hakvoort 91c4ca2b45 fixed another minor memleak (yeah i'm playing with valgrind ;) )
* include/GParted_Core.h,
  src/GParted_Core.cc: fixed another minor memleak (yeah i'm playing
  with valgrind ;) )
2006-03-28 19:01:20 +00:00
compose added *.swp corrected url 2006-03-16 15:09:52 +00:00
include fixed another minor memleak (yeah i'm playing with valgrind ;) ) 2006-03-28 19:01:20 +00:00
pixmaps gparted finally has a logo/icon ;) (thanks to Alain Clement) see also 2005-11-25 14:53:23 +00:00
po gparted-0.2.3 2006-03-28 14:33:28 +00:00
src fixed another minor memleak (yeah i'm playing with valgrind ;) ) 2006-03-28 19:01:20 +00:00
.cvsignore
AUTHORS
COPYING
ChangeLog fixed another minor memleak (yeah i'm playing with valgrind ;) ) 2006-03-28 19:01:20 +00:00
HACKING
Makefile.am store flags in a list instead of a string. cleanups 2006-02-17 23:20:28 +00:00
NEWS
README updated description to reflect current situation. 2004-12-07 20:09:46 +00:00
autogen.sh
configure.in gparted-0.2.3 2006-03-28 14:33:28 +00:00
gparted.desktop.in string tweaks. (#328685) 2006-01-26 12:50:46 +00:00

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