mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 12:00:52 +00:00
Record insertion point blinking implementation.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@24595 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
871735a3a6
commit
fb085a14d0
1 changed files with 12 additions and 0 deletions
12
ChangeLog
12
ChangeLog
|
@ -1,3 +1,15 @@
|
|||
2007-02-16 Sergii Stoian <stoyan255@gmail.com>
|
||||
|
||||
* Headers/AppKit/NSTextView.h: Enable disabled insertion point
|
||||
blinking code.
|
||||
|
||||
* Source/NSTextView.m:
|
||||
(drawRect:): Draw insertion point using _drawInsertionPointNow
|
||||
ivar. Cleanup code.
|
||||
(_blink:): Enable disabled insertion point blinking code.
|
||||
(updateInsertionPointStateAndRestartTimer:): Implement insertion
|
||||
point blinking. Remove TODO.
|
||||
|
||||
2007-02-15 Nicola Pero <nicola.pero@meta-innovation.com>
|
||||
|
||||
* configure.ac: Source GNUstep.sh then use GNUSTEP_SYSTEM_HEADERS
|
||||
|
|
Loading…
Reference in a new issue