mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 10:10:48 +00:00
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:
parent
5bf6709e60
commit
53fd624900
1 changed files with 19 additions and 0 deletions
19
ChangeLog
19
ChangeLog
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue