src/Pure/library.scala
Sat, 03 May 2014 22:47:43 +0200 wenzelm support for path completion based on file-system content;
Fri, 25 Apr 2014 21:31:39 +0200 wenzelm tuned signature -- separate pool for JFuture tasks, which can be canceled;
Fri, 25 Apr 2014 20:07:39 +0200 wenzelm unused;
Thu, 24 Apr 2014 10:30:55 +0200 wenzelm more canonical list operations;
Thu, 24 Apr 2014 00:29:55 +0200 wenzelm canonical list operations, as in ML;
Wed, 23 Apr 2014 14:16:08 +0200 wenzelm updated according to scala-2.11.0 recommendations;
Wed, 16 Apr 2014 11:52:26 +0200 wenzelm more specific support for sequence of words;
Wed, 16 Apr 2014 09:38:40 +0200 wenzelm tuned signature -- separate module Word;
Mon, 14 Apr 2014 09:24:47 +0200 wenzelm eliminated somewhat pointless locale parameter;
Sat, 12 Apr 2014 21:38:38 +0200 wenzelm some case-mangling;
Fri, 07 Mar 2014 14:37:25 +0100 wenzelm more detailed description of completion items;
Sat, 18 Jan 2014 19:15:12 +0100 wenzelm support for nested text cartouches;
Thu, 21 Nov 2013 17:45:37 +0100 wenzelm proper concatenation of messages;
Tue, 25 Jun 2013 12:17:19 +0200 wenzelm slightly improved "isabelle doc" based on Isabelle/Scala;
Tue, 14 May 2013 15:40:18 +0200 wenzelm more frugal line termination, to cope with huge log files (see also 016cb7d8f297);
Tue, 14 May 2013 13:46:33 +0200 wenzelm more scalable Library.separate -- NB: JVM has tiny fixed-size stack;
Thu, 04 Apr 2013 17:58:47 +0200 wenzelm tuned signature -- concentrate GUI tools;
Sat, 12 Jan 2013 20:13:34 +0100 wenzelm tuned font size, notably for current HD displays;
Sat, 12 Jan 2013 17:28:07 +0100 wenzelm tuned signature;
Sat, 12 Jan 2013 15:00:48 +0100 wenzelm immediate theory progress for build_dialog;
Fri, 14 Dec 2012 21:50:21 +0100 wenzelm tuned error dialog;
Wed, 12 Dec 2012 14:54:48 +0100 wenzelm improved coupling of zoom_box and scale;
Fri, 07 Dec 2012 13:38:32 +0100 wenzelm explore theory_body_files via future, for improved performance;
Fri, 30 Nov 2012 21:30:24 +0100 wenzelm renamed dockable "Prover Session" to "Theories";
Thu, 20 Sep 2012 19:23:05 +0200 wenzelm more management of Invoke_Scala tasks;
Mon, 10 Sep 2012 15:20:50 +0200 wenzelm manage Isabelle/jEdit options as Isabelle/Scala options (with persistent preferences);
Wed, 29 Aug 2012 12:55:41 +0200 wenzelm clarified separated_chunks vs. space_explode;
Tue, 24 Jul 2012 17:33:19 +0200 wenzelm more general notion of user ERROR (cf. 44f56fe01528);
Sun, 22 Jul 2012 23:31:57 +0200 wenzelm parallel scheduling of jobs;
Fri, 20 Jul 2012 12:00:08 +0200 wenzelm proper commas_quote;
Thu, 19 Jul 2012 11:54:19 +0200 wenzelm tuned width;
Thu, 24 May 2012 22:07:00 +0200 wenzelm less warning in scala-2.10.0-M3;
Fri, 04 May 2012 15:58:27 +0200 wenzelm some attempts to make critical errors fit on screen;
Sat, 17 Mar 2012 17:44:29 +0100 wenzelm misc tuning to accomodate scala-2.10.0-M2;
Mon, 27 Feb 2012 23:35:11 +0100 wenzelm more explicit development graph;
Fri, 24 Feb 2012 22:15:19 +0100 wenzelm tuned imports;
Thu, 12 Jan 2012 20:58:17 +0100 wenzelm added cat_lines convenience;
Fri, 16 Dec 2011 13:37:08 +0100 wenzelm prefer sorting from Scala library;
Tue, 29 Nov 2011 21:29:53 +0100 wenzelm separate compilation of PIDE vs. Pure sources, which enables independent Scala library;
Mon, 28 Nov 2011 22:18:19 +0100 wenzelm explicit indication of modules for independent Scala library;
Mon, 28 Nov 2011 20:31:53 +0100 wenzelm tuned signature (according to ML version);
Sat, 22 Oct 2011 23:29:11 +0200 wenzelm class Time as abstract datatype;
Sun, 18 Sep 2011 00:05:22 +0200 wenzelm graph traversal in topological order;
Thu, 01 Sep 2011 14:10:52 +0200 wenzelm more flexible sorting;
Wed, 31 Aug 2011 17:36:10 +0200 wenzelm some support for theory status overview;
Mon, 29 Aug 2011 16:38:56 +0200 wenzelm some dialog for auto loading of required files (still inactive);
Fri, 12 Aug 2011 11:41:26 +0200 wenzelm clarified Exn.message;
Mon, 11 Jul 2011 23:15:27 +0200 wenzelm tuned error messages;
Mon, 11 Jul 2011 17:11:54 +0200 wenzelm tuned error message;
Tue, 05 Jul 2011 21:32:48 +0200 wenzelm prefer space_explode/split_lines as in Isabelle/ML;
Mon, 04 Jul 2011 16:51:45 +0200 wenzelm pervasive Basic_Library in Scala;
Wed, 29 Jun 2011 23:43:48 +0200 wenzelm basic operations on lists and strings;
Sat, 18 Jun 2011 17:32:13 +0200 wenzelm tuned -- Map.empty serves as partial function;
Wed, 01 Dec 2010 20:34:40 +0100 wenzelm more abstract/uniform handling of time, preferring seconds as Double;
Wed, 10 Nov 2010 20:43:22 +0100 wenzelm Sidekick block asset: show first line only;
Mon, 23 Aug 2010 16:07:18 +0200 wenzelm module for simplified thread operations (Scala version);
Sun, 22 Aug 2010 22:09:14 +0200 wenzelm tuned;
Tue, 10 Aug 2010 12:09:53 +0200 wenzelm added Library.thread_actor -- thread as actor;
Sat, 07 Aug 2010 23:02:19 +0200 wenzelm simple_dialog: allow scala.swing.Component as well;
Sat, 03 Jul 2010 20:36:30 +0200 wenzelm more precise timing;
less more (0) -60 tip