Mon, 11 Jan 2010 18:28:31 +0100 new unparsed span for text right after existing command;
wenzelm [Mon, 11 Jan 2010 18:28:31 +0100] rev 34866
new unparsed span for text right after existing command; tuned;
Mon, 11 Jan 2010 18:26:38 +0100 Outer_Lex.is_ignored;
wenzelm [Mon, 11 Jan 2010 18:26:38 +0100] rev 34865
Outer_Lex.is_ignored;
Mon, 11 Jan 2010 18:26:13 +0100 simplified Text_Edit;
wenzelm [Mon, 11 Jan 2010 18:26:13 +0100] rev 34864
simplified Text_Edit;
Mon, 11 Jan 2010 16:49:11 +0100 eliminated strange mutable var commands;
wenzelm [Mon, 11 Jan 2010 16:49:11 +0100] rev 34863
eliminated strange mutable var commands; removed_commands: refer to old commands; misc tuning;
Mon, 11 Jan 2010 13:58:51 +0100 updated header;
wenzelm [Mon, 11 Jan 2010 13:58:51 +0100] rev 34862
updated header;
Mon, 11 Jan 2010 13:55:32 +0100 eliminated obsolete isabelle.proofdocument.Token;
wenzelm [Mon, 11 Jan 2010 13:55:32 +0100] rev 34861
eliminated obsolete isabelle.proofdocument.Token;
Mon, 11 Jan 2010 12:17:47 +0100 do not override Command.hashCode -- which was inconsistent with eq anyway;
wenzelm [Mon, 11 Jan 2010 12:17:47 +0100] rev 34860
do not override Command.hashCode -- which was inconsistent with eq anyway; unparsed: no id, commands observe pointer equality; actually invoke edit_commands; more correct doc_edits; tuned;
Mon, 11 Jan 2010 01:40:18 +0100 renamed Command.content to source;
wenzelm [Mon, 11 Jan 2010 01:40:18 +0100] rev 34859
renamed Command.content to source; reorganization of document parsing, using command spans etc. -- initial setup;
Sun, 10 Jan 2010 21:14:44 +0100 further tuning of command_start;
wenzelm [Sun, 10 Jan 2010 21:14:44 +0100] rev 34858
further tuning of command_start;
Sun, 10 Jan 2010 21:08:23 +0100 refrain from poking blink rate -- might get stuck in invisible state;
wenzelm [Sun, 10 Jan 2010 21:08:23 +0100] rev 34857
refrain from poking blink rate -- might get stuck in invisible state;
Sun, 10 Jan 2010 20:38:23 +0100 eliminated Command.stop, which tends to case duplicate traversal of commands;
wenzelm [Sun, 10 Jan 2010 20:38:23 +0100] rev 34856
eliminated Command.stop, which tends to case duplicate traversal of commands;
Sun, 10 Jan 2010 20:14:21 +0100 iterators for ranges of commands/starts -- avoid extra array per document;
wenzelm [Sun, 10 Jan 2010 20:14:21 +0100] rev 34855
iterators for ranges of commands/starts -- avoid extra array per document; try/finally for saved_color; misc tuning;
Sun, 10 Jan 2010 17:10:32 +0100 tuned document changes;
wenzelm [Sun, 10 Jan 2010 17:10:32 +0100] rev 34854
tuned document changes;
Sun, 10 Jan 2010 16:40:21 +0100 misc tuning and clarification of Document/Change;
wenzelm [Sun, 10 Jan 2010 16:40:21 +0100] rev 34853
misc tuning and clarification of Document/Change;
Sun, 10 Jan 2010 15:42:31 +0100 adhoc reset of blink rate;
wenzelm [Sun, 10 Jan 2010 15:42:31 +0100] rev 34852
adhoc reset of blink rate; bind "console" instance;
Sun, 10 Jan 2010 15:15:04 +0100 provide global "Isabelle" within interpreter loop -- using import instead of val avoids pontential conflicts with later import isabelle.jedit._;
wenzelm [Sun, 10 Jan 2010 15:15:04 +0100] rev 34851
provide global "Isabelle" within interpreter loop -- using import instead of val avoids pontential conflicts with later import isabelle.jedit._;
Sat, 09 Jan 2010 23:28:52 +0100 redirect scala.Console output during interpretation;
wenzelm [Sat, 09 Jan 2010 23:28:52 +0100] rev 34850
redirect scala.Console output during interpretation; misc tuning;
Sat, 09 Jan 2010 22:03:47 +0100 bind "session";
wenzelm [Sat, 09 Jan 2010 22:03:47 +0100] rev 34849
bind "session"; added printInfoMessage; added stop -- re-inits the interpreter;
Sat, 09 Jan 2010 22:02:35 +0100 export isabelle_system, e.g. for use via "session" in Isabelle/Scala interpreter;
wenzelm [Sat, 09 Jan 2010 22:02:35 +0100] rev 34848
export isabelle_system, e.g. for use via "session" in Isabelle/Scala interpreter;
Sat, 09 Jan 2010 21:31:59 +0100 removed unused var plugin;
wenzelm [Sat, 09 Jan 2010 21:31:59 +0100] rev 34847
removed unused var plugin;
Sat, 09 Jan 2010 18:25:48 +0100 pass all jEdit jars to compiler as classpath -- to enable proper referencing of application name space;
wenzelm [Sat, 09 Jan 2010 18:25:48 +0100] rev 34846
pass all jEdit jars to compiler as classpath -- to enable proper referencing of application name space; reduced predefined values, which take time and are static anyway;
Sat, 09 Jan 2010 00:49:51 +0100 provide some bindings of jEdit values;
wenzelm [Sat, 09 Jan 2010 00:49:51 +0100] rev 34845
provide some bindings of jEdit values; plain color for input;
Fri, 08 Jan 2010 12:26:44 +0100 more precise prompt etc.;
wenzelm [Fri, 08 Jan 2010 12:26:44 +0100] rev 34844
more precise prompt etc.;
Fri, 08 Jan 2010 12:26:22 +0100 define scala.home, for more robust startup of Scala tools, notably the compiler;
wenzelm [Fri, 08 Jan 2010 12:26:22 +0100] rev 34843
define scala.home, for more robust startup of Scala tools, notably the compiler;
Fri, 08 Jan 2010 12:25:37 +0100 added jEdit Console and Scala compiler;
wenzelm [Fri, 08 Jan 2010 12:25:37 +0100] rev 34842
added jEdit Console and Scala compiler;
Fri, 08 Jan 2010 00:47:10 +0100 some attempts at Scala console plugin;
wenzelm [Fri, 08 Jan 2010 00:47:10 +0100] rev 34841
some attempts at Scala console plugin;
Wed, 06 Jan 2010 23:46:00 +0100 more precise treatment of document/state assigment;
wenzelm [Wed, 06 Jan 2010 23:46:00 +0100] rev 34840
more precise treatment of document/state assigment;
Tue, 05 Jan 2010 18:29:21 +0100 more precise notion of bad messages;
wenzelm [Tue, 05 Jan 2010 18:29:21 +0100] rev 34839
more precise notion of bad messages;
Tue, 05 Jan 2010 18:23:39 +0100 use Text_Edit provided by Isabelle;
wenzelm [Tue, 05 Jan 2010 18:23:39 +0100] rev 34838
use Text_Edit provided by Isabelle;
Tue, 05 Jan 2010 18:23:15 +0100 result.is_ready is not bad;
wenzelm [Tue, 05 Jan 2010 18:23:15 +0100] rev 34837
result.is_ready is not bad;
Mon, 04 Jan 2010 19:42:35 +0100 singleton status messages, with more precise patterns -- report bad messages;
wenzelm [Mon, 04 Jan 2010 19:42:35 +0100] rev 34836
singleton status messages, with more precise patterns -- report bad messages;
Mon, 04 Jan 2010 19:08:10 +0100 back to explicit management of documents -- not as generic Session.Entity -- to avoid ill-defined referencing of new states;
wenzelm [Mon, 04 Jan 2010 19:08:10 +0100] rev 34835
back to explicit management of documents -- not as generic Session.Entity -- to avoid ill-defined referencing of new states; recent_document: require finished state assignment; explicitly typed Session.lookup_command;
Mon, 04 Jan 2010 00:13:09 +0100 slightly more uniform/robust handling of visible document;
wenzelm [Mon, 04 Jan 2010 00:13:09 +0100] rev 34834
slightly more uniform/robust handling of visible document; uniform changed_delay for view updates; misc tuning;
Sun, 03 Jan 2010 23:03:04 +0100 recovered explicit Changed.id (copy of future document) -- avoids premature joining of result;
wenzelm [Sun, 03 Jan 2010 23:03:04 +0100] rev 34833
recovered explicit Changed.id (copy of future document) -- avoids premature joining of result; Change.ancestors: frugal iterator;
Sun, 03 Jan 2010 20:50:07 +0100 more explicit treatment of command/document state;
wenzelm [Sun, 03 Jan 2010 20:50:07 +0100] rev 34832
more explicit treatment of command/document state; misc tuning and clarification;
Sun, 03 Jan 2010 19:53:58 +0100 removed unused document_change bus;
wenzelm [Sun, 03 Jan 2010 19:53:58 +0100] rev 34831
removed unused document_change bus;
Fri, 01 Jan 2010 22:29:08 +0100 tuned;
wenzelm [Fri, 01 Jan 2010 22:29:08 +0100] rev 34830
tuned;
Fri, 01 Jan 2010 22:20:54 +0100 tuned;
wenzelm [Fri, 01 Jan 2010 22:20:54 +0100] rev 34829
tuned;
Fri, 01 Jan 2010 22:11:32 +0100 misc tuning;
wenzelm [Fri, 01 Jan 2010 22:11:32 +0100] rev 34828
misc tuning;
Fri, 01 Jan 2010 21:53:00 +0100 tuned Change: eliminated redundant copy of document id;
wenzelm [Fri, 01 Jan 2010 21:53:00 +0100] rev 34827
tuned Change: eliminated redundant copy of document id;
Fri, 01 Jan 2010 21:45:26 +0100 eliminated redundant session documents database;
wenzelm [Fri, 01 Jan 2010 21:45:26 +0100] rev 34826
eliminated redundant session documents database; tuned;
Fri, 01 Jan 2010 21:37:37 +0100 use isabelle.Future;
wenzelm [Fri, 01 Jan 2010 21:37:37 +0100] rev 34825
use isabelle.Future; tuned;
Fri, 01 Jan 2010 17:29:35 +0100 renamed current_document to recent_document (might be a bit older than current_change);
wenzelm [Fri, 01 Jan 2010 17:29:35 +0100] rev 34824
renamed current_document to recent_document (might be a bit older than current_change); Change: explicit future value of Document.Change instead of implicit lookup in Session database; Document_Model: apply Document.text_edits here (as future);
Fri, 01 Jan 2010 14:41:25 +0100 renamed Proof_Document to Document;
wenzelm [Fri, 01 Jan 2010 14:41:25 +0100] rev 34823
renamed Proof_Document to Document;
Thu, 31 Dec 2009 23:48:18 +0100 tuned dialog;
wenzelm [Thu, 31 Dec 2009 23:48:18 +0100] rev 34822
tuned dialog;
Thu, 31 Dec 2009 01:03:39 +0100 improved dialog;
wenzelm [Thu, 31 Dec 2009 01:03:39 +0100] rev 34821
improved dialog;
Thu, 31 Dec 2009 00:38:15 +0100 basic setup for synchronous / modal (!) prover startup;
wenzelm [Thu, 31 Dec 2009 00:38:15 +0100] rev 34820
basic setup for synchronous / modal (!) prover startup;
Wed, 30 Dec 2009 21:57:29 +0100 tuned signature;
wenzelm [Wed, 30 Dec 2009 21:57:29 +0100] rev 34819
tuned signature;
Wed, 30 Dec 2009 21:34:33 +0100 register Proof_Document instances as session entities -- handle Markup.EDIT messages locally;
wenzelm [Wed, 30 Dec 2009 21:34:33 +0100] rev 34818
register Proof_Document instances as session entities -- handle Markup.EDIT messages locally;
Wed, 30 Dec 2009 20:26:08 +0100 tuned signature of isabelle.Position;
wenzelm [Wed, 30 Dec 2009 20:26:08 +0100] rev 34817
tuned signature of isabelle.Position;
Wed, 30 Dec 2009 20:18:50 +0100 maintain generic session entities -- cover commands, states, etc. (but not yet documents);
wenzelm [Wed, 30 Dec 2009 20:18:50 +0100] rev 34816
maintain generic session entities -- cover commands, states, etc. (but not yet documents);
Wed, 30 Dec 2009 19:58:22 +0100 unified Command and Command_State, eliminated separate Accumulator;
wenzelm [Wed, 30 Dec 2009 19:58:22 +0100] rev 34815
unified Command and Command_State, eliminated separate Accumulator; Command.finish_static: idempotent transition from static to dynamic mode, taking snapshot of final state (which will never change later);
Wed, 30 Dec 2009 18:22:10 +0100 removed experimental history panel;
wenzelm [Wed, 30 Dec 2009 18:22:10 +0100] rev 34814
removed experimental history panel;
Wed, 30 Dec 2009 17:48:58 +0100 more explicit modeling of Command and Command_State as Session.Entity;
wenzelm [Wed, 30 Dec 2009 17:48:58 +0100] rev 34813
more explicit modeling of Command and Command_State as Session.Entity; misc tuning;
Wed, 30 Dec 2009 13:21:46 +0100 updated;
wenzelm [Wed, 30 Dec 2009 13:21:46 +0100] rev 34812
updated;
Tue, 29 Dec 2009 22:05:23 +0100 tuned;
wenzelm [Tue, 29 Dec 2009 22:05:23 +0100] rev 34811
tuned;
Tue, 29 Dec 2009 21:54:54 +0100 tuned caret_listener/selected_command;
wenzelm [Tue, 29 Dec 2009 21:54:54 +0100] rev 34810
tuned caret_listener/selected_command;
Tue, 29 Dec 2009 21:31:17 +0100 misc tuning;
wenzelm [Tue, 29 Dec 2009 21:31:17 +0100] rev 34809
misc tuning;
Tue, 29 Dec 2009 20:40:08 +0100 eliminated global Session.document_0 -- did not work due to hardwired id;
wenzelm [Tue, 29 Dec 2009 20:40:08 +0100] rev 34808
eliminated global Session.document_0 -- did not work due to hardwired id; more precise Session.begin_document, avoid race on var prover; replaced slightly odd Session.document_versions by Sassion.documents table (cf. src/Pure/Isar/isar_document.ML); simplified edit_document in ML: initial empty command is identified by ""; misc tuning;
Tue, 29 Dec 2009 15:33:39 +0100 tuned;
wenzelm [Tue, 29 Dec 2009 15:33:39 +0100] rev 34807
tuned;
Tue, 29 Dec 2009 15:00:11 +0100 tuned;
wenzelm [Tue, 29 Dec 2009 15:00:11 +0100] rev 34806
tuned;
Mon, 28 Dec 2009 22:04:45 +0100 Standard_System;
wenzelm [Mon, 28 Dec 2009 22:04:45 +0100] rev 34805
Standard_System;
Wed, 23 Dec 2009 20:35:47 +0100 slightly larger stack size -- default seems to be as low as 256k;
wenzelm [Wed, 23 Dec 2009 20:35:47 +0100] rev 34804
slightly larger stack size -- default seems to be as low as 256k;
Wed, 23 Dec 2009 20:17:02 +0100 back to activate=startup (again) -- ensure that Isabelle_Encoding refers to valid Isabelle.system;
wenzelm [Wed, 23 Dec 2009 20:17:02 +0100] rev 34803
back to activate=startup (again) -- ensure that Isabelle_Encoding refers to valid Isabelle.system;
Tue, 22 Dec 2009 19:39:17 +0100 adapted to class Outer_Syntax;
wenzelm [Tue, 22 Dec 2009 19:39:17 +0100] rev 34802
adapted to class Outer_Syntax;
Tue, 22 Dec 2009 17:31:31 +0100 renamed session.info to session.root;
wenzelm [Tue, 22 Dec 2009 17:31:31 +0100] rev 34801
renamed session.info to session.root;
Tue, 22 Dec 2009 15:42:29 +0100 tuned;
wenzelm [Tue, 22 Dec 2009 15:42:29 +0100] rev 34800
tuned;
Tue, 22 Dec 2009 15:35:30 +0100 just one variable for outer syntax keywords and completion;
wenzelm [Tue, 22 Dec 2009 15:35:30 +0100] rev 34799
just one variable for outer syntax keywords and completion;
Mon, 21 Dec 2009 21:50:30 +0100 added isabelle-session mode for session.info files;
wenzelm [Mon, 21 Dec 2009 21:50:30 +0100] rev 34798
added isabelle-session mode for session.info files;
Mon, 21 Dec 2009 21:49:43 +0100 tuned keywords;
wenzelm [Mon, 21 Dec 2009 21:49:43 +0100] rev 34797
tuned keywords;
Mon, 21 Dec 2009 15:13:42 +0100 sort completions by plain string order;
wenzelm [Mon, 21 Dec 2009 15:13:42 +0100] rev 34796
sort completions by plain string order;
Fri, 18 Dec 2009 21:46:29 +0100 cache results;
wenzelm [Fri, 18 Dec 2009 21:46:29 +0100] rev 34795
cache results;
Fri, 18 Dec 2009 15:00:08 +0100 imitate PG 4 colors;
wenzelm [Fri, 18 Dec 2009 15:00:08 +0100] rev 34794
imitate PG 4 colors;
Fri, 18 Dec 2009 12:29:30 +0100 tuned;
wenzelm [Fri, 18 Dec 2009 12:29:30 +0100] rev 34793
tuned;
Thu, 17 Dec 2009 20:25:39 +0100 simplified Isabelle_Process.Result;
wenzelm [Thu, 17 Dec 2009 20:25:39 +0100] rev 34792
simplified Isabelle_Process.Result;
Wed, 16 Dec 2009 21:11:04 +0100 explicit object Session.Global_Settings;
wenzelm [Wed, 16 Dec 2009 21:11:04 +0100] rev 34791
explicit object Session.Global_Settings; misc tuning;
Wed, 16 Dec 2009 14:40:31 +0100 actually use JEDIT_JAVA_OPTIONS from settings, not ..._ARGS;
wenzelm [Wed, 16 Dec 2009 14:40:31 +0100] rev 34790
actually use JEDIT_JAVA_OPTIONS from settings, not ..._ARGS;
Tue, 15 Dec 2009 20:44:59 +0100 some explicit Swing_Thread guards;
wenzelm [Tue, 15 Dec 2009 20:44:59 +0100] rev 34789
some explicit Swing_Thread guards;
Tue, 15 Dec 2009 20:20:07 +0100 direct apply for Document_Model and Document_View;
wenzelm [Tue, 15 Dec 2009 20:20:07 +0100] rev 34788
direct apply for Document_Model and Document_View;
Tue, 15 Dec 2009 20:15:54 +0100 need to handle EditPaneUpdate.CREATED explicitly, not included in EditPaneUpdate.BUFFER_CHANGED;
wenzelm [Tue, 15 Dec 2009 20:15:54 +0100] rev 34787
need to handle EditPaneUpdate.CREATED explicitly, not included in EditPaneUpdate.BUFFER_CHANGED; tuned;
Tue, 15 Dec 2009 19:53:35 +0100 merged
wenzelm [Tue, 15 Dec 2009 19:53:35 +0100] rev 34786
merged
Tue, 15 Dec 2009 13:39:30 +0100 Cobra version;
wenzelm [Tue, 15 Dec 2009 13:39:30 +0100] rev 34785
Cobra version;
Tue, 15 Dec 2009 19:50:55 +0100 split Theory_View into Document_Model (connected to Buffer) and Document_View (connected to JEditTextArea);
wenzelm [Tue, 15 Dec 2009 19:50:55 +0100] rev 34784
split Theory_View into Document_Model (connected to Buffer) and Document_View (connected to JEditTextArea); incorporate Document_Overview into Document_View; eliminated Plugin.mapping in favour of direct association via generic properties; support several views per model; misc tuning;
Tue, 15 Dec 2009 11:38:01 +0100 clarified BufferListener: use adapter, listen to contentInserted instead of preContentInserted;
wenzelm [Tue, 15 Dec 2009 11:38:01 +0100] rev 34783
clarified BufferListener: use adapter, listen to contentInserted instead of preContentInserted;
Tue, 15 Dec 2009 00:21:21 +0100 refined treatment of default logic concerning property and GUI;
wenzelm [Tue, 15 Dec 2009 00:21:21 +0100] rev 34782
refined treatment of default logic concerning property and GUI;
Fri, 11 Dec 2009 23:38:14 +0100 handle "default" logic;
wenzelm [Fri, 11 Dec 2009 23:38:14 +0100] rev 34781
handle "default" logic;
Fri, 11 Dec 2009 23:29:18 +0100 more serious command line handling;
wenzelm [Fri, 11 Dec 2009 23:29:18 +0100] rev 34780
more serious command line handling;
Fri, 11 Dec 2009 22:40:55 +0100 proper uninstall;
wenzelm [Fri, 11 Dec 2009 22:40:55 +0100] rev 34779
proper uninstall;
Fri, 11 Dec 2009 22:25:28 +0100 removed unused Session.prover_logic;
wenzelm [Fri, 11 Dec 2009 22:25:28 +0100] rev 34778
removed unused Session.prover_logic; slightly more robust Session.start/stop; added Session.create_id (formerly in Isabelle_System); Change/Command/Proof_Document: uniform id value, not implicity creation; eliminated Proof_Document.is_command_keyword -- plain method via explicit session;
Thu, 10 Dec 2009 22:15:19 +0100 class Session models full session, with or without prover process (cf. heaps, browser_info);
wenzelm [Thu, 10 Dec 2009 22:15:19 +0100] rev 34777
class Session models full session, with or without prover process (cf. heaps, browser_info); replaced Prover by Session, with a singleton instance in Isabelle plugin (shared by all active buffers); misc cleanup of Session vs. Plugin instance; eliminated Prover_Setup -- maintain mapping of JEditBuffer <-> Theory_View directly; misc tuning and simplification;
Thu, 10 Dec 2009 14:23:28 +0100 tuned;
wenzelm [Thu, 10 Dec 2009 14:23:28 +0100] rev 34776
tuned;
Thu, 10 Dec 2009 14:14:49 +0100 basic setup for HTML_Panel event handling;
wenzelm [Thu, 10 Dec 2009 14:14:49 +0100] rev 34775
basic setup for HTML_Panel event handling;
Thu, 10 Dec 2009 13:47:50 +0100 install_fonts;
wenzelm [Thu, 10 Dec 2009 13:47:50 +0100] rev 34774
install_fonts;
Tue, 08 Dec 2009 23:45:42 +0100 renamed "raw output" to "protocol";
wenzelm [Tue, 08 Dec 2009 23:45:42 +0100] rev 34773
renamed "raw output" to "protocol"; renamed "results" to "output";
Tue, 08 Dec 2009 23:18:07 +0100 proper actor wiring for raw process output;
wenzelm [Tue, 08 Dec 2009 23:18:07 +0100] rev 34772
proper actor wiring for raw process output; unified Swing component setup;
Tue, 08 Dec 2009 23:15:59 +0100 misc tuning;
wenzelm [Tue, 08 Dec 2009 23:15:59 +0100] rev 34771
misc tuning;
Tue, 08 Dec 2009 22:38:32 +0100 prefer options from running application;
wenzelm [Tue, 08 Dec 2009 22:38:32 +0100] rev 34770
prefer options from running application;
Tue, 08 Dec 2009 21:54:34 +0100 more precise messages;
wenzelm [Tue, 08 Dec 2009 21:54:34 +0100] rev 34769
more precise messages;
Tue, 08 Dec 2009 21:49:30 +0100 back to low-level JPanel, required for addNotify/removeNotify;
wenzelm [Tue, 08 Dec 2009 21:49:30 +0100] rev 34768
back to low-level JPanel, required for addNotify/removeNotify; proper actor wiring, support multiple (floating) instances;
Tue, 08 Dec 2009 21:48:12 +0100 added properties_changed event bus;
wenzelm [Tue, 08 Dec 2009 21:48:12 +0100] rev 34767
added properties_changed event bus;
Tue, 08 Dec 2009 21:01:16 +0100 provide dummy URL;
wenzelm [Tue, 08 Dec 2009 21:01:16 +0100] rev 34766
provide dummy URL;
Tue, 08 Dec 2009 20:14:08 +0100 generic HTML_Panel -- specific Results_Dockable;
wenzelm [Tue, 08 Dec 2009 20:14:08 +0100] rev 34765
generic HTML_Panel -- specific Results_Dockable;
Tue, 08 Dec 2009 20:13:07 +0100 tuned;
wenzelm [Tue, 08 Dec 2009 20:13:07 +0100] rev 34764
tuned;
Tue, 08 Dec 2009 18:00:05 +0100 tuned;
wenzelm [Tue, 08 Dec 2009 18:00:05 +0100] rev 34763
tuned;
Tue, 08 Dec 2009 17:56:53 +0100 simplified register_fonts;
wenzelm [Tue, 08 Dec 2009 17:56:53 +0100] rev 34762
simplified register_fonts;
Tue, 08 Dec 2009 16:44:30 +0100 tuned library names;
wenzelm [Tue, 08 Dec 2009 16:44:30 +0100] rev 34761
tuned library names;
Tue, 08 Dec 2009 16:30:20 +0100 misc modernization of names;
wenzelm [Tue, 08 Dec 2009 16:30:20 +0100] rev 34760
misc modernization of names;
Tue, 08 Dec 2009 14:49:01 +0100 misc rearrangement of files;
wenzelm [Tue, 08 Dec 2009 14:49:01 +0100] rev 34759
misc rearrangement of files;
Tue, 08 Dec 2009 14:29:29 +0100 removed remains of Flying Saucer;
wenzelm [Tue, 08 Dec 2009 14:29:29 +0100] rev 34758
removed remains of Flying Saucer;
Tue, 08 Dec 2009 12:10:55 +0100 manipulate document within Swing thread only -- potentially slow;
wenzelm [Tue, 08 Dec 2009 12:10:55 +0100] rev 34757
manipulate document within Swing thread only -- potentially slow;
Tue, 08 Dec 2009 12:09:17 +0100 tuned JVM settings;
wenzelm [Tue, 08 Dec 2009 12:09:17 +0100] rev 34756
tuned JVM settings;
Mon, 07 Dec 2009 23:01:13 +0100 misc updates;
wenzelm [Mon, 07 Dec 2009 23:01:13 +0100] rev 34755
misc updates;
Mon, 07 Dec 2009 23:00:30 +0100 obsolete;
wenzelm [Mon, 07 Dec 2009 23:00:30 +0100] rev 34754
obsolete;
Mon, 07 Dec 2009 22:59:48 +0100 use IsabelleText by default;
wenzelm [Mon, 07 Dec 2009 22:59:48 +0100] rev 34753
use IsabelleText by default;
Mon, 07 Dec 2009 22:41:32 +0100 misc updates;
wenzelm [Mon, 07 Dec 2009 22:41:32 +0100] rev 34752
misc updates;
Mon, 07 Dec 2009 22:41:15 +0100 simplified treatment of Isabelle fonts, via Isabelle_System.register_fonts (requires Java 1.6);
wenzelm [Mon, 07 Dec 2009 22:41:15 +0100] rev 34751
simplified treatment of Isabelle fonts, via Isabelle_System.register_fonts (requires Java 1.6);
Mon, 07 Dec 2009 22:40:01 +0100 removed ScrollerDockable, which is based on discontinued Flying Saucer renderer;
wenzelm [Mon, 07 Dec 2009 22:40:01 +0100] rev 34750
removed ScrollerDockable, which is based on discontinued Flying Saucer renderer;
Mon, 07 Dec 2009 00:05:21 +0100 use IsabelleText font;
wenzelm [Mon, 07 Dec 2009 00:05:21 +0100] rev 34749
use IsabelleText font; explicit <pre> element; relayout in swing thread -- paranoia mode;
Sun, 06 Dec 2009 20:50:07 +0100 reduced logging;
wenzelm [Sun, 06 Dec 2009 20:50:07 +0100] rev 34748
reduced logging;
Fri, 04 Dec 2009 23:10:11 +0100 tuned message markup;
wenzelm [Fri, 04 Dec 2009 23:10:11 +0100] rev 34747
tuned message markup;
(0) -30000 -10000 -3000 -1000 -120 +120 +1000 +3000 +10000 +30000 tip