Sat, 29 Jun 2013 20:40:08 +0200 explicit Pretty_Tooltip.dismiss_all due to slightly changed focus mechanics;
wenzelm [Sat, 29 Jun 2013 20:40:08 +0200] rev 52482
explicit Pretty_Tooltip.dismiss_all due to slightly changed focus mechanics;
Sat, 29 Jun 2013 20:25:33 +0200 update text only once;
wenzelm [Sat, 29 Jun 2013 20:25:33 +0200] rev 52481
update text only once;
Sat, 29 Jun 2013 18:20:09 +0200 tuned signature;
wenzelm [Sat, 29 Jun 2013 18:20:09 +0200] rev 52480
tuned signature;
Sat, 29 Jun 2013 17:39:27 +0200 more aggresive ESCAPE handling, while retaining its regular meaning for jEdit;
wenzelm [Sat, 29 Jun 2013 17:39:27 +0200] rev 52479
more aggresive ESCAPE handling, while retaining its regular meaning for jEdit;
Sat, 29 Jun 2013 16:53:19 +0200 manage popup windows via PopupFactory, which prefers light-weight JComponent, but might fall back on JWindow (despite JPanel of 0f88591478e6);
wenzelm [Sat, 29 Jun 2013 16:53:19 +0200] rev 52478
manage popup windows via PopupFactory, which prefers light-weight JComponent, but might fall back on JWindow (despite JPanel of 0f88591478e6); more explicit tooltip hierarchy: manage exactly the visible stack -- caching is part of PopupFactory; auxiliary geometry measurement via single hidden window; tuned signature;
Sat, 29 Jun 2013 12:57:04 +0200 tuned signature;
wenzelm [Sat, 29 Jun 2013 12:57:04 +0200] rev 52477
tuned signature;
Sat, 29 Jun 2013 08:45:04 +0200 yet another warning
haftmann [Sat, 29 Jun 2013 08:45:04 +0200] rev 52476
yet another warning
Fri, 28 Jun 2013 21:07:42 +0200 sort out code equations headed by a projection of a abstract datatype
haftmann [Fri, 28 Jun 2013 21:07:42 +0200] rev 52475
sort out code equations headed by a projection of a abstract datatype
Fri, 28 Jun 2013 21:07:41 +0200 formally accept dictionary parameters for constants on left hand sides in equations
haftmann [Fri, 28 Jun 2013 21:07:41 +0200] rev 52474
formally accept dictionary parameters for constants on left hand sides in equations
Fri, 28 Jun 2013 21:07:32 +0200 do not choke on type variables emerging during rewriting
haftmann [Fri, 28 Jun 2013 21:07:32 +0200] rev 52473
do not choke on type variables emerging during rewriting
Fri, 28 Jun 2013 14:51:19 +0200 load icons via options -- prefer IntelliJ IDEA for now;
wenzelm [Fri, 28 Jun 2013 14:51:19 +0200] rev 52472
load icons via options -- prefer IntelliJ IDEA for now;
Fri, 28 Jun 2013 14:05:12 +0200 support for idea-icons (using ideaIC-129.354/platform/icons/src from IntelliJ IDEA Community Edition 12.1.2);
wenzelm [Fri, 28 Jun 2013 14:05:12 +0200] rev 52471
support for idea-icons (using ideaIC-129.354/platform/icons/src from IntelliJ IDEA Community Edition 12.1.2);
Thu, 27 Jun 2013 23:17:26 +0200 manage option "proofs" within theory context -- with minor overhead for primitive inferences;
wenzelm [Thu, 27 Jun 2013 23:17:26 +0200] rev 52470
manage option "proofs" within theory context -- with minor overhead for primitive inferences;
Thu, 27 Jun 2013 20:09:39 +0200 tuned signature;
wenzelm [Thu, 27 Jun 2013 20:09:39 +0200] rev 52469
tuned signature;
Thu, 27 Jun 2013 17:36:06 +0200 proper bold versions of 00ac (logicalnot), 00b0 (degree);
wenzelm [Thu, 27 Jun 2013 17:36:06 +0200] rev 52468
proper bold versions of 00ac (logicalnot), 00b0 (degree);
Thu, 27 Jun 2013 17:06:22 +0200 tuned signature;
wenzelm [Thu, 27 Jun 2013 17:06:22 +0200] rev 52467
tuned signature;
Thu, 27 Jun 2013 12:34:58 +0200 merged
wenzelm [Thu, 27 Jun 2013 12:34:58 +0200] rev 52466
merged
Thu, 27 Jun 2013 11:33:42 +0200 tuned signature;
wenzelm [Thu, 27 Jun 2013 11:33:42 +0200] rev 52465
tuned signature;
Thu, 27 Jun 2013 11:07:48 +0200 clarified printing of type constraints vs. annotations, notably in goal display with its Type_Annotation.ignore_free_types;
wenzelm [Thu, 27 Jun 2013 11:07:48 +0200] rev 52464
clarified printing of type constraints vs. annotations, notably in goal display with its Type_Annotation.ignore_free_types;
Thu, 27 Jun 2013 10:35:37 +0200 updated documentation;
wenzelm [Thu, 27 Jun 2013 10:35:37 +0200] rev 52463
updated documentation;
Thu, 27 Jun 2013 10:14:17 +0200 actually use Data.sizef, not hardwired size_of_thm;
wenzelm [Thu, 27 Jun 2013 10:14:17 +0200] rev 52462
actually use Data.sizef, not hardwired size_of_thm;
Thu, 27 Jun 2013 10:08:41 +0200 more scalable PARALLEL_GOALS, using more elementary retrofit;
wenzelm [Thu, 27 Jun 2013 10:08:41 +0200] rev 52461
more scalable PARALLEL_GOALS, using more elementary retrofit; tuned signature;
Thu, 27 Jun 2013 10:11:11 +0200 tuned
nipkow [Thu, 27 Jun 2013 10:11:11 +0200] rev 52460
tuned
Wed, 26 Jun 2013 22:18:06 +0200 merged
wenzelm [Wed, 26 Jun 2013 22:18:06 +0200] rev 52459
merged
Wed, 26 Jun 2013 21:48:23 +0200 less intrusive SELECT_GOAL: merely rearrange subgoals without detaching goal state, and thus preserve maxidx context;
wenzelm [Wed, 26 Jun 2013 21:48:23 +0200] rev 52458
less intrusive SELECT_GOAL: merely rearrange subgoals without detaching goal state, and thus preserve maxidx context; even less intrusive PREFER_GOAL (without structural goal marker), e.g. relevant for generic_simp_tac; adapted ZF proof that broke for unknown reasons (potentially slight change of Drule.size_of_thm);
Wed, 26 Jun 2013 18:38:03 +0200 SOMEthing went utterly wrong;
wenzelm [Wed, 26 Jun 2013 18:38:03 +0200] rev 52457
SOMEthing went utterly wrong;
Wed, 26 Jun 2013 11:54:45 +0200 tuned signature;
wenzelm [Wed, 26 Jun 2013 11:54:45 +0200] rev 52456
tuned signature;
Wed, 26 Jun 2013 09:58:39 +0200 more position information for markup;
wenzelm [Wed, 26 Jun 2013 09:58:39 +0200] rev 52455
more position information for markup;
Wed, 26 Jun 2013 18:26:00 +0200 tuned: cleaned up data structure
smolkas [Wed, 26 Jun 2013 18:26:00 +0200] rev 52454
tuned: cleaned up data structure
Wed, 26 Jun 2013 18:25:13 +0200 simplified data structure
smolkas [Wed, 26 Jun 2013 18:25:13 +0200] rev 52453
simplified data structure
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip