0
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected 1 day ago.
May 01, 2023 — May 01, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixing some of the markdown problems, toning down my handsomeness, fixing a few typos, and clarifications More... almost 13 years ago
Implemented the :click option for link() method to improve compatibility with Red Shoes. Thanks to Timothy Barnes for pointing that out. More... almost 13 years ago
updated README.md to include a link to the green shoes manual More... almost 13 years ago
Implemented the :stroke and :fill styles for TextBlock to improve compatibility with Red Shoes. Also edited the built-in manual. More... almost 13 years ago
Implemented parent() method for Shoes::Widget object. The following is a test snippet: More... almost 13 years ago
To write a Green Shoes app a little more simply. More... almost 13 years ago
Just only formatted a snippet and corrected a url. More... almost 13 years ago
Merge remote branch 'krainboltgreene/patch-1' More... almost 13 years ago
Backuped the current README.md. More... almost 13 years ago
Edited README.md via GitHub More... almost 13 years ago
At last, found a solution. Deleted the note in the built-in munual. That is no longer needed. More... about 13 years ago
Fixed a bug for clear function. The following is the test snippet. After click the button (execute `f.clear`), the green background will never appear. More... about 13 years ago
Fixed a bug of textblock link. The following is the test snippet. Now you can use link and left/top options together. More... about 13 years ago
Added :front and :back options (styles) to change the order of showing. More... about 13 years ago
task to clean out temp files: rake clean More... about 13 years ago
initial rdoc task More... about 13 years ago
complain if jeweler is not found More... about 13 years ago
Edited a path of image elements on built-in manual. More... about 13 years ago
Implemented :hidden option for TextBlock, Stack and Flow. And added show/hide methods for Stack/Flow. More... about 13 years ago
Implemented :hidden option for Image and Shape. Revised sample44.rb with :hidden option. Then, it can display clock window without an embarrassed first flicker. More... about 13 years ago
Added a little explanation about the text cursor in the built-in manual. More... about 13 years ago
Added sample 51 for testing a text cursor. More... about 13 years ago
Implemented TextBlock#cursor() and TextBlock#cursor=() methods in the same way as Red Shoes. Using a line shape, that is. More... about 13 years ago
Revised Widget class a little bit. Now you can use multiple Widget subclasses. Update README. More... about 13 years ago
Added App#click, App#release, App#hover and App#leave methods. Now you can play sample50 (Othello game). More... about 13 years ago
Updated built-in manual. This commit was suggested by Hex (serialhex) at issue 22: https://github.com/ashbb/green_shoes/issues/closed#issue/22 He also took a nice snapshot, man-editor-notepad.png Thanks! More... about 13 years ago
Implemented the Sample App page and improved manual_p() a little to accept https header. At last, finished a html manual. More... about 13 years ago
Improved html manual. Colors List is available now. More... about 13 years ago
Changed sample code format and shortened their length in built-in manual. More... about 13 years ago
Improved html manual. Now can output the methods part. The rest are two pages, Colors List and Samples Apps. More... about 13 years ago