mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 02:10:48 +00:00
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:
parent
4854b4cad2
commit
ea5372114d
1 changed files with 23 additions and 0 deletions
23
ChangeLog
23
ChangeLog
|
@ -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:]):
|
||||
|
|
Loading…
Reference in a new issue