Basic implementation of rulers and some small corrections.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11099 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2001-10-06 22:32:46 +00:00
parent 4854b4cad2
commit ea5372114d

View file

@ -1,3 +1,26 @@
2001-09-28 Fred Kiefer <FredKiefer@gmx.de>
* Header/gnustep/gui/NSCell.h
Added enumerator NSControlSize.
* Header/gnustep/gui/NSProgressIndicator.h
Prefixed all ivars with an underscore and added ivars for
indeterminate progress. Added some constant definitions and
control size and tint methods.
* Source/NSProgressIndicator.m
Adopted to changes in header and added some code for displaying
indeterminate progress.
* Header/gnustep/gui/NSRulerMarker.h
* Header/gnustep/gui/NSRulerView.h
Added copyright notice and defined some ivars.
* Source/NSRulerMarker.m
* Source/NSRulerView.m
Some basic implementation of these classes.
* Source/GNUmakefile
Compile NSRulerMarker and NSRulerView.
* Source/NSAttributedString.m
Protected all initXXX methods so that for empty input nil will be
returned.
Sat Oct 6 17:23:49 2001 Nicola Pero <n.pero@mi.flashnet.it>
* Source/NSWindowController.m ([-initWithWindowNibName:owner:]):