Gregory John Casamento
|
12d6da05c0
|
Decode NSCell in the proper place. Fix metafont issue with toolTips
|
2020-05-02 08:12:23 -04:00 |
|
Gregory John Casamento
|
f597a389de
|
Decoding of NSPathCell objects is working.
|
2020-05-02 05:12:54 -04:00 |
|
Gregory John Casamento
|
4591d8b60b
|
Implement decoding
|
2020-04-28 12:07:34 -04:00 |
|
Gregory John Casamento
|
9dfe412e8e
|
Implement decoding
|
2020-04-28 11:59:38 -04:00 |
|
Gregory John Casamento
|
a4e5ea39d7
|
Implement encoding
|
2020-04-27 14:37:22 -04:00 |
|
Gregory John Casamento
|
60e395f4d1
|
Delegate to cell
|
2020-04-27 05:34:02 -04:00 |
|
Gregory John Casamento
|
5811355c00
|
Add NSPathControlItem
|
2020-04-27 03:25:19 -04:00 |
|
Gregory John Casamento
|
3dc3feda41
|
Add NSPathComponentCell
|
2020-04-27 01:55:31 -04:00 |
|
Gregory John Casamento
|
699bffe59c
|
Add skeleton code for NSPathCell
|
2020-04-27 01:33:49 -04:00 |
|
Gregory John Casamento
|
f07ed1351d
|
Add path component cells
|
2020-04-26 23:42:44 -04:00 |
|
Gregory John Casamento
|
c49fcc0e0b
|
Initial skeletal implementation of NSPathControl
|
2020-04-26 20:57:16 -04:00 |
|
Gregory John Casamento
|
a0aa55e1f1
|
Initial skeletons for Path objects
|
2020-04-26 17:15:06 -04:00 |
|
Gregory John Casamento
|
a390accec4
|
Merge branch 'master' into NSPathControl_branch
|
2020-04-26 15:30:05 -04:00 |
|
Gregory John Casamento
|
c8c312351a
|
Fix spelling and extra include.
|
2020-04-26 15:04:25 -04:00 |
|
Gregory Casamento
|
d2ad3e7cfe
|
Merge pull request #60 from gnustep/NSSwitch_branch
NSSwitch branch
|
2020-04-26 14:46:24 -04:00 |
|
Gregory John Casamento
|
9da764d217
|
Add ChangeLog entry.
|
2020-04-26 10:58:06 -04:00 |
|
Gregory John Casamento
|
456fe72ab9
|
Fix formatting issues.
|
2020-04-26 10:53:48 -04:00 |
|
Gregory John Casamento
|
760b14a2cc
|
Update pixel offset
|
2020-04-26 10:30:36 -04:00 |
|
Gregory John Casamento
|
54983cef50
|
Add NSEnabled decoding. it is encoded in NSControl, but is NOT used when it is decoded, so we have to retrieve the value here in NSSwitch.
|
2020-04-26 04:47:25 -04:00 |
|
Gregory John Casamento
|
0c1ab6c756
|
Remove pragmas to remove warnings. It was causing EXTRA warnings when building with gcc.
|
2020-04-24 07:05:06 -04:00 |
|
Gregory John Casamento
|
b0ead22814
|
revert GSThemeTools.m
|
2020-04-24 06:57:22 -04:00 |
|
Gregory John Casamento
|
d16e9769b0
|
Update display when setEnabled is called
|
2020-04-24 06:52:12 -04:00 |
|
Gregory John Casamento
|
6c690312e9
|
Correct formatting of code.
|
2020-04-24 06:36:14 -04:00 |
|
Gregory John Casamento
|
627a4894cc
|
Use fred's calculation for moving the knob
|
2020-04-24 06:34:43 -04:00 |
|
Gregory John Casamento
|
be756441aa
|
Use fred's approach for the colors
|
2020-04-24 06:25:06 -04:00 |
|
Gregory John Casamento
|
39601c0960
|
initialize colors as Fred suggested
|
2020-04-24 06:20:19 -04:00 |
|
Gregory John Casamento
|
d1beeaa0b7
|
remove uneeded function
|
2020-04-24 05:43:39 -04:00 |
|
Gregory John Casamento
|
2fb06e0e7b
|
remove uneeded comment
|
2020-04-24 05:43:12 -04:00 |
|
Gregory John Casamento
|
6c8691a082
|
Remove some warnings and unused functions, finish implementation of encoding.
|
2020-04-24 04:29:15 -04:00 |
|
Gregory John Casamento
|
bd2372230f
|
Undo removal of space.
|
2020-04-24 03:39:28 -04:00 |
|
Gregory John Casamento
|
33e2bbd1f0
|
Add setObject:
|
2020-04-24 03:32:57 -04:00 |
|
Gregory John Casamento
|
6e3d3a87d8
|
The warning generated by the code in this method -establishConnection is unavoidable. Disable the warning.
|
2020-04-24 03:27:34 -04:00 |
|
Gregory John Casamento
|
1a2ff4a40c
|
Add code to decode enabled state for switch
|
2020-04-24 02:47:17 -04:00 |
|
Gregory John Casamento
|
fdd51ae2df
|
Add color for disabled state
|
2020-04-24 02:34:59 -04:00 |
|
Gregory John Casamento
|
b32eb4d37d
|
Add initial versions of files.
|
2020-04-23 00:43:15 -04:00 |
|
Gregory John Casamento
|
ab83e1ef81
|
Fix issue with calling setState: on classes which aren't NSSwitch when it's not needed
|
2020-04-22 17:50:46 -04:00 |
|
Gregory John Casamento
|
5d1ec31ef2
|
Move color selection into the theme
|
2020-04-22 17:44:04 -04:00 |
|
Gregory John Casamento
|
57a8720cd8
|
Reduce repetition of code
|
2020-04-22 17:39:10 -04:00 |
|
Gregory John Casamento
|
f57e5184c3
|
Resolve theme issues, change size of knob
|
2020-04-22 17:34:14 -04:00 |
|
Gregory John Casamento
|
d4b7a0c76d
|
Attempt to fix issue with setState: on NSSwitch.
|
2020-04-22 17:02:53 -04:00 |
|
Gregory John Casamento
|
23ad6ba6c8
|
Add initWithCoder: / encodeWithCoder:
|
2020-04-22 05:20:04 -04:00 |
|
Gregory John Casamento
|
b3ac2b292b
|
Fix issue with mouseDown:
|
2020-04-21 23:41:13 -04:00 |
|
Gregory John Casamento
|
ec3227d132
|
Implement setXXXValue methods and getters
|
2020-04-21 23:36:11 -04:00 |
|
Gregory John Casamento
|
0df7e5f7d7
|
Improve colors
|
2020-04-20 15:13:28 -04:00 |
|
Gregory John Casamento
|
8fd9db5130
|
Improve position of knob
|
2020-04-18 16:31:05 -04:00 |
|
Gregory John Casamento
|
6bf8d790ef
|
Improve position of knob
|
2020-04-18 14:36:26 -04:00 |
|
Gregory John Casamento
|
d083bc061d
|
Improve calculation for knob position when in On state
|
2020-04-18 11:46:34 -04:00 |
|
Gregory John Casamento
|
da0f7ded36
|
Better colors
|
2020-04-17 18:03:26 -04:00 |
|
Gregory John Casamento
|
dae6b91c99
|
Add target/action
|
2020-04-17 07:40:40 -04:00 |
|
Gregory John Casamento
|
bfa9f0c1c2
|
Add mouseDown: implementation call to super
|
2020-04-17 07:24:34 -04:00 |
|