FredKiefer
1d13ab7591
Adopted to changes in header.
...
Extracted new method [_computeCid] from [setImage].
Use [set] in [pop] and [push].
Implemented coding protocol.
Cache the class and use it for standard cursor and in [pop].
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10539 72102866-910b-0410-8b05-ffd578937521
2001-07-23 22:58:54 +00:00
FredKiefer
ac3a84afa9
Prefixed ivars with underscore. Added missing method
...
[initWithImage:foregroundColorHint:backgroundColorHint:hotSpot].
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10538 72102866-910b-0410-8b05-ffd578937521
2001-07-23 22:58:13 +00:00
pyr
4692c5010b
Source/NSPopUpItemCell.m & Source/NSMenuItemCell.m updates
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10537 72102866-910b-0410-8b05-ffd578937521
2001-07-23 14:33:25 +00:00
pyr
5b71f84e48
(-imageRectForBounds:), (-drawBorderAndBackgroundWithFrame:inView:),
...
(-drawInteriorWithFrame:inView:): updates to have a cuter displaying of
NSPopUpButton
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10536 72102866-910b-0410-8b05-ffd578937521
2001-07-23 14:32:38 +00:00
pyr
3b6372d5b9
(-drawInteriorWithFrame:inView:): updates to have a cuter displaying of
...
NSPopUpButton
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10535 72102866-910b-0410-8b05-ffd578937521
2001-07-23 14:31:32 +00:00
pyr
2f714c88ef
Modification in Source/NSFontPanel.m
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10534 72102866-910b-0410-8b05-ffd578937521
2001-07-23 14:08:37 +00:00
pyr
0a9c9ae448
-_initWithoutGModel: added calls to setMinColumnWidth for familyBrowser and
...
faceBrowser (they were not displayed)
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10533 72102866-910b-0410-8b05-ffd578937521
2001-07-23 14:07:38 +00:00
pyr
6a3eaa303d
*** empty log message ***
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10532 72102866-910b-0410-8b05-ffd578937521
2001-07-23 13:55:17 +00:00
pyr
e0147f04ee
2001-07-23 Pierre-Yves <pyrivail@ens-lyon.fr>
...
* Source/NSBrowser.h: Add instance variables to support alphanumerical
keys. Add GNUstepExtensions category with alpahnumerical-key-related
methods (acceptsAlphaNumericalKeys, setAcceptsAlphaNumericalKeys:,
sendsActionOnAlphaNumericalKeys, setSendsActionOnAlphaNumericalKeys:)
* Source/NSBrowser.m: Add GNUstepExtensions category methods
* Source/NSBrowser.m (-initWIthFrame:): initialization of the
alphanumerical-key-related instance variables.
* Source/NSBrowser.m (-dealloc): TEST_RELEASE a keyDown internal object
* Source/NSBrowser.m (-keyDown): support for alphanumerical keys
* Source/NSBrowser.m (-selectRow:inColumn:): when calling
[matrix cellAtRow:column:], column should be 0 (not column)
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10531 72102866-910b-0410-8b05-ffd578937521
2001-07-23 13:52:32 +00:00
nico
543a9aaba8
Use ASSIGN in NSWindowController init* methods
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10530 72102866-910b-0410-8b05-ffd578937521
2001-07-20 09:20:29 +00:00
nico
06f4ffec7b
Use ASSIGN
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10529 72102866-910b-0410-8b05-ffd578937521
2001-07-20 09:19:47 +00:00
nico
2256c67cca
Indentation, and use ASSIGN in a couple of places
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10528 72102866-910b-0410-8b05-ffd578937521
2001-07-20 09:18:31 +00:00
nico
fd5216d3cb
Fixed window controller being retained by the window, causing app crashes
...
leakages on closing the window etc
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10527 72102866-910b-0410-8b05-ffd578937521
2001-07-20 09:17:19 +00:00
nico
ecf27ae3f1
Do not retain the window controller - it owns us
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10526 72102866-910b-0410-8b05-ffd578937521
2001-07-20 09:16:35 +00:00
CaS
a89644c81f
Patch from George to fix bounding rect stuff
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10525 72102866-910b-0410-8b05-ffd578937521
2001-07-20 05:33:07 +00:00
fedor
08b29397f3
Encoding implementations
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10511 72102866-910b-0410-8b05-ffd578937521
2001-07-18 03:25:37 +00:00
pyr
fab5622347
2001-07-17 Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>
...
* Source/NSPanel.m ([GSAlertPanel
-initWithContentRect:styleMask:backing;defer:screen]): remove
previous key view chain implementation.
* Source/NSPanel.m ([GSAlertPanel
-setTitle:message:def:alt:other]): new key view chain
initialization code.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10507 72102866-910b-0410-8b05-ffd578937521
2001-07-17 12:55:34 +00:00
pyr
41a4823c56
2001-07-17 Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>
...
* NSPanel.m set2001-07-17 Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>
* NSPanel.m set2001-07-17 Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>
* NSPanel.m set2001-07-17 Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>
* NSPanel.m set2001-07-17 Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>
* NSPanel.m set2001-07-17 Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>
* NSPanel.m set2001-07-17 Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>
* NSPanel.m set2001-07-17 Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>
* NSPanel.m set2001-07-17 Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>
* NSPanel.m set2001-07-17 Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>
* NSPanel.m set2001-07-17 Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>
* NSPanel.m set2001-07-17 Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>
* NSPanel.m set2001-07-17 Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>
* NSPanel.m set2001-07-17 Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>
* NSPanel.m set2001-07-17 Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>
* NSPanel.m set2001-07-17 Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>
* NSPanel.m set2001-07-17 Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>
* NSPanel.m set2001-07-17 Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>
* NSPanel.m set2001-07-17 Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>
* NSPanel.m set2001-07-17 Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>
* NSPanel.m set2001-07-17 Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>
* NSPanel.m set2001-07-17 Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>
* NSPanel.m set2001-07-17 Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>
* NSPanel.m set2001-07-17 Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>
2001-07-17 Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>
* Source/NSPanel.m ([-setTitle:message:def:alt:other]): Corrected the
nextKeyView chain initialization.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10506 72102866-910b-0410-8b05-ffd578937521
2001-07-17 12:29:32 +00:00
nico
b9e5788fcf
Work around bug in 2.91.66 GCC compiler which was crashing upon
...
compiling NSView.m
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10485 72102866-910b-0410-8b05-ffd578937521
2001-07-16 10:27:22 +00:00
nico
0f13229ed9
Work around bug in 2.91.66 compiler
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10484 72102866-910b-0410-8b05-ffd578937521
2001-07-16 10:26:23 +00:00
fedor
d5ea92ddf4
Add CC check
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10436 72102866-910b-0410-8b05-ffd578937521
2001-07-11 19:22:07 +00:00
fedor
c5b7db006a
Standardize make
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10335 72102866-910b-0410-8b05-ffd578937521
2001-07-09 03:24:07 +00:00
fedor
234c006585
Merge from 0.7.0
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10329 72102866-910b-0410-8b05-ffd578937521
2001-07-09 02:49:03 +00:00
nico
caedf71059
Added FIXME for memory problem
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10290 72102866-910b-0410-8b05-ffd578937521
2001-07-04 17:30:11 +00:00
nico
dd921c06dc
Reindented to conform to standards
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10289 72102866-910b-0410-8b05-ffd578937521
2001-07-04 17:20:49 +00:00
nico
eeefe3d6ed
Very simple and ineffective optms in drawing menu title and popupbuttons
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10284 72102866-910b-0410-8b05-ffd578937521
2001-07-03 18:17:06 +00:00
nico
ee76841e28
Cache attribute dictionary used when drawing the menu title
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10283 72102866-910b-0410-8b05-ffd578937521
2001-07-03 18:16:03 +00:00
nico
172505d7a0
Spare two method calls when on mouse down
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10282 72102866-910b-0410-8b05-ffd578937521
2001-07-03 18:14:35 +00:00
nico
51113cb435
Include NSWindowController.h in AppKit.h
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10270 72102866-910b-0410-8b05-ffd578937521
2001-06-29 10:20:22 +00:00
nico
dcb04d8145
Include NSWindowController.h
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10269 72102866-910b-0410-8b05-ffd578937521
2001-06-29 10:19:58 +00:00
nico
653e612deb
Indendation changes; removed a useless @class NSArray; declaration
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10268 72102866-910b-0410-8b05-ffd578937521
2001-06-29 10:17:38 +00:00
gcasa
d69ec7daa3
Updating ChangeLog for the SpellPanel.gmodel file modification. It was apparently locked when I first tried to commit it.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10260 72102866-910b-0410-8b05-ffd578937521
2001-06-26 03:49:47 +00:00
gcasa
5b7e041623
Changed the value of the hidesOnDeactivate flag for the spell panel to YES so that the panel will disappear
...
when the application's key window is no longer selected. This is consistent with behavior observed under
OpenStep.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10259 72102866-910b-0410-8b05-ffd578937521
2001-06-26 03:36:03 +00:00
nico
b262a92c0d
Cleaned AppKit/AppKit.h a bit by removing useless @class directives
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10244 72102866-910b-0410-8b05-ffd578937521
2001-06-25 09:57:32 +00:00
nico
ec863457b0
Removed unused useless @class declarations
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10243 72102866-910b-0410-8b05-ffd578937521
2001-06-25 09:56:54 +00:00
nico
616ecede23
Define GNUSTEP_GUI_VERSION and similia in header files
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10242 72102866-910b-0410-8b05-ffd578937521
2001-06-25 09:54:29 +00:00
nico
84cfabd247
Include GSVersion.h to define GNUSTEP_GUI*_VERSION
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10241 72102866-910b-0410-8b05-ffd578937521
2001-06-25 09:53:52 +00:00
nico
8cdd2bae61
Install GSVersion.h
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10240 72102866-910b-0410-8b05-ffd578937521
2001-06-25 09:52:54 +00:00
nico
4d345f18ed
Regenerated
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10239 72102866-910b-0410-8b05-ffd578937521
2001-06-25 09:52:27 +00:00
nico
8f1fcbff78
Generate GSVersion.h
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10238 72102866-910b-0410-8b05-ffd578937521
2001-06-25 09:51:34 +00:00
nico
3e285b1cfc
Added GSVersion.h
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10237 72102866-910b-0410-8b05-ffd578937521
2001-06-25 09:50:19 +00:00
nico
8cf26f7dae
New file
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10236 72102866-910b-0410-8b05-ffd578937521
2001-06-25 09:49:40 +00:00
nico
032c76cc86
Do not include non-strictly-openstep text classes such as NSTextContainer
...
if STRICT_OPENSTEP is defined
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10235 72102866-910b-0410-8b05-ffd578937521
2001-06-25 09:23:20 +00:00
nico
0fcf02e57b
Do not include non-openstep text classes if STRICT_OPENSTEP is defined
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10234 72102866-910b-0410-8b05-ffd578937521
2001-06-25 09:22:31 +00:00
nico
0159ee1064
Tiny tidying of last changelog entries
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10233 72102866-910b-0410-8b05-ffd578937521
2001-06-25 08:57:09 +00:00
gcasa
81ef3324d8
Made modifications to the NSSpellChecker to use the guesses. The spell checker should function exactly like the one under OPENSTEP now.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10231 72102866-910b-0410-8b05-ffd578937521
2001-06-23 14:11:09 +00:00
gcasa
fc32db5a61
Added NSSpellChecker, NSSpellServer implementation. Added stubbed out spell service and the GUI for the spell checker.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10215 72102866-910b-0410-8b05-ffd578937521
2001-06-21 01:05:11 +00:00
nico
3b6cfdee29
Keyboard navigation and font panel improvements
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10192 72102866-910b-0410-8b05-ffd578937521
2001-06-16 11:10:09 +00:00
nico
d106e35228
set up the next key view chain; init panel with defer=YES; set initial
...
first responder; use a custom field editor which doesn't use font panel
to avoid strange changes of fonts when editing the size
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10191 72102866-910b-0410-8b05-ffd578937521
2001-06-16 11:08:30 +00:00
nico
6703eae052
Set up the next key view chain in the alert panels
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10190 72102866-910b-0410-8b05-ffd578937521
2001-06-16 11:07:03 +00:00