-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #32 from gnustep/typeselect
Type to Select improvements
- Loading branch information
Showing
7 changed files
with
101 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
/* FSNBrowser.h | ||
* | ||
* Copyright (C) 2004-2022 Free Software Foundation, Inc. | ||
* Copyright (C) 2004-2024 Free Software Foundation, Inc. | ||
* | ||
* Authors: Enrico Sersale <[email protected]> | ||
* Authors: Enrico Sersale | ||
* Riccardo Mottola <[email protected]> | ||
* Date: July 2004 | ||
* | ||
|
@@ -69,7 +69,7 @@ | |
|
||
NSString *charBuffer; | ||
NSTimeInterval lastKeyPressedTime; | ||
NSInteger alphaNumericalLastColumn; | ||
NSInteger typingBufferColumn; | ||
|
||
NSColor *backColor; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
/* FSNIconsView.h | ||
* | ||
* Copyright (C) 2004-2013 Free Software Foundation, Inc. | ||
* Copyright (C) 2004-2024 Free Software Foundation, Inc. | ||
* | ||
* Author: Enrico Sersale <[email protected]> | ||
* Authors: Enrico Sersale | ||
* Riccardo Mottola | ||
* Date: March 2004 | ||
* | ||
* This file is part of the GNUstep FSNode framework | ||
|
@@ -62,7 +63,7 @@ | |
BOOL forceCopy; | ||
|
||
NSString *charBuffer; | ||
NSTimeInterval lastKeyPressed; | ||
NSTimeInterval lastKeyPressedTime; | ||
|
||
NSColor *backColor; | ||
NSColor *textColor; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters