0
I Use This!
Inactive

Commits : Listings

Analyzed 3 days ago. based on code collected 3 days ago.
Mar 26, 2025 — Mar 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Big edits to support upstream changes in Three20 (TTModel and TTNavigator). More... over 16 years ago
Fixed my broken three20 git submodule reference. More... over 16 years ago
Added a basic font editor plugin. More... over 16 years ago
Render service now rasterizes with a background color that matches the NSImageView background color in the RenderClient. More... over 16 years ago
RenderClient can now provide the example image for the TTStyleDelegate protocol. More... over 16 years ago
RenderClient can now provide the example text for the TTStyleDelegate protocol. More... over 16 years ago
Updated the README to describe the RenderClient. Added a pre-built RenderClient to the distribution. More... over 16 years ago
The object editor system and app view controllers now generate "refresh" notifications at appropriate times. More... over 16 years ago
RenderClient now automatically connects to the first available TTStyleBuilder Bonjour service. More... over 16 years ago
RenderClient's style preview area is now resizable. More... over 16 years ago
When the render client config changes, the server will immediately send it a new raster. More... over 16 years ago
Cleaned up the render client project for OS X. More... over 16 years ago
RenderService now manages a list of clients, each with their own render configuration. More... over 16 years ago
Implemented simple RenderService/RenderClient functionality. More... over 16 years ago
Bumped the three20 submodule to reflect the addition of automatic TTStyle deserialization from the app bundle via -[TTStyleSheet styleForSelector:forState:]. More... over 16 years ago
Just discovered NSStringFromClass(). There are a lot of nice NSStringFrom* functions. More... over 16 years ago
Expanded the README and formatted it using Markdown. More... over 16 years ago
Switched three20 submodule from Joe's repo on GitHub to my fork on GitHub. More... over 16 years ago
Prompts for a name when saving a style to disk. More... over 16 years ago
Added a toolbar to the style pipeline view. More... over 16 years ago
Basic support for serializing and deserializing TTStyles. More... over 16 years ago
Merge branch 'experimental' More... over 16 years ago
When creating a new style, start with an empty pipeline instead of the old shim. More... over 16 years ago
Refactored StyleStructure{Controller,DataSource} to simplify pointer usage and instance variables. More... over 16 years ago
Merge branch 'experimental' More... over 16 years ago
You can now delete the last remaining style in a pipeline, then add a new style without the app crashing :-) More... over 16 years ago
Resolved an issue where the live preview settings included inherited properties, even though that is not our intent. More... over 16 years ago
Added an alpha slider to the ColorEditor plugin. More... over 16 years ago
Consolidated all occurrences of 'encodeDirectiveType' and 'propertyType' into the new standard nomenclature: 'atEncodeType' (e.g. the string output of @encode(myValue)) More... over 16 years ago
ObjectEditor now refuses to drill down on a read-only, scalar property. More... over 16 years ago