Commit graph

8508 commits

Author SHA1 Message Date
Gregory John Casamento
dd62ab2d2c Correct encoding issue 2020-05-05 11:03:48 -04:00
Gregory John Casamento
9abc40727b Path Cell encoding/decoding 2020-05-05 08:26:13 -04:00
Gregory John Casamento
22c1897eee Fix popup positioning. 2020-05-05 02:14:46 -04:00
Gregory John Casamento
266ec7e430 Implement popUpMenuPositonItem:... dragging, dropdown implementation, menu changes 2020-05-04 09:50:22 -04:00
Gregory John Casamento
8222de40c6 Implement dragging handling and delegate interaction 2020-05-04 05:47:00 -04:00
Gregory John Casamento
636ebfcf0a Complete rendering for all types. 2020-05-03 23:20:42 -04:00
Gregory John Casamento
7dd732f9de Move to GSTheme. 2020-05-03 20:51:51 -04:00
Gregory John Casamento
a27119c56d PathStyle changes 2020-05-03 13:07:53 -04:00
Gregory John Casamento
9a70a452b5 Add cell generation and images 2020-05-03 04:17:00 -04:00
Gregory John Casamento
0c05c151a8 Move decoding of style to the correct place. 2020-05-02 13:48:12 -04:00
Gregory John Casamento
7b0bbdc26a Add to AppKit.h, implement URL and image lookup in NSPathComponentCell 2020-05-02 13:45:49 -04:00
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