root/trunk/proj/w3c


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @475 [475] 06/20/06 10:52:33 brian Fixed treelist to work with change in inheritance hierarchy
(edit) @471 [471] 04/10/06 11:31:26 shane Fixed reference test failing. Misc cleanup
(edit) @441 [441] 01/24/06 13:07:48 brian Changed the import error in xmlClassBuilder to raise if the module was …
(edit) @404 [404] 09/11/05 22:00:45 sholloway Significant refactoring for CSSParser and CSSCascadeStrategy acquisition …
(edit) @402 [402] 09/09/05 16:04:51 sholloway Fix for ticket:50 to handle section 4.2 of the CSS 2.1 spec. Conformant …
(edit) @400 [400] 09/06/05 18:07:35 brian Fixed wx.SHOW_MODAL constant is 0, which interfered with the .Show() …
(edit) @399 [399] 09/02/05 14:38:02 sholloway Some bugs revealed by removing 'init' from namespace set to a module's …
(edit) @396 [396] 09/02/05 13:07:00 sholloway --
(edit) @394 [394] 09/02/05 10:30:40 lking Shane updated the baseElements file to allow the None value to be used as …
(edit) @392 [392] 09/01/05 10:08:46 sholloway Removed Exceptions from StateMachinery? and fixed test Adjusted addFactory …
(edit) @389 [389] 08/23/05 20:05:41 sholloway Changed CSS implementation so that it always tracks the importance of …
(edit) @387 [387] 08/19/05 12:54:31 sholloway More testing and revisions for pil layering
(edit) @376 [376] 07/26/05 14:57:39 sholloway Added some default parsing calls for convenience. Added a cssHtml module …
(edit) @374 [374] 07/26/05 14:23:16 sholloway Fix CSSCascading problem from ticket:47 Fix for CSSStylesheet merging for …
(edit) @369 [369] 06/30/05 17:15:32 sholloway Correction to the colors module to handle both 6-digit and 3-digit hex …
(edit) @363 [363] 05/19/05 18:16:06 sholloway Added style-extra attribute to wx window elements Made ctx.add decorator …
(edit) @362 [362] 04/18/05 16:25:43 sholloway Implementation of #37: "CSS Errors with filename and line number"
(edit) @361 [361] 04/18/05 14:56:52 sholloway Fixed embedded comments -- ticket:45 Applied patchs from ticket:43 and …
(edit) @360 [360] 04/18/05 13:58:54 sholloway Integration of documentation from Henning Ramm for CSSParser's various …
(edit) @353 [353] 03/30/05 13:24:41 sholloway Added qualifiers to all subclasses of CSSSelectorBase
(edit) @352 [352] 03/28/05 17:12:29 sholloway Resulting checkin derived from a patch submitted by Gary Poster. Host of …
(edit) @346 [346] 02/20/05 22:52:52 sholloway changed guiTools/wx/init.py to use wx.VERSION instead of …
(edit) @345 [345] 02/19/05 15:16:27 sholloway added popItem, popData, popNode, and popComment to xmlNode.py
(edit) @344 [344] 02/19/05 10:41:01 sholloway Various bugfixes for border conditions Changed default requested window to …
(edit) @341 [341] 02/16/05 00:46:51 sholloway Added two methods to xmlNode.py for adding raw or explicit xml to a node
(edit) @329 [329] 12/07/04 16:05:13 sholloway Made getResolverForKey a public method on URIKeyedCompositeResolver to …
(edit) @326 [326] 11/24/04 14:41:52 sholloway TG.skinning.common.python.conditional #36 - Skin references now show up in …
(edit) @325 [325] 11/24/04 12:37:26 sholloway Fix #29 Big refactoring on source file and line number problems with …
(edit) @324 [324] 11/23/04 09:59:34 sholloway Fix for #35: Error file and line incorrect when using …
(edit) @322 [322] 11/17/04 16:30:19 brian Added append method to URI Added URIPart scheme to uriResolvers
(edit) @321 [321] 11/17/04 12:45:58 sholloway Dock host models implemented Couple bugs in uri and …
(edit) @320 [320] 11/04/04 14:35:32 sholloway Large refactoring for docking related functionality. Not yet complete, …
(edit) @318 [318] 10/29/04 21:26:52 sholloway Bugfix for [316] for Generic filenodes. Caught by a unittest
(edit) @317 [317] 10/29/04 21:10:11 sholloway Addressing ticket #32, this large changeset adds File and Line information …
(edit) @311 [311] 10/23/04 16:22:10 brian Added getstate/setstate to URI and URIResolvables
(edit) @310 [310] 10/23/04 14:55:46 brian More URI nit changes Changed the notifications.store implementations to be …
(edit) @309 [309] 10/23/04 09:31:13 brian Renamed get/set/del URIBase to get/set/del URI Fixed a bug in uri …
(edit) @307 [307] 10/21/04 23:10:08 brian Various changes -- mostly in uris and convience methods
(edit) @305 [305] 10/19/04 21:31:55 brian Sweeping change to URI resolvers to allow for a separation between the …
(edit) @304 [304] 10/19/04 02:40:06 brian Adjusted uri a bit - len method, mount parameter consistency Spelling …
(edit) @300 [300] 10/16/04 22:05:17 sholloway Renamed compound's "xmlskin" attribute to "xmlSkin" to better match skin …
(edit) @297 [297] 10/14/04 15:15:11 brian Misspelling of Separate Major CSS import error for the general case Minor …
(edit) @288 [288] 10/07/04 17:24:11 sholloway Adjusted timing messages to handle imbedded skins better Fixed the timers …
(edit) @284 [284] 10/02/04 18:28:23 sholloway * Added skinModelFromReference as a convience method for more complicated …
(edit) @259 [259] 09/15/04 17:59:42 sholloway Fix for a difference in set intersection between python 2.3.3 and python …
(edit) @253 [253] 09/13/04 20:17:40 sholloway Converted URI's use of regular expressions to use named subgroups. As a …
(edit) @251 [251] 09/11/04 00:31:14 sholloway * Removed default encoding from xmlBuilder so that source files can …
(edit) @249 [249] 09/10/04 03:28:47 sholloway * Completion of CSS Documentation for ticket #9 * Completion of CSS Demo …
(edit) @248 [248] 09/09/04 16:36:27 sholloway CSS Documentation for ticket #9
(edit) @245 [245] 09/08/04 00:13:11 sholloway * Renamed ogl_canvas_shaped to ogl_canvas * Renamed glcanvas to …
(edit) @241 [241] 09/02/04 00:07:23 sholloway * Integration of uriResolver and skinning frameworks for ticket:6 All 296 …
(edit) @240 [240] 09/01/04 01:15:41 sholloway * additions to uriResolver framework for ticket #6 Expect integration …
(edit) @238 [238] 08/31/04 00:22:29 sholloway * uriResolver changes for ticket #6 * reading from OS files via URI …
(edit) @236 [236] 08/27/04 18:03:36 sholloway * Added tests for TG.uriResolver.common.PathResolver? * Fixes for the …
(edit) @234 [234] 08/26/04 17:43:21 sholloway * refinements of uriResolver package. TG.uriResolver.common.PathResolver?
(edit) @233 [233] 08/26/04 15:57:47 sholloway * prototype implementation of uriResolvers for ticket #6
(edit) @232 [232] 08/25/04 17:30:44 sholloway * fixed self.asString() by calling self.asPathString() * more prevalent …
(edit) @230 [230] 08/25/04 17:02:04 sholloway * URI changes relating to ticket #6. * Start of urlResolver for #6. * …
(edit) @226 [226] 08/23/04 23:08:39 sholloway * Added formalized method for specifying default userAgent, author, and …
(edit) @223 [223] 08/20/04 12:43:21 sholloway Precision error in benchmarking code. Changed to use time.clock on …
(edit) @222 [222] 08/20/04 12:21:39 sholloway Reported failings with on MacOSX. This should fix the masking error of …
(edit) @221 [221] 08/20/04 00:31:28 sholloway * Renamed skin element "parent" attribute to "xmlParent" * Renamed skin …
(edit) @215 [215] 08/18/04 00:31:07 sholloway * Implemented an example incremental tree in fileExplorer, showing that …
(edit) @213 [213] 08/17/04 19:31:05 sholloway * Cleanup of some scattered prints. * Changed many methods away from …
(edit) @209 [209] 08/10/04 00:20:13 sholloway Review and Refactoring related to ticket #16
(edit) @204 [204] 08/09/04 00:21:20 sholloway Made timing stats an option for SkinModels? Generally beefed up skin timing …
(edit) @198 [198] 08/07/04 17:19:16 sholloway cssParser fix for number attributes of the form ".5em" (no leading …
(edit) @197 [197] 08/07/04 16:29:33 sholloway Renamed TG.w3c.uriParser to TG.w3c.uri to reflect new functionality
(edit) @196 [196] 08/07/04 16:26:24 sholloway Changed wx skinning elements that don't specifiy size to use …
(edit) @194 [194] 08/07/04 01:08:21 sholloway Added CSS medium values to key off of for ticket #5
(edit) @189 [189] 08/06/04 19:10:22 sholloway CSS font implementation parsing complete... need to add to wx skin Cleaned …
(edit) @188 [188] 07/21/04 23:21:02 sholloway --
(edit) @187 [187] 07/21/04 23:08:18 sholloway Bugfix for the test on skinning.common.skin.compound Changed the semantics …
(edit) @186 [186] 07/20/04 14:32:56 sholloway Adjusted Compound skin items to be a little easier to derive from. Changed …
(edit) @183 [183] 07/16/04 16:44:12 sholloway Changed to a kw.pop('name', default) instead of kw.get('name', default); …
(edit) @174 [174] 06/09/04 23:12:02 sholloway Some CSS cleanup. All tests pass, and widgets.py still runs…
(edit) @126 [126] 05/10/04 21:46:17 sholloway --
(edit) @125 [125] 05/10/04 13:32:58 sholloway --
(edit) @124 [124] 05/08/04 13:48:37 sholloway --
(edit) @122 [122] 05/08/04 13:39:02 sholloway --
(edit) @116 [116] 05/07/04 03:11:28 sholloway --
(edit) @106 [106] 05/05/04 18:25:21 sholloway --
(edit) @102 [102] 05/04/04 13:53:42 sholloway --
(edit) @99 [99] 05/04/04 01:12:18 sholloway --
(edit) @96 [96] 05/03/04 19:37:18 sholloway --
(edit) @94 [94] 05/03/04 16:45:44 sholloway --
(edit) @89 [89] 05/02/04 14:53:49 sholloway --
(edit) @85 [85] 05/01/04 22:38:35 sholloway CSS stylesheets appear to be working…
(edit) @82 [82] 05/01/04 20:30:13 sholloway --
(edit) @81 [81] 05/01/04 16:55:24 sholloway Implemented CSS namespaces
(edit) @80 [80] 05/01/04 10:33:28 sholloway --
(edit) @79 [79] 05/01/04 02:03:49 sholloway --
(edit) @78 [78] 05/01/04 01:45:15 sholloway --
(edit) @77 [77] 05/01/04 01:22:57 sholloway --
(edit) @76 [76] 05/01/04 01:19:40 sholloway --
(edit) @75 [75] 04/30/04 15:38:23 sholloway --
(edit) @74 [74] 04/30/04 02:11:02 sholloway --
(edit) @73 [73] 04/30/04 02:08:38 sholloway --
(edit) @72 [72] 04/30/04 00:52:47 sholloway --
(edit) @71 [71] 04/29/04 14:59:48 sholloway --
Note: See TracRevisionLog for help on using the revision log.