5
I Use This!
Inactive

Commits : Listings

Analyzed about 19 hours ago. based on code collected 1 day ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Made the Border class to work with the new color traits. This should make the color issue x-browser. More... almost 15 years ago
Added the ColorHelpers trait. More... almost 15 years ago
Moved the font style to the editor's selector in the test page More... almost 15 years ago
Merge with tip More... almost 15 years ago
Adds FlowLayout More... almost 15 years ago
Fixed flickering file menu in Bespin by adding an explicit background-color to the lists inside of the HorizontalTree, and added new support for "inherit" property More... almost 15 years ago
Added new "resourceBase" to Resources for loading in resources (e.g., images) in CSS files; rolled back some of julian's may 17 patch 3ecb6a4bbd35 as it broke mousedown, mousemove, and mouseup events. Need to look into what happened there, but am too tired to troubleshoot More... almost 15 years ago
th.Input: it's done :) More... almost 15 years ago
BorderImage-fix: borderImage was not doing well with padding; fix this More... almost 15 years ago
Merge with Ben's last changes More... almost 15 years ago
th.WindowScene: Add title; th.WindowScene.init() takes now an object as parameter More... almost 15 years ago
Fixes Background-Color/Image Bug More... almost 15 years ago
Clean up Focus and Window test. Append Border test to have a case for border-image. Add Focus and Window test to commitTests.html. Fix a little bug within paintImageBorder(). Move some images around + add a new one for the window test. Make copy/cut/paste work on Firefox. More... almost 15 years ago
Fixed a bug with the SimpleLayout's VERTICAL mode; removed a spurious console.log statement More... almost 15 years ago
Merge with Ben's last work; one adjustment for dealing with 'mousemove' events and some little changes to get focus and window example working again More... almost 15 years ago
Removing the global listener, which I don't understand; changed the mousemove event to bind to the window, not the canvas. In the case of both of these changes, I believe there may be other changes that also need to be made to balance them that I'm not familiar with--will endeavor to discover shortly. More... almost 15 years ago
adding some useful defaults More... almost 15 years ago
Added a top-level test harness and a missing CSS file More... almost 15 years ago
Fixed annoying bug where only one side of an id comparison was lower-cased More... almost 15 years ago
Removed global image path (this needs an alternate solution); fixed webkit gradient bug; changed CSS image loading to use the page URL as the base instead of the Thunderhead base URL More... almost 15 years ago
Changed property expand mechanism a touch; removed global expander More... almost 15 years ago
Removed addItemWithString and replaced with list mechanism that makes fewer assumptions about contents of the list More... almost 15 years ago
Changed scene.getChildById() to scene.byId(); removed the container trait getChildById() after discovering no callers; introduced "var" into a couple of implicit variable declarations More... almost 15 years ago
Adds th.Timer; Adds "mouseout" and "mouseover" event to th.Scene, so the components know when the mouse leaves or enters them More... almost 15 years ago
th.Scene: Add paintSelf function for the scene, so that you can draw additional things after the whole scene is painted More... almost 15 years ago
th.HtmlLabel: let it take only three digets for colors as well More... almost 15 years ago
th.WindowScene: Figure out, if the user clicked on the border by using the border-widht More... almost 15 years ago
FocusManager: The pseudoClass of one's component is set to 'active', after this one got the focus More... almost 15 years ago
th.HtmlLabel: Basic work is in (see window-test for example!) More... almost 15 years ago
(proposal) th.List: makes th.List.items a object; the text of a item is stored something like { text: "item1"} More... almost 15 years ago