wenzelm [Fri, 21 May 2010 16:40:25 +0200] rev 37040
observe additional isabelle-jedit.css for component and user;
visial separation of message divs;
wenzelm [Fri, 21 May 2010 15:29:20 +0200] rev 37039
added checkboxes for debug/tracing filter;
misc tuning;
wenzelm [Fri, 21 May 2010 14:53:19 +0200] rev 37038
more abstract view on prover output messages;
wenzelm [Fri, 21 May 2010 12:59:44 +0200] rev 37037
added some tooltips;
wenzelm [Fri, 21 May 2010 11:51:03 +0200] rev 37036
HTML_Panel.handler as overridable method;
wenzelm [Fri, 21 May 2010 11:50:19 +0200] rev 37035
added Library.undefined (in Scala);
wenzelm [Fri, 21 May 2010 11:16:01 +0200] rev 37034
more systematic treatment of internal state, which belongs strictly to the main actor, not the Swing thread;
do not re-use mutable DOM -- avoid races wrt. the rendering engine;
more thorough resize -- always recalculate metrics/margin synchronously;
asynchronous setDocument;
tuned;
wenzelm [Fri, 21 May 2010 11:12:54 +0200] rev 37033
component resize: full handle_resize;
huffman [Thu, 20 May 2010 21:19:38 -0700] rev 37032
speed up some proofs and fix some warnings
wenzelm [Thu, 20 May 2010 23:22:37 +0200] rev 37031
merged
haftmann [Thu, 20 May 2010 19:55:42 +0200] rev 37030
merged
haftmann [Thu, 20 May 2010 18:00:48 +0200] rev 37029
proper code generator for complement
haftmann [Thu, 20 May 2010 17:35:02 +0200] rev 37028
proper document text
haftmann [Thu, 20 May 2010 17:29:43 +0200] rev 37027
implement Mapping.map_entry
haftmann [Thu, 20 May 2010 17:29:43 +0200] rev 37026
operations default, map_entry, map_default; more lemmas
haftmann [Thu, 20 May 2010 16:43:00 +0200] rev 37025
added More_List.thy explicitly
haftmann [Thu, 20 May 2010 16:40:29 +0200] rev 37024
renamed List_Set to the now more appropriate More_Set
haftmann [Thu, 20 May 2010 16:35:54 +0200] rev 37023
added theory More_List
haftmann [Thu, 20 May 2010 16:35:53 +0200] rev 37022
moved generic List operations to theory More_List
haftmann [Thu, 20 May 2010 16:35:53 +0200] rev 37021
adjusted
haftmann [Thu, 20 May 2010 16:35:52 +0200] rev 37020
turned old-style mem into an input abbreviation
wenzelm [Thu, 20 May 2010 23:20:01 +0200] rev 37019
zoom font size;
wenzelm [Thu, 20 May 2010 23:19:28 +0200] rev 37018
added somewhat generic zoom box;
wenzelm [Thu, 20 May 2010 21:32:48 +0200] rev 37017
try CheckBox instead of ToggleButton, which is visually confusing without window focus, e.g. in a floating instance (problem of MacOS look-and-feel);