Pierre-Yves Rivaille
f7605af5d3
Headers/gnustep/gui/NSTableColumn.h: changed the initWithIdentifier return
...
type from NSTableColumn* to id. It prevents warning when subclassing and is
consistent with the docs.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11646 72102866-910b-0410-8b05-ffd578937521
2001-12-07 13:45:18 +00:00
Adam Fedor
3feebf562f
Fix debug log
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11636 72102866-910b-0410-8b05-ffd578937521
2001-12-05 15:44:29 +00:00
Nicola Pero
43dc5e18af
Commented out debugging log in NSPrintInfo.m which wouldn't compile with
...
debug=yes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11635 72102866-910b-0410-8b05-ffd578937521
2001-12-05 13:09:17 +00:00
Nicola Pero
64396acc55
Commented out debugging log which wouldn't compile because of typo
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11634 72102866-910b-0410-8b05-ffd578937521
2001-12-05 13:08:39 +00:00
Nicola Pero
38236813d1
More automation in NSText -setBackgroundColor: and -setDrawsBackground:
...
so you don't have to manually update the enclosing scrollview and mark all
objects as needing redisplay
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11633 72102866-910b-0410-8b05-ffd578937521
2001-12-05 13:04:04 +00:00
Nicola Pero
5df2192c99
Update the enclosing scrollview background color and drawsBackground flag
...
in response to change in ours; mark us as needing redisplay in such events
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11632 72102866-910b-0410-8b05-ffd578937521
2001-12-05 13:02:51 +00:00
Nicola Pero
b588777480
Automatically mark the NSClipView as needing redisplay when the background
...
color - or the drawsBackground flag - changes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11631 72102866-910b-0410-8b05-ffd578937521
2001-12-05 13:01:43 +00:00
Adam Fedor
b4481e1c16
Cursor changes, etc
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11618 72102866-910b-0410-8b05-ffd578937521
2001-12-03 21:17:12 +00:00
Laurent Julliard
6c04b107d2
encoding/decoding methods
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11617 72102866-910b-0410-8b05-ffd578937521
2001-12-03 21:14:19 +00:00
Gregory John Casamento
2cdafa35fb
Added comment for NSTableView modification.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11604 72102866-910b-0410-8b05-ffd578937521
2001-12-03 01:59:08 +00:00
Gregory John Casamento
43ae836014
Changed superviewFrameChanged to prevent crash when the number of columns
...
in an NSTableView is reduced to zero.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11603 72102866-910b-0410-8b05-ffd578937521
2001-12-03 01:51:45 +00:00
Fred Kiefer
1aa9ae91db
Removed hardcoded installation dirrctory. GUI should now be able to run when
...
installed into another directory than the one it was compiled for.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11602 72102866-910b-0410-8b05-ffd578937521
2001-12-02 11:47:49 +00:00
Fred Kiefer
e8ce0d207e
[initPrintInfoDefaults] use hardcoded @GNUSTEP_INSTALL_LIBDIR only
...
for non-GNUstep foundation library.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11601 72102866-910b-0410-8b05-ffd578937521
2001-12-02 11:45:24 +00:00
Fred Kiefer
1a89415bdc
[initialize] and [imageNamed:] use hardcoded
...
@GNUSTEP_INSTALL_LIBDIR only for non-GNUstep foundation library.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11600 72102866-910b-0410-8b05-ffd578937521
2001-12-02 11:45:01 +00:00
Fred Kiefer
5659406b7b
[_pbs] use hardcoded @GNUSTEP_INSTALL_PREFIX only for
...
non-GNUstep foundation library.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11599 72102866-910b-0410-8b05-ffd578937521
2001-12-02 11:44:34 +00:00
Fred Kiefer
dfa743ae22
[findApplications] use hardcoded @GNUSTEP_INSTALL_PREFIX only for
...
non-GNUstep foundation library.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11598 72102866-910b-0410-8b05-ffd578937521
2001-12-02 11:44:07 +00:00
Nicola Pero
bd742ab762
Fixed for a bug in text editing resulting in an infinite loop with text
...
attachmentsy
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11597 72102866-910b-0410-8b05-ffd578937521
2001-12-02 11:13:41 +00:00
Nicola Pero
8abb202934
Fixed problem when fixing up paragraph style attributes ... would get
...
into an infinite loop if no style was set at the beginning of paragraph
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11596 72102866-910b-0410-8b05-ffd578937521
2001-12-02 11:12:52 +00:00
Gregory John Casamento
7239377230
Added changelog entry for gopen change.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11595 72102866-910b-0410-8b05-ffd578937521
2001-12-02 05:15:58 +00:00
Gregory John Casamento
3573776123
Modified to eliminate the output of "No application for extension 'app'" when launching an application using open. The code now checks to see if an app is being launched first, then, if not, attempts to open the file.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11594 72102866-910b-0410-8b05-ffd578937521
2001-12-02 05:09:35 +00:00
Fred Kiefer
6a6410906d
NSWorkspace now delegates some calls to GWorkspace.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11593 72102866-910b-0410-8b05-ffd578937521
2001-12-01 21:16:43 +00:00
Fred Kiefer
5e5c0b1156
[finishLaunching] and [terminate:] send workspace notification
...
with the shared workspace as object.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11592 72102866-910b-0410-8b05-ffd578937521
2001-12-01 21:15:27 +00:00
Fred Kiefer
4229cb0b79
Moved all private methods into seperate category. New method
...
[_connectApplication:], use this in [openFile:...] and
[launchApplication:...]. Implemented [openTempFile:].
New method [_workspaceApplication] used to implement
[performFileOperation:...] and [selectFile:inFileViewerRootedAtPath:].
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11591 72102866-910b-0410-8b05-ffd578937521
2001-12-01 21:14:51 +00:00
Nicola Pero
1bd55f46ab
Rerun configure when a new configure is available
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11586 72102866-910b-0410-8b05-ffd578937521
2001-12-01 12:24:24 +00:00
Nicola Pero
a4fe455b4f
Rebuilt files generated by configure when a new configure is used
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11585 72102866-910b-0410-8b05-ffd578937521
2001-12-01 12:23:36 +00:00
Nicola Pero
8fee99976b
Makefiles improvements ... should be able to reconfigure itself when needed
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11579 72102866-910b-0410-8b05-ffd578937521
2001-12-01 11:39:21 +00:00
Nicola Pero
1765d260ce
Remove gui.make on distclean; added rules to regenerate gui.make,
...
config.make and configure ... if you type `make' without having run
`./configure', it will now automatically do it for you
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11578 72102866-910b-0410-8b05-ffd578937521
2001-12-01 11:38:34 +00:00
Nicola Pero
2af7ed5cb3
Fixed typo in an NSButtonCell enumeration
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11575 72102866-910b-0410-8b05-ffd578937521
2001-12-01 11:19:24 +00:00
Nicola Pero
4fe5ab1e79
Fixed typo in enumeration of NSGradientType
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11574 72102866-910b-0410-8b05-ffd578937521
2001-12-01 11:18:52 +00:00
Nicola Pero
66b4bb979f
Removed exception in NSCell -setStringValue: for nil argument, just print
...
a warning
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11573 72102866-910b-0410-8b05-ffd578937521
2001-11-30 13:19:12 +00:00
Nicola Pero
eadda82a38
Use a warning, do not throw an exception, when setStringValue: is called
...
with nil argument
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11572 72102866-910b-0410-8b05-ffd578937521
2001-11-30 13:18:01 +00:00
Adam Fedor
f90488b0e2
Summary of user defaults
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11568 72102866-910b-0410-8b05-ffd578937521
2001-11-28 19:20:10 +00:00
Adam Fedor
b89ba69ae8
View coding fixes
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11553 72102866-910b-0410-8b05-ffd578937521
2001-11-27 21:40:05 +00:00
Fred Kiefer
1c903d640a
Added MAcOSX methods for NSWindow, NSWindowController and NSWorkspace.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11548 72102866-910b-0410-8b05-ffd578937521
2001-11-26 20:30:57 +00:00
Fred Kiefer
1dae607d5b
A lot of cleanup. Implemented the new methods. [openFile:XXX] no
...
longer show alert panels, as this should be done by the caller.
[launchApplication:XXX] now checks if the application is already running.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11547 72102866-910b-0410-8b05-ffd578937521
2001-11-26 20:29:42 +00:00
Fred Kiefer
439b5e8403
Added some new MacOSX methods. Changed order of methods. Made
...
ivars out of some class variables.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11546 72102866-910b-0410-8b05-ffd578937521
2001-11-26 20:29:04 +00:00
Fred Kiefer
afed87226a
Extracted new method [pathForNibResource:] for NSWindowController.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11545 72102866-910b-0410-8b05-ffd578937521
2001-11-26 20:28:34 +00:00
Fred Kiefer
e9e500d310
New extension method [pathForNibResource:].
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11544 72102866-910b-0410-8b05-ffd578937521
2001-11-26 20:28:11 +00:00
Fred Kiefer
265a9e656e
Adopted to name changes of NSWindowController methods.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11543 72102866-910b-0410-8b05-ffd578937521
2001-11-26 20:27:47 +00:00
Fred Kiefer
11a71ac8c3
Implemented new methods and renamed some old which are now public.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11542 72102866-910b-0410-8b05-ffd578937521
2001-11-26 20:27:21 +00:00
Fred Kiefer
c140b29832
Removed methods now public.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11541 72102866-910b-0410-8b05-ffd578937521
2001-11-26 20:26:32 +00:00
Fred Kiefer
dda5cde1af
Added some new MacOSX methods.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11540 72102866-910b-0410-8b05-ffd578937521
2001-11-26 20:26:09 +00:00
Fred Kiefer
532a993b87
Implemented new methods.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11539 72102866-910b-0410-8b05-ffd578937521
2001-11-26 20:25:50 +00:00
Fred Kiefer
9d1e56559f
Added some new MacOSX methods and ivars to support them.
...
Changed order of methods.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11538 72102866-910b-0410-8b05-ffd578937521
2001-11-26 20:25:15 +00:00
Gregory John Casamento
e23ff4fb6a
Added changelog entry for gopen modification.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11532 72102866-910b-0410-8b05-ffd578937521
2001-11-25 05:16:21 +00:00
Gregory John Casamento
08aca63302
Adding some new features to gopen to make it behave more like "open" on OPENSTEP
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11531 72102866-910b-0410-8b05-ffd578937521
2001-11-25 05:13:17 +00:00
Fred Kiefer
34f63f2fae
Added more new MacOSX methods.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11512 72102866-910b-0410-8b05-ffd578937521
2001-11-24 15:53:30 +00:00
Fred Kiefer
c45289573b
Implemented those new methods. Call new methods from the subview
...
handling methods.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11511 72102866-910b-0410-8b05-ffd578937521
2001-11-24 15:52:32 +00:00
Fred Kiefer
af65642575
Added some new MacOSX methods. Changed order of methods.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11510 72102866-910b-0410-8b05-ffd578937521
2001-11-24 15:52:02 +00:00
Fred Kiefer
a10f888c84
Implemented extension methods for NSURL.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11509 72102866-910b-0410-8b05-ffd578937521
2001-11-24 15:51:39 +00:00