Gregory John Casamento
|
cd0cdf5c67
|
This is a hack to figure out why setFont: is being called after contents are set. It is resetting the text field to 'title'
|
2020-08-31 08:08:20 -04:00 |
|
Gregory John Casamento
|
6892a94206
|
Hack, temporary fix to test something.
|
2020-08-30 15:37:11 -04:00 |
|
Gregory John Casamento
|
817374c50c
|
Rollback last quickfix
|
2020-08-30 03:26:21 -04:00 |
|
Gregory John Casamento
|
ffee2f9560
|
Merge branch 'master' of github.com:gnustep/libs-gui
|
2020-08-27 19:52:28 -04:00 |
|
Gregory John Casamento
|
ca50dfa984
|
Quick fix for App exiting when it still has windows (on Win32)
|
2020-08-27 19:52:13 -04:00 |
|
Gregory John Casamento
|
25d186af6b
|
Add changelog
|
2020-08-21 15:31:28 -04:00 |
|
Gregory Casamento
|
31958bf6e5
|
Merge pull request #73 from gnustep/NSText_branch
NSText* classes remaining in MISSING
|
2020-08-21 15:23:13 -04:00 |
|
Gregory John Casamento
|
3cc92a976d
|
Eliminate warnings in NSTextFinder
|
2020-08-21 13:37:22 -04:00 |
|
Gregory John Casamento
|
1711b1d0da
|
Delegate all functionality for NSTextFinder to GSTextFinder
|
2020-08-19 02:13:44 -04:00 |
|
Gregory John Casamento
|
ebafa1786d
|
implemented changes suggested by review
|
2020-08-18 20:23:39 -04:00 |
|
Gregory John Casamento
|
1821d34ff2
|
Retab and correct indentation
|
2020-08-18 17:09:47 -04:00 |
|
Gregory John Casamento
|
65ba6fb8f9
|
Adding attribution for my changes to .m file
|
2020-08-18 15:57:38 -04:00 |
|
Gregory John Casamento
|
867e7879ac
|
Call layoutManager from drawCharactersInRange:forContentView:
|
2020-08-18 14:53:40 -04:00 |
|
Gregory John Casamento
|
b242e3407a
|
call performFindPanelAction: from performTextFinderAction:
|
2020-08-18 13:43:22 -04:00 |
|
Gregory John Casamento
|
889a1eb13b
|
move call to validateUserInterfaceAction:
|
2020-08-18 13:35:00 -04:00 |
|
Gregory John Casamento
|
4d90930d64
|
Add implementation for validateUserInterfaceAction:
|
2020-08-18 13:32:13 -04:00 |
|
Gregory John Casamento
|
a02336f84f
|
Implement rectsForCharacterRange: per example for firstRectForCharacterRange:
|
2020-08-14 12:34:49 -04:00 |
|
Gregory John Casamento
|
fe50e9f40a
|
Correct previous change
|
2020-08-14 12:24:03 -04:00 |
|
Gregory John Casamento
|
553d81071d
|
Return entire string for NSTextView in stringAtIndex:...
|
2020-08-14 11:58:29 -04:00 |
|
Gregory John Casamento
|
0740fc5f14
|
implement suggestion to call validation methods in perform methods.
|
2020-08-14 11:13:45 -04:00 |
|
Gregory John Casamento
|
41484fd5b3
|
Add NSResponder actions
|
2020-08-13 22:54:55 -04:00 |
|
Gregory John Casamento
|
d72e9e6ced
|
Remove uneeded instance var.
|
2020-08-09 10:21:52 -04:00 |
|
Gregory John Casamento
|
938467102e
|
Changed to allocate a new instance
|
2020-08-09 08:49:20 -04:00 |
|
Gregory John Casamento
|
72eb294eb6
|
Fix method name.
|
2020-08-09 08:02:41 -04:00 |
|
Gregory John Casamento
|
46334bf4ca
|
Add guards
|
2020-08-09 08:00:42 -04:00 |
|
Gregory John Casamento
|
b9ac34ad0a
|
Remove comment
|
2020-08-07 19:23:09 -04:00 |
|
fredkiefer
|
16071b1b10
|
Fix compiler warnings mit gcc.
|
2020-08-07 19:44:13 +02:00 |
|
Gregory John Casamento
|
30f1483ded
|
Implement methods on NSTextInputContext
|
2020-08-06 10:01:37 -04:00 |
|
Gregory John Casamento
|
61f4621c5d
|
Minor changes
|
2020-08-06 07:46:27 -04:00 |
|
Gregory John Casamento
|
68762dde65
|
Conditionally compile @required/@option in protocols
|
2020-08-05 20:08:30 -04:00 |
|
Gregory John Casamento
|
09098ead39
|
remove mac specific stuff from MISSING
|
2020-08-05 19:47:51 -04:00 |
|
Gregory John Casamento
|
ae317224c9
|
Remove uneeded variable.
|
2020-08-04 15:53:55 -04:00 |
|
Gregory John Casamento
|
03fd244708
|
Remove method which is already implemented
|
2020-08-04 15:51:12 -04:00 |
|
Gregory John Casamento
|
b6983955f6
|
Eliminate warnings
|
2020-08-04 14:45:04 -04:00 |
|
Gregory John Casamento
|
430862e7e9
|
Initialize shared GSTextFinder
|
2020-08-04 07:25:10 -04:00 |
|
Gregory John Casamento
|
40d84d7284
|
Implement all op methods
|
2020-08-04 07:16:46 -04:00 |
|
Gregory John Casamento
|
fc617321fe
|
Add switch/case to handle app ops
|
2020-08-04 07:04:21 -04:00 |
|
Gregory John Casamento
|
214ff9e638
|
Implement setter/getter for client and findBarContainer.
|
2020-08-04 06:59:04 -04:00 |
|
Gregory John Casamento
|
c3701e2daf
|
Change GSTextFinder parent class back to NSObject, start implementing NSTextFinder in terms of GSTextFinder.
|
2020-08-04 06:52:54 -04:00 |
|
Gregory John Casamento
|
8c36246dca
|
Add encoding.
|
2020-08-04 06:32:19 -04:00 |
|
Gregory John Casamento
|
6bfdb64ef4
|
Implementation of NSTextFinderClient protocol
|
2020-08-03 07:50:47 -04:00 |
|
Gregory John Casamento
|
405b9bae2f
|
Implement NSTextFinder protocol on NSTextView.
|
2020-08-03 07:11:38 -04:00 |
|
Gregory John Casamento
|
3030efa9f7
|
Add encoding / decoding for NSPredicateEditor for non-keyed archiving
|
2020-08-03 05:51:27 -04:00 |
|
Gregory John Casamento
|
281da47d7f
|
Add externs
|
2020-08-02 11:39:51 -04:00 |
|
Gregory John Casamento
|
5bca05faef
|
NSTextFinder skeletal implementation
|
2020-08-02 10:59:56 -04:00 |
|
Gregory John Casamento
|
ff0cc7e4a3
|
Add skeleton for NSTextFinder.
|
2020-08-02 10:11:32 -04:00 |
|
Gregory John Casamento
|
93057d8123
|
Add ivars to NSTextCheckingController
|
2020-08-02 09:36:07 -04:00 |
|
Gregory John Casamento
|
786b641efd
|
Initial skeleton for NSTextCheckingController class
|
2020-08-02 09:31:20 -04:00 |
|
Gregory John Casamento
|
836e2e8b1e
|
Implement NSTextInputClient protocol
|
2020-08-02 08:54:16 -04:00 |
|
Gregory John Casamento
|
191fb4c3fe
|
Implement NSTextCheckingClient protocol
|
2020-08-02 08:38:24 -04:00 |
|