Nicola Pero
b80cbdf0af
Removed old unused declarations
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12420 72102866-910b-0410-8b05-ffd578937521
2002-02-06 16:21:15 +00:00
Nicola Pero
0615a29ffc
Removed old unused layout code
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12419 72102866-910b-0410-8b05-ffd578937521
2002-02-06 16:20:43 +00:00
Richard Frith-Macdonald
d20683b862
Improve performance by handing out proxy to internal string
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12418 72102866-910b-0410-8b05-ffd578937521
2002-02-06 13:55:49 +00:00
Richard Frith-Macdonald
e931b93591
Fix mouseDown invocation in NSWindow
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12416 72102866-910b-0410-8b05-ffd578937521
2002-02-06 10:29:26 +00:00
Nicola Pero
53e07cbe85
Fixed bug in typing enter at the end of text
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12415 72102866-910b-0410-8b05-ffd578937521
2002-02-06 01:39:35 +00:00
Nicola Pero
42b0b2ef67
Fixed bug when typing enter at the end of text; fixed drawing insertion
...
point when there is no text
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12414 72102866-910b-0410-8b05-ffd578937521
2002-02-06 01:39:11 +00:00
Nicola Pero
5198e15983
Indentation changes
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12413 72102866-910b-0410-8b05-ffd578937521
2002-02-06 01:06:03 +00:00
Nicola Pero
701315fa80
Implemented shift-leftarrow and shift-rightarrow in editing text
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12411 72102866-910b-0410-8b05-ffd578937521
2002-02-05 13:23:00 +00:00
Nicola Pero
f1dd23a32f
Implemented moveBackwardsAndModifySelection: and moveForwardAndModifySelection:
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12410 72102866-910b-0410-8b05-ffd578937521
2002-02-05 13:21:54 +00:00
Nicola Pero
9532b29b88
Activate Shift-LeftArrow and Shift-RightArrow
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12409 72102866-910b-0410-8b05-ffd578937521
2002-02-05 13:21:14 +00:00
Nicola Pero
b56d289977
textview: implemented transpose: and bound it to Control-t; updated
...
keybinding list to be as on openstep
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12396 72102866-910b-0410-8b05-ffd578937521
2002-02-03 14:02:40 +00:00
Nicola Pero
e724b5f449
Updated to be as on openstep
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12395 72102866-910b-0410-8b05-ffd578937521
2002-02-03 14:01:30 +00:00
Nicola Pero
ec39a9cf5e
Implemented transpose: (which is bound to Control-t)
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12394 72102866-910b-0410-8b05-ffd578937521
2002-02-03 14:00:40 +00:00
Nicola Pero
dd287980ee
Added transpose: ; removed category and cleaned up a bit
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12393 72102866-910b-0410-8b05-ffd578937521
2002-02-03 14:00:07 +00:00
Richard Frith-Macdonald
e63280a9fb
Bugfixes for removing view from view and for ordring windos in.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12392 72102866-910b-0410-8b05-ffd578937521
2002-02-03 07:23:10 +00:00
Fred Kiefer
8ddb9f1d72
Made NSFontPanel behave more like the orignal on Next.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12380 72102866-910b-0410-8b05-ffd578937521
2002-02-02 00:31:49 +00:00
Fred Kiefer
f2d4e5e7bf
[reloadDefaultFontFamilies] load the family browser and redisplay
...
the selected font. [setPanelFont:isMultiple:] load the face
browser, store font weight and traits and display font name in
preview only if no preview string is set. [_initWithoutGModel]
made the set button the default button. Split most code from
[_togglePreview:] into separate method [_doPreview], which is
called, when the preview state should not change. In [_doPreview]
only display font name if preview string is not set.
[browser:selectRow:inColumn:], when selecting a family select a
face with the same weight and traits as the originaly
selected. When selecting a face, store its weight and traits.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12379 72102866-910b-0410-8b05-ffd578937521
2002-02-02 00:30:41 +00:00
Fred Kiefer
d9e15a0361
New ivars for traits, weight and a future preview string.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12378 72102866-910b-0410-8b05-ffd578937521
2002-02-02 00:29:58 +00:00
Fred Kiefer
827edcb7eb
[orderFrontFontPanel:] no longer sets the selected font on the
...
panel, as this gets done by the panel itself.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12377 72102866-910b-0410-8b05-ffd578937521
2002-02-02 00:28:52 +00:00
Fred Kiefer
670fccda89
Corrected [TIFFRepresentation], was calling the wrong
...
NSBitmapImageRep method.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12376 72102866-910b-0410-8b05-ffd578937521
2002-02-02 00:27:32 +00:00
Richard Frith-Macdonald
25010783ce
Fix missed file for GIS api change
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12374 72102866-910b-0410-8b05-ffd578937521
2002-02-01 18:19:04 +00:00
Richard Frith-Macdonald
5834d85e1c
Expect new GSI api
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12370 72102866-910b-0410-8b05-ffd578937521
2002-02-01 15:31:21 +00:00
Richard Frith-Macdonald
9de3b40693
Use new GSI api from base library
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12360 72102866-910b-0410-8b05-ffd578937521
2002-02-01 11:01:27 +00:00
Pierre-Yves Rivaille
e62b1743a6
Source/NSCell.m
...
Headers/gnustep/gui/NSCell.h: [NSCell -setHighlighted:] new method
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12354 72102866-910b-0410-8b05-ffd578937521
2002-01-31 21:17:29 +00:00
Adam Fedor
d96c2abb44
Update
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12323 72102866-910b-0410-8b05-ffd578937521
2002-01-31 04:45:30 +00:00
Adam Fedor
b802d60821
Version 0.7.5
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12287 72102866-910b-0410-8b05-ffd578937521
2002-01-30 17:24:48 +00:00
Adam Fedor
69a9e0dea5
Temporary fix to round down image size
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12262 72102866-910b-0410-8b05-ffd578937521
2002-01-29 15:23:17 +00:00
Nicola Pero
fff7acc2b7
Removed makefile dependencies on rule no longer there
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12246 72102866-910b-0410-8b05-ffd578937521
2002-01-29 11:00:11 +00:00
Nicola Pero
4c5e7a645e
Removed makefile rule to rebuild configure from configure.in using
...
autoconf ... it could easily be accidentally executed when not needed,
causing problems in systems without autoconf
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12243 72102866-910b-0410-8b05-ffd578937521
2002-01-29 10:53:39 +00:00
Adam Fedor
5a4d69310f
Fix typo
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12237 72102866-910b-0410-8b05-ffd578937521
2002-01-28 17:31:55 +00:00
Adam Fedor
05bdcda840
Updated docs
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12233 72102866-910b-0410-8b05-ffd578937521
2002-01-28 04:50:14 +00:00
Adam Fedor
4b54ab9f06
New AppKit events. Updates for autogsdoc
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12217 72102866-910b-0410-8b05-ffd578937521
2002-01-26 04:14:38 +00:00
Adam Fedor
22112f40df
Release updates
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12209 72102866-910b-0410-8b05-ffd578937521
2002-01-24 17:02:33 +00:00
Adam Fedor
7435386c19
Menu location fixes.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12205 72102866-910b-0410-8b05-ffd578937521
2002-01-23 16:32:20 +00:00
Richard Frith-Macdonald
47950c836d
Track running apps
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12188 72102866-910b-0410-8b05-ffd578937521
2002-01-22 18:23:56 +00:00
Richard Frith-Macdonald
852190f0f0
iFixup for error in last mod.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12185 72102866-910b-0410-8b05-ffd578937521
2002-01-22 13:20:20 +00:00
Richard Frith-Macdonald
9a04ba26a4
Minor fixes
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12184 72102866-910b-0410-8b05-ffd578937521
2002-01-22 09:58:44 +00:00
Adam Fedor
3c049f1896
Better modal window handling
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12183 72102866-910b-0410-8b05-ffd578937521
2002-01-22 03:48:00 +00:00
Richard Frith-Macdonald
e0a599f836
Add image sliding mechanism
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12154 72102866-910b-0410-8b05-ffd578937521
2002-01-21 15:45:53 +00:00
Nicola Pero
784f18be50
Made NSMenuItem exception message friendlier; access ivar in the same class
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12150 72102866-910b-0410-8b05-ffd578937521
2002-01-21 11:58:58 +00:00
Nicola Pero
7c4ab19923
Made exception message when the submenu already has a supermenu more
...
friendly; access ivar _title directly
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12149 72102866-910b-0410-8b05-ffd578937521
2002-01-21 11:57:06 +00:00
Richard Frith-Macdonald
9931f28373
Tidied
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12148 72102866-910b-0410-8b05-ffd578937521
2002-01-21 09:21:14 +00:00
Richard Frith-Macdonald
e720221882
Don't send dragging messages to a view which has been removed from its window.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12147 72102866-910b-0410-8b05-ffd578937521
2002-01-21 04:22:55 +00:00
Richard Frith-Macdonald
dc04c6077a
Some bugfixing in DnD logic.CVS: ----------------------------------------------------------------------
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12143 72102866-910b-0410-8b05-ffd578937521
2002-01-20 21:08:58 +00:00
Richard Frith-Macdonald
4cce5e649a
Minor retain/release fix.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12142 72102866-910b-0410-8b05-ffd578937521
2002-01-20 17:54:13 +00:00
Nicola Pero
c3482dbb8e
Fixed a declaration of an internal method in NSTextView
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12133 72102866-910b-0410-8b05-ffd578937521
2002-01-17 22:52:16 +00:00
Nicola Pero
a0ef678ef1
Fixed declaration of the _blink method ... should take a NSTimer * arg
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12132 72102866-910b-0410-8b05-ffd578937521
2002-01-17 22:51:15 +00:00
Nicola Pero
42ca52d524
Fixed disabling sliders
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12129 72102866-910b-0410-8b05-ffd578937521
2002-01-17 00:21:04 +00:00
Nicola Pero
1d5f879ad2
Do not process mouse down events if the slider is disabled
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12128 72102866-910b-0410-8b05-ffd578937521
2002-01-17 00:20:05 +00:00
Nicola Pero
8d667a446e
Removed declaration of exception in excess in NSApplication
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12125 72102866-910b-0410-8b05-ffd578937521
2002-01-17 00:02:20 +00:00