Commit Graph

  • fd186dddd9 Merge pull request #272 from herby/uiless-testrunner master Nicolas Petton 2012-12-28 08:34:08 -0800
  • 096961fdab Merge pull request #274 from herby/performfailure-call-runcase Nicolas Petton 2012-12-28 08:33:32 -0800
  • 854a77b1e1 Merge pull request #273 from herby/ensure-is-finally Nicolas Petton 2012-12-28 08:33:01 -0800
  • 1513117bed Simplified TestRunner >> performFailure: Herby Vojčík 2012-12-28 15:37:54 +0100
  • 43db62db26 BlockClosure >> ensure: impl'd by try/finally. Herby Vojčík 2012-12-28 13:11:41 +0100
  • 801adeb7f5 Fix: no local return in async block. Herby Vojčík 2012-12-24 12:48:07 +0100
  • 231e7ae07a TestSuiteRunner uses fork; impl. fork using pool. Herby Vojčík 2012-12-24 01:10:50 +0100
  • 980c75fe67 Merge pull request #267 from herby/uiless-testrunner Nicolas Petton 2012-12-13 02:55:52 -0800
  • a5fd3c1916 Test{SuiteRunner,Result} competencies. Herbert Vojčík 2012-12-12 09:23:16 +0100
  • 867ef99701 Announce always, in ensure: Herbert Vojčík 2012-12-12 00:21:26 +0100
  • 818a851d61 Merge pull request #266 from herby/uiless-testrunner Nicolas Petton 2012-12-12 00:51:17 -0800
  • 0ac15010cc Pharo-inspired changes; setUp/tearDown covered. Herbert Vojčík 2012-12-12 00:21:26 +0100
  • 1232d8861c Serializing tests running while still fast. Herbert Vojčík 2012-12-11 23:42:41 +0100
  • 45e85a5dce Merge pull request #263 from herby/master Nicolas Petton 2012-12-11 03:31:13 -0800
  • b2e8304930 Merge pull request #262 from herby/uiless-testrunner Nicolas Petton 2012-12-11 03:30:38 -0800
  • e94f65808c Merge pull request #265 from mkroehnert/server Nicolas Petton 2012-12-11 03:29:59 -0800
  • 24cc5c5553 server.js: \t does not get expanded; use 4 spaces instead mkroehnert 2012-12-10 23:46:14 +0100
  • 03ccc59098 server.js: don't crash if WriteStream could not be created (currently lacks notification of the user) mkroehnert 2012-12-10 22:27:55 +0100
  • 806975dff8 server.js: check if working directory contains necessary files mkroehnert 2012-12-10 21:45:41 +0100
  • 4b35f04f9a Alternative creation of TMPDIR in Windows. Herbert Vojčík 2012-12-10 19:07:05 +0100
  • 8f3d580b94 Console test runner uses TestSuiteRunner. Herbert Vojčík 2012-12-10 18:33:21 +0100
  • 0b8aeeaeac Recompile to fix compiler error with super. Herbert Vojčík 2012-12-10 12:51:59 +0100
  • 2e8f8bcf35 TestRunner: separate domain from presentation. Herbert Vojčík 2012-12-09 21:16:02 +0100
  • 4f40a30718 Merge pull request #259 from mkroehnert/homepage Nicolas Petton 2012-12-10 04:59:17 -0800
  • 2cbb1a25ee Merge pull request #258 from mkroehnert/server Nicolas Petton 2012-12-10 04:37:13 -0800
  • 5911cf00a9 Merge pull request #260 from herby/gh-246 Nicolas Petton 2012-12-10 04:33:15 -0800
  • 3176f36660 Merge pull request #261 from herby/master Nicolas Petton 2012-12-10 04:32:50 -0800
  • 3c572db829 Show correct number of passes. Herbert Vojčík 2012-12-09 21:22:50 +0100
  • 92a82e7a21 Fixing removeMethod to remove category when empty. Herbert Vojčík 2012-12-09 18:48:26 +0100
  • 9e0d1684d3 update broken Fork Me on GitHub graphics Manfred Kröhnert 2012-12-09 06:24:38 -0500
  • efde47cbda regenerate server.js mkroehnert 2012-12-09 01:59:04 +0100
  • 6971427d58 FileServer.st: log to console if file not found mkroehnert 2012-12-09 01:58:43 +0100
  • eaba0af668 FileServer.st: add error handler on httpServer mkroehnert 2012-12-09 01:58:07 +0100
  • 9b4ca5d461 FileServer.st: add -p commandline option mkroehnert 2012-12-09 01:21:18 +0100
  • 2e0ed365a6 FileServer.st: add port back to instance variables mkroehnert 2012-12-09 01:19:20 +0100
  • 345ff06323 amberc: add Compiler-Exceptions to Compiler libraries mkroehnert 2012-12-09 00:19:42 +0100
  • d03be7bf69 amberc: add Kernel-Announcements to KERNEL libraries mkroehnert 2012-12-09 00:09:28 +0100
  • aeae764eac server.js: specify port number on commandline mkroehnert 2012-12-08 23:33:04 +0100
  • fc8ee678ce server/FileServer.st: remove unused instance variable mkroehnert 2012-12-08 23:28:27 +0100
  • d41715ea59 Merge pull request #253 from herby/master Nicolas Petton 2012-12-05 15:02:44 -0800
  • 199a302ecb DRYing Organizer creation. Herbert Vojčík 2012-12-03 22:37:27 +0100
  • 3c4820aa85 SmalltalkMethodContext faster instatiation. Herbert Vojčík 2012-12-03 22:33:13 +0100
  • 2504a604cb Fixed missing sources from Kernel-Methods.js Nicolas Petton 2012-12-03 21:58:56 +0100
  • 1a9cb38985 Merge pull request #252 from MFeldtmann/master Nicolas Petton 2012-12-03 12:53:43 -0800
  • aee37bca9f Fixed issue #250 Nicolas Petton 2012-12-03 21:52:48 +0100
  • 7d7affd231 BugFix: Message categories could not be changed Marten Feldtmann 2012-12-03 19:34:47 +0100
  • eb1c3fa9c2 Merge pull request #248 from tomrake/master Nicolas Petton 2012-11-26 01:32:19 -0800
  • 4d0d49ad44 Merge branch 'release-0.2' Thomas Rake 2012-11-17 16:51:02 -0500
  • 6f8c39e005 Merge branch 'testsubm' into develop Thomas Rake 2012-11-17 16:45:14 -0500
  • e9b2f71c7c Submodule googlecharts changes Thomas Rake 2012-11-17 16:41:30 -0500
  • a0b11826a2 added googlecharts subproject at examples/googlecharts Thomas Rake 2012-11-15 16:30:18 -0500
  • 00efb54ece Merge pull request #247 from lolgzs/fix-NonBooleanReceiver Nicolas Petton 2012-11-12 06:48:30 -0800
  • ceb675685a Fix NonBooleanReceiver error not sent when invoking a Boolean method on a non-boolean javascript value Laurent Laffont 2012-11-12 15:15:33 +0100
  • e2a30be96e Merge pull request #245 from lolgzs/fix-browser-method-references-selector Nicolas Petton 2012-11-07 11:45:19 -0800
  • 379fe3b007 Fix method references select in Browser: we cannot browse current method references as it's already selected Laurent Laffont 2012-11-07 16:53:04 +0100
  • 153e5d4430 Fixed adding nil as method protocol Nicolas Petton 2012-11-07 15:37:50 +0100
  • 5b93ceb71a Merge pull request #244 from lolgzs/es5-shim-integration Nicolas Petton 2012-11-07 06:18:27 -0800
  • 0af9574208 - Organizer class - Use organizer for packages and classes Nicolas Petton 2012-11-07 15:17:11 +0100
  • a465d31f24 fix es5-shim for amber integration Laurent Laffont 2012-11-07 11:52:56 +0100
  • 09fc6dab27 Add es5-shim v2.0.2 in order to fix IE8 / IE7 compatibility. Laurent Laffont 2012-11-07 11:46:23 +0100
  • 7de4a20e58 - more consistency in Helios - HLListWidget now selects the first item when focused Nicolas Petton 2012-11-06 21:26:14 +0100
  • d43ad40f63 Consistency across Helios: Nicolas Petton 2012-11-06 20:46:13 +0100
  • d57aff1353 Split Helios-Core into Helios-Core and Helios-Environments Nicolas Petton 2012-11-06 13:50:39 +0100
  • 2f77965e17 Use the HLManager instance environment by default Nicolas Petton 2012-11-06 13:26:59 +0100
  • 7bc9e66544 Merge pull request #243 from sebastianconcept/helios Nicolas Petton 2012-11-06 04:02:53 -0800
  • 535871eef9 Dive and refresh works. Self is the selected instVar. Inspecting evaluated code works (opens a new inspector on the result). Sebastian Sastre 2012-11-05 11:56:08 -0200
  • 1f147b818d Refactoring, (got rid of doItReaction, etc) Sebastian Sastre 2012-11-05 11:19:04 -0200
  • 7e9d191718 Fixed display reaction to instVar selection Sebastian Sastre 2012-11-05 08:08:53 -0200
  • 9a709fba17 Added Dictionary>>keyAtValue: and more Inspector behavior. Still not working Sebastian Sastre 2012-11-05 00:39:00 -0200
  • ee55b7076e Inspector shows instVars list by now Sebastian Sastre 2012-11-05 00:03:33 -0200
  • b4dde42883 Starting to open an inspector (panes not working yet) Sebastian Sastre 2012-11-04 21:07:56 -0200
  • 51e461acc1 Forgot to add all the modified files of the needed refactoring to make Workspace work Sebastian Sastre 2012-11-04 18:28:46 -0200
  • f43fc4cf56 Implementation of Workspace plus refactoring to prepare the terrain for making tools work with local and/or remote environments Sebastian Sastre 2012-11-04 18:15:11 -0200
  • d8439ae4a1 Merge pull request #241 from sebastianconcept/helios Nicolas Petton 2012-10-31 06:25:38 -0700
  • d650648567 changed key binding for OS X; now using ctrl-space for commands instead of cmd-space (otherwise OS X will bring up spotlight no matter what) Sebastian Sastre 2012-10-30 23:40:56 -0200
  • 6a8e6ab04c Merge branch 'helios' of git://github.com/NicolasPetton/amber into helios Sebastian Sastre 2012-10-30 23:35:52 -0200
  • 4c753e78c4 Merge pull request #240 from sebastianconcept/helios Nicolas Petton 2012-10-30 15:57:09 -0700
  • 75e637564c Package names now sorted alphabetically sebastian 2012-10-30 20:38:03 -0200
  • c3c98606f5 Handle 'text/smalltalk' scripts Nicolas Petton 2012-10-25 19:05:19 +0200
  • 8570d13aef - Fixed SystemAnnouncer references - More announcements & class comments Nicolas Petton 2012-10-21 15:30:08 +0200
  • eb4f91cfe0 SystemAnnouncer & first announcements Nicolas Petton 2012-10-21 15:15:38 +0200
  • 2c54dcd968 - Fix issue #116 - Use symbols instead of strings in Smalltalk >> #at: and Behavior >> methodAt: Nicolas Petton 2012-10-21 16:25:43 +0200
  • ee41fea23d Fixed PackageLoader classes initialization Nicolas Petton 2012-10-18 16:22:09 +0200
  • 17331f9de8 New PackageLoader class to load packages outside of amber.js Nicolas Petton 2012-10-18 15:57:10 +0200
  • 2db0052a12 New PackageLoader class to load packages outside of amber.js Nicolas Petton 2012-10-18 15:57:10 +0200
  • aa53ec31cb Use Commands Nicolas Petton 2012-10-12 14:51:43 +0200
  • d55cbce2ad Track Helios-Commands files Nicolas Petton 2012-10-11 12:22:36 +0200
  • b1cd261f0a Merge pull request #237 from StefanKrecher/master Nicolas Petton 2012-10-11 03:19:53 -0700
  • 56b0f445ef Using processing.js with Amber StefanKrecher 2012-10-10 16:30:32 +0200
  • 176cff3d3f Merge branch 'master' into helios Nicolas Petton 2012-10-09 22:54:32 +0200
  • 96a51864dc Keybindings improvements Nicolas Petton 2012-10-09 22:46:12 +0200
  • 104c5334a7 NPM package description Damien Pollet 2012-10-04 01:24:13 +0200
  • 004cd835fc Fixed previous commit Nicolas Petton 2012-10-07 20:28:06 +0200
  • 7c75c1e190 Quite some improvements here Nicolas Petton 2012-10-07 20:20:48 +0200
  • 559405e4bb Mostly working layout Nicolas Petton 2012-10-03 18:16:36 +0200
  • de90b3db98 track helios files Nicolas Petton 2012-09-29 13:23:49 +0200
  • 8642859ca3 Merge branch 'master' of github.com:NicolasPetton/amber Nicolas Petton 2012-10-07 20:28:13 +0200
  • 8b8046457e Fixed previous commit Nicolas Petton 2012-10-07 20:28:06 +0200
  • c3a37a2b20 Added support for thisContext in the new compiler Nicolas Petton 2012-10-07 20:24:50 +0200
  • 3b032d8af5 Merge pull request #236 from cdlm/npm-package Nicolas Petton 2012-10-05 04:36:10 -0700