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
Riccardo Mottola
da2803481b
Pietas, Enrico passed way, remove email
2024-07-18 13:17:06 +02: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 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
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
f83098bd8d
Update changelog
2024-06-16 07:02:13 -04:00
rfm
d312fbe168
Fix for #276
2024-06-03 16:55:33 +01:00
rfm
f93ca6eeb6
Don't use lazy locks any more
2024-05-30 11:15:19 +01:00
rfm
7a98157dc7
gnustep_global_lock is removed
2024-05-30 10:35:02 +01:00
Riccardo
6094e40e8e
Merge pull request #275 from gnustep/Magick_TGA
...
ImageMagick TGA support fix
2024-05-22 15:06:32 +02:00
Riccardo Mottola
3ec731943c
use a constant for signature and use for now only the bytes needed for TGA
2024-05-21 14:38:26 +02:00
Riccardo Mottola
7feeccceab
use memset instead of bzeo, to conform to the rest of the file
2024-05-17 11:37:57 +02:00
Riccardo Mottola
f02d54ee8a
code reformat
2024-05-17 10:58:37 +02:00
Riccardo
8913711a6d
Merge pull request #271 from gnustep/Endianess_BitmapRep
...
Improve Endianness support for BitmapRep
2024-05-15 09:48:23 +02:00
Riccardo Mottola
656fe6e576
seek for trailing signature and recognize v2 TGA files and hint that to ImageMagick
2024-05-14 00:56:39 +02:00
Riccardo Mottola
d9b291085d
some come indenting cleanup
2024-05-13 22:10:31 +02:00
Riccardo Mottola
41ba427101
call SWAP_LINE_ENDIANNESS iniside the WRITE_SCANLINE macro and thus remove if() duplication
2024-05-13 21:53:06 +02:00
Riccardo Mottola
2328f7e99a
use char for bool
2024-05-13 21:43:58 +02:00
Adam Fox
ae6323b042
Revert to defaultParagraphStyle tab stops from 10 years ago ( #272 )
...
* Uncomment defaultParagraphStyle tab stop defaults from 10 years ago.
* move creation of tab stops for defaultParagraphStyle into the init method
* Update ChangeLog
* fix build error
* Update ChangeLog
2024-05-13 18:47:42 +02:00
Riccardo Mottola
22dbbbb1f6
swap only if 16 or 32 bits, otherwise endianness has no meaningwq
2024-05-09 01:17:01 +02:00
Riccardo Mottola
f77370178a
update include guard to actual file name
2024-05-08 11:24:15 +02:00
Riccardo Mottola
b35b5714ed
update Adam's historic mail and copyright dates
2024-05-08 11:18:13 +02:00
Riccardo Mottola
4ea49b0260
now that we have individual flags to check, group swapping into a one big macro
2024-05-08 11:12:11 +02:00
Riccardo Mottola
55b75b9e33
instad of using NSBitmapFormat use individual flags
2024-05-08 10:28:49 +02:00
Riccardo Mottola
7c833cb5a6
try to swap 16bit and 32bit images line-per-line always into host byte order for TIFF library to write
2024-05-07 23:22:05 +02:00
Gregory John Casamento
27c9dc9207
Fix whitespace in NSTableRowView.[hm]
2024-05-06 10:09:39 -04:00
Gregory John Casamento
8fc0bffc5c
Eliminate white-space
2024-05-06 09:49:19 -04:00
Gregory John Casamento
d3f05037eb
Finish implementation of NSMenuToolbarItem
2024-05-04 09:27:05 -04:00
Gregory Casamento
52423a430c
Revert questionable change to NSTextView
2024-05-04 06:26:19 -04:00
Gregory John Casamento
5ab8768283
Add code to show image for NSMenuToolbarItem
2024-05-03 16:28:24 -04:00
Gregory John Casamento
bd4e093bad
Add NSMenuToolbarItem skeleton
2024-05-03 13:52:23 -04:00
Gregory John Casamento
b7bea0213b
Fix issue with view refresh/editability, refactor so that view sizing happens in the correct place
2024-05-03 10:40:08 -04:00
Gregory John Casamento
bec2392e33
Fix to NSTextView issue where it goes into an infinite loop if the event is returned as nil
2024-05-01 19:19:45 -04:00
Gregory John Casamento
b9c5ba35be
Rename variables to be a bit more meaningful
2024-04-30 04:38:41 -04:00
Gregory John Casamento
9070a9d30f
Move view rendering to viewAtColumn:row:makeIfNecessary: and eliminate uneeded private method
2024-04-28 15:04:29 -04:00
Gregory John Casamento
4d5957eaf7
Fully refactor delegate calls into NSTableView/NSOutlineView and move outlineColumn drawing to a public method
2024-04-28 09:49:19 -04:00
Gregory John Casamento
77ce97c266
Update to use NSTableRowView
2024-04-28 07:17:43 -04:00
Gregory John Casamento
f7e4b70f54
Return the NSTableRowView for the current row
2024-04-27 09:07:56 -04:00
Gregory John Casamento
d3a0dd23c0
Add 10.7 methods to NSTableView, implement viewAtColumn:row:makeIfnecessary:
2024-04-26 13:08:35 -04:00
Gregory John Casamento
41c7257d4b
Add 10.7 methods and add next/prev row selected ivars
2024-04-26 13:08:35 -04:00
Gregory John Casamento
dfef9c9e1f
Finish skeleton
2024-04-26 13:08:35 -04:00
Gregory John Casamento
4d2dcb9e04
Add skeleton for NSTableRowView class that includes set/get methods
2024-04-26 13:08:35 -04:00
Gregory Casamento
82dce67eb4
Reduce code duplication in GSThemeDrawing table/outline view drawing methods ( #262 )
...
* Reduce code duplication in drawViewCell:... method
* Further reduce code duplication, add common private method for calculating starting and ending column
* Use the tableView in the method that calculates the starting and ending rows
* Add code to properly handle prototypeViews, the XIB is NOT split, I was confused
* Call awakeFromNib on view as well
* Refactor so that the outlineColumn drawing code is shared
* Adjust the image drawing and the clickable area to be more aligned also make it easier to expand or collapse an item in the outline view
2024-04-26 18:40:11 +02:00