Gregory Casamento
|
97ea7c5cc5
|
Merge pull request #281 from gnustep/NSBrowser_branch
Add new 10.6 delegate methods to NSBrowserDelegate
|
2024-08-18 21:08:54 -04:00 |
|
Gregory John Casamento
|
4813800ac8
|
Final fixes per discussion with @fredkiefer
|
2024-08-18 21:04:22 -04:00 |
|
Gregory Casamento
|
ac56a0fe29
|
Merge pull request #282 from williameveretteggplant/modal_linux_fix
|
2024-08-09 12:12:30 -04:00 |
|
williameveretteggplant
|
dd67057784
|
push modal window to top later in process
|
2024-08-08 10:16:27 -06:00 |
|
William Everett
|
8760810340
|
Revert "Force modal to front"
This reverts commit 1fd80dabc2 .
|
2024-08-08 10:02:52 -06:00 |
|
williameveretteggplant
|
1fd80dabc2
|
Force modal to front
|
2024-08-07 16:48:39 -06:00 |
|
Gregory John Casamento
|
c85e4fcf37
|
Merge branch 'master' into NSBrowser_branch
|
2024-08-03 22:26:49 -04:00 |
|
Gregory John Casamento
|
7b78d9b64e
|
Check for methods for an item-based delegate, per discussion with @fredkiefer
|
2024-07-27 17:19:16 -04:00 |
|
Gregory John Casamento
|
4e95021973
|
Update to simplify code per discussion with @fredkiefer
|
2024-07-27 16:59:05 -04:00 |
|
Gregory John Casamento
|
ddc47652ec
|
Fix indentation, per discussion with @fredkiefer
|
2024-07-27 16:46:04 -04:00 |
|
Gregory John Casamento
|
1d266d7a9b
|
Add back informational comments
|
2024-07-27 13:49:24 -04:00 |
|
Gregory John Casamento
|
4f9889bbe4
|
Fix selector issue: quick fix
|
2024-07-26 23:31:46 -04:00 |
|
Gregory John Casamento
|
9712490625
|
Minor cleanup
|
2024-07-26 21:24:21 -04:00 |
|
Gregory John Casamento
|
71304617b2
|
Move logic for finding the item for a given column to a private method, call method to get a view controller from the delegate
|
2024-07-26 10:56:52 -04:00 |
|
Gregory John Casamento
|
b77c7052e6
|
Update changelog with NSBrowser change details
|
2024-07-25 10:18:59 -04:00 |
|
Gregory John Casamento
|
3ae1a4b41d
|
Minor whitespace cleanup
|
2024-07-25 08:39:21 -04:00 |
|
Gregory John Casamento
|
ab737b81d5
|
Get the previous column when loading a column in item-based mode in _performLoadOfColumn
|
2024-07-25 08:23:06 -04:00 |
|
Gregory John Casamento
|
782321e063
|
Consolidate _performLoad methods, get the last item selected
|
2024-07-25 08:12:49 -04:00 |
|
Gregory John Casamento
|
f5decac3ba
|
Add code to reset column if the delegate is item-based
|
2024-07-24 11:28:51 -04:00 |
|
Gregory John Casamento
|
ffdf8fb6da
|
Partially correct implementation
|
2024-07-23 13:08:35 -04:00 |
|
Gregory John Casamento
|
a1dd317d29
|
Add delegate calls to method _performLoadOfItem:forColumn:
|
2024-07-22 18:48:54 -04:00 |
|
Gregory John Casamento
|
1df45b788e
|
Initial changes to start loading each column based on items
|
2024-07-20 12:11:47 -04:00 |
|
Gregory John Casamento
|
b1d0ecc21b
|
Add new 10.6 delegate methods to NSBrowserDelegate
|
2024-07-19 12:04:24 -04:00 |
|
Riccardo Mottola
|
b32f21e549
|
Merge branch 'master' of https://github.com/gnustep/libs-gui
|
2024-07-18 13:17:14 +02:00 |
|
Riccardo Mottola
|
da2803481b
|
Pietas, Enrico passed way, remove email
|
2024-07-18 13:17:06 +02:00 |
|
Gregory Casamento
|
6b238f504c
|
Update README.md
Fix date. :/
|
2024-07-06 01:54:10 -04:00 |
|
Gregory Casamento
|
1d46aae920
|
Update README.md
update date
|
2024-07-06 01:53:33 -04:00 |
|
Gregory Casamento
|
5c9ffa3929
|
Update gnustep-gui.spec.in
Updating description.
|
2024-07-02 03:12:00 -04:00 |
|
Gregory Casamento
|
efe925cf38
|
Update ChangeLog
Minor update... fix date in ChangeLog
|
2024-06-29 03:24:42 -04:00 |
|
Gregory Casamento
|
9a28851a3f
|
Merge pull request #268 from gnustep/NSMenuToolbarItem_branch
Add NSMenuToolbarItem implementation
|
2024-06-29 01:46:50 -04:00 |
|
Gregory John Casamento
|
ab2de84a90
|
Remove unneeded method, per discussion with @fredkiefer
|
2024-06-28 19:39:10 -04:00 |
|
Gregory Casamento
|
b0d02aa7e8
|
Merge branch 'master' into NSMenuToolbarItem_branch
|
2024-06-28 08:31:11 -04:00 |
|
Gregory Casamento
|
422649ae5b
|
Merge pull request #265 from gnustep/NSTableRowView_branch
NSTableRowView class implementation
|
2024-06-16 21:09:39 -04:00 |
|
Gregory John Casamento
|
baca2ae98a
|
Minor cleanup, move storage of view code to conditional where it is created, suggested by @fredkiefer
|
2024-06-16 21:01:41 -04:00 |
|
Gregory John Casamento
|
cf7b9ebd39
|
Final changes suggested by @fredkiefer and some small fixes before merge
|
2024-06-16 20:52:06 -04:00 |
|
Gregory John Casamento
|
f9b89c41e6
|
Correct minor theme drawing issues, fix issue pointed out by @fredkiefer to address out of order row fetching
|
2024-06-16 17:36:15 -04:00 |
|
Gregory John Casamento
|
77bf2f823b
|
Move method back, eliminate possible duplicate call to render outline cell, changes suggested by review with @fredkiefer
|
2024-06-16 16:25:00 -04:00 |
|
Gregory John Casamento
|
f8fca4e162
|
Update changelog date
|
2024-06-16 08:46:48 -04:00 |
|
Gregory John Casamento
|
b4c98b329b
|
Move method that renders the outline icon per discussion with @fredkiefer, also includes some whitespace fixes
|
2024-06-16 08:38:12 -04:00 |
|
Gregory John Casamento
|
a815ad5bb8
|
Edits suggested by @fredkiefer during review
|
2024-06-16 07:25:44 -04:00 |
|
Gregory John Casamento
|
1d6a850081
|
Make correctiongs as suggested by @fredkiefer
|
2024-06-16 07:12:32 -04:00 |
|
Gregory John Casamento
|
8162920eea
|
Update and merge from master
|
2024-06-16 07:03:09 -04:00 |
|
Gregory John Casamento
|
f83098bd8d
|
Update changelog
|
2024-06-16 07:02:13 -04:00 |
|
Gregory Casamento
|
44c0836bd9
|
Merge branch 'master' into NSTableRowView_branch
|
2024-06-11 02:08:53 -04:00 |
|
rfm
|
c93ee13f57
|
Fix missing return (suggested by Yavor Doganov)
|
2024-06-06 16:25:43 +01:00 |
|
rfm
|
c9a0e74437
|
Fixup bad testcases with non-portable code
|
2024-06-06 12:33:05 +01:00 |
|
rfm
|
a5410d9dc6
|
Ready for bugfix release
|
2024-06-06 10:38:15 +01:00 |
|
rfm
|
71b82ee7a2
|
Fixup testcase to actually work on gcc systems etc
|
2024-06-05 12:14:42 +01:00 |
|
rfm
|
d312fbe168
|
Fix for #276
|
2024-06-03 16:55:33 +01:00 |
|
rfm
|
51ed6a9608
|
Fix to work without fast enumeration, also fix codign style errors and compiler warnings about operator precedence.
|
2024-06-03 16:06:00 +01:00 |
|