Changes for Filter Effects specification ---------------------------------------- 2012-10-03 Dirk Schulze - Modified note to issue to support more shading languages. - Added normative references to GLSL ES and WebGL specs. 2012-08-20 Dirk Schulze - Preparation for publication (8). 2012-08-20 Dirk Schulze - Preparation for publication (7). 2012-08-20 Dirk Schulze - Preparation for publication (6). 2012-08-18 Dirk Schulze - Preparation for publication (5). 2012-08-18 Dirk Schulze - Preparation for publication (4). 2012-08-17 Dirk Schulze - Preparation for publication (3). 2012-08-17 Dirk Schulze - Preparation for publication (2). 2012-08-17 Dirk Schulze - Preparation for publication (1). 2012-08-17 Dirk Schulze - Corrected typos and added issue to 'color-interpolation-filters' property. 2012-08-16 Dirk Schulze - Added issue to apply filters to just borders or backgrounds instead of just the whole group. - Added me as editor. 2012-08-12 Dirk Schulze - Fix references to Compositing spec. 2012-08-10 Dirk Schulze - Add sentence to property interpolation. 2012-08-07 Dirk Schulze - Editorial changes of 'enable-background' 2012-08-07 Dirk Schulze - Added issue about how infinit inputs apply to feGaussianBlur and feMorphology. - Fixed typo on infinite inputs for feGaussianBlur (end of sentence was missing). 2012-08-06 Dirk Schulze - custom primitive operates on non-premultiplied colors - general typo fixes 2012-08-01 Dirk Schulze - more clean-up and link fixes 2012-08-01 Dirk Schulze - general clean-up - fix links 2012-08-01 Dirk Schulze - update mix function description. It is independent from a specific shader language now. - Updated the default shaders for GLSL. 2012-07-27 Dirk Schulze - update element summary of filter element after more changes from Cameron on the preprocessor 2012-07-27 Dirk Schulze - use preprocessor to create element summary 2012-07-23 Erik Dahlström - ACTION-3314: Specify that float values in the 'order' attribute of feConvolveMatrix will truncate the values if they're not integers. 2012-07-20 Dirk Schulze - corrections to shader part after review 2012-06-27 Dirk Schulze - corrections on mix function 2012-06-27 Dirk Schulze - added description of mix function in the processing model - some tweaks to SVG images 2012-06-27 Dirk Schulze - again: use more SVG magic for shaders 2012-06-25 Dirk Schulze - use more SVG magic for shaders 2012-06-25 Dirk Schulze - added svg stack for shader concept - replaces PNGs 2012-06-25 Dirk Schulze - started adding shader processing model - issue corrections on shader boxes 2012-06-22 Dirk Schulze - for now, the filter-margin properties just apply to filter function custom() 2012-06-22 Dirk Schulze - added index and property index - cleanup of property defintions 2012-06-22 Dirk Schulze - added defintions for - cleanup of properties - cleanup of defintions - reordering of sections for a better readability 2012-06-21 Dirk Schulze - Added defintion for 'filter-margin(-bottom, -left. -right, -top)' properties 2012-06-20 Dirk Schulze - Change short hand to 'filter-effects' ny adding a link to TR state of spec 2012-06-20 Dirk Schulze - Cleanup of feCustom section 2012-06-20 Dirk Schulze - add description of mix function - add first graphic for processing model of mix 2012-06-19 Dirk Schulze - added new paragraph about fragmentShader attribute 2012-06-19 Dirk Schulze - *-color properties follow the syntax of CSS Values and Units now 2012-06-19 Dirk Schulze - updated syntax for mix(..) function 2012-06-18 Dirk Schulze - updated property definition markup; Same like for CSS and SVG2 specs now - added more information to head of spec 2012-06-18 Dirk Schulze - updated 'custom' syntax to latest proposal - Fixed links to CSS3 Transforms; changed to 2012-06-17 Dirk Schulze - make syntax of custom() and feCustom follow CSS Units and Values - begin cleaning up feCustom section 2012-06-17 Dirk Schulze - add link to ChangeLog, similar to other specs 2012-06-17 Dirk Schulze - edit Makefile to use FXTF status text - status of document is generated by W3C server now - same for date of last edit - copied images from CSS Shader to Filter Effects - make use of 'issue' class for ISSUES 2012-05-07 Erik Dahlström - Moved the 'color-interpolation-filters' property definition from the painting chapter in SVG to here. 2012-03-28 Dean Jackson - Restored all the examples, element definitions and IDL interfaces from previous version of the spec, which I had accidentally deleted when moving from the XML source. 2011-12-17 Dean Jackson - Added a simple HTML redirection into publish/index.html since it's hard to find the new spec location. - opacity() had values the wrong way around (should match CSS opacity) - remove sharpen() effect (as resolved at TPAC) - mention that hue-rotate should not normalize - remove gamma() and replace with the more useful brightness() and contrast() - blur() should only take one parameter to be more equivalent to CSS shadows 2011-11-05 Dean Jackson - Change to new specification style. Archive some old content. - Merged CSS Shaders proposal and Filter Effects. This included a number of small tweaks to the abstract and introduction sections. - Added security section given background on timing attacks and cross-origin restrictions. - 0-1 parameters for functions changed to 0%-100% - Fixed grayscale and sepia functions (they were very wrong) 2011-10-14 Erik Dahlström - Some minor tweaks of the intro section for FPWD publication - Added link to SVG WG patent disclosures - Clarified "Elements formatted by CSS" 2011-10-06 Dean Jackson - Validation fixes for publication (nothing to see here) 2011-09-29 Erik Dahlström - Removed the 0..1 range restriction in the values attribute on feColorMatrix with type="saturate". 2011-09-07 Dean Jackson - Added opacity function - Corrected luminanceToAlpha values 2011-08-31 Dean Jackson - Remove commas from shorthand function parameter input. - Rename unsharp() shorthand to sharpen() - drop-shadow shorthand parameter is now a 2011-08-30 Dean Jackson - note that feCustom is probably not going to be included at this stage - Added filter() function - Removed x y width height parameters from enable-background - Added drop-shadow shorthand 2011-07 Erik Dahlström - Various changes. See hg log for details. 2011-04-18 Dean Jackson - renamed files, removing "SVG" - temporarily commenting out reqs and primer publication - update the intro section to be more language neutral, and generally replace SVG with XML for now. - define the filter property in terms of a list of function - describe the functions as a space separated list of commands like url(), sepia() etc. - show the equivalent XML version for each shorthand function