src/Tools/jEdit/src/theories_dockable.scala
Tue, 27 Jun 2017 21:36:58 +0200 wenzelm tuned signature;
Sat, 24 Jun 2017 21:23:48 +0200 wenzelm back to scala-2.12.2, after a41435469559;
Tue, 13 Jun 2017 20:16:39 +0200 wenzelm clarified modules;
Wed, 07 Jun 2017 20:46:03 +0200 wenzelm more tooltips;
Mon, 22 May 2017 00:23:25 +0200 wenzelm back to scala-2.11.8 due to apparent non-termination of HOL-Codegenerator_Test;
Fri, 19 May 2017 16:43:11 +0200 wenzelm updated to scala-2.12.2;
Mon, 17 Apr 2017 15:23:51 +0200 wenzelm tuned GUI;
Mon, 03 Apr 2017 17:00:36 +0200 wenzelm tuned signature;
Mon, 03 Apr 2017 12:41:06 +0200 wenzelm tuned signature;
Wed, 15 Mar 2017 12:41:22 +0100 wenzelm more explicit options;
Tue, 14 Mar 2017 21:43:54 +0100 wenzelm clarified singleton module;
Mon, 13 Mar 2017 12:04:11 +0100 wenzelm clarified Session.Phase;
Tue, 10 Jan 2017 16:53:05 +0100 wenzelm support "purge" operation on document model;
Mon, 09 Jan 2017 20:26:59 +0100 wenzelm tuned signature;
Sat, 07 Jan 2017 14:34:53 +0100 wenzelm separate Buffer_Model vs. File_Model;
Fri, 06 Jan 2017 13:27:18 +0100 wenzelm manage buffer models as explicit global state;
Fri, 04 Nov 2016 13:27:31 +0100 wenzelm back to stable scala-2.11.8;
Thu, 03 Nov 2016 17:51:10 +0100 wenzelm updated to scala-2.12.0;
Thu, 14 Apr 2016 12:08:38 +0200 wenzelm clarified modules;
Mon, 04 Jan 2016 21:42:32 +0100 wenzelm node_status update is back on GUI thread (reverting 3ad2b2055ffc) -- avoid potential deadlock of GUI_Thread.now during shutdown, when GUI thread is already terminated;
Sat, 21 Nov 2015 14:09:08 +0100 wenzelm tuned;
Mon, 05 Oct 2015 14:17:20 +0200 wenzelm produce nodes_status outside GUI thread, to avoid a few milliseconds of blocking;
Tue, 11 Aug 2015 17:00:16 +0200 wenzelm support hyperlinks with optional focus change;
Wed, 23 Jul 2014 15:32:05 +0200 wenzelm clarified display;
Wed, 23 Jul 2014 15:00:46 +0200 wenzelm clarified display;
Wed, 23 Jul 2014 13:01:30 +0200 wenzelm more explicit discrimination of empty nodes -- suppress from Theories panel;
Wed, 23 Jul 2014 11:19:24 +0200 wenzelm clarified module name: facilitate alternative GUI frameworks;
Fri, 25 Apr 2014 12:51:08 +0200 wenzelm clarified Session.Consumer, with Session.Outlet managed by dispatcher thread;
Tue, 22 Apr 2014 23:49:15 +0200 wenzelm avoid "Adaptation of argument list by inserting ()" -- deprecated in scala-2.11.0;
Wed, 16 Apr 2014 09:38:40 +0200 wenzelm tuned signature -- separate module Word;
Mon, 07 Apr 2014 21:23:02 +0200 wenzelm tuned signature -- prefer static type Document.Node.Name;
Fri, 04 Apr 2014 15:58:20 +0200 wenzelm tuned rendering -- take 1px line border into account;
Thu, 03 Apr 2014 18:39:42 +0200 wenzelm tuned rendering for 5 different look-and-feels;
Wed, 02 Apr 2014 20:22:12 +0200 wenzelm more explicit iterator terminology, in accordance to Scala 2.8 library;
Wed, 02 Apr 2014 17:39:47 +0200 wenzelm tuned rendering;
Wed, 02 Apr 2014 11:08:16 +0200 wenzelm tuned rendering -- visual indication of the status range, to make more clear when information might is out of view;
Tue, 18 Mar 2014 17:39:03 +0100 wenzelm clarifed module name;
Mon, 03 Mar 2014 10:59:33 +0100 wenzelm tuned signature;
Thu, 20 Feb 2014 14:36:17 +0100 wenzelm tuned imports;
Thu, 05 Dec 2013 17:58:03 +0100 wenzelm merged, resolving obvious conflicts in NEWS and src/Pure/System/isabelle_process.ML;
Sat, 30 Nov 2013 16:07:00 +0100 wenzelm non-focusable button, to avoid second interpretation of SPACE in C+e SPACE (isabelle.set-node-required);
Wed, 20 Nov 2013 16:15:54 +0100 wenzelm restrict node_required status and Theories panel to actual theories;
Wed, 18 Sep 2013 20:09:26 +0200 wenzelm added option "jedit_auto_load";
Wed, 18 Sep 2013 15:09:15 +0200 wenzelm improved FlowLayout for wrapping of components over multiple lines;
Sat, 24 Aug 2013 14:58:36 +0200 wenzelm more precise painting;
Sat, 24 Aug 2013 13:32:51 +0200 wenzelm more uniform treatment of Swing_Thread context switch: prefer asynchronous Swing_Thread.later from actor;
Sat, 24 Aug 2013 12:31:24 +0200 wenzelm clarified border (again, see also 7ce3ebc268a1);
Mon, 12 Aug 2013 17:11:27 +0200 wenzelm manage hyperlinks via PIDE editor interface;
Mon, 12 Aug 2013 11:56:12 +0200 wenzelm tuned signature;
Mon, 05 Aug 2013 11:08:54 +0200 wenzelm initial update of nodes_required, for proper GUI state;
Wed, 31 Jul 2013 22:15:17 +0200 wenzelm proper border (again) -- avoid NPE on Windows;
Wed, 31 Jul 2013 21:49:29 +0200 wenzelm added home-made tooltips;
Wed, 31 Jul 2013 21:13:05 +0200 wenzelm home-grown mouse handling to pretend that the painted checkbox is actually a Swing component;
Wed, 31 Jul 2013 19:59:14 +0200 wenzelm actions and shortcuts to change node_required status, with painter that looks like CheckBox (non-clickable);
Wed, 31 Jul 2013 12:31:10 +0200 wenzelm paint unassigned/unchanged nodes as unprocessed -- relevant for editor_continuous_checking = false;
Wed, 31 Jul 2013 10:54:37 +0200 wenzelm simplified flag for continuous checking: avoid GUI complexity and slow checking of all theories (including prints);
Tue, 30 Jul 2013 22:43:11 +0200 wenzelm more uniform border;
Mon, 29 Jul 2013 20:46:21 +0200 wenzelm NEWS;
Mon, 29 Jul 2013 15:01:44 +0200 wenzelm tuned;
Mon, 29 Jul 2013 13:43:12 +0200 wenzelm always init GUI state;
less more (0) -60 tip