fedor
|
4a7f43f88d
|
Fix some documentation errors
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@21494 72102866-910b-0410-8b05-ffd578937521
|
2005-07-17 14:07:07 +00:00 |
|
CaS
|
1425770715
|
Exit on uncaught exception.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@21452 72102866-910b-0410-8b05-ffd578937521
|
2005-07-12 07:07:00 +00:00 |
|
arobert
|
315afd208d
|
In NSSavePanel-ok:, determine user-entered filename before passing it to delegate filter userEnteredFilename.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@21442 72102866-910b-0410-8b05-ffd578937521
|
2005-07-10 02:48:01 +00:00 |
|
FredKiefer
|
e77945d7e9
|
Added methods for pattern colour and alpha image composition.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@21436 72102866-910b-0410-8b05-ffd578937521
|
2005-07-08 23:51:49 +00:00 |
|
CaS
|
b6f1dcb71b
|
Fix for behavior dependent on bug in base library exception raising.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@21388 72102866-910b-0410-8b05-ffd578937521
|
2005-07-01 06:43:25 +00:00 |
|
CaS
|
ab98283556
|
Fix double release
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@21371 72102866-910b-0410-8b05-ffd578937521
|
2005-06-28 10:16:37 +00:00 |
|
CaS
|
c4ffc4f0c7
|
Fix bug #13310
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@21370 72102866-910b-0410-8b05-ffd578937521
|
2005-06-28 10:09:14 +00:00 |
|
FredKiefer
|
9013e6e466
|
Corrected handling of screen size for menu.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@21339 72102866-910b-0410-8b05-ffd578937521
|
2005-06-21 22:48:21 +00:00 |
|
FredKiefer
|
e4223431fd
|
+colorFromString: make sure to always release scanner.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@21326 72102866-910b-0410-8b05-ffd578937521
|
2005-06-18 11:24:03 +00:00 |
|
fedor
|
d983c3e99f
|
* Source/NSPopUpButtonCell.m (-setObjectValue:): Use
respondsToSelector.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@21323 72102866-910b-0410-8b05-ffd578937521
|
2005-06-17 14:55:48 +00:00 |
|
Fabien_
|
235301ba07
|
setAnimationDelay: Fix typo
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@21311 72102866-910b-0410-8b05-ffd578937521
|
2005-06-16 12:34:13 +00:00 |
|
CaS
|
6098555502
|
Attempt to improve portability of determining mounted devices.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@21289 72102866-910b-0410-8b05-ffd578937521
|
2005-06-06 19:40:48 +00:00 |
|
CaS
|
b751d4b47f
|
implement local mount point listing as drive listing under mingw
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@21288 72102866-910b-0410-8b05-ffd578937521
|
2005-06-06 18:27:22 +00:00 |
|
arobert
|
8145bcc364
|
filled in various gsdoc
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@21287 72102866-910b-0410-8b05-ffd578937521
|
2005-06-06 04:05:05 +00:00 |
|
gcasa
|
b138e32d70
|
Minor updates.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@21285 72102866-910b-0410-8b05-ffd578937521
|
2005-06-04 19:52:40 +00:00 |
|
gcasa
|
e28e4f3bc5
|
Adds window autopositioning to Gorm.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@21280 72102866-910b-0410-8b05-ffd578937521
|
2005-06-04 11:35:22 +00:00 |
|
FredKiefer
|
4987498a4c
|
Corrected dismissing of popup button cell menu.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@21270 72102866-910b-0410-8b05-ffd578937521
|
2005-05-30 19:19:42 +00:00 |
|
FredKiefer
|
d7a08d0bdb
|
Applyed patch by Matt Rice.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@21269 72102866-910b-0410-8b05-ffd578937521
|
2005-05-30 17:01:21 +00:00 |
|
fedor
|
086c472fd3
|
* Source/NSAffineTransform.m (matrix_multiply): New function.
(appendTransform:, prependTransform:, rotateByRadians:,
scaleBy:, scaleXBy:yBy:, translateXBy:yBy:,
concatenateWithMatrix:): Use it.
(rotateByDegrees:) Use rotateByRadians:. Fixes bug #13181.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@21267 72102866-910b-0410-8b05-ffd578937521
|
2005-05-27 20:49:12 +00:00 |
|
FredKiefer
|
2e231a94c7
|
Make sure popup button cells wont get notifications after being dealloceated.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@21266 72102866-910b-0410-8b05-ffd578937521
|
2005-05-27 13:41:46 +00:00 |
|
FredKiefer
|
e8a572e64b
|
Improved mouseDown call handling for table view.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@21262 72102866-910b-0410-8b05-ffd578937521
|
2005-05-26 13:38:11 +00:00 |
|
fedor
|
db3c52eab8
|
Update FSF Address.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@21259 72102866-910b-0410-8b05-ffd578937521
|
2005-05-26 02:52:46 +00:00 |
|
FredKiefer
|
acd661c622
|
Small changes for NSAlert.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@21250 72102866-910b-0410-8b05-ffd578937521
|
2005-05-22 23:53:35 +00:00 |
|
FredKiefer
|
eb370a013c
|
Allow cells to print even when not connected to a window.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@21249 72102866-910b-0410-8b05-ffd578937521
|
2005-05-22 21:12:08 +00:00 |
|
FredKiefer
|
5c4ecb0014
|
Improved combobox layout.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@21248 72102866-910b-0410-8b05-ffd578937521
|
2005-05-22 10:27:24 +00:00 |
|
FredKiefer
|
e3f6c126c2
|
Implemented animate resize.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@21240 72102866-910b-0410-8b05-ffd578937521
|
2005-05-20 14:33:43 +00:00 |
|
FredKiefer
|
22fd51937f
|
Added new NSResponder method declarations and implemented shouldBeTreatedAsInkEvent:.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@21238 72102866-910b-0410-8b05-ffd578937521
|
2005-05-20 12:31:42 +00:00 |
|
FredKiefer
|
48cb9c3f15
|
Treat nil as image unsetting in setObjectValue:.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@21233 72102866-910b-0410-8b05-ffd578937521
|
2005-05-19 11:45:54 +00:00 |
|
gcasa
|
7e37ffa8cc
|
Prevent call to designated init when className and superClass are equivalent.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@21180 72102866-910b-0410-8b05-ffd578937521
|
2005-05-03 03:45:38 +00:00 |
|
gcasa
|
f88544f2d5
|
Correction to template. Should initilialize with the content rect, not the window rect.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@21175 72102866-910b-0410-8b05-ffd578937521
|
2005-05-01 21:09:58 +00:00 |
|
arobert
|
fd8a3cee6d
|
NSFont cache font for drawing in flipped views in manner analogous to cache of nonflipped screen font for drawing in regular views
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@21170 72102866-910b-0410-8b05-ffd578937521
|
2005-04-30 16:11:22 +00:00 |
|
arobert
|
2da3c52280
|
[NSApplication -run]: only execute launch sequence on first call; unhide mouse on application exit
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@21162 72102866-910b-0410-8b05-ffd578937521
|
2005-04-27 04:22:31 +00:00 |
|
gcasa
|
59b10a3b5e
|
Removed assertion and cleaned up comments.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@21158 72102866-910b-0410-8b05-ffd578937521
|
2005-04-25 04:08:10 +00:00 |
|
FredKiefer
|
1fd5ce063a
|
Fixed bug #12680 and further clean up of NSPopupButtonCell.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@21122 72102866-910b-0410-8b05-ffd578937521
|
2005-04-17 21:25:32 +00:00 |
|
FredKiefer
|
ddd65f3ae8
|
Added missing keyed encoding for NSColor.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@21121 72102866-910b-0410-8b05-ffd578937521
|
2005-04-17 19:40:57 +00:00 |
|
gcasa
|
9d8a0df43c
|
Correction for minor leak.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@21088 72102866-910b-0410-8b05-ffd578937521
|
2005-04-11 14:30:27 +00:00 |
|
FredKiefer
|
29aeb38101
|
Added keyed encoding for NSFont and NSColor.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@21078 72102866-910b-0410-8b05-ffd578937521
|
2005-04-09 12:01:32 +00:00 |
|
FredKiefer
|
06956fd6c1
|
Prevent exception when subview is added at the end of the subview list.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@21073 72102866-910b-0410-8b05-ffd578937521
|
2005-04-07 22:13:10 +00:00 |
|
gcasa
|
3c1963e1a3
|
Correction for bug #12412.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@21041 72102866-910b-0410-8b05-ffd578937521
|
2005-04-03 19:03:38 +00:00 |
|
CaS
|
f2850965ca
|
Make DnD follow mouse pointer in text view
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@21038 72102866-910b-0410-8b05-ffd578937521
|
2005-04-03 10:39:32 +00:00 |
|
CaS
|
f1db15bf9b
|
Fix last mod
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@21035 72102866-910b-0410-8b05-ffd578937521
|
2005-04-02 04:11:43 +00:00 |
|
CaS
|
bb0991458a
|
Minor tweak suggested by Enrico
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@21033 72102866-910b-0410-8b05-ffd578937521
|
2005-04-02 04:09:39 +00:00 |
|
fedor
|
d7dd1701f2
|
* Headers/AppKit/NSDataLinkManager.h, Source/NSDataLinkManager.m:
Re-add the changes from 2005-03-05.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@21029 72102866-910b-0410-8b05-ffd578937521
|
2005-04-01 15:39:05 +00:00 |
|
CaS
|
b9c4cc1832
|
DnD cleanups and fixes.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@21028 72102866-910b-0410-8b05-ffd578937521
|
2005-04-01 14:10:39 +00:00 |
|
fedor
|
960ae57b10
|
* Version 0.9.5
* Headers/AppKit/NSDataLinkManager.h, Source/NSDataLinkManager.m:
Partially revert 2005-03-05 patch for this release.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@21010 72102866-910b-0410-8b05-ffd578937521
|
2005-03-30 23:55:32 +00:00 |
|
arobert
|
55d79a2b59
|
in -_extIconForApp, check filename not empty string before passing to bundle method (which raises an exception)
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@21005 72102866-910b-0410-8b05-ffd578937521
|
2005-03-30 03:13:43 +00:00 |
|
arobert
|
77cc0f448d
|
undeprecate DPSxshow, yshow, xyshow, ashow, widthshow, awidthshow
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@21001 72102866-910b-0410-8b05-ffd578937521
|
2005-03-29 14:07:38 +00:00 |
|
CaS
|
f83a371d2f
|
Tweaks for subclassing
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@20998 72102866-910b-0410-8b05-ffd578937521
|
2005-03-29 10:08:50 +00:00 |
|
CaS
|
a3394a27e2
|
DnD bugfixes and cleanups
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@20985 72102866-910b-0410-8b05-ffd578937521
|
2005-03-28 08:34:31 +00:00 |
|
fedor
|
14d484f4a7
|
* configure.ac: Check for libgif
* Source/NSBitmapImageRep+GIF.m: Support libgif
* Source/NSBitmapImageRem.m: Idem. (Fixes Bug #12362).
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@20936 72102866-910b-0410-8b05-ffd578937521
|
2005-03-21 16:12:02 +00:00 |
|