fedor
88bcecddd9
Image updates and doc.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14065 72102866-910b-0410-8b05-ffd578937521
2002-07-06 02:54:36 +00:00
FredKiefer
e2b48307af
Readded system colour setting in defaults file.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14020 72102866-910b-0410-8b05-ffd578937521
2002-07-03 22:11:44 +00:00
FredKiefer
94e24b9626
Changed initSystemColors() and [defaultsDidChange:] so that
...
setting a system colour in the defaults file works again.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14019 72102866-910b-0410-8b05-ffd578937521
2002-07-03 22:11:01 +00:00
nico
c2f4bf85a8
Stop blinking textviews when the window which holds them is no longer key;
...
fixed installation of headers
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14008 72102866-910b-0410-8b05-ffd578937521
2002-07-02 15:08:05 +00:00
nico
517706853d
Added resignKeyWindow so that we don't try blinking when we are no longer
...
the key window
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14007 72102866-910b-0410-8b05-ffd578937521
2002-07-02 15:07:08 +00:00
nico
63072f3366
Removed non-existent header file from the list of header files
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14006 72102866-910b-0410-8b05-ffd578937521
2002-07-02 15:06:32 +00:00
FredKiefer
d022c37cd7
Correction to last change.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14001 72102866-910b-0410-8b05-ffd578937521
2002-06-30 14:18:04 +00:00
FredKiefer
49788522cc
Corrected #incude so that it compiles
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14000 72102866-910b-0410-8b05-ffd578937521
2002-06-30 14:17:26 +00:00
gcasa
81f25a9996
Adding a number of changes. The skeleton implementations of NSToolbar and
...
NSToolbarItem as well as a number of miscellaneous things I have had laying
around for a while.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13997 72102866-910b-0410-8b05-ffd578937521
2002-06-30 05:14:21 +00:00
CaS
9df20632e8
Flushing fix
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13990 72102866-910b-0410-8b05-ffd578937521
2002-06-28 08:05:49 +00:00
nico
4180dbf84f
Fixed still a little mistake in the end editing process in text fields
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13984 72102866-910b-0410-8b05-ffd578937521
2002-06-27 10:52:52 +00:00
nico
972b59a49b
A little bit of 'end editing' was still done after the end editing notification
...
was posted ... causing the delegate not to be able to select the text when
receiving the notification ... fixed!
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13983 72102866-910b-0410-8b05-ffd578937521
2002-06-27 10:52:01 +00:00
CaS
c64d585593
Minor path check fix.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13981 72102866-910b-0410-8b05-ffd578937521
2002-06-26 20:37:00 +00:00
nico
7a23844533
Post the NSControlTextDidEndEditingNotification at the right time
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13980 72102866-910b-0410-8b05-ffd578937521
2002-06-26 17:02:15 +00:00
nico
da5939c4b7
Post the NSControlTextDidEndEditingNotification *after* actually ending
...
editing :-)
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13979 72102866-910b-0410-8b05-ffd578937521
2002-06-26 17:00:33 +00:00
CaS
2948c196b3
Tidied
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13964 72102866-910b-0410-8b05-ffd578937521
2002-06-24 17:28:43 +00:00
CaS
acb893e755
Application name handling hopefully fixed.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13963 72102866-910b-0410-8b05-ffd578937521
2002-06-24 16:56:30 +00:00
nico
e18182b3c3
Changed the layout manager so that it now uses the default font height
...
rather than a hardcoded 12 when there is no text in the view
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13961 72102866-910b-0410-8b05-ffd578937521
2002-06-24 12:26:17 +00:00
nico
10df219ebd
Do not use hardcoded 12 height of default font, but retrieve it from NSFont
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13960 72102866-910b-0410-8b05-ffd578937521
2002-06-24 12:22:12 +00:00
nico
593becc454
Removed check for height of line being 0, which should not be needed
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13959 72102866-910b-0410-8b05-ffd578937521
2002-06-24 12:16:07 +00:00
nico
1c38987cb7
Fixed highlighting of cells during add of cells
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13956 72102866-910b-0410-8b05-ffd578937521
2002-06-22 18:39:57 +00:00
nico
063b64fd78
Fixed highlighting of cells when new cells are added
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13955 72102866-910b-0410-8b05-ffd578937521
2002-06-22 18:38:51 +00:00
nico
a9013a2c26
Indented line
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13954 72102866-910b-0410-8b05-ffd578937521
2002-06-22 18:33:34 +00:00
nico
86e2baeff0
Finally found the time to finish the keybindings - improved the way
...
keybindings loading is controlled via user defaults, documented it more
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13953 72102866-910b-0410-8b05-ffd578937521
2002-06-22 18:09:39 +00:00
nico
1319f2ae5e
Made method to load keybindings from a specific file public
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13952 72102866-910b-0410-8b05-ffd578937521
2002-06-22 18:07:29 +00:00
nico
0661b9bdfa
Updated/rewritten description of keybindings user defaults
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13951 72102866-910b-0410-8b05-ffd578937521
2002-06-22 18:06:47 +00:00
nico
baa4e705db
Updated loading of keybindings from files - hopefully the final version!
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13950 72102866-910b-0410-8b05-ffd578937521
2002-06-22 18:05:37 +00:00
nico
f29ff45de8
Removed comment
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13949 72102866-910b-0410-8b05-ffd578937521
2002-06-22 17:01:14 +00:00
nico
4f7e781bc5
Modified NSAffineTransform to optimize for case of unrotated views
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13948 72102866-910b-0410-8b05-ffd578937521
2002-06-22 16:56:03 +00:00
nico
940f2eb966
Removed instance variable
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13947 72102866-910b-0410-8b05-ffd578937521
2002-06-22 16:54:09 +00:00
nico
01ee9aa6f1
Optimize for the case of unrotated views by removing rotationAngle. Case
...
of rotated views I think still needs debugging :-)
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13946 72102866-910b-0410-8b05-ffd578937521
2002-06-22 16:53:20 +00:00
nico
21916b1edc
Rewritten a tiny bit of NSAffineTransform to be better
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13945 72102866-910b-0410-8b05-ffd578937521
2002-06-22 16:22:57 +00:00
nico
59a2634ab1
Efficient implementation of isRotated
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13944 72102866-910b-0410-8b05-ffd578937521
2002-06-22 16:21:46 +00:00
nico
b3c5b78024
More tidyup and updates to the NSAffineTransform codwe
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13943 72102866-910b-0410-8b05-ffd578937521
2002-06-22 16:11:44 +00:00
nico
f461567e1a
Updated code - removed unused code, do not call a no longer existing method
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13942 72102866-910b-0410-8b05-ffd578937521
2002-06-22 16:10:38 +00:00
nico
c01ae3fd94
Removed bloat from NSAffineTransform
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13941 72102866-910b-0410-8b05-ffd578937521
2002-06-22 16:07:25 +00:00
nico
0734ffaccc
Removed bloat method
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13940 72102866-910b-0410-8b05-ffd578937521
2002-06-22 16:05:57 +00:00
nico
ab0fc569ea
Use -rotateByDegrees:, not -rotateByAngle:, to rotate an Affine transform
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13939 72102866-910b-0410-8b05-ffd578937521
2002-06-22 16:04:34 +00:00
nico
f65e112d67
Removed bloat method in NSAffineTransform
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13938 72102866-910b-0410-8b05-ffd578937521
2002-06-22 15:59:43 +00:00
nico
b2dffce029
Removed gnustep-only method which was just adding bloat
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13937 72102866-910b-0410-8b05-ffd578937521
2002-06-22 15:58:29 +00:00
nico
b21d6d013a
Removed gnustep-only method which was never used and could easily be
...
replaced by calls to standard methods
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13936 72102866-910b-0410-8b05-ffd578937521
2002-06-22 15:57:50 +00:00
nico
fe5372921f
Little cleanup of NSAffineTransform API
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13935 72102866-910b-0410-8b05-ffd578937521
2002-06-22 15:48:39 +00:00
nico
8ed9df9ac0
Method which was a private duplicate of a public one removed
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13934 72102866-910b-0410-8b05-ffd578937521
2002-06-22 15:47:17 +00:00
nico
8dc087e032
Use new NSAffineTransform method to invert a matrix, not old one
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13933 72102866-910b-0410-8b05-ffd578937521
2002-06-22 15:46:30 +00:00
nico
3a765ba38f
Removed duplicated method in favour of the standard one; added comment about
...
deprecated one
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13932 72102866-910b-0410-8b05-ffd578937521
2002-06-22 15:44:35 +00:00
fedor
a2f33915c1
Revert last change
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13928 72102866-910b-0410-8b05-ffd578937521
2002-06-22 13:42:59 +00:00
fedor
cc45d0eb88
Fix makeKey makeMain with defered windows
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13927 72102866-910b-0410-8b05-ffd578937521
2002-06-22 03:44:57 +00:00
nico
4ad8f481cf
Improved performing actions of popupbuttons
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13921 72102866-910b-0410-8b05-ffd578937521
2002-06-19 15:00:45 +00:00
nico
9352e96e63
Always select the popup item in performAction
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13920 72102866-910b-0410-8b05-ffd578937521
2002-06-19 15:00:17 +00:00
CaS
7cd4f7630d
Attempt to improve app location
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13902 72102866-910b-0410-8b05-ffd578937521
2002-06-17 15:03:58 +00:00