0
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected 1 day ago.
May 06, 2023 — May 06, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed error with CGRect/NSRect when building for Release More... over 14 years ago
Switched UILabel to wrap around CATextLayer instead of subclassing NSTextField. Much improved performance. More... over 14 years ago
Fixed a bug when laying out the table view cells after data's changed More... over 14 years ago
Fixed some issues with UILabel/UITextField. Fixed another issue with living resizing UITableView, still a little jumpy though More... over 14 years ago
Fixed issues with UIView/UITableView/UITableViewCell. UIColor is no longer a subclass of NSColor, and now wraps CGColorRef directly. Added an extra NSColor property to UIColor More... over 14 years ago
UITableView now queues/dequeues cells and only displays the ones needed More... almost 15 years ago
This is a working commit of UITableView. Important to note: it does NOT use reuseable cells, and everything is layed out in reloadData. Next step is to implement reuseable cells and move cells as the tableview scrolls More... almost 15 years ago
* Updated UIScrollView to function more like the iPhone's * UITableView's reloadData now calculates row heights via dataSource/delegate and updates the UIScrollView documentSize accordingly * Added backgroundColor property to UIView More... almost 15 years ago
* Started to add UIColor subclass of NSColor * Added UIImage sublcass of NSImage, no methods in place yet * Added UILabel * Updated UIView More... almost 15 years ago
Changes from a while ago, forgot to commit.. No idea what they aer More... almost 15 years ago
Started creating structure of UITableView class Made UIKit function as a bundle-able framework More... about 15 years ago
Initial import, pretty much just a few header files.. Long way to go More... about 15 years ago