wenzelm [Tue, 15 Dec 2009 20:44:59 +0100] rev 34789
some explicit Swing_Thread guards;
wenzelm [Tue, 15 Dec 2009 20:20:07 +0100] rev 34788
direct apply for Document_Model and Document_View;
wenzelm [Tue, 15 Dec 2009 20:15:54 +0100] rev 34787
need to handle EditPaneUpdate.CREATED explicitly, not included in EditPaneUpdate.BUFFER_CHANGED;
tuned;
wenzelm [Tue, 15 Dec 2009 19:53:35 +0100] rev 34786
merged
wenzelm [Tue, 15 Dec 2009 13:39:30 +0100] rev 34785
Cobra version;
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;
wenzelm [Tue, 15 Dec 2009 11:38:01 +0100] rev 34783
clarified BufferListener: use adapter, listen to contentInserted instead of preContentInserted;
wenzelm [Tue, 15 Dec 2009 00:21:21 +0100] rev 34782
refined treatment of default logic concerning property and GUI;
wenzelm [Fri, 11 Dec 2009 23:38:14 +0100] rev 34781
handle "default" logic;
wenzelm [Fri, 11 Dec 2009 23:29:18 +0100] rev 34780
more serious command line handling;
wenzelm [Fri, 11 Dec 2009 22:40:55 +0100] rev 34779
proper uninstall;
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;
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;
wenzelm [Thu, 10 Dec 2009 14:23:28 +0100] rev 34776
tuned;
wenzelm [Thu, 10 Dec 2009 14:14:49 +0100] rev 34775
basic setup for HTML_Panel event handling;
wenzelm [Thu, 10 Dec 2009 13:47:50 +0100] rev 34774
install_fonts;
wenzelm [Tue, 08 Dec 2009 23:45:42 +0100] rev 34773
renamed "raw output" to "protocol";
renamed "results" to "output";
wenzelm [Tue, 08 Dec 2009 23:18:07 +0100] rev 34772
proper actor wiring for raw process output;
unified Swing component setup;
wenzelm [Tue, 08 Dec 2009 23:15:59 +0100] rev 34771
misc tuning;
wenzelm [Tue, 08 Dec 2009 22:38:32 +0100] rev 34770
prefer options from running application;
wenzelm [Tue, 08 Dec 2009 21:54:34 +0100] rev 34769
more precise messages;
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;
wenzelm [Tue, 08 Dec 2009 21:48:12 +0100] rev 34767
added properties_changed event bus;
wenzelm [Tue, 08 Dec 2009 21:01:16 +0100] rev 34766
provide dummy URL;
wenzelm [Tue, 08 Dec 2009 20:14:08 +0100] rev 34765
generic HTML_Panel -- specific Results_Dockable;
wenzelm [Tue, 08 Dec 2009 20:13:07 +0100] rev 34764
tuned;
wenzelm [Tue, 08 Dec 2009 18:00:05 +0100] rev 34763
tuned;
wenzelm [Tue, 08 Dec 2009 17:56:53 +0100] rev 34762
simplified register_fonts;
wenzelm [Tue, 08 Dec 2009 16:44:30 +0100] rev 34761
tuned library names;
wenzelm [Tue, 08 Dec 2009 16:30:20 +0100] rev 34760
misc modernization of names;