0
I Use This!
Inactive

Commits : Listings

Analyzed 21 minutes ago. based on code collected about 5 hours ago.
May 03, 2023 — May 03, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Created changelog. More... over 14 years ago
More typo fixes. More... over 14 years ago
Oops. WyziHat is a typo and should be WysiHat. Fixed in most places except the kit name itself. More... over 14 years ago
Initial semi-hack to have the scroll position follow the cursor. More... over 14 years ago
Fixed a formatting error. More... over 14 years ago
Fixed: the editor would grab focus whenever initialized. More... over 14 years ago
Added a fork of wyzihat as a submodule. More... over 14 years ago
The load fix removed the need for the Firefox setContent workaround. Simplified the code by removing it. Also eliminated a situation during initialization where the editor took focus needlessly. More... over 14 years ago
Fixed: textViewDidLoad is not sent until the WysiHat ready flag is set. This resolves some problems where content could not be set in Firefox immediately in a textViewDidLoad callback. Also added a setHtmlValue method. More... over 14 years ago
Implemented a workaround to the toolbar taking the focus from the editor. setShouldFocusAfterAction: causes the editor to grab the keyboard after any action such as boldSelection, italicsSelection etc, allowing the user to keep typing. More... over 14 years ago
Added support for bullets and numbered lists to the sample application. More... over 14 years ago
New delegate event textViewCursorDidMove:. The current font can now be read from the editor. The sample automatically updates its Font dropdown to show the current font. More... over 14 years ago
Fixed: deleting or inserting text would not cause the scrollbar to update without first mousing over it. The fix is to force a run loop iteration immediately. More... over 14 years ago
Added font selection support, although it's not shown in the demo. More... over 14 years ago
Added link, unlink and insert image to the demo. More... over 14 years ago
Hooked up strikethrough and the four standard alignment types. Also added code not yet shown for links and images. Switched toolbar icons to FamFamFam Silk to get a more complete set. More... over 14 years ago
A script to create an uploadable sample. More... over 14 years ago
Fixed: editor height calculation didn't work in Firefox. The replacement code not only works in Firefox but is also more elegant and could be more efficient for large amounts of text. The new code also helps Safari update the scrollbar immediately for the text when setContent is used. More... over 14 years ago
If the iframe is ever removed from view it is destroyed (at least in Safari). Ideally this should never happen, but if it does happen the editor is now reloaded and reset. More... over 14 years ago
Adjusted the text view margins. More... over 14 years ago
Minor steps in the direction of scroll perfection. More... over 14 years ago
Merge branch 'master' into scrollfix More... over 14 years ago
Get on the main run loop for event handling. More... over 14 years ago
Added a link to the sample program online and a note about Tango. More... over 14 years ago
Implemented actions for underline, italics and clear. Fleshed out the sample application with a toolbar to use all of these tools. More... over 14 years ago
Various debug related code in the search for a way to have cursor movement and text edits reflect in the scroller, not just the frame size. More... over 14 years ago
Fixed: if the content area shrinks the editor frame now follows along appropriately. The scrollbar does not update right yet. More... over 14 years ago
Documented the sample program. More... over 14 years ago
Created a sample application showing the editor with scrollbars and not much else. More... over 14 years ago
Added support for scrolling with Cappuccino scrollbars. More... over 14 years ago