fedor
0e248e30e3
Convert comments for gsdoc. Updated delegate calls. Conformto MacOSX
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14417 72102866-910b-0410-8b05-ffd578937521
2002-09-08 03:06:45 +00:00
FredKiefer
18e833bb72
New MacOSX methods for NSAttributedString.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14416 72102866-910b-0410-8b05-ffd578937521
2002-09-06 23:41:18 +00:00
FredKiefer
c4cefa17ce
Corrected includes.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14415 72102866-910b-0410-8b05-ffd578937521
2002-09-06 23:39:52 +00:00
FredKiefer
c71a9ff475
Implemented [textFileTypes], [textPasteboardTypes],
...
[textUnfilteredFileTypes], [textUnfilteredPasteboardTypes].
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14414 72102866-910b-0410-8b05-ffd578937521
2002-09-06 23:38:57 +00:00
FredKiefer
e064a93084
Define new MacOSX methods.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14413 72102866-910b-0410-8b05-ffd578937521
2002-09-06 23:38:11 +00:00
FredKiefer
a43b56262b
Moved NSAttributedString text attachment method declarations to here.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14412 72102866-910b-0410-8b05-ffd578937521
2002-09-06 23:37:50 +00:00
FredKiefer
0532322dff
Define protocol for method [classForFormat:producer:].
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14411 72102866-910b-0410-8b05-ffd578937521
2002-09-06 23:37:12 +00:00
FredKiefer
3125980631
Define NSHTMLPboardType.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14410 72102866-910b-0410-8b05-ffd578937521
2002-09-06 23:36:28 +00:00
FredKiefer
89ebed362c
Release the invocation in [detachDrawingThread:toTarget:withObject:]
...
not in the helper method. (Patch by David Ayers <d.ayers@inode.at>).
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14409 72102866-910b-0410-8b05-ffd578937521
2002-09-06 23:35:29 +00:00
fedor
7fea2291bb
Printing, cString fixes
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14407 72102866-910b-0410-8b05-ffd578937521
2002-09-06 19:31:00 +00:00
FredKiefer
6b3b2819df
adopted NSApplication for MacOSX.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14406 72102866-910b-0410-8b05-ffd578937521
2002-09-06 00:35:57 +00:00
FredKiefer
66af98dc83
Removed methods that belong to other files. Added types and method
...
definitions for MacOSX.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14405 72102866-910b-0410-8b05-ffd578937521
2002-09-06 00:34:58 +00:00
FredKiefer
31351a93cd
Moved the method [NSApplication runPageLayout:] to here.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14404 72102866-910b-0410-8b05-ffd578937521
2002-09-06 00:34:26 +00:00
FredKiefer
f8ef1a48a0
Moved the method [NSApplication orderFrontDataLinkPanel:] to here.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14403 72102866-910b-0410-8b05-ffd578937521
2002-09-06 00:33:57 +00:00
FredKiefer
19524684e8
Moved the method [NSApplication orderFrontHelpPanel:] to here.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14402 72102866-910b-0410-8b05-ffd578937521
2002-09-06 00:33:31 +00:00
FredKiefer
8946a56bfc
Moved the method [NSApplication orderFrontColorPanel:] to here.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14401 72102866-910b-0410-8b05-ffd578937521
2002-09-06 00:33:06 +00:00
FredKiefer
d49f05cc20
Implemented [detachDrawingThread:toTarget:withObject:].
...
[sendAction:to:from:] now uses [targetForAction:to:from:]. Removed
moved methods. [orderFrontStandardAboutPanel:] now calles
[orderFrontStandardInfoPanelWithOptions:] so that subclasses only
have to overwritte this. Split up parts of [terminate:] into
[replyToApplicationShouldTerminate:].
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14400 72102866-910b-0410-8b05-ffd578937521
2002-09-06 00:30:07 +00:00
nico
8e898779de
Start blinking of insertion point from 'on' when typing in textviews
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14399 72102866-910b-0410-8b05-ffd578937521
2002-09-05 10:43:06 +00:00
nico
4634d76350
Make sure to start blinking of insertion point from the 'on' - makes much
...
nicer typing
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14398 72102866-910b-0410-8b05-ffd578937521
2002-09-05 10:42:07 +00:00
fedor
42f6d5bdb9
Version 0.8.1
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14392 72102866-910b-0410-8b05-ffd578937521
2002-09-01 21:37:00 +00:00
fedor
abbb40db63
New announce
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14391 72102866-910b-0410-8b05-ffd578937521
2002-09-01 21:35:55 +00:00
alexm
b5308e0b2c
Handle curves correctly when appending a path. Fix numerical stability issue in appendBezierPathWithArcFromPoint:toPoint:radius:.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14369 72102866-910b-0410-8b05-ffd578937521
2002-08-29 22:14:48 +00:00
CaS
0977a26764
Documentation fixups
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14368 72102866-910b-0410-8b05-ffd578937521
2002-08-29 10:07:51 +00:00
FredKiefer
e91dadb618
Implemented [NSBezierPath appendBezierPathWithArcFromPoint:toPoint:radius:]
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14364 72102866-910b-0410-8b05-ffd578937521
2002-08-28 22:03:48 +00:00
FredKiefer
36b7aed5bf
Implemented [appendBezierPathWithArcFromPoint:toPoint:radius:]
...
with code from Alexander Malmberg <alexander@malmberg.org>.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14363 72102866-910b-0410-8b05-ffd578937521
2002-08-28 22:02:42 +00:00
fedor
c646c024de
Set horizontal scroller frame only if we have one
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14354 72102866-910b-0410-8b05-ffd578937521
2002-08-27 15:49:06 +00:00
fedor
708c9c7f32
Get browser from defaults
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14338 72102866-910b-0410-8b05-ffd578937521
2002-08-27 03:16:54 +00:00
fedor
0b06984d4c
Don't add ourselves to the superview if we are the contentView of an NSBox.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14337 72102866-910b-0410-8b05-ffd578937521
2002-08-27 03:06:29 +00:00
fedor
0a7c4f6704
Fix window mouseUp. Doc building
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14327 72102866-910b-0410-8b05-ffd578937521
2002-08-25 02:47:00 +00:00
alexm
debd8691df
Use a compositerect to clear the alpha channel if the background color isn't opaque.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14320 72102866-910b-0410-8b05-ffd578937521
2002-08-23 00:40:41 +00:00
fedor
545659a4f7
Define colorspace constants
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14293 72102866-910b-0410-8b05-ffd578937521
2002-08-16 14:11:16 +00:00
fedor
15a288d984
Typo
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14290 72102866-910b-0410-8b05-ffd578937521
2002-08-16 03:28:08 +00:00
fedor
5646d7e7ad
Replace APPKIT_DECLARE with APPKIT_EXPORT
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14289 72102866-910b-0410-8b05-ffd578937521
2002-08-16 03:27:05 +00:00
fedor
468bdb9fa5
Typo
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14288 72102866-910b-0410-8b05-ffd578937521
2002-08-16 03:17:22 +00:00
fedor
711140f4fc
Add OpenBSD header/ldflags
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14286 72102866-910b-0410-8b05-ffd578937521
2002-08-16 03:12:17 +00:00
nico
7ea1f4e355
Don't flip coordinates when autosaving window frames
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14261 72102866-910b-0410-8b05-ffd578937521
2002-08-09 10:15:24 +00:00
nico
f3120d5e09
Dont' flip coordinates in frame autosaved strings
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14260 72102866-910b-0410-8b05-ffd578937521
2002-08-09 10:14:45 +00:00
pyr
ecbbd9ce39
Source/NSSplitView.m
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14235 72102866-910b-0410-8b05-ffd578937521
2002-08-05 11:56:29 +00:00
pyr
820e60b5bd
Source/NSView.m
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14233 72102866-910b-0410-8b05-ffd578937521
2002-08-03 15:45:11 +00:00
fedor
3cd8d5d585
Merge from 0.8.0
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14232 72102866-910b-0410-8b05-ffd578937521
2002-08-03 03:32:19 +00:00
pyr
67e9c4b8d2
Source/NSTabVIew.m
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14228 72102866-910b-0410-8b05-ffd578937521
2002-08-02 09:46:28 +00:00
fedor
1cd734ed96
Check for recent version of audiofile
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14223 72102866-910b-0410-8b05-ffd578937521
2002-08-01 18:58:32 +00:00
fedor
10e95109b9
Install NSSound.h
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14218 72102866-910b-0410-8b05-ffd578937521
2002-07-31 15:19:43 +00:00
fedor
e290d5b36c
Sound install fixes
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14217 72102866-910b-0410-8b05-ffd578937521
2002-07-31 14:13:17 +00:00
fedor
aec00d4297
NSSound implementation
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14216 72102866-910b-0410-8b05-ffd578937521
2002-07-30 21:19:05 +00:00
fedor
81632bcf5b
Initial revision
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14212 72102866-910b-0410-8b05-ffd578937521
2002-07-30 17:01:47 +00:00
gcasa
78b29b6d37
Updated NSBundleAdditions with bug fix so that NSOwner's awakeFromNib is called.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14173 72102866-910b-0410-8b05-ffd578937521
2002-07-18 13:46:41 +00:00
gcasa
40636e55d4
Corrected some minor issues.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14172 72102866-910b-0410-8b05-ffd578937521
2002-07-18 04:42:37 +00:00
fedor
2dc7367411
Version 0.7.9
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14167 72102866-910b-0410-8b05-ffd578937521
2002-07-17 14:06:33 +00:00
nico
c41412f239
Patch to implement blinking again in a textfield when the window it's in
...
becomes key again
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14166 72102866-910b-0410-8b05-ffd578937521
2002-07-17 13:30:53 +00:00