Commit graph

4644 commits

Author SHA1 Message Date
fedor
5eb0146b3e Fix
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17515 72102866-910b-0410-8b05-ffd578937521
2003-08-23 03:25:24 +00:00
fedor
d0649ee7c9 Close file descriptors
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17514 72102866-910b-0410-8b05-ffd578937521
2003-08-23 03:24:25 +00:00
gcasa
b2c5c9c8d2 Adding new templates and deprecating the old ones.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17511 72102866-910b-0410-8b05-ffd578937521
2003-08-23 01:03:40 +00:00
FredKiefer
f3bcda5c53 NSWindow now asks the document if it should close the window.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17509 72102866-910b-0410-8b05-ffd578937521
2003-08-20 14:13:38 +00:00
FredKiefer
ea0c4b58ef In [performClose:] call the method [shouldCloseWindowController:]
on the document instead of [windowShouldClose:]


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17508 72102866-910b-0410-8b05-ffd578937521
2003-08-20 14:12:43 +00:00
FredKiefer
140b5c370f Improved NSPopUpButtonCell to closer conform to the specification.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17507 72102866-910b-0410-8b05-ffd578937521
2003-08-20 13:23:59 +00:00
FredKiefer
a2ddd828cc Overall change to use method calls rather than direct ivar access.
[setMenu:] also call [setMenuView:]. [removeItemWithTitle],
[removeItemAtIndex] and [removeAllItems] make sure that the
selected item ivar gets unset, when this is
removed. [setMenuItem:] overwrite super method to set/unset the
image. [selectItem:] no longer changes the image of this
item. [synchronizeTitleAndSelectedItem] now works on the menu item
not the selected item. [attachPopUpWithFrame:inView:] added
listening for notifications. [dismissPopUp] remove listening for
notifications. Added [performClickWithFrame:inView:] and
[performClick:]. Further simplified [drawInteriorWithFrame:inView:].
[initWithCoder:] made sure that old stored objects still get read
in correctly even if most ivars may be set wrong.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17506 72102866-910b-0410-8b05-ffd578937521
2003-08-20 13:17:08 +00:00
FredKiefer
b87a5423b6 In [keyDown:] removed setting and unsetting of notification
listening, as this now gets handled in NSPopUpButtonCell.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17505 72102866-910b-0410-8b05-ffd578937521
2003-08-20 13:16:28 +00:00
FredKiefer
f71df9baee In [itemChanged:] call [setNeedsDisplayForItemAtIndex:] so that
changes get redisplayed.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17504 72102866-910b-0410-8b05-ffd578937521
2003-08-20 13:15:46 +00:00
alexm
67d18e5444 Don't do initialization that requires the shared application object/backend too early (ie. move it from +initialize to other methods). Add some asserts to try to catch these errors in the future.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17503 72102866-910b-0410-8b05-ffd578937521
2003-08-20 12:43:52 +00:00
alexm
a78145d257 Don't return values from methods returning void.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17502 72102866-910b-0410-8b05-ffd578937521
2003-08-20 12:13:34 +00:00
fedor
7650dcd30c Make sure ext is lowercase
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17500 72102866-910b-0410-8b05-ffd578937521
2003-08-20 03:58:49 +00:00
fedor
890ea4fa6b Don't include ../Headers on non-gnu
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17494 72102866-910b-0410-8b05-ffd578937521
2003-08-18 20:43:23 +00:00
fedor
026b8c4310 Fix leak of dictionary object.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17488 72102866-910b-0410-8b05-ffd578937521
2003-08-18 03:47:42 +00:00
fedor
ae748fe603 Broweser, ImageCell fixes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17487 72102866-910b-0410-8b05-ffd578937521
2003-08-18 03:28:58 +00:00
fedor
468f1fac88 * Source/NSDocument.m ([NSDocument -init]): Check the count of the
types array and uses Viewer and Editor NSRoles to set the default
type.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17485 72102866-910b-0410-8b05-ffd578937521
2003-08-16 17:12:34 +00:00
ayers
c9c4b442da * Headers/Additions/GNUstepGUI/GSVersion.h: Remove generated
file that should have been ignored by entry in .cvsignore.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17480 72102866-910b-0410-8b05-ffd578937521
2003-08-13 16:50:49 +00:00
ayers
00a19f3793 * Headers/gnustep/gui/*.h/*.h.in: Remove headers moved in
header reorganization on 2003-07-31.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17479 72102866-910b-0410-8b05-ffd578937521
2003-08-13 16:31:47 +00:00
fedor
45f08e2768 Man file
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17473 72102866-910b-0410-8b05-ffd578937521
2003-08-13 03:50:42 +00:00
alexm
59dbabc1bc Add new methods for getting the default defaults for fonts.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17467 72102866-910b-0410-8b05-ffd578937521
2003-08-10 21:30:49 +00:00
CaS
3af4efa124 Minor cleanup.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17451 72102866-910b-0410-8b05-ffd578937521
2003-08-07 10:01:42 +00:00
ludovic
c758727ee0 Fixed a bug in NSPopUpButtonCell - see the ChangeLog for details.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17418 72102866-910b-0410-8b05-ffd578937521
2003-08-02 14:55:30 +00:00
fedor
f70d520320 Update documentation install
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17415 72102866-910b-0410-8b05-ffd578937521
2003-08-02 03:41:10 +00:00
ayers
9732999fd8 Header reorganization - Please refer to ChangeLog
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17408 72102866-910b-0410-8b05-ffd578937521
2003-07-31 23:52:10 +00:00
michael
766b747938 Cell modifications to remove unecessary images/color changes.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17406 72102866-910b-0410-8b05-ffd578937521
2003-07-31 20:47:00 +00:00
fedor
97c4ec53d8 Update doc
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17405 72102866-910b-0410-8b05-ffd578937521
2003-07-31 14:33:20 +00:00
alexm
60cf8f6f91 Make system color list creation more robust; recover from broken System.clr files. Fix locale issue in +colorFromString:.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17375 72102866-910b-0410-8b05-ffd578937521
2003-07-27 15:56:41 +00:00
alexm
616f6d342a Make drawing debug logging a bit more detailed.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17371 72102866-910b-0410-8b05-ffd578937521
2003-07-26 18:56:06 +00:00
FredKiefer
230e74d38b Made buttons in print panel gorm file non-continuous.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17370 72102866-910b-0410-8b05-ffd578937521
2003-07-26 16:01:05 +00:00
FredKiefer
6ff11a9a66 Made all buttons non-continuous.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17369 72102866-910b-0410-8b05-ffd578937521
2003-07-26 16:00:25 +00:00
FredKiefer
b5ad02efcc Added missing handling of action in NSTableView.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17368 72102866-910b-0410-8b05-ffd578937521
2003-07-26 15:45:30 +00:00
FredKiefer
b7ff4821c5 Implemented methods [action] and [setAction:].
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17367 72102866-910b-0410-8b05-ffd578937521
2003-07-26 15:45:01 +00:00
FredKiefer
93d8d8e23d Added new ivar _action.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17366 72102866-910b-0410-8b05-ffd578937521
2003-07-26 15:44:36 +00:00
FredKiefer
ad34e51fd5 Changed behaviour of gopen tool.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17365 72102866-910b-0410-8b05-ffd578937521
2003-07-26 15:23:27 +00:00
FredKiefer
f1769c1af6 The option -a no longer starts the provided applciation
directly, but uses this application to open the specified files.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17364 72102866-910b-0410-8b05-ffd578937521
2003-07-26 15:23:00 +00:00
FredKiefer
aa8766712a Corrections and additions to colour pickers.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17356 72102866-910b-0410-8b05-ffd578937521
2003-07-26 13:28:25 +00:00
FredKiefer
eead457353 Activate GSNamedColorPicker.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17355 72102866-910b-0410-8b05-ffd578937521
2003-07-26 13:27:55 +00:00
FredKiefer
16d993a183 Removed background of image.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17354 72102866-910b-0410-8b05-ffd578937521
2003-07-26 13:27:38 +00:00
FredKiefer
c2af6146e6 Now basically working.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17353 72102866-910b-0410-8b05-ffd578937521
2003-07-26 13:27:19 +00:00
FredKiefer
2f56a6a783 In [_setupPickers] release cell array.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17352 72102866-910b-0410-8b05-ffd578937521
2003-07-26 13:26:58 +00:00
FredKiefer
efb93dad1b Autorelease image returned by [provideNewButtonImage].
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17351 72102866-910b-0410-8b05-ffd578937521
2003-07-26 13:26:35 +00:00
FredKiefer
ff41f56dea *** empty log message ***
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17350 72102866-910b-0410-8b05-ffd578937521
2003-07-26 13:25:52 +00:00
CaS
4b8e37012d Make use of NSInvocation
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17346 72102866-910b-0410-8b05-ffd578937521
2003-07-26 06:27:50 +00:00
FredKiefer
d6c5c9c4a0 Another set of memory leaks found by valgrind.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17345 72102866-910b-0410-8b05-ffd578937521
2003-07-25 22:55:56 +00:00
FredKiefer
9d564b83f6 In [update:] free the list returned by GSDebugAllocationClassList().
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17344 72102866-910b-0410-8b05-ffd578937521
2003-07-25 22:55:19 +00:00
FredKiefer
cfe190202f In [sizeToFit] free isResizable.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17343 72102866-910b-0410-8b05-ffd578937521
2003-07-25 22:54:59 +00:00
FredKiefer
8a0dd746ba In [_initFromTIFFImage:number:] free the info returned by
NSTiffGetInfo().


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17342 72102866-910b-0410-8b05-ffd578937521
2003-07-25 22:54:28 +00:00
FredKiefer
a58e767635 Corrected possible memory leak in NSImage.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17339 72102866-910b-0410-8b05-ffd578937521
2003-07-25 22:15:33 +00:00
FredKiefer
2ca3fadbdd In [initWithIconHandle:] and [initWithBitmapHandle:] release the
new bitmap image representation after adding it to the array.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17338 72102866-910b-0410-8b05-ffd578937521
2003-07-25 22:14:40 +00:00
gcasa
02b7d970d7 Recommitting changelog for GSSpellPanel.gorm addition.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17333 72102866-910b-0410-8b05-ffd578937521
2003-07-25 03:29:18 +00:00