Basic support for tab stop display in ruler views

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13382 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
FredKiefer 2002-04-06 23:37:20 +00:00
parent 5bf6709e60
commit 53fd624900

View file

@ -1,3 +1,22 @@
2002-04-03 Fred Kiefer <FredKiefer@gmx.de>
* Images/common_RightTabStop.tiff
* Images/common_LeftTabStop.tiff
* Images/common_CenterTabStop.tiff
* Images/common_DecimalTabStop.tiff
* Images/GNUmakefile
Added new icons for tab stop display in ruler views and install
them from the make file.
* Source/NSRulerView.m
Added method [mouseDown:]. Added safety check for unchanged client
view in [setClientView:]. In [drawHashMarksAndLabelsInRect:] use
[NSFont smallSystemFontSize] instead of hard coded size.
* Source/NSRulerMarker.m
Corrected [drawRect:].
* Source/NSTextView.m
In [updateRuler] set the client view of the ruler view.
2002-04-05 Adam Fedor <fedor@gnu.org>
* Source/NSApplication.m (initialize_gnustep_backend): Better