Richard Frith-Macdonald
63ed41067f
Attempted fix for multiple dealloc problems.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14855 72102866-910b-0410-8b05-ffd578937521
2002-10-28 08:08:57 +00:00
Pierre-Yves Rivaille
90645a5f8a
* Source/NSMenuView.m ([NSMenuView -trackWithEvent:]):
...
new tracking code. The menu feels snappier now (at least for me).
* Source/NSColorWell.m ([-activate:], [-deactivate])
register/unregister for NSColorPanelColorChangedNotification.
([NSColorWell _takeColorFromPanel:]): new method to prevent endless
loop when setting the well's color from the color panel.
([NSColorWell -initWithCoder:]): register for NSColorPboardType.
* Source/NSColorPanel.m ([NSColorPanel -_bottomWellAction:]):
called when hitting one of the well at the bottom of the panel.
Previous behaviour would not send a
NSColorPanelColorChangedNotification.
([NSColorPanel -initWithCoder:]): update bottom wells construction to
call _bottomWellAction: instead of takeColorFrom:.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14853 72102866-910b-0410-8b05-ffd578937521
2002-10-27 22:33:16 +00:00
Adam Fedor
48ecaabf8b
Fix memory leak.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14852 72102866-910b-0410-8b05-ffd578937521
2002-10-27 02:47:43 +00:00
Adam Fedor
bd5048dc2b
Stub implementation
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14847 72102866-910b-0410-8b05-ffd578937521
2002-10-26 03:35:11 +00:00
Adam Fedor
24653e2d38
Document NSDocumentController, imrpove setting directory.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14845 72102866-910b-0410-8b05-ffd578937521
2002-10-26 02:38:34 +00:00
Mirko Viviani
9f911dc5d8
* configure.ac: fixed header/ldflags for freebsd.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14844 72102866-910b-0410-8b05-ffd578937521
2002-10-25 17:33:36 +00:00
Adam Fedor
ccd4853629
Remove encodingForRegistry:encoding:
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14832 72102866-910b-0410-8b05-ffd578937521
2002-10-22 03:24:48 +00:00
Nicola Pero
937eb6859c
Updated comment
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14830 72102866-910b-0410-8b05-ffd578937521
2002-10-22 00:41:09 +00:00
Nicola Pero
d5fa233bb5
Updated strings target for new gnustep-make
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14829 72102866-910b-0410-8b05-ffd578937521
2002-10-22 00:40:43 +00:00
Nicola Pero
51e51fe26b
Renamed 'strings::' to 'after-strings::' so that it works cleanly with newer gnustep-make
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14828 72102866-910b-0410-8b05-ffd578937521
2002-10-22 00:38:28 +00:00
Richard Frith-Macdonald
b38ed9a2d0
Typo fix
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14809 72102866-910b-0410-8b05-ffd578937521
2002-10-21 17:23:59 +00:00
Richard Frith-Macdonald
a19302360b
Fix coding bugs etc.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14808 72102866-910b-0410-8b05-ffd578937521
2002-10-21 17:20:46 +00:00
Richard Frith-Macdonald
20247dac50
Rewrite key view handling
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14805 72102866-910b-0410-8b05-ffd578937521
2002-10-21 13:03:23 +00:00
Nicola Pero
8bec211360
Fixed problems in NSView when setNextKeyView: is used in complicated ways
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14804 72102866-910b-0410-8b05-ffd578937521
2002-10-20 23:57:11 +00:00
Nicola Pero
4d694da0f5
Fixed setNextKeyView: and setPreviousKeyView:
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14803 72102866-910b-0410-8b05-ffd578937521
2002-10-20 23:56:30 +00:00
Richard Frith-Macdonald
90879f7d74
Minor consistency fix
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14802 72102866-910b-0410-8b05-ffd578937521
2002-10-20 18:23:10 +00:00
Adam Fedor
527fd35378
More focus fixes
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14800 72102866-910b-0410-8b05-ffd578937521
2002-10-20 01:48:55 +00:00
Nicola Pero
b1e6dbc92e
Made loading backend more robust on windows
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14784 72102866-910b-0410-8b05-ffd578937521
2002-10-15 00:48:15 +00:00
Nicola Pero
1b95651245
Get the GSBackend class in a safer way
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14783 72102866-910b-0410-8b05-ffd578937521
2002-10-15 00:47:52 +00:00
Adam Fedor
a92e6cdeec
Version 0.8.2
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14769 72102866-910b-0410-8b05-ffd578937521
2002-10-14 03:00:12 +00:00
Nicola Pero
a6ec229111
Fixed last change in NSSavePanel, which had broken GSFileBrowserHideDotFiles
...
option
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14768 72102866-910b-0410-8b05-ffd578937521
2002-10-14 00:31:59 +00:00
Nicola Pero
ee191fcb9f
Fixed last change which had broken GSFileBrowserHideDotFiles
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14767 72102866-910b-0410-8b05-ffd578937521
2002-10-14 00:31:22 +00:00
Richard Frith-Macdonald
af70a6521a
Tidied method argument naming.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14763 72102866-910b-0410-8b05-ffd578937521
2002-10-13 13:50:06 +00:00
Richard Frith-Macdonald
76d90272f8
Documentation tweaks
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14762 72102866-910b-0410-8b05-ffd578937521
2002-10-13 10:33:26 +00:00
Richard Frith-Macdonald
92867e201f
Documentation tweaks
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14760 72102866-910b-0410-8b05-ffd578937521
2002-10-13 10:26:57 +00:00
Richard Frith-Macdonald
d73d397164
Fix error in last mod.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14759 72102866-910b-0410-8b05-ffd578937521
2002-10-13 10:13:38 +00:00
Richard Frith-Macdonald
47ee0f0312
Tidied for documentation.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14758 72102866-910b-0410-8b05-ffd578937521
2002-10-13 09:16:17 +00:00
Richard Frith-Macdonald
c8fe5fbff1
Tidied for autogsdoc
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14752 72102866-910b-0410-8b05-ffd578937521
2002-10-13 07:10:44 +00:00
Richard Frith-Macdonald
40253f5a72
SRome documentation tidyupsi
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14751 72102866-910b-0410-8b05-ffd578937521
2002-10-13 07:00:38 +00:00
Richard Frith-Macdonald
24dc39fe16
Avoid problem with DEFINE_RINT_IF_MISSING
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14750 72102866-910b-0410-8b05-ffd578937521
2002-10-13 06:30:02 +00:00
Richard Frith-Macdonald
e23391c4e5
Update documentation building
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14749 72102866-910b-0410-8b05-ffd578937521
2002-10-13 06:17:04 +00:00
Gregory John Casamento
7ae86bf2f5
Adding custom class changes.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14747 72102866-910b-0410-8b05-ffd578937521
2002-10-13 06:03:10 +00:00
Richard Frith-Macdonald
504b32f99c
Minor mod to improve performance and avoid warnings.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14745 72102866-910b-0410-8b05-ffd578937521
2002-10-13 04:45:29 +00:00
Adam Fedor
356a824ea8
Document. Fix up NSDebugLogs
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14727 72102866-910b-0410-8b05-ffd578937521
2002-10-12 03:14:22 +00:00
Nicola Pero
31a22a7150
Added missing include header in AppKit/AppKit.h
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14723 72102866-910b-0410-8b05-ffd578937521
2002-10-11 14:13:54 +00:00
Nicola Pero
f47104ea91
Better management of composite names fonts in RTF parser
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14713 72102866-910b-0410-8b05-ffd578937521
2002-10-10 23:53:10 +00:00
Nicola Pero
37f8a31ba9
If a font can't be found in the usual ways, try as a composite name font
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14712 72102866-910b-0410-8b05-ffd578937521
2002-10-10 23:52:09 +00:00
Nicola Pero
0de6fb2b19
Return a nil font if such a font can't be found; try to find an appropriate
...
font when loading a default font.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14711 72102866-910b-0410-8b05-ffd578937521
2002-10-10 23:27:51 +00:00
Nicola Pero
72d35ad13a
Implemented pageUp: and pageDown:
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14709 72102866-910b-0410-8b05-ffd578937521
2002-10-10 19:05:02 +00:00
Nicola Pero
fc2f4ee85c
Fixed key equivalent for the font panel to be 't'
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14708 72102866-910b-0410-8b05-ffd578937521
2002-10-10 18:18:39 +00:00
Nicola Pero
ca715b758a
Use 't' as key equivalent for the font panel; 'f' is for 'find'
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14707 72102866-910b-0410-8b05-ffd578937521
2002-10-10 18:18:03 +00:00
Fred Kiefer
3a669f528f
handle reset of dash to solid for NSBezierPath
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14700 72102866-910b-0410-8b05-ffd578937521
2002-10-10 09:48:31 +00:00
Fred Kiefer
480b90b2b8
Handle seting of an empty dash in [setLineDash:count:phase:].
...
[_doPath] now always sends the dash pattern, even when empty.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14699 72102866-910b-0410-8b05-ffd578937521
2002-10-10 09:47:48 +00:00
Adam Fedor
d9dda82498
Constrain windows that are off bottom of screen also.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14695 72102866-910b-0410-8b05-ffd578937521
2002-10-10 03:10:31 +00:00
Adam Fedor
323e056230
Fix focus on hide problem
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14694 72102866-910b-0410-8b05-ffd578937521
2002-10-09 17:35:03 +00:00
Adam Fedor
85803c0640
Quartz interface
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14679 72102866-910b-0410-8b05-ffd578937521
2002-10-09 02:49:37 +00:00
Adam Fedor
1323d17420
Add Quartz-like interface. Fix focus problems.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14678 72102866-910b-0410-8b05-ffd578937521
2002-10-09 02:47:40 +00:00
Nicola Pero
5975f63b9a
Rewritten NSSecureTextField to work with new internals; fixed a few bugs in
...
the text system in the meanwhile
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14676 72102866-910b-0410-8b05-ffd578937521
2002-10-08 18:02:30 +00:00
Nicola Pero
67c953ddfe
Mostly rewritten - should no longer crash with new internals, and be quite
...
better
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14675 72102866-910b-0410-8b05-ffd578937521
2002-10-08 18:01:38 +00:00
Nicola Pero
5859fd473f
Added echosBullets methods to the control; prefix ivars with udnerscore
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14674 72102866-910b-0410-8b05-ffd578937521
2002-10-08 17:59:52 +00:00