0
I Use This!
Inactive

Commits : Listings

Analyzed about 18 hours ago. based on code collected 1 day ago.
May 15, 2023 — May 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Implemented margin option for slot and refactored a little. Look at NKS (Nobody Knows Shoes) page 21 and Green Shoes sample34. Now, Shoes in front is the same as Red Shoes. But Shoes in back is slightly different. More... over 13 years ago
Replaced GitHub urls from http://github.com to https://github.com. Now embedded images are displayed on README.md. More... over 13 years ago
Added two external C libraries, chipmunk and bloopsaphone, from Red Shoes. Now sample32 and sample33 work well. But so far on Windows only. More... over 13 years ago
Improved style method. To do that, put in some classes: ShapeBase, Line, Star. Now sample31 works. More... over 13 years ago
Reformed sample2 for the latest version. More... over 13 years ago
Implemented *star* method. The logic is from Red Shoes. More... over 13 years ago
Implemented *shape* method. It's not the same as Red Shoes. Because context.instance_eval(&blk) was used for simplicity. So, it's possible to use cairo's methods directly, but impossible to use Green Shoes' methods, i.e. oval, rect, etc. within the shape block. But I think it's not so bad. More... over 13 years ago
Fixed an error which occurred when the window with hided elements was resized. More... over 13 years ago
Revised a little for sample20. More... over 13 years ago
Improved image method a little to set image-size. Now :width and :height attributes are available. Replaced sample30 that is almost the same code as Red Shoes. More... over 13 years ago
First try for *Shoes::Widget* class. More... over 13 years ago
Added *imagesize* method. More... over 13 years ago
Implemented *list_box*. Look at sample29. More... over 13 years ago
Implemented *keypress*. Now can play Snake Game (sample28). More... over 13 years ago
Uploaded a snapshot of sample27. More... over 13 years ago
Debugged animate, every and timer a little. Now sample27 works well. More... over 13 years ago
Updated sample26. Now it works with animate. More... over 13 years ago
Implemented *every* and *timer* methods and revised animate method. More... over 13 years ago
Debugged a little. When parent slot of mask has no height (size zero), use app.height size. Now got a black background in sample26. More... over 13 years ago
Debugged a little. There was no need calling move2 method to create real image data for TextBlock element. Now resolved an error when window was resized. More... over 13 years ago
First shot of *mask*. Not completed. Todo list is: More... over 13 years ago
Added margin style for Button, EditLine, Image and TextBlock. Look at sample25. More... over 13 years ago
Oops, last commit was bad. It was degraded. Put Oval and Rect back in place. More... over 13 years ago
Implemented *line* method and reconsidered Shape class (deleted Oval and Rect classes). More... over 13 years ago
Extended gradient method. Now patterns can be colors, gradients and images. Look at sample23. More... over 13 years ago
Oops, deleted the code of no effect in sample22. More... over 13 years ago
Add sample22 which shows gradient pattern for background, border, oval and rect. More... over 13 years ago
mplemented *gradient* method and refactored oval, rect, background, border and basic_attributes methods. Now patterns can be colors and gradients. More... over 13 years ago
Added *Pattern* class. Implemented *nofill* and *border* methods. Sorta refactoring edit_line and background methods. More... over 13 years ago
Revised edit_line method a little. Now Search Sample works. http://vgoff.posterous.com/search-sample-in-green-shoes More... over 13 years ago