Fred Kiefer
3a669f528f
handle reset of dash to solid for NSBezierPath
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14700 72102866-910b-0410-8b05-ffd578937521
2002-10-10 09:48:31 +00:00
Fred Kiefer
480b90b2b8
Handle seting of an empty dash in [setLineDash:count:phase:].
...
[_doPath] now always sends the dash pattern, even when empty.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14699 72102866-910b-0410-8b05-ffd578937521
2002-10-10 09:47:48 +00:00
Adam Fedor
d9dda82498
Constrain windows that are off bottom of screen also.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14695 72102866-910b-0410-8b05-ffd578937521
2002-10-10 03:10:31 +00:00
Adam Fedor
323e056230
Fix focus on hide problem
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14694 72102866-910b-0410-8b05-ffd578937521
2002-10-09 17:35:03 +00:00
Adam Fedor
85803c0640
Quartz interface
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14679 72102866-910b-0410-8b05-ffd578937521
2002-10-09 02:49:37 +00:00
Adam Fedor
1323d17420
Add Quartz-like interface. Fix focus problems.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14678 72102866-910b-0410-8b05-ffd578937521
2002-10-09 02:47:40 +00:00
Nicola Pero
5975f63b9a
Rewritten NSSecureTextField to work with new internals; fixed a few bugs in
...
the text system in the meanwhile
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14676 72102866-910b-0410-8b05-ffd578937521
2002-10-08 18:02:30 +00:00
Nicola Pero
67c953ddfe
Mostly rewritten - should no longer crash with new internals, and be quite
...
better
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14675 72102866-910b-0410-8b05-ffd578937521
2002-10-08 18:01:38 +00:00
Nicola Pero
5859fd473f
Added echosBullets methods to the control; prefix ivars with udnerscore
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14674 72102866-910b-0410-8b05-ffd578937521
2002-10-08 17:59:52 +00:00
Nicola Pero
2e0ea9045b
Set the layout manager's text storage to nil when we remove it, since we
...
are the ones setting it to non-nil when we add it
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14673 72102866-910b-0410-8b05-ffd578937521
2002-10-08 17:58:09 +00:00
Nicola Pero
82656d0255
Fixed bugs in replaceLayoutManager:
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14672 72102866-910b-0410-8b05-ffd578937521
2002-10-08 17:57:33 +00:00
Gregory John Casamento
2cab5b1dd2
Added NSButtonTemplate. Made changes to some of the other templates.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14671 72102866-910b-0410-8b05-ffd578937521
2002-10-08 06:30:13 +00:00
Gregory John Casamento
5bbafb06c5
Committing additional changes
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14670 72102866-910b-0410-8b05-ffd578937521
2002-10-08 02:05:54 +00:00
Fred Kiefer
49934b0117
Started cleanup on NSButtonCell.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14669 72102866-910b-0410-8b05-ffd578937521
2002-10-07 23:43:23 +00:00
Fred Kiefer
c2f13c49ac
[setButtonType:] use those new names. Corrected [cellAttribute:]
...
and [setCellAttribute:] to use the right tests. [performClick:]
now play the sound, if provided.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14668 72102866-910b-0410-8b05-ffd578937521
2002-10-07 23:42:02 +00:00
Fred Kiefer
b1d38d0b17
Adoped the enums NSButtonType and NSBezelStyle to the new MacOSX names.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14667 72102866-910b-0410-8b05-ffd578937521
2002-10-07 23:41:21 +00:00
Adam Fedor
3e452ef940
Minor browser column fix. Change some methods to take void *
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14663 72102866-910b-0410-8b05-ffd578937521
2002-10-07 17:05:06 +00:00
Gregory John Casamento
060138dadf
Changes necessary in the gui library to implement custom class support.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14660 72102866-910b-0410-8b05-ffd578937521
2002-10-06 23:59:30 +00:00
Adam Fedor
b909bc1fbf
Implement non-separated columns.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14645 72102866-910b-0410-8b05-ffd578937521
2002-10-04 18:47:04 +00:00
Adam Fedor
50bfcae3da
New ivar for mouseDown view
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14635 72102866-910b-0410-8b05-ffd578937521
2002-10-04 02:44:13 +00:00
Richard Frith-Macdonald
738214a910
Fix for Enrico
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14629 72102866-910b-0410-8b05-ffd578937521
2002-10-02 12:17:08 +00:00
Nicola Pero
4c709da872
Fixed sending out the controlTextDidBeginEditingNotification
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14626 72102866-910b-0410-8b05-ffd578937521
2002-10-02 10:36:37 +00:00
Richard Frith-Macdonald
3fa5c40601
Workspace fix.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14624 72102866-910b-0410-8b05-ffd578937521
2002-10-02 04:35:25 +00:00
Adam Fedor
3f083e4415
flip and audio fixes
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14623 72102866-910b-0410-8b05-ffd578937521
2002-10-02 03:34:54 +00:00
Nicola Pero
898eff7291
Fixes to textview and layout manager for correct move to end of line, and
...
positioning of insertion point when clicking past end of line (or before
start of line)
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14620 72102866-910b-0410-8b05-ffd578937521
2002-10-01 16:20:06 +00:00
Nicola Pero
a8fd7206bd
Renamed an ivar; fixed positioning of insertion point when clicking
...
after the last char (or before the first char) of a line
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14619 72102866-910b-0410-8b05-ffd578937521
2002-10-01 16:19:01 +00:00
Nicola Pero
e660df30bf
Fixed moving to the end of the 'one before the last' line
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14618 72102866-910b-0410-8b05-ffd578937521
2002-10-01 16:17:23 +00:00
Richard Frith-Macdonald
c8e91f6dc2
Fix stupid error in last mod.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14591 72102866-910b-0410-8b05-ffd578937521
2002-09-27 13:37:29 +00:00
Richard Frith-Macdonald
7d660d52df
Font caching rewrite
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14590 72102866-910b-0410-8b05-ffd578937521
2002-09-27 12:25:02 +00:00
Richard Frith-Macdonald
f73feaf4e9
Fix error in caching.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14589 72102866-910b-0410-8b05-ffd578937521
2002-09-27 09:05:02 +00:00
Richard Frith-Macdonald
a5b46e92b7
Fix caching.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14588 72102866-910b-0410-8b05-ffd578937521
2002-09-27 08:52:04 +00:00
Richard Frith-Macdonald
b566120f38
Minor tidyups ... nothing functional
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14587 72102866-910b-0410-8b05-ffd578937521
2002-09-27 08:26:13 +00:00
Fred Kiefer
d685ab0ffd
Moved some NSBundle code to the right file.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14562 72102866-910b-0410-8b05-ffd578937521
2002-09-25 22:57:15 +00:00
Fred Kiefer
636839875f
Removed the coder methods as they were just super calls.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14561 72102866-910b-0410-8b05-ffd578937521
2002-09-25 22:56:31 +00:00
Fred Kiefer
763151ecb9
Moved method [NSBundle pathForSoundResource:] to here.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14560 72102866-910b-0410-8b05-ffd578937521
2002-09-25 22:56:08 +00:00
Fred Kiefer
738b50d740
Moved method [NSBundle pathForImageResource:] to here.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14559 72102866-910b-0410-8b05-ffd578937521
2002-09-25 22:55:44 +00:00
Fred Kiefer
8741007ed8
Moved add-on methods.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14558 72102866-910b-0410-8b05-ffd578937521
2002-09-25 22:55:19 +00:00
Fred Kiefer
9dbc5d9726
Removed all references to coding.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14557 72102866-910b-0410-8b05-ffd578937521
2002-09-25 22:54:41 +00:00
Nicola Pero
7ac5bb3a82
Set up, updated the translation system to take advantage of make_strings
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14550 72102866-910b-0410-8b05-ffd578937521
2002-09-25 01:58:15 +00:00
Nicola Pero
9e9465229c
Updated file, now using make strings; updated translations; added missing ones etc
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14549 72102866-910b-0410-8b05-ffd578937521
2002-09-25 01:56:12 +00:00
Nicola Pero
8ec389b68a
Regenerated using make_strings
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14548 72102866-910b-0410-8b05-ffd578937521
2002-09-25 01:54:24 +00:00
Nicola Pero
c6e6040bd6
Rewritten: use resource-set.make to install Localizable.strings files;
...
added 'strings' target which updates the Localizable.strings files by
running make strings
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14547 72102866-910b-0410-8b05-ffd578937521
2002-09-25 01:53:46 +00:00
Nicola Pero
d238d5c438
Localized strings
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14546 72102866-910b-0410-8b05-ffd578937521
2002-09-25 01:52:05 +00:00
Nicola Pero
d661d12a6b
Updated localization macros for new GSGuiPrivate - should be parseable
...
by make_strings now
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14545 72102866-910b-0410-8b05-ffd578937521
2002-09-25 01:51:23 +00:00
Nicola Pero
7d9c0d6d4e
Re#define _() and NSLocalizedString() for gui purposes
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14544 72102866-910b-0410-8b05-ffd578937521
2002-09-25 01:50:20 +00:00
Nicola Pero
bf436ee084
Put include guards in canonical form for more efficient #includes by GCC
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14543 72102866-910b-0410-8b05-ffd578937521
2002-09-25 01:48:00 +00:00
Nicola Pero
cad0439870
Fixed textfield first responder code so that when you make a textfield
...
the first responder, its text is automatically selected
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14540 72102866-910b-0410-8b05-ffd578937521
2002-09-24 14:37:54 +00:00
Nicola Pero
f202a70a7b
Fixed [_window makeFirstResponder: aTextField] to actually select the text
...
in the textfield
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14539 72102866-910b-0410-8b05-ffd578937521
2002-09-24 14:36:59 +00:00
Nicola Pero
ff1076cff8
Do not force an immediate display in editXxx: and selectXxxx:
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14538 72102866-910b-0410-8b05-ffd578937521
2002-09-24 14:35:52 +00:00
Nicola Pero
e9405ca0e7
Remove delegates from the notification center in dealloc; other minor
...
tidyups
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14534 72102866-910b-0410-8b05-ffd578937521
2002-09-24 01:36:42 +00:00