Mon, 01 Jul 2013 14:56:10 +0200 |
wenzelm |
avoid repeated window popup when the mouse is moved over the same content (again, see also cb677987b7e3 and 0a1db0d02628);
|
changeset |
files
|
Mon, 01 Jul 2013 14:37:31 +0200 |
wenzelm |
more robust delayed invocation;
|
changeset |
files
|
Mon, 01 Jul 2013 14:30:56 +0200 |
wenzelm |
clarified tooltip timing of pending event and active state;
|
changeset |
files
|
Mon, 01 Jul 2013 13:39:27 +0200 |
wenzelm |
less intrusive border, notably on windows;
|
changeset |
files
|
Mon, 01 Jul 2013 13:32:26 +0200 |
wenzelm |
tighten tooltip size;
|
changeset |
files
|
Mon, 01 Jul 2013 12:01:24 +0200 |
wenzelm |
visually explicit focus (behaviour dependent on platform and look-and-feel);
|
changeset |
files
|
Sun, 30 Jun 2013 12:40:55 +0200 |
wenzelm |
tuned;
|
changeset |
files
|
Sun, 30 Jun 2013 12:39:39 +0200 |
wenzelm |
more uniform notion of disabled proofs -- NB: historic meaning of 1 for recording theorems is already included in 0;
|
changeset |
files
|
Sun, 30 Jun 2013 12:30:02 +0200 |
wenzelm |
discontinued system option "proofs" -- global state of Proofterm.proofs is persistently compiled into HOL-Proofs image;
|
changeset |
files
|
Sun, 30 Jun 2013 11:37:34 +0200 |
wenzelm |
backout dedd7952a62c: static "proofs" value within theory prevents later inferencing with different configuration;
|
changeset |
files
|
Sun, 30 Jun 2013 11:30:16 +0200 |
wenzelm |
just one alternative proof syntax, which also works for Proof_Syntax.pretty_proof/Proof_Syntax.read_proof roundtrip;
|
changeset |
files
|
Sun, 30 Jun 2013 09:26:00 +0200 |
haftmann |
CONTRIBUTORS
|
changeset |
files
|
Sat, 29 Jun 2013 22:15:10 +0200 |
wenzelm |
avoid potential race condition of focusLost/dismiss vs. popup.show;
|
changeset |
files
|
Sat, 29 Jun 2013 21:28:24 +0200 |
wenzelm |
more direct use of screen location: avoid misplacement if parent component has already disappeared asynchronously;
|
changeset |
files
|
Sat, 29 Jun 2013 20:40:08 +0200 |
wenzelm |
explicit Pretty_Tooltip.dismiss_all due to slightly changed focus mechanics;
|
changeset |
files
|
Sat, 29 Jun 2013 20:25:33 +0200 |
wenzelm |
update text only once;
|
changeset |
files
|
Sat, 29 Jun 2013 18:20:09 +0200 |
wenzelm |
tuned signature;
|
changeset |
files
|
Sat, 29 Jun 2013 17:39:27 +0200 |
wenzelm |
more aggresive ESCAPE handling, while retaining its regular meaning for jEdit;
|
changeset |
files
|
Sat, 29 Jun 2013 16:53:19 +0200 |
wenzelm |
manage popup windows via PopupFactory, which prefers light-weight JComponent, but might fall back on JWindow (despite JPanel of 0f88591478e6);
|
changeset |
files
|
Sat, 29 Jun 2013 12:57:04 +0200 |
wenzelm |
tuned signature;
|
changeset |
files
|
Sat, 29 Jun 2013 08:45:04 +0200 |
haftmann |
yet another warning
|
changeset |
files
|
Fri, 28 Jun 2013 21:07:42 +0200 |
haftmann |
sort out code equations headed by a projection of a abstract datatype
|
changeset |
files
|
Fri, 28 Jun 2013 21:07:41 +0200 |
haftmann |
formally accept dictionary parameters for constants on left hand sides in equations
|
changeset |
files
|
Fri, 28 Jun 2013 21:07:32 +0200 |
haftmann |
do not choke on type variables emerging during rewriting
|
changeset |
files
|
Fri, 28 Jun 2013 14:51:19 +0200 |
wenzelm |
load icons via options -- prefer IntelliJ IDEA for now;
|
changeset |
files
|
Fri, 28 Jun 2013 14:05:12 +0200 |
wenzelm |
support for idea-icons (using ideaIC-129.354/platform/icons/src from IntelliJ IDEA Community Edition 12.1.2);
|
changeset |
files
|
Thu, 27 Jun 2013 23:17:26 +0200 |
wenzelm |
manage option "proofs" within theory context -- with minor overhead for primitive inferences;
|
changeset |
files
|
Thu, 27 Jun 2013 20:09:39 +0200 |
wenzelm |
tuned signature;
|
changeset |
files
|
Thu, 27 Jun 2013 17:36:06 +0200 |
wenzelm |
proper bold versions of 00ac (logicalnot), 00b0 (degree);
|
changeset |
files
|
Thu, 27 Jun 2013 17:06:22 +0200 |
wenzelm |
tuned signature;
|
changeset |
files
|
Thu, 27 Jun 2013 12:34:58 +0200 |
wenzelm |
merged
|
changeset |
files
|
Thu, 27 Jun 2013 11:33:42 +0200 |
wenzelm |
tuned signature;
|
changeset |
files
|
Thu, 27 Jun 2013 11:07:48 +0200 |
wenzelm |
clarified printing of type constraints vs. annotations, notably in goal display with its Type_Annotation.ignore_free_types;
|
changeset |
files
|
Thu, 27 Jun 2013 10:35:37 +0200 |
wenzelm |
updated documentation;
|
changeset |
files
|
Thu, 27 Jun 2013 10:14:17 +0200 |
wenzelm |
actually use Data.sizef, not hardwired size_of_thm;
|
changeset |
files
|
Thu, 27 Jun 2013 10:08:41 +0200 |
wenzelm |
more scalable PARALLEL_GOALS, using more elementary retrofit;
|
changeset |
files
|
Thu, 27 Jun 2013 10:11:11 +0200 |
nipkow |
tuned
|
changeset |
files
|
Wed, 26 Jun 2013 22:18:06 +0200 |
wenzelm |
merged
|
changeset |
files
|
Wed, 26 Jun 2013 21:48:23 +0200 |
wenzelm |
less intrusive SELECT_GOAL: merely rearrange subgoals without detaching goal state, and thus preserve maxidx context;
|
changeset |
files
|
Wed, 26 Jun 2013 18:38:03 +0200 |
wenzelm |
SOMEthing went utterly wrong;
|
changeset |
files
|
Wed, 26 Jun 2013 11:54:45 +0200 |
wenzelm |
tuned signature;
|
changeset |
files
|
Wed, 26 Jun 2013 09:58:39 +0200 |
wenzelm |
more position information for markup;
|
changeset |
files
|
Wed, 26 Jun 2013 18:26:00 +0200 |
smolkas |
tuned: cleaned up data structure
|
changeset |
files
|
Wed, 26 Jun 2013 18:25:13 +0200 |
smolkas |
simplified data structure
|
changeset |
files
|
Wed, 26 Jun 2013 18:24:41 +0200 |
smolkas |
ommit trivial tfrees in annotations
|
changeset |
files
|
Tue, 25 Jun 2013 17:13:09 -0500 |
Stephen W. Nuchia |
Generalize trace_mult_sym to square products of non-square matrices.
|
changeset |
files
|
Tue, 25 Jun 2013 20:38:06 +0200 |
wenzelm |
prefer Safari for viewing PDF files, which appears to be better behaved than Preview concerning re-opening recent files (Mountain Lion);
|
changeset |
files
|
Tue, 25 Jun 2013 20:35:50 +0200 |
wenzelm |
recover command tags from 4cf3f6153eb8 -- important for document preparation;
|
changeset |
files
|
Tue, 25 Jun 2013 19:25:40 +0200 |
wenzelm |
clarified ISABELLE_DOC_FORMAT -- eliminated slightly odd fall-back;
|
changeset |
files
|
Tue, 25 Jun 2013 19:13:37 +0200 |
wenzelm |
more robust Doc.view invocation: avoid executing process on GUI thread, but show errors as dialog;
|
changeset |
files
|
Tue, 25 Jun 2013 17:14:50 +0200 |
wenzelm |
more robust options, notably for isatest mac-poly-M8-skip_proofs;
|
changeset |
files
|
Tue, 25 Jun 2013 16:55:10 +0200 |
wenzelm |
dockable window for Isabelle documentation;
|
changeset |
files
|
Tue, 25 Jun 2013 12:17:19 +0200 |
wenzelm |
slightly improved "isabelle doc" based on Isabelle/Scala;
|
changeset |
files
|
Tue, 25 Jun 2013 11:41:16 +0200 |
wenzelm |
more formal isabelle_admin_build;
|
changeset |
files
|
Tue, 25 Jun 2013 11:26:15 +0200 |
wenzelm |
misc tuning and clarification;
|
changeset |
files
|
Mon, 24 Jun 2013 23:44:36 +0200 |
wenzelm |
need to run isabelle update_keywords, but not to check it (cf. 4cf3f6153eb8);
|
changeset |
files
|