Commit graph

2900 commits

Author SHA1 Message Date
Adam Fedor
22741391dc Rewrite NSPrintPanel and NSPageLayout, prepare for printing improvements
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11155 72102866-910b-0410-8b05-ffd578937521
2001-10-16 02:09:09 +00:00
Fred Kiefer
e5c1ccc763 Update the menu when action or target change.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11143 72102866-910b-0410-8b05-ffd578937521
2001-10-14 21:37:10 +00:00
Fred Kiefer
8e82e5c3b9 Added methods [setAction:] and [setTarget:], which call the super
implementation and also update the menu.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11142 72102866-910b-0410-8b05-ffd578937521
2001-10-14 21:36:12 +00:00
Nicola Pero
be605726da Fixed memory leak in NSMatrix; minor useless optm in NSMatrix
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11125 72102866-910b-0410-8b05-ffd578937521
2001-10-11 10:24:30 +00:00
Nicola Pero
79904c9ae1 Fixed memory leak of target object; tiny useless optm in method
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11124 72102866-910b-0410-8b05-ffd578937521
2001-10-11 10:15:52 +00:00
Adam Fedor
734669301f Fix saving print file to path.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11122 72102866-910b-0410-8b05-ffd578937521
2001-10-09 04:22:13 +00:00
Nicola Pero
ed5c7ed452 Little changes to compile on windows
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11121 72102866-910b-0410-8b05-ffd578937521
2001-10-08 13:54:19 +00:00
Nicola Pero
0c1afe29eb Include wgetopt.h - so it compiles on windows
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11120 72102866-910b-0410-8b05-ffd578937521
2001-10-08 13:53:43 +00:00
Nicola Pero
8da9730c75 New file for porting to migw32, copied from base/Testing/wgetopt.h
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11119 72102866-910b-0410-8b05-ffd578937521
2001-10-08 13:53:08 +00:00
Nicola Pero
3167715eae Tiny indentation tidyup
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11118 72102866-910b-0410-8b05-ffd578937521
2001-10-08 13:50:00 +00:00
Nicola Pero
12423e223f Fixes to NSWindowController for closing window behaviour
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11115 72102866-910b-0410-8b05-ffd578937521
2001-10-08 10:53:08 +00:00
Nicola Pero
49f6931245 Fixes for case _document == nil
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11114 72102866-910b-0410-8b05-ffd578937521
2001-10-08 10:49:29 +00:00
Nicola Pero
53ad3452ff Indentation tidy up
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11113 72102866-910b-0410-8b05-ffd578937521
2001-10-08 10:26:44 +00:00
Fred Kiefer
6058b88bf6 Missing part of last change.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11111 72102866-910b-0410-8b05-ffd578937521
2001-10-08 08:21:07 +00:00
Fred Kiefer
8f884a5434 [insertItemWithTitle:atIndex:] don't set the action and target for
the item, so it will use the action from the popup button.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11110 72102866-910b-0410-8b05-ffd578937521
2001-10-08 08:19:50 +00:00
Fred Kiefer
42988fcc62 Corrected popup button action sending to be the same as in OpenStep.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11109 72102866-910b-0410-8b05-ffd578937521
2001-10-07 23:45:37 +00:00
Fred Kiefer
92a36a93b8 Changed all calls to [NSMenu _setOwnedByPopUp:] and added missing
one in [setMenu:].


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11108 72102866-910b-0410-8b05-ffd578937521
2001-10-07 23:44:24 +00:00
Fred Kiefer
a3febc44f3 Adopted to changes in header. In [update] check for popup buttons
also the action of the popup itself, if there is non for the item.
In [performActionForItemAtIndex:] if we are owned by a popup
button, send this action, if the menu item does not have an action.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11107 72102866-910b-0410-8b05-ffd578937521
2001-10-07 23:43:43 +00:00
Fred Kiefer
2393546934 Replace ivar _isBeholden_byPopup with _popUpButtonCell. Change
method [_setOwnedByPopUp:] to take an NSPopUpButtonCell instead
of a Bool.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11106 72102866-910b-0410-8b05-ffd578937521
2001-10-07 23:43:06 +00:00
Fred Kiefer
2f76fcacc8 Corrections for NSScreen.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11105 72102866-910b-0410-8b05-ffd578937521
2001-10-07 22:47:51 +00:00
Fred Kiefer
8e59dbb8ca Removed function _screenNumbers. Moved class method to front. Use
[screens] in method [mainScreen]. Cache screens in mehtod
[screens]. Use the context from NSApp instead of the current
context in all calls. In [deepestScreen] replace NSScreen by self.
Added method [resetScreens].


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11104 72102866-910b-0410-8b05-ffd578937521
2001-10-07 22:47:00 +00:00
Fred Kiefer
7d19b5efb1 Added method [resetScreens].
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11103 72102866-910b-0410-8b05-ffd578937521
2001-10-07 22:46:17 +00:00
Adam Fedor
4b82a3091e Simplify BUNDLE_LIBS
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11102 72102866-910b-0410-8b05-ffd578937521
2001-10-07 04:47:19 +00:00
Adam Fedor
636c50825b Add BUNDLE_LIBS
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11101 72102866-910b-0410-8b05-ffd578937521
2001-10-07 04:45:58 +00:00
Adam Fedor
9e7640459b Implement print panel
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11100 72102866-910b-0410-8b05-ffd578937521
2001-10-07 04:22:41 +00:00
Fred Kiefer
ea5372114d Basic implementation of rulers and some small corrections.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11099 72102866-910b-0410-8b05-ffd578937521
2001-10-06 22:32:46 +00:00
Fred Kiefer
4854b4cad2 Protected all initXXX methods so that for empty input nil will be
returned.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11098 72102866-910b-0410-8b05-ffd578937521
2001-10-06 22:30:54 +00:00
Fred Kiefer
a4a08c2811 Compile NSRulerMarker and NSRulerView.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11097 72102866-910b-0410-8b05-ffd578937521
2001-10-06 22:30:20 +00:00
Fred Kiefer
ae558ee576 Some basic implementation of these class.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11096 72102866-910b-0410-8b05-ffd578937521
2001-10-06 22:29:57 +00:00
Fred Kiefer
a113ea6e17 Added copyright notice and defined some ivars.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11095 72102866-910b-0410-8b05-ffd578937521
2001-10-06 22:27:26 +00:00
Fred Kiefer
263b6bf5a6 Adopted to changes in header and added some code for displaying
indeterminate progress.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11094 72102866-910b-0410-8b05-ffd578937521
2001-10-06 22:26:28 +00:00
Fred Kiefer
f27e0fc6ec Prefixed all ivars with an underscore and added ivars for
indeterminate progress. Added some constant definitions and
control size and tint methods.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11093 72102866-910b-0410-8b05-ffd578937521
2001-10-06 22:25:49 +00:00
Fred Kiefer
5c4d364c8c Added enumerator NSControlSize.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11092 72102866-910b-0410-8b05-ffd578937521
2001-10-06 22:25:23 +00:00
Nicola Pero
7802332a82 Minor fixed in init methods of NSWindowController
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11088 72102866-910b-0410-8b05-ffd578937521
2001-10-06 13:30:01 +00:00
Nicola Pero
cd967093fd Raise an exception in init methods when called with nil nib file name
or nil owner


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11087 72102866-910b-0410-8b05-ffd578937521
2001-10-06 13:27:46 +00:00
Adam Fedor
1b792f83c7 New GSCustomView class
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11077 72102866-910b-0410-8b05-ffd578937521
2001-10-03 17:05:57 +00:00
Adam Fedor
c7ac9f7827 setFrame: to new constrained rect
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11075 72102866-910b-0410-8b05-ffd578937521
2001-10-02 17:38:21 +00:00
Fred Kiefer
7e8f65211b Removed all files
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11035 72102866-910b-0410-8b05-ffd578937521
2001-09-28 23:43:43 +00:00
Fred Kiefer
a47397006b Removed all ivars and cleaned up the rest.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11034 72102866-910b-0410-8b05-ffd578937521
2001-09-28 23:37:37 +00:00
Adam Fedor
4be6726ebd Printer fixes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11024 72102866-910b-0410-8b05-ffd578937521
2001-09-27 02:29:56 +00:00
Nicola Pero
74c17b5c36 Indentation tidyups - added { } in if, else, switch etc clauses
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11023 72102866-910b-0410-8b05-ffd578937521
2001-09-26 22:51:51 +00:00
Nicola Pero
564860cd35 Fix for saving the filename when writing a NSFileWrapper to disk
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11010 72102866-910b-0410-8b05-ffd578937521
2001-09-26 22:00:14 +00:00
Nicola Pero
fcbf4d11a9 Fix for saving the filename when writing to file
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11009 72102866-910b-0410-8b05-ffd578937521
2001-09-26 21:58:51 +00:00
Adam Fedor
9ad5bc7fd1 Set up print context and view coords for priting
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11006 72102866-910b-0410-8b05-ffd578937521
2001-09-26 03:47:20 +00:00
Fred Kiefer
4934a1b527 Clean up of NSPanel and GSAlertPanel
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11001 72102866-910b-0410-8b05-ffd578937521
2001-09-24 23:31:52 +00:00
Fred Kiefer
bce2688968 Implemented coding for NSPanel. For GSAlertPanel reoranised the
initXXX code. Moved the GModel methods into a separate category,
removing [createObjectForModelUnarchiver:] as this was (incorrectly)
duplication code from the super class.
Implemented NSBeginAlertSheet(), NSBeginCriticalAlertSheet() and
NSBeginInformationalAlertSheet().


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11000 72102866-910b-0410-8b05-ffd578937521
2001-09-24 23:30:36 +00:00
Fred Kiefer
ccf62d14f7 Defined additional window masks. Removed all unneeded ivars and
replaced the others by the superclass additional flags.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10999 72102866-910b-0410-8b05-ffd578937521
2001-09-24 23:30:04 +00:00
Fred Kiefer
ee22454665 Added three BOOL flags for subclasses.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10998 72102866-910b-0410-8b05-ffd578937521
2001-09-24 23:06:33 +00:00
Fred Kiefer
6acc98c255 Patch to NSMenu to fixe bug reported by Benhur Stein.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10965 72102866-910b-0410-8b05-ffd578937521
2001-09-23 22:40:00 +00:00
Fred Kiefer
33c4ae65df [insertItem:atIndex:] set the menu of the item after the insert
notification has been send. [initWithCoder:] send change
notifications as one block.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10964 72102866-910b-0410-8b05-ffd578937521
2001-09-23 22:38:48 +00:00