repo
string
commit
string
message
string
diff
string
rubyunworks/clio
eee7a8872fd8863d6fd37494c7e127d1397e17fc
fixed usage duplication
diff --git a/lib/clio/commandline.rb b/lib/clio/commandline.rb index e60e8c3..d40c8ab 100644 --- a/lib/clio/commandline.rb +++ b/lib/clio/commandline.rb @@ -1,472 +1,474 @@ -require 'facets/kernel/deep_copy' +require 'clio/facets/kernel' # for deep_copy require 'clio/usage' #require 'shellwords' module Clio #...
rubyunworks/clio
75221bec26ed965dac3ff2f15a6e8d2dc8760f4c
fixed spec for autousage
diff --git a/spec/commandline/autousage.rq b/spec/commandline/autousage.rq index 096ca7a..9250762 100644 --- a/spec/commandline/autousage.rq +++ b/spec/commandline/autousage.rq @@ -1,85 +1,56 @@ = Method Missing "Auto" Usage Require Commandline library. require 'clio/commandline' + $0 = 'test' Handles ...
rubyunworks/clio
f7315be5dbfa21bb2a9a9c9a43844c0d2d313184
overall improvements to system
diff --git a/.gitignore b/.gitignore index 218a989..ceb87a5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ .cache doc/rdoc doc/ri -log +doc/log diff --git a/lib/clio/commandable.rb b/lib/clio/commandable.rb index 7dc69b0..7ad3eee 100644 --- a/lib/clio/commandable.rb +++ b/lib/clio/commandable.rb @@ -1,19...
ralfebert/swtxml
39b0d21dbc9f5a5265a734c696eebd2ba3b0149c
cleanup EventsRegistry
diff --git a/plugins/com.swtxml.tests/src/com/swtxml/events/EventNamespaceDefinitionTest.java b/plugins/com.swtxml.tests/src/com/swtxml/events/EventNamespaceDefinitionTest.java index c4246af..0e68d91 100644 --- a/plugins/com.swtxml.tests/src/com/swtxml/events/EventNamespaceDefinitionTest.java +++ b/plugins/com.swtxml.t...
ralfebert/swtxml
ed92ae58766bc78931620abac42e5fe35e546fc2
WidgetEvents cleanup
diff --git a/plugins/com.swtxml.tests/src/com/swtxml/events/registry/EventsRegistryTest.java b/plugins/com.swtxml.tests/src/com/swtxml/events/registry/EventsRegistryTest.java index 13e7a26..dc61ebf 100644 --- a/plugins/com.swtxml.tests/src/com/swtxml/events/registry/EventsRegistryTest.java +++ b/plugins/com.swtxml.test...
ralfebert/swtxml
bb3768aef3b98993c183e581340832f8945c2479
impl packages renamed to internal
diff --git a/plugins/com.swtxml.tests/src/com/swtxml/events/EventNamespaceDefinitionTest.java b/plugins/com.swtxml.tests/src/com/swtxml/events/EventNamespaceDefinitionTest.java index a745dcc..c4246af 100644 --- a/plugins/com.swtxml.tests/src/com/swtxml/events/EventNamespaceDefinitionTest.java +++ b/plugins/com.swtxml.t...
ralfebert/swtxml
5ea265dc01857a5ab078413e4bf8c9df8565d097
tiny corrections CreateEventListeners
diff --git a/plugins/com.swtxml/src/com/swtxml/events/visitor/CreateEventListeners.java b/plugins/com.swtxml/src/com/swtxml/events/visitor/CreateEventListeners.java index 10a2941..26f9577 100644 --- a/plugins/com.swtxml/src/com/swtxml/events/visitor/CreateEventListeners.java +++ b/plugins/com.swtxml/src/com/swtxml/even...
ralfebert/swtxml
0903d6c0f7388343af42ba897d14e70b8399538a
utf-8 part 2
diff --git a/features/com.swtxml.feature/build.properties b/features/com.swtxml.feature/build.properties index 44e2fff..34b3428 100644 --- a/features/com.swtxml.feature/build.properties +++ b/features/com.swtxml.feature/build.properties @@ -1,2 +1,3 @@ bin.includes = feature.xml -generate.plugin@com.swtxml.source=com....
ralfebert/swtxml
ea35393fc257631f06d65a44ec3f465512c25d6f
tag methods named more consistent, utf-8 configured as encoding in all projects
diff --git a/features/com.swtxml.feature/.settings/org.eclipse.core.resources.prefs b/features/com.swtxml.feature/.settings/org.eclipse.core.resources.prefs new file mode 100644 index 0000000..b817c31 --- /dev/null +++ b/features/com.swtxml.feature/.settings/org.eclipse.core.resources.prefs @@ -0,0 +1,3 @@ +#Wed Nov 18...
ralfebert/swtxml
ec693a7750e5f14cf4bc8a2f7e42f7597dd3b600
CreateEventListeners refactoring, cleanup
diff --git a/plugins/com.swtxml.tests/src/com/swtxml/events/visitor/CreateEventListenersTest.java b/plugins/com.swtxml.tests/src/com/swtxml/events/visitor/CreateEventListenersTest.java index 7ef0509..8df59d0 100644 --- a/plugins/com.swtxml.tests/src/com/swtxml/events/visitor/CreateEventListenersTest.java +++ b/plugins/...
ralfebert/swtxml
8ab7fc78b0d2939d0bac2cb474e341cafcff8178
ContractProof removed
diff --git a/plugins/com.swtxml.tests/src/com/swtxml/AllTests.java b/plugins/com.swtxml.tests/src/com/swtxml/AllTests.java index d70b801..a91039d 100644 --- a/plugins/com.swtxml.tests/src/com/swtxml/AllTests.java +++ b/plugins/com.swtxml.tests/src/com/swtxml/AllTests.java @@ -1,57 +1,55 @@ /***************************...
ralfebert/swtxml
0fcd880ea60bd1b87b7cb6255127eb368f7275f2
ContractProof.notNull -> Assert.isNotNull
diff --git a/plugins/com.swtxml.tests/src/com/swtxml/util/lang/ContractProofTest.java b/plugins/com.swtxml.tests/src/com/swtxml/util/lang/ContractProofTest.java index 6ca650e..8322753 100644 --- a/plugins/com.swtxml.tests/src/com/swtxml/util/lang/ContractProofTest.java +++ b/plugins/com.swtxml.tests/src/com/swtxml/util...
ralfebert/swtxml
179af8d46aa40a781c9980d78b7b0ce2c099e938
makeAdaptable -> addAdapter
diff --git a/plugins/com.swtxml.tests/src/com/swtxml/tinydom/TinyDomParserTest.java b/plugins/com.swtxml.tests/src/com/swtxml/tinydom/TinyDomParserTest.java index 62d7ad1..f0966d8 100644 --- a/plugins/com.swtxml.tests/src/com/swtxml/tinydom/TinyDomParserTest.java +++ b/plugins/com.swtxml.tests/src/com/swtxml/tinydom/Ti...
ralfebert/swtxml
57d420201c17d089ead846c42e157161557e172d
adaptTo -> IAdaptable
diff --git a/plugins/com.swtxml.ide/src/com/swtxml/ide/SwtXmlContentAssistProcessor.java b/plugins/com.swtxml.ide/src/com/swtxml/ide/SwtXmlContentAssistProcessor.java index 954bb45..57a8ac1 100644 --- a/plugins/com.swtxml.ide/src/com/swtxml/ide/SwtXmlContentAssistProcessor.java +++ b/plugins/com.swtxml.ide/src/com/swtx...
ralfebert/swtxml
2534e33462b1722c70cce6ce625d4c1e95724983
moved tests to separate tests fragment, cleanup
diff --git a/plugins/com.swtxml.tests/.classpath b/plugins/com.swtxml.tests/.classpath new file mode 100644 index 0000000..64c5e31 --- /dev/null +++ b/plugins/com.swtxml.tests/.classpath @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE...
ralfebert/swtxml
819b1bda12c5bda8ba6f5882c4dd8f91fdbb650f
autoboxing warnings fixed
diff --git a/plugins/com.swtxml/test/com/swtxml/swt/byid/ByIdInjectorTest.java b/plugins/com.swtxml/test/com/swtxml/swt/byid/ByIdInjectorTest.java index 5458758..f688637 100644 --- a/plugins/com.swtxml/test/com/swtxml/swt/byid/ByIdInjectorTest.java +++ b/plugins/com.swtxml/test/com/swtxml/swt/byid/ByIdInjectorTest.java...
ralfebert/swtxml
2bec59dae514263f5cfda3dc2876998f5fc99c84
Issue 40: No orientation property values for SashForm
diff --git a/plugins/com.swtxml/src/com/swtxml/swt/SwtInfo.java b/plugins/com.swtxml/src/com/swtxml/swt/SwtInfo.java index d0cbbb6..b1cb870 100644 --- a/plugins/com.swtxml/src/com/swtxml/swt/SwtInfo.java +++ b/plugins/com.swtxml/src/com/swtxml/swt/SwtInfo.java @@ -1,86 +1,89 @@ /***************************************...
ralfebert/swtxml
573858f9a2328cafbd0366ffedcf329b3454d145
bugfix: resolving resources from bundle root in PreviewResource from eclipse project fixed
diff --git a/plugins/com.swtxml.ide/src/com/swtxml/ide/PreviewViewPart.java b/plugins/com.swtxml.ide/src/com/swtxml/ide/PreviewViewPart.java index 802d08d..c0f850f 100644 --- a/plugins/com.swtxml.ide/src/com/swtxml/ide/PreviewViewPart.java +++ b/plugins/com.swtxml.ide/src/com/swtxml/ide/PreviewViewPart.java @@ -1,261 +...
ralfebert/swtxml
5154d99753bd9dde940023e780b1a08c8e46842d
CreateEventListeners fixed
diff --git a/plugins/com.swtxml/src/com/swtxml/events/visitor/CreateEventListeners.java b/plugins/com.swtxml/src/com/swtxml/events/visitor/CreateEventListeners.java index 61199ff..9f99210 100644 --- a/plugins/com.swtxml/src/com/swtxml/events/visitor/CreateEventListeners.java +++ b/plugins/com.swtxml/src/com/swtxml/even...
ralfebert/swtxml
d3cd27606aa9b0f27c4d1a42f15fb7a8deee9386
version bump 0.0.7
diff --git a/features/com.swtxml.feature/feature.xml b/features/com.swtxml.feature/feature.xml index 937f35f..41d1f75 100644 --- a/features/com.swtxml.feature/feature.xml +++ b/features/com.swtxml.feature/feature.xml @@ -1,132 +1,136 @@ <?xml version="1.0" encoding="UTF-8"?> <feature id="com.swtxml.feature" ...
ralfebert/swtxml
c26ade853e75b4f587f897b3b5e48c8a3d3e4301
lowered dependencies to eclipse plugins to 3.3.0
diff --git a/plugins/com.swtxml.ide/META-INF/MANIFEST.MF b/plugins/com.swtxml.ide/META-INF/MANIFEST.MF index 2e4c56c..e2504a9 100644 --- a/plugins/com.swtxml.ide/META-INF/MANIFEST.MF +++ b/plugins/com.swtxml.ide/META-INF/MANIFEST.MF @@ -1,23 +1,23 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: SWT/X...
ralfebert/swtxml
9edefaf7fc7ddff9a5308e850d0924dd9ba0bb5d
runtime exceptions for event methods are rethrown directly, checked exceptions are rethrown as EventListenerException (which is an exported package and can be catched)
diff --git a/plugins/com.swtxml/META-INF/MANIFEST.MF b/plugins/com.swtxml/META-INF/MANIFEST.MF index bf447e8..69b7122 100644 --- a/plugins/com.swtxml/META-INF/MANIFEST.MF +++ b/plugins/com.swtxml/META-INF/MANIFEST.MF @@ -1,31 +1,32 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: SWT/XML Runtime Bund...
ralfebert/swtxml
c3caf4f1d6f8a184a5fd9fcc7ba88eb14d1c657c
source plugin for com.swtxml configured
diff --git a/features/com.swtxml.feature/build.properties b/features/com.swtxml.feature/build.properties index 64f93a9..44e2fff 100644 --- a/features/com.swtxml.feature/build.properties +++ b/features/com.swtxml.feature/build.properties @@ -1 +1,2 @@ bin.includes = feature.xml +generate.plugin@com.swtxml.source=com.sw...
ralfebert/swtxml
fd94ed8d20a9fccbeca620f9a62cbac9ecef1a4e
version bump 0.0.6
diff --git a/features/com.swtxml.feature/feature.xml b/features/com.swtxml.feature/feature.xml index f2e1eba..bc6dcc0 100644 --- a/features/com.swtxml.feature/feature.xml +++ b/features/com.swtxml.feature/feature.xml @@ -1,130 +1,130 @@ <?xml version="1.0" encoding="UTF-8"?> <feature id="com.swtxml.feature" ...
ralfebert/swtxml
99dd00963ffb7606c92e9f267acbf2b8081260ae
ResourceBundleLabelTranslator caches resource bundles, resource lookup strategy documented
diff --git a/plugins/com.swtxml/src/com/swtxml/i18n/ResourceBundleLabelTranslator.java b/plugins/com.swtxml/src/com/swtxml/i18n/ResourceBundleLabelTranslator.java index a767819..767657f 100644 --- a/plugins/com.swtxml/src/com/swtxml/i18n/ResourceBundleLabelTranslator.java +++ b/plugins/com.swtxml/src/com/swtxml/i18n/Re...
ralfebert/swtxml
142bbed33cb0d894d3c84cdb19ba20c6a7bd3013
IDocumentResource javadocs
diff --git a/plugins/com.swtxml/src/com/swtxml/resources/IDocumentResource.java b/plugins/com.swtxml/src/com/swtxml/resources/IDocumentResource.java index ccbbd54..737a3a9 100644 --- a/plugins/com.swtxml/src/com/swtxml/resources/IDocumentResource.java +++ b/plugins/com.swtxml/src/com/swtxml/resources/IDocumentResource....
ralfebert/swtxml
c6ba218e2914791bf838bb428f91be36b39647fb
ResourceBundleLabelTranslator method name fixed
diff --git a/plugins/com.swtxml/src/com/swtxml/i18n/ResourceBundleLabelTranslator.java b/plugins/com.swtxml/src/com/swtxml/i18n/ResourceBundleLabelTranslator.java index 0382017..a767819 100644 --- a/plugins/com.swtxml/src/com/swtxml/i18n/ResourceBundleLabelTranslator.java +++ b/plugins/com.swtxml/src/com/swtxml/i18n/Re...
ralfebert/swtxml
73f3d0242f6138fd06ff7ebaa185af47dc57e0b7
added schemes to resolve resources to make resource resolving more explicit, tests for resolving and translating, PreviewViewPart a bit more robust
diff --git a/plugins/com.swtxml.ide/src/com/swtxml/ide/PreviewResource.java b/plugins/com.swtxml.ide/src/com/swtxml/ide/PreviewResource.java index ed0b77e..b5a102a 100644 --- a/plugins/com.swtxml.ide/src/com/swtxml/ide/PreviewResource.java +++ b/plugins/com.swtxml.ide/src/com/swtxml/ide/PreviewResource.java @@ -1,56 +1...
ralfebert/swtxml
8fbb3dfccfd9db3c1c2ee446d81316e72746d603
obsolte getDocumentBaseName removed
diff --git a/plugins/com.swtxml/src/com/swtxml/resources/ClassResource.java b/plugins/com.swtxml/src/com/swtxml/resources/ClassResource.java index 483d70a..d8cd06e 100644 --- a/plugins/com.swtxml/src/com/swtxml/resources/ClassResource.java +++ b/plugins/com.swtxml/src/com/swtxml/resources/ClassResource.java @@ -1,54 +1...
ralfebert/swtxml
317c9c39b214b3d7e22b8e5e38df82aefefda0ef
fixed completion of tag names in parent tags with a namespace prefix
diff --git a/plugins/com.swtxml.ide/src/com/swtxml/ide/SwtXmlContentAssistProcessor.java b/plugins/com.swtxml.ide/src/com/swtxml/ide/SwtXmlContentAssistProcessor.java index d190d59..954bb45 100644 --- a/plugins/com.swtxml.ide/src/com/swtxml/ide/SwtXmlContentAssistProcessor.java +++ b/plugins/com.swtxml.ide/src/com/swtx...
ralfebert/swtxml
211c1e9fc135e16450cff40b4c809f200bfd65b6
added todo
diff --git a/plugins/com.swtxml/src/com/swtxml/swt/visitor/BuildWidgets.java b/plugins/com.swtxml/src/com/swtxml/swt/visitor/BuildWidgets.java index c540b3f..a86c0af 100644 --- a/plugins/com.swtxml/src/com/swtxml/swt/visitor/BuildWidgets.java +++ b/plugins/com.swtxml/src/com/swtxml/swt/visitor/BuildWidgets.java @@ -1,6...
ralfebert/swtxml
4a1f255d2b6b811cc3ec943c57168b163ff44b4e
Now it looks for messages, plugin and filename under current folder and also under project root. Also refresh the preview when a .properties file is changed.
diff --git a/plugins/com.swtxml.ide/src/com/swtxml/ide/PreviewResource.java b/plugins/com.swtxml.ide/src/com/swtxml/ide/PreviewResource.java index 00831a6..ed0b77e 100644 --- a/plugins/com.swtxml.ide/src/com/swtxml/ide/PreviewResource.java +++ b/plugins/com.swtxml.ide/src/com/swtxml/ide/PreviewResource.java @@ -1,48 +1...
ralfebert/swtxml
3e7b3aea573921d29adefd62737675f24a1f1140
setupShell not needed in SwtWidgetsTest
diff --git a/plugins/com.swtxml/test/com/swtxml/swt/sample/SwtWidgetsTest.java b/plugins/com.swtxml/test/com/swtxml/swt/sample/SwtWidgetsTest.java index 96be0a9..e58d6b1 100644 --- a/plugins/com.swtxml/test/com/swtxml/swt/sample/SwtWidgetsTest.java +++ b/plugins/com.swtxml/test/com/swtxml/swt/sample/SwtWidgetsTest.java...
ralfebert/swtxml
b36a9999f5e08c7d75cd54c633023edcd761589f
vertical ruler text drawn vertically
diff --git a/plugins/com.swtxml.ide/src/com/swtxml/ide/ResizableComposite.java b/plugins/com.swtxml.ide/src/com/swtxml/ide/ResizableComposite.java index 5efb078..82a507a 100644 --- a/plugins/com.swtxml.ide/src/com/swtxml/ide/ResizableComposite.java +++ b/plugins/com.swtxml.ide/src/com/swtxml/ide/ResizableComposite.java...
ralfebert/swtxml
e1a48324cb57520f725b8f6f2c44750e69edf303
Fixed repainting of rulers on windows, and added the default font so you can see the pixels again
diff --git a/plugins/com.swtxml.ide/src/com/swtxml/ide/ResizableComposite.java b/plugins/com.swtxml.ide/src/com/swtxml/ide/ResizableComposite.java index feb33da..5efb078 100644 --- a/plugins/com.swtxml.ide/src/com/swtxml/ide/ResizableComposite.java +++ b/plugins/com.swtxml.ide/src/com/swtxml/ide/ResizableComposite.java...
ralfebert/swtxml
d05ba48cf9402be6d185fceed3bd86bd5a74acd8
Revert "Fixed the redraw of rulers"
diff --git a/plugins/com.swtxml.ide/src/com/swtxml/ide/ResizableComposite.java b/plugins/com.swtxml.ide/src/com/swtxml/ide/ResizableComposite.java index 656c8bc..feb33da 100644 --- a/plugins/com.swtxml.ide/src/com/swtxml/ide/ResizableComposite.java +++ b/plugins/com.swtxml.ide/src/com/swtxml/ide/ResizableComposite.java...
ralfebert/swtxml
fdbd269667426f43c609fc1becfcff090e5d45ad
Fixed the redraw of rulers
diff --git a/plugins/com.swtxml.ide/src/com/swtxml/ide/ResizableComposite.java b/plugins/com.swtxml.ide/src/com/swtxml/ide/ResizableComposite.java index feb33da..656c8bc 100644 --- a/plugins/com.swtxml.ide/src/com/swtxml/ide/ResizableComposite.java +++ b/plugins/com.swtxml.ide/src/com/swtxml/ide/ResizableComposite.java...
ralfebert/swtxml
d3e9410ddee4251a7d5a8660ead544ae2bfc542e
windows line endings fixed
diff --git a/plugins/com.swtxml/src/com/swtxml/util/lang/FilenameUtils.java b/plugins/com.swtxml/src/com/swtxml/util/lang/FilenameUtils.java index 87f66ae..7baec04 100644 --- a/plugins/com.swtxml/src/com/swtxml/util/lang/FilenameUtils.java +++ b/plugins/com.swtxml/src/com/swtxml/util/lang/FilenameUtils.java @@ -1,1090 ...
ralfebert/swtxml
983443f5bbd07223e2223ecd532ebc11b94d3570
ResourceBundleLabelTranslator: fixed resource bundle fallback
diff --git a/plugins/com.swtxml/src/com/swtxml/i18n/ResourceBundleLabelTranslator.java b/plugins/com.swtxml/src/com/swtxml/i18n/ResourceBundleLabelTranslator.java index b0acefc..7579fb8 100644 --- a/plugins/com.swtxml/src/com/swtxml/i18n/ResourceBundleLabelTranslator.java +++ b/plugins/com.swtxml/src/com/swtxml/i18n/Re...
ralfebert/swtxml
0c7e03bbfd6641733d79695357c14666cd8b4e35
Fixes Issue 7:Outline in XML Editor
diff --git a/plugins/com.swtxml.ide/src/com/swtxml/ide/SwtXmlModelHandler.java b/plugins/com.swtxml.ide/src/com/swtxml/ide/SwtXmlModelHandler.java index d83d3c1..30569f0 100644 --- a/plugins/com.swtxml.ide/src/com/swtxml/ide/SwtXmlModelHandler.java +++ b/plugins/com.swtxml.ide/src/com/swtxml/ide/SwtXmlModelHandler.java...
ralfebert/swtxml
5d34e1c02e870a6983657695f12b8f9270e3e72c
Fixes Issue 22: Open preview automatically when swtxml file is created / opened
diff --git a/plugins/com.swtxml.ide/src/com/swtxml/ide/Activator.java b/plugins/com.swtxml.ide/src/com/swtxml/ide/Activator.java index fbc68ad..e3b91d3 100644 --- a/plugins/com.swtxml.ide/src/com/swtxml/ide/Activator.java +++ b/plugins/com.swtxml.ide/src/com/swtxml/ide/Activator.java @@ -1,68 +1,46 @@ /***************...
ralfebert/swtxml
f5af7f4f88024213395ad01b55659562496eed3c
added fill layout as default layout in template for new swt/xml files
diff --git a/plugins/com.swtxml.ide/src/com/swtxml/ide/newwizard/template.swtxml b/plugins/com.swtxml.ide/src/com/swtxml/ide/newwizard/template.swtxml index 636f5f3..01435b1 100644 --- a/plugins/com.swtxml.ide/src/com/swtxml/ide/newwizard/template.swtxml +++ b/plugins/com.swtxml.ide/src/com/swtxml/ide/newwizard/templat...
ralfebert/swtxml
d47c4c996a51a593100bf9c4bb817d940253b08d
Fixes Issue 28: Meaningful exception message for missing event method
diff --git a/plugins/com.swtxml/src/com/swtxml/util/lang/Filters.java b/plugins/com.swtxml/src/com/swtxml/util/lang/Filters.java index 642351f..e9603d0 100644 --- a/plugins/com.swtxml/src/com/swtxml/util/lang/Filters.java +++ b/plugins/com.swtxml/src/com/swtxml/util/lang/Filters.java @@ -1,33 +1,39 @@ /***************...
ralfebert/swtxml
5e83de0a6eadda6e22b1933a8cdc99404303cc98
added SwtXmlDialog
diff --git a/plugins/com.swtxml.ide/src/com/swtxml/ide/newwizard/SwtXmlNewPage.java b/plugins/com.swtxml.ide/src/com/swtxml/ide/newwizard/SwtXmlNewPage.java index 9606e2f..0babdf7 100644 --- a/plugins/com.swtxml.ide/src/com/swtxml/ide/newwizard/SwtXmlNewPage.java +++ b/plugins/com.swtxml.ide/src/com/swtxml/ide/newwizar...
ralfebert/swtxml
8ca2aa60fda51cea244d45c26c63790584819711
icons / contributed labels
diff --git a/plugins/com.swtxml.ide/icons/new.png b/plugins/com.swtxml.ide/icons/new.png new file mode 100644 index 0000000..2be24e7 Binary files /dev/null and b/plugins/com.swtxml.ide/icons/new.png differ diff --git a/plugins/com.swtxml.ide/icons/preview.png b/plugins/com.swtxml.ide/icons/preview.png new file mode 100...
ralfebert/swtxml
9abf8844b3610d6fdde37ec69547b3a6d397271f
preview composite can be optionally resized (thanks to mikkel.t.andersen for idea + initial code)
diff --git a/plugins/com.swtxml.ide/build.properties b/plugins/com.swtxml.ide/build.properties index e9863e2..6c480f3 100644 --- a/plugins/com.swtxml.ide/build.properties +++ b/plugins/com.swtxml.ide/build.properties @@ -1,5 +1,6 @@ source.. = src/ output.. = bin/ bin.includes = META-INF/,\ .,\ - ...
ralfebert/swtxml
51e68a39fb5508f6c031c7244eaa567a75f4fdd7
added Sash
diff --git a/plugins/com.swtxml/src/com/swtxml/swt/metadata/WidgetRegistry.txt b/plugins/com.swtxml/src/com/swtxml/swt/metadata/WidgetRegistry.txt index ad7bfd5..3383a90 100644 --- a/plugins/com.swtxml/src/com/swtxml/swt/metadata/WidgetRegistry.txt +++ b/plugins/com.swtxml/src/com/swtxml/swt/metadata/WidgetRegistry.txt...
ralfebert/swtxml
f03733af27218a3e80eb3356d549161d0656b131
Preview plugin shows translated labels (for co-located resource bundles, plugin.properties is supported only at runtime at the moment), IRelativeResourceResolver included in IDocumentResource, LabelTranslators refactored to one single class, FilenameUtils from Commons IO provided, IOUtils -> ResourceUtils
diff --git a/plugins/com.swtxml.ide/src/com/swtxml/ide/PreviewResource.java b/plugins/com.swtxml.ide/src/com/swtxml/ide/PreviewResource.java index e34c84d..00831a6 100644 --- a/plugins/com.swtxml.ide/src/com/swtxml/ide/PreviewResource.java +++ b/plugins/com.swtxml.ide/src/com/swtxml/ide/PreviewResource.java @@ -1,47 +1...
ralfebert/swtxml
e1690f775d682bbd806441f330bffd59db484e65
image support used for ErrorComposite
diff --git a/plugins/com.swtxml.ide/src/com/swtxml/ide/ErrorComposite.java b/plugins/com.swtxml.ide/src/com/swtxml/ide/ErrorComposite.java index 9dec3f0..3737e9c 100644 --- a/plugins/com.swtxml.ide/src/com/swtxml/ide/ErrorComposite.java +++ b/plugins/com.swtxml.ide/src/com/swtxml/ide/ErrorComposite.java @@ -1,54 +1,49 ...
ralfebert/swtxml
8e58991072b492ece57b19c0a87c767f47aa150a
refactored resource loading to IDocumentResource, ImageType resolves image files which are located together with the swtxml file, images and colors are cached and disposed when the owning composite is disposed
diff --git a/plugins/com.swtxml.ide/src/com/swtxml/ide/PreviewResource.java b/plugins/com.swtxml.ide/src/com/swtxml/ide/PreviewResource.java new file mode 100644 index 0000000..e34c84d --- /dev/null +++ b/plugins/com.swtxml.ide/src/com/swtxml/ide/PreviewResource.java @@ -0,0 +1,47 @@ +package com.swtxml.ide; + +import ...
ralfebert/swtxml
ea6024f9cd508b2e66c2a313a01820937e3a8f61
Initial image support, at the moment only SWT.ICON_* is supported
diff --git a/plugins/com.swtxml/src/com/swtxml/swt/SwtInfo.java b/plugins/com.swtxml/src/com/swtxml/swt/SwtInfo.java index 6de9ffe..d0cbbb6 100644 --- a/plugins/com.swtxml/src/com/swtxml/swt/SwtInfo.java +++ b/plugins/com.swtxml/src/com/swtxml/swt/SwtInfo.java @@ -1,83 +1,86 @@ /***************************************...
ralfebert/swtxml
987dd157b3f9e84eac4c2dbbb49b38c924d8d45e
allowed TreeColumn
diff --git a/plugins/com.swtxml/src/com/swtxml/swt/metadata/WidgetRegistry.txt b/plugins/com.swtxml/src/com/swtxml/swt/metadata/WidgetRegistry.txt index 367d5bf..ad7bfd5 100644 --- a/plugins/com.swtxml/src/com/swtxml/swt/metadata/WidgetRegistry.txt +++ b/plugins/com.swtxml/src/com/swtxml/swt/metadata/WidgetRegistry.txt...
ralfebert/swtxml
4dec410ce7f2aa4e8246a887b371c94704390973
fixed unknown tag exception message, shows allowed tags now
diff --git a/plugins/com.swtxml/src/com/swtxml/tinydom/TinyDomSaxHandler.java b/plugins/com.swtxml/src/com/swtxml/tinydom/TinyDomSaxHandler.java index a0a5d62..092f2ad 100644 --- a/plugins/com.swtxml/src/com/swtxml/tinydom/TinyDomSaxHandler.java +++ b/plugins/com.swtxml/src/com/swtxml/tinydom/TinyDomSaxHandler.java @@ ...
ralfebert/swtxml
5002f691da0cd10ab5a8adc91684dd51fca468f3
SWT/XML code formatter/cleanups configured correctly
diff --git a/plugins/com.swtxml.ide/.settings/org.eclipse.jdt.core.prefs b/plugins/com.swtxml.ide/.settings/org.eclipse.jdt.core.prefs index ee1929e..b3b70ec 100644 --- a/plugins/com.swtxml.ide/.settings/org.eclipse.jdt.core.prefs +++ b/plugins/com.swtxml.ide/.settings/org.eclipse.jdt.core.prefs @@ -1,342 +1,342 @@ -#T...
ralfebert/swtxml
1697274fea92c610a58b716a461954408cd3c270
preview part shows errors similar to eclipse editors via ErrorComposite + more robust content disposal
diff --git a/plugins/com.swtxml.ide/META-INF/MANIFEST.MF b/plugins/com.swtxml.ide/META-INF/MANIFEST.MF index fffa874..d86c874 100644 --- a/plugins/com.swtxml.ide/META-INF/MANIFEST.MF +++ b/plugins/com.swtxml.ide/META-INF/MANIFEST.MF @@ -1,22 +1,23 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: SWT/X...
ralfebert/swtxml
74f8683f9500496717bfabacf45b67fff2cc6196
Fixes Issue 31:Parent in PreviewViewPart is reused, therefore settings on top composite is reused when swithcing between 2 swtxml files. Thanks to mikkel.t.andersen for bugreport + patch
diff --git a/plugins/com.swtxml.ide/src/com/swtxml/ide/PreviewViewPart.java b/plugins/com.swtxml.ide/src/com/swtxml/ide/PreviewViewPart.java index 3043970..622cce5 100644 --- a/plugins/com.swtxml.ide/src/com/swtxml/ide/PreviewViewPart.java +++ b/plugins/com.swtxml.ide/src/com/swtxml/ide/PreviewViewPart.java @@ -1,158 +...
ralfebert/swtxml
96e3f49699366fb949bf37b09e99d694f45c21e8
EventRegistry fails if there are event naming conflicts; conflicts for Browser and StyledText resolved, ContractProof.safePut
diff --git a/plugins/com.swtxml/src/com/swtxml/events/EventForeignAttribute.java b/plugins/com.swtxml/src/com/swtxml/events/EventForeignAttribute.java index 9419617..f9ecebd 100644 --- a/plugins/com.swtxml/src/com/swtxml/events/EventForeignAttribute.java +++ b/plugins/com.swtxml/src/com/swtxml/events/EventForeignAttrib...
ralfebert/swtxml
b35c02cf8e5e6eb297ad0655629145ecce337f70
include public fields clarified using enum type
diff --git a/plugins/com.swtxml/src/com/swtxml/swt/SwtInfo.java b/plugins/com.swtxml/src/com/swtxml/swt/SwtInfo.java index ac2407f..6de9ffe 100644 --- a/plugins/com.swtxml/src/com/swtxml/swt/SwtInfo.java +++ b/plugins/com.swtxml/src/com/swtxml/swt/SwtInfo.java @@ -1,82 +1,83 @@ /***************************************...
ralfebert/swtxml
29f4c1b1202f0a4f74a862f25e781b8d982ddb81
reflector cleanup
diff --git a/plugins/com.swtxml/src/com/swtxml/util/reflector/Reflector.java b/plugins/com.swtxml/src/com/swtxml/util/reflector/Reflector.java index a408d39..40f91e0 100644 --- a/plugins/com.swtxml/src/com/swtxml/util/reflector/Reflector.java +++ b/plugins/com.swtxml/src/com/swtxml/util/reflector/Reflector.java @@ -1,6...
ralfebert/swtxml
e949abe0191a33e93f3caa45436d3afd049edd4d
javadocs, IPredicate is IFilter now
diff --git a/plugins/com.swtxml/src/com/swtxml/swt/metadata/WidgetRegistry.java b/plugins/com.swtxml/src/com/swtxml/swt/metadata/WidgetRegistry.java index 1d37c7a..1b14a44 100644 --- a/plugins/com.swtxml/src/com/swtxml/swt/metadata/WidgetRegistry.java +++ b/plugins/com.swtxml/src/com/swtxml/swt/metadata/WidgetRegistry....
ralfebert/swtxml
ddfa6a5be6117bd26f60ccc6c9d2b609dd84ba5b
EventsRegistry simplified using Reflector query
diff --git a/plugins/com.swtxml/src/com/swtxml/events/EventsRegistry.java b/plugins/com.swtxml/src/com/swtxml/events/EventsRegistry.java index 5315500..2dfc035 100644 --- a/plugins/com.swtxml/src/com/swtxml/events/EventsRegistry.java +++ b/plugins/com.swtxml/src/com/swtxml/events/EventsRegistry.java @@ -1,78 +1,78 @@ ...
ralfebert/swtxml
ee5e6b61412595bebe1e923066b72147977b511f
all processors->visitor renamed
diff --git a/plugins/com.swtxml/src/com/swtxml/swt/visitor/TagContextVisitor.java b/plugins/com.swtxml/src/com/swtxml/swt/visitor/TagContextVisitor.java index e34d0c1..cc0ca79 100644 --- a/plugins/com.swtxml/src/com/swtxml/swt/visitor/TagContextVisitor.java +++ b/plugins/com.swtxml/src/com/swtxml/swt/visitor/TagContext...
ralfebert/swtxml
5ce7e0729b26c35e61cc994d640124886e6bdab9
slurpAttribute removed, only PropertyAttributes (was: WidgetAttribute) are injected, useless compareTo methods removed
diff --git a/plugins/com.swtxml/src/com/swtxml/definition/impl/AttributeDefinition.java b/plugins/com.swtxml/src/com/swtxml/definition/impl/AttributeDefinition.java index f220074..15374fb 100644 --- a/plugins/com.swtxml/src/com/swtxml/definition/impl/AttributeDefinition.java +++ b/plugins/com.swtxml/src/com/swtxml/defi...
ralfebert/swtxml
b9277b632e62a706017cc414a03ea044438ed713
tiny cleanups
diff --git a/plugins/com.swtxml.ide/src/com/swtxml/ide/PreviewViewPart.java b/plugins/com.swtxml.ide/src/com/swtxml/ide/PreviewViewPart.java index 2a9671a..3043970 100644 --- a/plugins/com.swtxml.ide/src/com/swtxml/ide/PreviewViewPart.java +++ b/plugins/com.swtxml.ide/src/com/swtxml/ide/PreviewViewPart.java @@ -1,158 +...
ralfebert/swtxml
91a9281539a4efb67b10b6c596767556091bb784
Tag class methods ordered, children list is created lazily, same adapter type argument everywhere
diff --git a/plugins/com.swtxml.ide/src/com/swtxml/ide/SwtXmlContentAssistProcessor.java b/plugins/com.swtxml.ide/src/com/swtxml/ide/SwtXmlContentAssistProcessor.java index 34ddbb5..d190d59 100644 --- a/plugins/com.swtxml.ide/src/com/swtxml/ide/SwtXmlContentAssistProcessor.java +++ b/plugins/com.swtxml.ide/src/com/swtx...
naeemkhedarun/Shaws-Landscaping
bbb6d8548184b81b215be7582feb2c09510c9b7e
Added current state of website to svn.
diff --git a/Collin.php b/Collin.php new file mode 100644 index 0000000..0a715f3 --- /dev/null +++ b/Collin.php @@ -0,0 +1,79 @@ +<?php ob_start(); ?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" ...
drmohundro/presentations
cb4e87512c523fd85e4892a2e28f06119cca6891
Bump jquery-rails from 4.3.1 to 4.4.0 in /es6-in-rails/sample-app
diff --git a/es6-in-rails/sample-app/Gemfile.lock b/es6-in-rails/sample-app/Gemfile.lock index 87a8d98..2634734 100644 --- a/es6-in-rails/sample-app/Gemfile.lock +++ b/es6-in-rails/sample-app/Gemfile.lock @@ -1,178 +1,178 @@ GEM remote: https://rubygems.org/ specs: actionmailer (4.2.10) actionpack (=...
drmohundro/presentations
500e2696eddd0016ca12475b218dee7a8ff0827e
Bump nokogiri from 1.13.10 to 1.14.3 in /es6-in-rails/sample-app
diff --git a/es6-in-rails/sample-app/Gemfile.lock b/es6-in-rails/sample-app/Gemfile.lock index 1eb007b..87a8d98 100644 --- a/es6-in-rails/sample-app/Gemfile.lock +++ b/es6-in-rails/sample-app/Gemfile.lock @@ -1,178 +1,178 @@ GEM remote: https://rubygems.org/ specs: actionmailer (4.2.10) actionpack (=...
drmohundro/presentations
5d08a26ae9479f114859611af5172e88aaf6ef89
Bump rails-html-sanitizer in /es6-in-rails/sample-app
diff --git a/es6-in-rails/sample-app/Gemfile.lock b/es6-in-rails/sample-app/Gemfile.lock index 52440cb..1eb007b 100644 --- a/es6-in-rails/sample-app/Gemfile.lock +++ b/es6-in-rails/sample-app/Gemfile.lock @@ -1,178 +1,178 @@ GEM remote: https://rubygems.org/ specs: actionmailer (4.2.10) actionpack (=...
drmohundro/presentations
250e43ac5f98cca14a989b5b2f3ede6d9afaad5f
Bump loofah from 2.18.0 to 2.19.1 in /es6-in-rails/sample-app
diff --git a/es6-in-rails/sample-app/Gemfile.lock b/es6-in-rails/sample-app/Gemfile.lock index 4623bb3..52440cb 100644 --- a/es6-in-rails/sample-app/Gemfile.lock +++ b/es6-in-rails/sample-app/Gemfile.lock @@ -1,178 +1,178 @@ GEM remote: https://rubygems.org/ specs: actionmailer (4.2.10) actionpack (=...
drmohundro/presentations
d633a908570bb618bcac52142db961701545c1fe
Bump nokogiri from 1.13.9 to 1.13.10 in /es6-in-rails/sample-app
diff --git a/es6-in-rails/sample-app/Gemfile.lock b/es6-in-rails/sample-app/Gemfile.lock index 72b6414..4623bb3 100644 --- a/es6-in-rails/sample-app/Gemfile.lock +++ b/es6-in-rails/sample-app/Gemfile.lock @@ -1,178 +1,178 @@ GEM remote: https://rubygems.org/ specs: actionmailer (4.2.10) actionpack (=...
drmohundro/presentations
397d5247e90c29987c7b6b8ab459936432b81d5c
Bump nokogiri from 1.13.6 to 1.13.9 in /es6-in-rails/sample-app
diff --git a/es6-in-rails/sample-app/Gemfile.lock b/es6-in-rails/sample-app/Gemfile.lock index 7552f54..72b6414 100644 --- a/es6-in-rails/sample-app/Gemfile.lock +++ b/es6-in-rails/sample-app/Gemfile.lock @@ -1,178 +1,178 @@ GEM remote: https://rubygems.org/ specs: actionmailer (4.2.10) actionpack (=...
drmohundro/presentations
08539b654c15026887b2eb7968e8ce042f96bb12
Bump tzinfo from 1.2.5 to 1.2.10 in /es6-in-rails/sample-app
diff --git a/es6-in-rails/sample-app/Gemfile.lock b/es6-in-rails/sample-app/Gemfile.lock index 836f568..7552f54 100644 --- a/es6-in-rails/sample-app/Gemfile.lock +++ b/es6-in-rails/sample-app/Gemfile.lock @@ -1,178 +1,178 @@ GEM remote: https://rubygems.org/ specs: actionmailer (4.2.10) actionpack (=...
drmohundro/presentations
d63aac74fdb4499bb86c4315d247d5022277cca6
Bump rails-html-sanitizer in /es6-in-rails/sample-app
diff --git a/es6-in-rails/sample-app/Gemfile.lock b/es6-in-rails/sample-app/Gemfile.lock index 4c42f17..836f568 100644 --- a/es6-in-rails/sample-app/Gemfile.lock +++ b/es6-in-rails/sample-app/Gemfile.lock @@ -1,178 +1,178 @@ GEM remote: https://rubygems.org/ specs: actionmailer (4.2.10) actionpack (=...
drmohundro/presentations
063da181a55219d4705f4cead9127c106bb45465
Bump nokogiri from 1.13.4 to 1.13.6 in /es6-in-rails/sample-app
diff --git a/es6-in-rails/sample-app/Gemfile.lock b/es6-in-rails/sample-app/Gemfile.lock index 204406e..4c42f17 100644 --- a/es6-in-rails/sample-app/Gemfile.lock +++ b/es6-in-rails/sample-app/Gemfile.lock @@ -1,178 +1,178 @@ GEM remote: https://rubygems.org/ specs: actionmailer (4.2.10) actionpack (=...
drmohundro/presentations
5d72841a7e6d1aa29aefa3048015904cc9815a1f
Bump nokogiri from 1.13.3 to 1.13.4 in /es6-in-rails/sample-app
diff --git a/es6-in-rails/sample-app/Gemfile.lock b/es6-in-rails/sample-app/Gemfile.lock index ff166c5..204406e 100644 --- a/es6-in-rails/sample-app/Gemfile.lock +++ b/es6-in-rails/sample-app/Gemfile.lock @@ -1,178 +1,178 @@ GEM remote: https://rubygems.org/ specs: actionmailer (4.2.10) actionpack (=...
drmohundro/presentations
3a8e3655da4d027957db8f5aa501d9e9a277fd63
Bump nokogiri from 1.12.5 to 1.13.3 in /es6-in-rails/sample-app
diff --git a/es6-in-rails/sample-app/Gemfile.lock b/es6-in-rails/sample-app/Gemfile.lock index a28afe4..ff166c5 100644 --- a/es6-in-rails/sample-app/Gemfile.lock +++ b/es6-in-rails/sample-app/Gemfile.lock @@ -1,178 +1,178 @@ GEM remote: https://rubygems.org/ specs: actionmailer (4.2.10) actionpack (=...
drmohundro/presentations
867df855db85b8deb751a5f8c8f3a6a9d1240e5a
Bump nokogiri from 1.11.4 to 1.12.5 in /es6-in-rails/sample-app
diff --git a/es6-in-rails/sample-app/Gemfile.lock b/es6-in-rails/sample-app/Gemfile.lock index 99285c7..a28afe4 100644 --- a/es6-in-rails/sample-app/Gemfile.lock +++ b/es6-in-rails/sample-app/Gemfile.lock @@ -1,178 +1,178 @@ GEM remote: https://rubygems.org/ specs: actionmailer (4.2.10) actionpack (=...
drmohundro/presentations
fbb40f0ad4798f635ca658e18b90f2746e96c46e
Bump nokogiri from 1.10.8 to 1.11.4 in /es6-in-rails/sample-app
diff --git a/es6-in-rails/sample-app/Gemfile.lock b/es6-in-rails/sample-app/Gemfile.lock index f979659..99285c7 100644 --- a/es6-in-rails/sample-app/Gemfile.lock +++ b/es6-in-rails/sample-app/Gemfile.lock @@ -1,176 +1,178 @@ GEM remote: https://rubygems.org/ specs: actionmailer (4.2.10) actionpack (=...
drmohundro/presentations
e90d7730ec1636519f01b7209973b6ecb55d682e
Bump rake from 12.3.0 to 13.0.1 in /es6-in-rails/sample-app
diff --git a/es6-in-rails/sample-app/Gemfile.lock b/es6-in-rails/sample-app/Gemfile.lock index c6033d0..f979659 100644 --- a/es6-in-rails/sample-app/Gemfile.lock +++ b/es6-in-rails/sample-app/Gemfile.lock @@ -1,176 +1,176 @@ GEM remote: https://rubygems.org/ specs: actionmailer (4.2.10) actionpack (=...
drmohundro/presentations
aed8fa61a50dc21a3848a335578b312b01465f5c
Bump nokogiri from 1.10.5 to 1.10.8 in /es6-in-rails/sample-app
diff --git a/es6-in-rails/sample-app/Gemfile.lock b/es6-in-rails/sample-app/Gemfile.lock index d4ae5d3..c6033d0 100644 --- a/es6-in-rails/sample-app/Gemfile.lock +++ b/es6-in-rails/sample-app/Gemfile.lock @@ -1,176 +1,176 @@ GEM remote: https://rubygems.org/ specs: actionmailer (4.2.10) actionpack (=...
drmohundro/presentations
b2d4b492763ae05a67574c0efea768fc27b97c26
Bump rack from 1.6.9 to 1.6.12 in /es6-in-rails/sample-app
diff --git a/es6-in-rails/sample-app/Gemfile.lock b/es6-in-rails/sample-app/Gemfile.lock index 3ee04be..d4ae5d3 100644 --- a/es6-in-rails/sample-app/Gemfile.lock +++ b/es6-in-rails/sample-app/Gemfile.lock @@ -1,176 +1,176 @@ GEM remote: https://rubygems.org/ specs: actionmailer (4.2.10) actionpack (=...
drmohundro/presentations
0db8ad6270b7f396e52090fc325596fea51c46ca
Bump loofah from 2.2.2 to 2.3.1 in /es6-in-rails/sample-app
diff --git a/es6-in-rails/sample-app/Gemfile.lock b/es6-in-rails/sample-app/Gemfile.lock index 0769ed8..3ee04be 100644 --- a/es6-in-rails/sample-app/Gemfile.lock +++ b/es6-in-rails/sample-app/Gemfile.lock @@ -1,176 +1,176 @@ GEM remote: https://rubygems.org/ specs: actionmailer (4.2.10) actionpack (=...
drmohundro/presentations
87ff84972ad12582a5ed6e2e35b558823245bd02
Bump nokogiri from 1.8.4 to 1.10.4 in /es6-in-rails/sample-app
diff --git a/es6-in-rails/sample-app/Gemfile.lock b/es6-in-rails/sample-app/Gemfile.lock index 46f9a2b..0769ed8 100644 --- a/es6-in-rails/sample-app/Gemfile.lock +++ b/es6-in-rails/sample-app/Gemfile.lock @@ -1,176 +1,176 @@ GEM remote: https://rubygems.org/ specs: actionmailer (4.2.10) actionpack (=...
drmohundro/presentations
9a08d36c437d1e856bb6d6e2440aea109fba7194
Fix security vulnerabilities (Gemfile)
diff --git a/es6-in-rails/sample-app/Gemfile.lock b/es6-in-rails/sample-app/Gemfile.lock index 605cfc2..46f9a2b 100644 --- a/es6-in-rails/sample-app/Gemfile.lock +++ b/es6-in-rails/sample-app/Gemfile.lock @@ -1,176 +1,176 @@ GEM remote: https://rubygems.org/ specs: actionmailer (4.2.10) actionpack (=...
drmohundro/presentations
76bc58b455f54ed02ab76a05b20800532d06f642
Fix background image
diff --git a/introduction-to-swift/md/02-what.md b/introduction-to-swift/md/02-what.md index 4dd22e7..a51a52a 100644 --- a/introduction-to-swift/md/02-what.md +++ b/introduction-to-swift/md/02-what.md @@ -1,87 +1,87 @@ # What is Swift? <!-- .slide: data-background-image="https://user-images.githubusercontent.com/43...
drmohundro/presentations
1dfc72a2324f57d8e38a308f73bbfe2e2e6812c6
Fix index.md
diff --git a/index.md b/index.md index d803be8..e15b027 100644 --- a/index.md +++ b/index.md @@ -1,19 +1,19 @@ ### Introduction I've given a few presentations at various user groups and conferences and I'll try to keep them up to date here. ### Presentation Index Below are links to the various presentations I...
drmohundro/presentations
791b42ae21a587670fa8e922c04dfa9e33eb565b
Use CDN version of vis
diff --git a/introduction-to-swift/index.html b/introduction-to-swift/index.html index f324777..28669ab 100755 --- a/introduction-to-swift/index.html +++ b/introduction-to-swift/index.html @@ -1,191 +1,191 @@ <!doctype html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-wid...
drmohundro/presentations
6ea09baf0b7c150fab98032ee5cf19d7fe80c22b
Reworked existing Swift presentation for CodeStock
diff --git a/.gitignore b/.gitignore index 0978dbc..02a76f0 100755 --- a/.gitignore +++ b/.gitignore @@ -1,39 +1,63 @@ node_modules # NuGet Packages *.nupkg # The packages folder can be ignored because of Package Restore **/[Pp]ackages/* # except build/, which is used as an MSBuild target. !**/[Pp]ackages/buil...
drmohundro/presentations
be5a0ac48e7b39293b5e2539c889369c96aa3f5a
Move logo to shared
diff --git a/.gitignore b/.gitignore index a29f4e2..0978dbc 100755 --- a/.gitignore +++ b/.gitignore @@ -1,37 +1,39 @@ +node_modules + # NuGet Packages *.nupkg # The packages folder can be ignored because of Package Restore **/[Pp]ackages/* # except build/, which is used as an MSBuild target. !**/[Pp]ackages/buil...
drmohundro/presentations
d8eb4b048ed2e63899cff4962b69110a96958478
Use relative path for vendor
diff --git a/applied-powershell/index.html b/applied-powershell/index.html index 3f7f258..9afb802 100644 --- a/applied-powershell/index.html +++ b/applied-powershell/index.html @@ -1,74 +1,74 @@ <!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>Applied PowerShell - by David Mohund...
drmohundro/presentations
93edba146d64b28de2375859f1cc9c8c467bc5cd
Begin moving off of gh-pages branch
diff --git a/docs/_config.yml b/docs/_config.yml new file mode 100644 index 0000000..34f5a8c --- /dev/null +++ b/docs/_config.yml @@ -0,0 +1,8 @@ +title: Presentations +description: Various code samples, presentations, and resources. +google_analytics: +show_downloads: true +theme: jekyll-theme-cayman + +gems: + - je...
drmohundro/presentations
dc698b6ff5b692b877bba9ffa4850355de536fbb
Wrap up minor clean up
diff --git a/.gitignore b/.gitignore index f074cc2..a29f4e2 100755 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,37 @@ -archive -the-power-of-powershell/src/example-scripts/proprietary -bin -obj -*.csproj.user -*.cache +# NuGet Packages +*.nupkg +# The packages folder can be ignored because of Package Restore +**/[Pp]ac...
drmohundro/presentations
242a725012e3667efcdbda173057bbcfad9fb304
Clear out insecure sample gems
diff --git a/es6-in-rails/sample-app/Gemfile b/es6-in-rails/sample-app/Gemfile index d7190b6..70482b4 100644 --- a/es6-in-rails/sample-app/Gemfile +++ b/es6-in-rails/sample-app/Gemfile @@ -1,46 +1,44 @@ source 'https://rubygems.org' - # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '4....
drmohundro/presentations
01d039a3663a16b593758e26e88ab7046c17f130
Fix logo size
diff --git a/brief-history-of-threading/images/clear-function-logo-white.svg b/brief-history-of-threading/images/clear-function-logo-white.svg index fdb4031..96ba6a5 100644 --- a/brief-history-of-threading/images/clear-function-logo-white.svg +++ b/brief-history-of-threading/images/clear-function-logo-white.svg @@ -1,2...
drmohundro/presentations
4a4d29129080b8fef80a5744bc670327298733b6
Prep for latest iteration of presentation
diff --git a/brief-history-of-threading/css/reveal.css b/brief-history-of-threading/css/reveal.css index 778076e..7c3104a 100644 --- a/brief-history-of-threading/css/reveal.css +++ b/brief-history-of-threading/css/reveal.css @@ -634,692 +634,691 @@ body { transform: translate3d(100%, 0, 0) rotateY(90deg); } ...
drmohundro/presentations
a8a1e60721197ce8a150089c591eb64c20a27c6d
Fix mispelled 'parallel'
diff --git a/brief-history-of-threading/md/02-history.md b/brief-history-of-threading/md/02-history.md index b0c4fb5..dd15a06 100644 --- a/brief-history-of-threading/md/02-history.md +++ b/brief-history-of-threading/md/02-history.md @@ -1,217 +1,217 @@ # Prehistory ![History](/images/history.gif) (before .NET) ...
drmohundro/presentations
01bb0913754e9454c33a61f755bb29cebb836364
Change ES6 closing image
diff --git a/es6-in-rails/closing.md b/es6-in-rails/closing.md index 77781ff..e307317 100644 --- a/es6-in-rails/closing.md +++ b/es6-in-rails/closing.md @@ -1,44 +1,44 @@ # Closing Thoughts <..> Am I really suggesting using this over CoffeeScript? Maybe. <..> Existential checks still stink... ```java...
drmohundro/presentations
d725d479ec53ae1b0353ae073acbe80595baf392
Fix ordering in threading example
diff --git a/brief-history-of-threading/examples/08 - ContinuationExample/ContinuationExample.App/MainForm.cs b/brief-history-of-threading/examples/08 - ContinuationExample/ContinuationExample.App/MainForm.cs index b587f35..b44a35b 100644 --- a/brief-history-of-threading/examples/08 - ContinuationExample/ContinuationEx...
drmohundro/presentations
ae10a1884b46b9d96a9a101e7a17b7d3ce71d012
Hopefully final changes for threading history
diff --git a/brief-history-of-threading/images/non-blocking-assembly-line.gif b/brief-history-of-threading/images/non-blocking-assembly-line.gif new file mode 100644 index 0000000..5cdc719 Binary files /dev/null and b/brief-history-of-threading/images/non-blocking-assembly-line.gif differ diff --git a/brief-history-of-...