eeejay
(Eitan Isaacson)
- Name
- Eitan Isaacson
- Email
- Website/Blog
- http://monotonous.org
- Location
- Seattle, WA
- Member Since
- Apr 07, 2008 (about 1 year)
Following 1 githubber and watching 17 repositories view all →
Public Repositories (14)
-
A non-interactive tool for converting any given website to PDF
-
Adobe's Flex SDK
-
Accessibility work for Banshee
-
A GNOME Screen Reader
-
A braille typesetting program for GNOME
-
Second generation of LDTP
-
A XML-RPC service used for examining web pages accessibility
-
MSAA Python client library
-
Braille XML transcriber
-
A generic tree comparison library
-
test tool that allows you to write automated web application UI tests in any programming language...
-
Test tool for web applications. Selenium Core tests run directly in a browser, just as real users...
-
Selenium Grid is a tool that dramatically speeds up web testing by running multiple tests in para...
-
2.12 branch of gtk-sharp
Public Activity 
eeejay
created
branch
combobox
at eeejay/flex-sdk
Mon Nov 02 11:46:08 -0800 2009
HEAD is
da7e0a9471e91b3eefc280d1a8e4b1ee4e783d8b
x
-
Eitan Isaacson
committed
da7e0a94:
Add STATECHANGE when selection change, seems reasonable since the list item gets a new state of SELECTED, and the ButtonBarAccImpl subclass could use it for the PRESSED state.
HEAD is
99b9aef57f845a592071a14e7a109b4e563110d2
x
29 commits »
-
clucier@adobe.com
committed
f82ccb1c:
Some changes which ensure any states targetted declarations are bindable. Historically only those with id's were bindable. This new functionality provides the ability to tag any Model as bindable and is general purpose.
-
smgilson@adobe.com
committed
b236e74f:
Fix invalid HTML in ASDoc comment
-
pfarland@adobe.com
committed
5d519aa2:
Updating LuminosityMaskFilter.pbj to correct the PixelBender code to account for the fact that the mask artwork is in premultiplied alpha form.
-
pfarland@adobe.com
committed
06ec7a8b:
Reverting xercesPatch.jar to the previous version as there may be unintended dependencies from a JDK 1.5 based compile.
-
rfrishbe@adobe.com
committed
822a7418:
This has two changes: one is adding index to IItemRenderer and the other is adding handleHighlightBackground to ItemRenderer. Adding an index property should speed things up a little bit, and it'll help fix a bug with renderers that have index-dependent drawing, like when alternatingItemColors is set. handleHighlightBackground is a new shortcut property that will automatically handle drawing the background for selection/highlight in an item renderer. For now, handleHighlightBackground defaults to false, so it shouldn’t affect anything.
-
egeorgie@adobe.com
committed
ccef5fa5:
Drag and Drop - tweak the positioning of the drop indicator, allow 1 pixel overlap with the container border
-
dsubrama@adobe.com
committed
ba95fb43:
Check-in of runtime implementation of FXG 2.0 additional blendModes and luminosity mask. Additionally, cleaned up the code formatting and whitespace in the AS wrapper classes around the .pbj files.
-
hmuller@adobe.com
committed
f31d93de:
AsyncList/removeItemAt() now handles an IPE thrown by the list delegate. AsyncListView/toArray() now queues requests for items that don't exist yet and reports pending items as expected. AsyncListView/setItem() returns the old actual or pending value; null if no value exists.
-
smgilson@adobe.com
committed
c2b4c077:
Add ASDoc version tags to wireframe classes in preperation for adding them to ASDoc.
-
gosmith@adobe.com
committed
74a3d9e9:
Removed three vestigial TLF files from the trunk. They had been removed from TLF but I hadn't realized they were gone.
-
egeorgie@adobe.com
committed
5c4b093a:
Drag and Drop - various small fixes
-
klin@adobe.com
committed
f6d2f435:
Removed TitleWindow "active" skinstate and added the "inactive" skinstate. The "normal" state now refers to the TitleWindow in focus and the "inactive" state refers to out of focus TitleWindows. Updated skins to reflect this change.
-
build@adobe.com
committed
cf9c6b14:
Localization property file update 4.0.0.11048
-
jimurphy@adobe.com
committed
c8b9de27:
Merged 3.x revisions 10953,10964,10974,11007,11026 to Trunk
-
smgilson@adobe.com
committed
9ee77473:
ASDoc update to ComboBox.as
-
pfarland@adobe.com
committed
1099c57c:
Adding support for compile-time optimized FXG 2.0 maskType="luminosity". We generate a symbol class for both the mask and maskee. The mask creates a LuminosityMaskShader and uses it as a filter on the mask display object. As with alpha masks, the maskee must programmatically set cacheAsBitmap to true and the mask at runtime must be set to an item on the display list.
-
pfarland@adobe.com
committed
5277877f:
Attempt to fix build by adding the missing IMEClient.as from today's TLF Build 531.
-
gosmith@adobe.com
committed
e08fbbce:
Integrated today's TLF Build 531. This integration required no modifications to the Flex framework.
-
chaase@adobe.com
committed
1171fbe5:
Added and corrected ASDocs for the various transformPointToParent() functions. Also modified parameter names to be more correct (and understandable).
-
smgilson@adobe.com
committed
dc139a75:
initial asdoc pass on ComboBox.as
And 9 more commits...
HEAD is
6e10613db8810811468dbe1ed8b7bfff0b9675b4
x
27 commits »
-
clucier@adobe.com
committed
f82ccb1c:
Some changes which ensure any states targetted declarations are bindable. Historically only those with id's were bindable. This new functionality provides the ability to tag any Model as bindable and is general purpose.
-
smgilson@adobe.com
committed
b236e74f:
Fix invalid HTML in ASDoc comment
-
pfarland@adobe.com
committed
5d519aa2:
Updating LuminosityMaskFilter.pbj to correct the PixelBender code to account for the fact that the mask artwork is in premultiplied alpha form.
-
pfarland@adobe.com
committed
06ec7a8b:
Reverting xercesPatch.jar to the previous version as there may be unintended dependencies from a JDK 1.5 based compile.
-
rfrishbe@adobe.com
committed
822a7418:
This has two changes: one is adding index to IItemRenderer and the other is adding handleHighlightBackground to ItemRenderer. Adding an index property should speed things up a little bit, and it'll help fix a bug with renderers that have index-dependent drawing, like when alternatingItemColors is set. handleHighlightBackground is a new shortcut property that will automatically handle drawing the background for selection/highlight in an item renderer. For now, handleHighlightBackground defaults to false, so it shouldn’t affect anything.
-
egeorgie@adobe.com
committed
ccef5fa5:
Drag and Drop - tweak the positioning of the drop indicator, allow 1 pixel overlap with the container border
-
dsubrama@adobe.com
committed
ba95fb43:
Check-in of runtime implementation of FXG 2.0 additional blendModes and luminosity mask. Additionally, cleaned up the code formatting and whitespace in the AS wrapper classes around the .pbj files.
-
hmuller@adobe.com
committed
f31d93de:
AsyncList/removeItemAt() now handles an IPE thrown by the list delegate. AsyncListView/toArray() now queues requests for items that don't exist yet and reports pending items as expected. AsyncListView/setItem() returns the old actual or pending value; null if no value exists.
-
smgilson@adobe.com
committed
c2b4c077:
Add ASDoc version tags to wireframe classes in preperation for adding them to ASDoc.
-
gosmith@adobe.com
committed
74a3d9e9:
Removed three vestigial TLF files from the trunk. They had been removed from TLF but I hadn't realized they were gone.
-
egeorgie@adobe.com
committed
5c4b093a:
Drag and Drop - various small fixes
-
klin@adobe.com
committed
f6d2f435:
Removed TitleWindow "active" skinstate and added the "inactive" skinstate. The "normal" state now refers to the TitleWindow in focus and the "inactive" state refers to out of focus TitleWindows. Updated skins to reflect this change.
-
build@adobe.com
committed
cf9c6b14:
Localization property file update 4.0.0.11048
-
jimurphy@adobe.com
committed
c8b9de27:
Merged 3.x revisions 10953,10964,10974,11007,11026 to Trunk
-
smgilson@adobe.com
committed
9ee77473:
ASDoc update to ComboBox.as
-
pfarland@adobe.com
committed
1099c57c:
Adding support for compile-time optimized FXG 2.0 maskType="luminosity". We generate a symbol class for both the mask and maskee. The mask creates a LuminosityMaskShader and uses it as a filter on the mask display object. As with alpha masks, the maskee must programmatically set cacheAsBitmap to true and the mask at runtime must be set to an item on the display list.
-
pfarland@adobe.com
committed
5277877f:
Attempt to fix build by adding the missing IMEClient.as from today's TLF Build 531.
-
gosmith@adobe.com
committed
e08fbbce:
Integrated today's TLF Build 531. This integration required no modifications to the Flex framework.
-
chaase@adobe.com
committed
1171fbe5:
Added and corrected ASDocs for the various transformPointToParent() functions. Also modified parameter names to be more correct (and understandable).
-
smgilson@adobe.com
committed
dc139a75:
initial asdoc pass on ComboBox.as
And 7 more commits...
eeejay
created
branch
master
at eeejay/interwibble
Wed Oct 21 10:20:47 -0700 2009
This feature is coming soon. Sit tight!