1
0
Fork 0
Commit Graph

155 Commits (7dfb288ba74ac06a1ee9b2a0e661b5da016ab3d7)

Author SHA1 Message Date
Mike Gerwitz 075e73e4d1 [#5] Added private naming conflict mention and inheritance information to Inheritance section of manual 2011-12-03 12:26:03 -05:00
Mike Gerwitz 50da560c1f [#5] Added pre-es5 fallback section to visibility object implementation 2011-11-29 21:07:24 -05:00
Mike Gerwitz b339cf0859 [#5] Removed doc-* prefix from doc Makefile; redundant 2011-11-29 19:48:26 -05:00
Mike Gerwitz bdc32906e7 [#5] Added FinalClass to manual 2011-11-27 22:53:43 -05:00
Mike Gerwitz d730481332 [#5] Updated "Root Directory" section of manual 2011-11-27 22:43:31 -05:00
Mike Gerwitz e376770cf4 [#5] Updated "Lib Directory" section 2011-11-27 22:40:55 -05:00
Mike Gerwitz 80577e06b0 [#5] Updated "Test Directory" section 2011-11-27 22:39:35 -05:00
Mike Gerwitz 4d50a40577 [#5] Slightly adjusted *-wide.dia PNG output size 2011-11-27 21:42:14 -05:00
Mike Gerwitz 412f8ad769 [#5] Added method wrapping details for visibility implementation 2011-11-27 21:40:30 -05:00
Mike Gerwitz 5ef46d4992 [#5] Added property proxy implementation details 2011-11-27 18:33:56 -05:00
Mike Gerwitz 0a88a0f83b [#5] Added bulk of "The Visibility Object" section to manual 2011-11-27 15:32:38 -05:00
Mike Gerwitz 49dd78f5c2 [#5] Altered doc Makefile to build wide pngs from dia diagrams 2011-11-27 11:56:19 -05:00
Mike Gerwitz 4c4c716596 [#5] Added additional visibility rationale examples 2011-11-25 17:28:00 -05:00
Mike Gerwitz 9aaef9736e [#5] Began adding visibility implementation details 2011-11-25 12:53:06 -05:00
Mike Gerwitz a701ee40a7 [#5] Typo correction in abstract class example 2011-11-20 18:08:52 -05:00
Mike Gerwitz 20b3abc008 [#5] Added abstract classes section to manual 2011-11-20 14:25:37 -05:00
Mike Gerwitz 8655a6a58f [#5] Added mention to Interfaces section in manual that Interface must be imported 2011-11-20 10:53:16 -05:00
Mike Gerwitz a7258f99cb [#5] Adjusted manual CSS to place border around @samp 2011-11-20 00:28:56 -05:00
Mike Gerwitz 199bba3c38 [#5] Added interface documentation to manual (abstract class pending) 2011-11-20 00:28:51 -05:00
Mike Gerwitz b2fcf8880a [#5] Corrected <= in doc Makefile for HTML replacement 2011-11-19 22:32:55 -05:00
Mike Gerwitz 058e5f5f7d [#5] Minor typo correction in inheritance section of manual 2011-11-19 22:30:10 -05:00
Mike Gerwitz a022b62f8f [#5] Committed forgotten mkeywords.texi (oops 2011-11-19 12:40:16 -05:00
Mike Gerwitz 18c31cc9e5 [#5] Added additional information to Visibility Escallation section of manual 2011-11-15 23:40:38 -05:00
Mike Gerwitz 1590d59eb7 [#5] Added gte and lte replacement for manual HTML output 2011-11-15 23:24:19 -05:00
Mike Gerwitz 6c379968bc [#5] Reworked member keywords and member visibility section in manual 2011-11-15 22:14:32 -05:00
Mike Gerwitz fae30c877a [#5] Removed duplicate phrase for "virtual" keyword in manual 2011-11-10 23:48:45 -05:00
Mike Gerwitz 771d8d981d [#5] Added @ref's to member inheritence section of manual 2011-11-10 23:44:32 -05:00
Mike Gerwitz fea1960ab5 [#5] Added forgotten @code to override keyword 2011-11-10 23:20:59 -05:00
Mike Gerwitz 2bb7d0f858 [#5] Adjusted margins for sub/superscript in manual 2011-11-10 23:20:08 -05:00
Mike Gerwitz ef12444a6c [#5] Added additional inheritance information 2011-11-10 23:02:26 -05:00
Mike Gerwitz 322c078c5a [#5] Minor subscript correction for "o" in inheritance section of manual 2011-11-09 00:32:14 -05:00
Mike Gerwitz 67b794c854 [#5] jQuery UI not currently needed in manual 2011-11-09 00:26:41 -05:00
Mike Gerwitz a2926385b5 [#5] Began adding technical details of inheritance to manual 2011-11-09 00:10:52 -05:00
Mike Gerwitz 5999223c4e [#5] Added sub/sup support for vars in documentation 2011-11-08 23:42:26 -05:00
Mike Gerwitz 6452a239f3 [#5] Added 'virtual' and 'override' keywords to inheritance example in manual; will continue revisions in following commits
- This needs to be corrected as it's a very important detail. However, I need
  to get to bed. So the remaining changes will simply need to wait.
2011-11-07 00:03:39 -05:00
Mike Gerwitz ed7e988c00 [#5] Added 'Member Keywords' section to manual 2011-11-07 00:01:28 -05:00
Mike Gerwitz 8370b62d17 [#5] Altered manual CSS for table display 2011-11-06 23:55:41 -05:00
Mike Gerwitz d3fda70e3f [#5] Began altering class section of manual, adding detailed syntax and specs 2011-11-06 23:55:18 -05:00
Mike Gerwitz 81fa2ae424 Merge branch 'master' into 'virtual/master'
- Resolved conflicts
2011-06-30 23:00:13 -04:00
Mike Gerwitz 4fea62a8ed [#19] Removed 'final' keyword and all associated logic
- Kept FinalClass'
2011-06-08 01:26:04 -04:00
Mike Gerwitz aa32f4404d [#5] Added additional information to the memory management section in documentation 2011-06-07 22:42:55 -04:00
Mike Gerwitz d84ee9fdc5 Updated README to contain full documentation URLs 2011-06-07 19:56:52 -04:00
Mike Gerwitz 8705de950d Placed mkbuild back into root Makefile 2011-06-05 13:53:05 -04:00
Mike Gerwitz 8fa10c494e [#5] Separated Makefile into doc/ Makefile 2011-06-05 11:58:33 -04:00
Mike Gerwitz 2d05445958 [#5] Added syntax highlighting to HTML documentation 2011-06-05 11:18:41 -04:00
Mike Gerwitz 642acc72fb [#5] Additional documentation HTML styling 2011-06-03 18:50:41 -04:00
Mike Gerwitz fd5fb2bb56 Minor HTML documentation CSS alterations (#5) 2011-06-02 23:04:56 -04:00
Mike Gerwitz 9492a181f3 Removed 'Late Static Binding' section from documentation
- May be re-introduced in the future, but the documentation will have to be updated with the new implementation
2011-05-31 22:31:58 -04:00
Mike Gerwitz 91260471c7 Added documentation for 'const' keyword 2011-05-30 11:17:10 -04:00
Mike Gerwitz ac8a2da200 Documentation menu correction 2011-05-30 11:17:10 -04:00
Mike Gerwitz d8a8fbc03c Added final keyword documentation 2011-05-28 09:35:50 -04:00
Mike Gerwitz f5712db5de Fixed makeinfo warning regarding @var 2011-05-28 08:48:22 -04:00
Mike Gerwitz cacb5945a1 Documentation typo correction 2011-05-27 17:55:06 -04:00
Mike Gerwitz d0fede9892 Added make {install,uninstall} to doc 2011-05-26 18:12:37 -04:00
Mike Gerwitz 6a5cbdf712 Added information on the minification process to documentation 2011-05-23 19:56:40 -04:00
Mike Gerwitz 5182ed3e31 Added late static binding documentation 2011-05-18 20:42:25 -04:00
Mike Gerwitz edac0e1667 Added static property documentation 2011-05-15 09:38:24 -04:00
Mike Gerwitz c64c6bb964 Added static method documentation 2011-05-15 09:21:10 -04:00
Mike Gerwitz 18e72c3124 Began adding static documentation 2011-05-15 08:52:00 -04:00
Mike Gerwitz 56ba57511b Minor doc corrections for static implementation 2011-05-09 18:33:44 -04:00
Mike Gerwitz 71c9f6cabe Added section to manual on static implementation 2011-04-12 23:19:54 -04:00
Mike Gerwitz 30d10ff9d7 Constructor must now be public 2011-03-23 21:35:25 -04:00
Mike Gerwitz e4f70be6ae Added section on constructors to manual 2011-03-23 21:01:43 -04:00
Mike Gerwitz 3e86e6bcab Began adding implementation details as appendix to manual 2011-03-23 20:52:25 -04:00
Mike Gerwitz f874a48a55 Error => TypeError, manual 2011-03-21 22:19:03 -04:00
Mike Gerwitz 97036e4c88 Added jQuery to page using interactive.js; does not yet do anything with page 2011-03-21 22:01:15 -04:00
Mike Gerwitz d107992fc4 Makefile now inserts interactive JS (not yet implemented) into generated HTML docs 2011-03-21 21:09:36 -04:00
Mike Gerwitz 973a1e4100 Proofread inheritance section 2011-03-21 20:04:37 -04:00
Mike Gerwitz e1d4cecf2b Swapped 'Overriding Methods' and 'Type Checks and Polymorphism' due to referring content 2011-03-21 19:39:59 -04:00
Mike Gerwitz 824185c3ff Added 'Type Checks and Polymorphism' subsection to manual 2011-03-21 00:04:44 -04:00
Mike Gerwitz 7bbe44adc3 Added section in manual for overriding methods 2011-03-20 23:18:46 -04:00
Mike Gerwitz 2d0f10352c Added backup files to .gitignore for doc/img 2011-03-20 22:34:46 -04:00
Mike Gerwitz e800cd8e40 Began adding 'Understanding Member Inheritance' subsection to manual 2011-03-20 18:49:40 -04:00
Mike Gerwitz ba48e7994e Completion of main inheritance section for manual
- Not yet proofread
- Still requires subsections
2011-03-20 18:12:37 -04:00
Mike Gerwitz 254fc7e149 Reduced image size for manual 2011-03-20 15:08:21 -04:00
Mike Gerwitz c1f12fb537 Added txt version of inheritance example to doc and altered Makefile to rebuild text-based targets on text image modifications 2011-03-20 02:46:01 -04:00
Mike Gerwitz 3fe132c862 Makefile no longer recombines if unnecessary 2011-03-20 01:25:57 -04:00
Mike Gerwitz b48a703c24 Began adding inheritance chapter, which required getting images working within documentation
- Restructured portions of Makefile
2011-03-19 19:35:21 -04:00
Mike Gerwitz 9c3cfc5c3a Added section on visibility escalation to manual 2011-03-16 22:53:32 -04:00
Mike Gerwitz 6037cef654 Corrections to visibility portion of manual 2011-03-16 22:43:04 -04:00
Mike Gerwitz 54ad7b5ca6 Added copyright to HTML manual 2011-03-16 00:35:33 -04:00
Mike Gerwitz 1c5fefa58d Began adding section on visibility 2011-03-16 00:27:09 -04:00
Mike Gerwitz 4cadbcb901 Added comment to more clearly state that the class declaration example does not use ease.js 2011-03-15 22:13:21 -04:00
Mike Gerwitz 3f7721d0ab Added temporary instance section to manual 2011-03-15 21:31:51 -04:00
Mike Gerwitz 7c4efe5f2a Added section on temporary classes 2011-03-15 00:31:09 -04:00
Mike Gerwitz 5ce4fd5be8 Manual typo fix 2011-03-14 18:48:49 -04:00
Mike Gerwitz 27655c847d Adjusted CSS for manual for browser like FF 2011-03-14 18:44:27 -04:00
Mike Gerwitz 397a106112 Class chapter corrections 2011-03-14 18:04:46 -04:00
Mike Gerwitz 920f338c98 Began adding 'Working With Classes' chapter 2011-03-14 00:13:43 -04:00
Mike Gerwitz 89a8de64b5 Additional manual styling for floats 2011-03-14 00:13:08 -04:00
Mike Gerwitz 02c0838dec Added styling for manual definitions and float captions 2011-03-13 23:54:48 -04:00
Mike Gerwitz d367c13820 Moved 'Getting ease.js' section to Integration chapter 2011-03-13 22:31:08 -04:00
Mike Gerwitz b4aaa11e73 Added mention of performance tests to manual 2011-03-13 21:40:32 -04:00
Mike Gerwitz 2662e4f30f Source Tree is now an appendix in manual 2011-03-10 23:53:18 -05:00
Mike Gerwitz 98102ffff2 Directory count correction in documentation 2011-03-10 23:50:32 -05:00
Mike Gerwitz fb28b19faf Added include information to manual 2011-03-10 00:25:33 -05:00
Mike Gerwitz 4ce55891df Moved license below integration in manual 2011-03-09 23:47:43 -05:00
Mike Gerwitz 98d3d9856d Added build section to manual 2011-03-09 23:47:25 -05:00
Mike Gerwitz f0d785f5d0 Added information on source tree 2011-03-09 23:19:00 -05:00
Mike Gerwitz 08a58dba82 Began adding CSS for manual 2011-03-09 19:10:13 -05:00