Mon, 07 Dec 2009 22:40:01 +0100 wenzelm removed ScrollerDockable, which is based on discontinued Flying Saucer renderer;
Mon, 07 Dec 2009 00:05:21 +0100 wenzelm use IsabelleText font;
Sun, 06 Dec 2009 20:50:07 +0100 wenzelm reduced logging;
Fri, 04 Dec 2009 23:10:11 +0100 wenzelm tuned message markup;
Fri, 04 Dec 2009 23:07:40 +0100 wenzelm plain results, no markup here;
Fri, 04 Dec 2009 17:14:44 +0100 wenzelm basic setup for Cobra HTML renderer;
Fri, 04 Dec 2009 17:14:16 +0100 wenzelm results: XML.Tree;
Sat, 14 Nov 2009 16:53:49 +0100 wenzelm basic platform update;
Thu, 17 Sep 2009 14:15:54 +0200 wenzelm Prover: private Actor;
Wed, 16 Sep 2009 22:01:11 +0200 wenzelm tuned;
Wed, 16 Sep 2009 17:13:14 +0200 wenzelm misc tuning;
Wed, 16 Sep 2009 00:14:01 +0200 wenzelm Linear_Set.append_after;
Tue, 15 Sep 2009 21:14:09 +0200 wenzelm tuned file name;
Tue, 15 Sep 2009 20:46:46 +0200 wenzelm tuned file name;
Tue, 15 Sep 2009 20:45:20 +0200 wenzelm renamed PhaseOverviewPanel to Document_Overview;
Tue, 15 Sep 2009 20:39:00 +0200 wenzelm tooltip: HTML dummy;
Tue, 15 Sep 2009 20:30:17 +0200 wenzelm tuned;
Tue, 15 Sep 2009 19:50:10 +0200 wenzelm misc tuning and unification;
Tue, 15 Sep 2009 19:01:16 +0200 wenzelm refrain from actor shutdown -- slightly low-level;
Tue, 15 Sep 2009 18:14:28 +0200 wenzelm keep BufferListener and TextAreaExtension private;
Tue, 15 Sep 2009 18:13:30 +0200 wenzelm tuned white space;
Tue, 15 Sep 2009 17:00:21 +0200 wenzelm misc tuning;
Tue, 15 Sep 2009 15:37:19 +0200 wenzelm handle_result: no special treatment of outer markup (it is now properly identified by the prover);
Tue, 15 Sep 2009 13:33:02 +0200 wenzelm single instance of rule_set;
Sun, 13 Sep 2009 23:03:55 +0200 wenzelm regular activate=defer -- may debug remotely, no need to run under netbeans;
Sun, 13 Sep 2009 14:34:50 +0200 wenzelm avoid fractional font metrics, which produces bad antialiasing with reletively new versions of jedit and java;
Tue, 08 Sep 2009 22:38:01 +0200 wenzelm Prover: keep command_change/document_change event buses here, not in ProofDocument, Command, State, Plugin;
Mon, 07 Sep 2009 23:54:53 +0200 wenzelm tuned;
Mon, 07 Sep 2009 23:42:20 +0200 wenzelm tuned;
Mon, 07 Sep 2009 23:23:59 +0200 wenzelm Prover: just one actor -- single message dispatch;
Mon, 07 Sep 2009 22:17:51 +0200 wenzelm modernized Event_Bus -- based on actors;
Mon, 07 Sep 2009 21:09:26 +0200 wenzelm eliminated ProverEvents.Activate -- handle "ready" within Prover;
Mon, 07 Sep 2009 13:52:36 +0200 immler corrected order
Sun, 06 Sep 2009 22:27:32 +0200 wenzelm sidekick root data: set buffer length to avoid crash of initial caret move;
Sun, 06 Sep 2009 16:21:01 +0200 wenzelm tuned color (PG 4.0);
Sun, 06 Sep 2009 15:43:02 +0200 wenzelm treat all messages except status as results;
Sun, 06 Sep 2009 15:31:25 +0200 wenzelm tuned;
Sun, 06 Sep 2009 15:05:35 +0200 wenzelm tuned;
Sun, 06 Sep 2009 14:55:25 +0200 wenzelm replaced find_command_at by command_at -- null-free, proper Option;
Sun, 06 Sep 2009 13:43:54 +0200 wenzelm tuned;
Sun, 06 Sep 2009 13:40:27 +0200 wenzelm tuned;
Sun, 06 Sep 2009 13:31:22 +0200 wenzelm minor tuning;
Sat, 05 Sep 2009 00:43:59 +0200 wenzelm tuned MarkupNode argument order;
Sat, 05 Sep 2009 00:35:37 +0200 wenzelm eliminated MarkupInfo, moved particular variants into object Command;
Sat, 05 Sep 2009 00:15:14 +0200 wenzelm removed dead code;
Sat, 05 Sep 2009 00:07:10 +0200 wenzelm MarkupNode: removed id;
Fri, 04 Sep 2009 23:43:42 +0200 wenzelm simplified MarkupNode -- independent of Command and ProofDocument;
Fri, 04 Sep 2009 23:04:20 +0200 wenzelm minor tuning;
Thu, 03 Sep 2009 20:10:23 +0200 wenzelm sorted;
Thu, 03 Sep 2009 17:48:02 +0200 wenzelm IsabelleSideKickParser: incorporate former MarkupNode.markup2default_node, observe stopped flag;
Thu, 03 Sep 2009 17:26:25 +0200 wenzelm tuned imports;
Thu, 03 Sep 2009 16:47:42 +0200 wenzelm tuned;
Thu, 03 Sep 2009 15:09:07 +0200 wenzelm tuned;
Thu, 03 Sep 2009 14:46:42 +0200 wenzelm State: immutable;
Thu, 03 Sep 2009 12:15:39 +0200 wenzelm tuned;
Thu, 03 Sep 2009 11:52:05 +0200 wenzelm minor tuning;
Wed, 02 Sep 2009 22:21:14 +0200 wenzelm unified Swing_Thread.delay_first/last;
Wed, 02 Sep 2009 21:21:54 +0200 wenzelm sealed Edit;
Tue, 01 Sep 2009 21:05:57 +0200 wenzelm Isabelle_Process: receiver as Actor -- requires Scheduler.shutdown in the end;
Tue, 01 Sep 2009 15:37:05 +0200 wenzelm option -d: enable debugger;
Tue, 01 Sep 2009 15:12:24 +0200 wenzelm modernized Isar_Document;
Tue, 01 Sep 2009 13:49:25 +0200 wenzelm use Linear_Set from Isabelle/Pure.jar;
Thu, 27 Aug 2009 16:41:36 +0200 immler lazy fields
Thu, 27 Aug 2009 16:41:36 +0200 immler better performance
Thu, 27 Aug 2009 16:41:36 +0200 immler no busy waiting
Thu, 27 Aug 2009 16:41:33 +0200 immler global event buses for changes concerning commands and document edits
Thu, 27 Aug 2009 12:12:11 +0200 immler include scala-swing
Thu, 27 Aug 2009 11:06:25 +0200 immler merged
Thu, 27 Aug 2009 10:51:09 +0200 immler must unapply edits in reverse order
Thu, 27 Aug 2009 10:51:09 +0200 immler fixed some issues with multiple active buffers
Thu, 27 Aug 2009 10:51:09 +0200 immler clarified structure of TheoryView
Thu, 27 Aug 2009 10:51:09 +0200 immler improved repainting
Thu, 27 Aug 2009 10:51:09 +0200 immler tuned whitespace
Thu, 27 Aug 2009 10:51:09 +0200 immler catching NPE on val
Thu, 27 Aug 2009 10:51:09 +0200 immler Command and Command_State handle results from prover as Accumulator
Thu, 27 Aug 2009 10:51:09 +0200 immler trait Accumulator;
Thu, 27 Aug 2009 10:51:09 +0200 immler Command notifies changes
Thu, 27 Aug 2009 10:51:09 +0200 immler change_receiver and output_info are used before regular initialisation
Thu, 27 Aug 2009 10:51:09 +0200 immler TheoryView starts Prover
Thu, 27 Aug 2009 10:51:09 +0200 immler output_info specific to prover
Thu, 27 Aug 2009 10:51:09 +0200 immler proper activation with multiple buffers
Thu, 27 Aug 2009 10:51:09 +0200 immler state_update global in Plugin
Thu, 27 Aug 2009 10:51:09 +0200 immler unused
Thu, 27 Aug 2009 10:51:09 +0200 immler fixed special case;
Thu, 27 Aug 2009 10:51:09 +0200 immler added shortcut
Sat, 22 Aug 2009 23:24:15 +0200 wenzelm generalized settings;
Sat, 22 Aug 2009 23:17:09 +0200 wenzelm Isabelle component;
Sat, 22 Aug 2009 22:54:36 +0200 wenzelm less ambitious array operations -- for improved compatibility with older versions of bash;
Thu, 13 Aug 2009 16:01:55 +0200 immler Text is not present any more
Thu, 13 Aug 2009 15:46:32 +0200 immler typo
Fri, 07 Aug 2009 13:04:59 +0200 immler Change consisting of a list of Edits
Mon, 03 Aug 2009 16:56:33 +0200 immler add is a private function
Mon, 27 Jul 2009 15:51:37 +0200 wenzelm avoid internal "add" method;
Mon, 27 Jul 2009 15:51:12 +0200 wenzelm removed unused imports;
Wed, 15 Jul 2009 13:49:21 +0200 immler decode offsets with respect to symbols
Wed, 15 Jul 2009 13:13:09 +0200 immler equal should be included
Mon, 13 Jul 2009 14:30:39 +0200 immler arbitrary history
Wed, 08 Jul 2009 15:15:15 +0200 immler commands carrying state-information
Wed, 08 Jul 2009 15:15:13 +0200 immler gui element to set current document version
Wed, 08 Jul 2009 13:29:44 +0200 immler set current document version; forget "future" versions in list
Wed, 08 Jul 2009 13:29:44 +0200 immler current version in theoryview/buffer
Wed, 08 Jul 2009 13:29:43 +0200 immler activation
Wed, 08 Jul 2009 13:29:42 +0200 immler remember removed text
Wed, 08 Jul 2009 13:29:42 +0200 immler insert mode isabelle into catalog
Sun, 05 Jul 2009 17:53:27 +0200 wenzelm updated to jedit 4.3pre17 -- no longer provide separate ml.xml;
Sun, 05 Jul 2009 17:26:14 +0200 wenzelm updated to jEdit 4.3pre17;
Sun, 05 Jul 2009 17:20:28 +0200 wenzelm removed obsolete isabelle.utils.Delay;
Sat, 04 Jul 2009 23:26:24 +0200 wenzelm renamed Delay to clarified version Swing_Thread.delay;
Sat, 04 Jul 2009 23:03:17 +0200 wenzelm change_receiver: removed redundant Swing_Thread wrapper -- the Delay timer action is already in Swing;
Sat, 04 Jul 2009 22:25:47 +0200 wenzelm replaced utils.Delay by tune version isabelle.Delay (Pure.jar);
Sat, 04 Jul 2009 20:28:57 +0200 wenzelm use symbolic NULL;
Sat, 04 Jul 2009 17:50:48 +0200 wenzelm tuned token styles, according to some earlier Isabelle/jEdit experiments;
Sat, 04 Jul 2009 17:32:26 +0200 wenzelm use static Map/Set for token categorization;
Sat, 04 Jul 2009 14:14:37 +0200 wenzelm added symbol_index (presently unused);
Sat, 04 Jul 2009 14:14:07 +0200 wenzelm misc tuning;
Fri, 03 Jul 2009 21:54:00 +0200 wenzelm updated to Netbeans 6.7;
Tue, 30 Jun 2009 21:22:50 +0200 wenzelm renamed Swing to Swing_Thread, to avoid overlap with scala.swing.Swing;
Sat, 27 Jun 2009 00:19:11 +0200 wenzelm preload CSS resources;
Fri, 26 Jun 2009 23:28:46 +0200 wenzelm more robust handling of Isabelle CSS files;
Fri, 26 Jun 2009 21:52:56 +0200 wenzelm default file is plain Scratch.thy (as in Proof General);
(0) -30000 -10000 -3000 -1000 -120 +120 +1000 +3000 +10000 +30000 tip