Mercurial
Mercurial
>
repos
>
isabelle
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
gz
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
The revision graph only works with JavaScript-enabled browsers.
explicit indication of outer syntax with no tokens;
2013-08-29, by wenzelm
clarified module location;
2013-08-29, by wenzelm
always use extended styles (despite de26cf3191a3);
2013-08-29, by wenzelm
more uniform configuration of editor modes and token markers;
2013-08-29, by wenzelm
syntax for isabelle-news with symbol completion;
2013-08-29, by wenzelm
tuned signature;
2013-08-29, by wenzelm
maintain Completion_Popup.Text_Area as client property like Document_View;
2013-08-29, by wenzelm
some completion options;
2013-08-29, by wenzelm
more abstract Completion_Popup.Text_Area;
2013-08-29, by wenzelm
GTK+ works better due to avoidance of default list view popups;
2013-08-29, by wenzelm
renamed BNF axiom
2013-08-29, by blanchet
merge
2013-08-29, by blanchet
handle type class annotations on (co)datatype parameters gracefully
2013-08-29, by blanchet
store nesting_bnfs in fp_sugar (required in "nested to mutual" reduction)
2013-08-29, by traytel
cleaner handling of bootstrapping "fake" context, with fewer (no?) obscure bugs
2013-08-29, by blanchet
qualify BNF constants properly
2013-08-29, by blanchet
qualify generated constants uniformly
2013-08-29, by blanchet
rationalized bindings
2013-08-29, by blanchet
rationalize message generation + added a warning
2013-08-29, by blanchet
removed outdated comments
2013-08-29, by panny
build relator term for compound type (generalized build_map)
2013-08-29, by traytel
documentation ideas
2013-08-29, by blanchet
renamed an ML filed for consistency (low-level => ctor/dtor/xtor in name)
2013-08-29, by blanchet
merge
2013-08-29, by blanchet
more
2013-08-29, by blanchet
tuned proofs;
2013-08-29, by wenzelm
merged
2013-08-28, by wenzelm
tuned proofs;
2013-08-28, by wenzelm
tuned proofs;
2013-08-28, by wenzelm
complete symbols only in backslash forms -- less intrusive editing, greater chance of finding escape sequence in text;
2013-08-28, by wenzelm
tuned signature -- no need for ooddities;
2013-08-28, by wenzelm
tuned -- help finding rare NPE on cold start;
2013-08-28, by wenzelm
tuned proofs;
2013-08-28, by wenzelm
uniform use of isabelle.jEdit.Popup, based on generic screen location operations;
2013-08-28, by wenzelm
more elementary Popup via JLayeredPane -- avoid javax.swing.PopupFactory with its many problems and dangers of accidental HeavyWeightPopup (especially on Mac OS X);
2013-08-28, by wenzelm
tuned;
2013-08-28, by wenzelm
dismiss popups more uniformly;
2013-08-28, by wenzelm
more uniform check (see JEdit_Lib.propagate_key);
2013-08-28, by wenzelm
tuned signature;
2013-08-28, by wenzelm
more symbols;
2013-08-28, by wenzelm
tuned proofs;
2013-08-27, by wenzelm
tuned proofs;
2013-08-27, by wenzelm
tuned proofs;
2013-08-27, by wenzelm
enable jEdit KeyEventWorkaround uniformly;
2013-08-27, by wenzelm
de-register completion first, which is important to make new popup reliably;
2013-08-27, by wenzelm
register single instance within root, in order to get rid of old popup as user continues typing;
2013-08-27, by wenzelm
more careful refocus operation: do not reset focus if it was already lost (relevant when activating a different GUI component, for example);
2013-08-27, by wenzelm
some actual completion via outer syntax;
2013-08-27, by wenzelm
tuned signature;
2013-08-27, by wenzelm
avoid complication and event duplication due to KeyEventInterceptor -- NB: popup has focus within root window, it is closed on loss of focus;
2013-08-27, by wenzelm
determine completion geometry like tooltip;
2013-08-27, by wenzelm
explicit "hidden" operation with focus management;
2013-08-27, by wenzelm
some key event handling in the manner of SideKickBindings, SideKickCompletionPopup;
2013-08-27, by wenzelm
more standard key handling according to jEdit (with workaround);
2013-08-27, by wenzelm
more systematic JEdit_Lib.key_listener with optional KeyEventWorkaround;
2013-08-27, by wenzelm
got rid of old error -- users who install SPASS manually are responsible for any version mismatches
2013-08-28, by blanchet
tuned messages
2013-08-28, by blanchet
natural component order
2013-08-28, by blanchet
better error message
2013-08-28, by blanchet
tuning
2013-08-28, by blanchet
tuned
2013-08-28, by nipkow
use only one data slot; rename print_quotmaps to print_quot_maps; tuned
2013-08-28, by kuncar
merged
2013-08-28, by nipkow
added rtrancl_while
2013-08-28, by nipkow
renamed inner_dense_linorder to dense_linorder
2013-08-27, by hoelzl
renamed typeclass dense_linorder to unbounded_dense_linorder
2013-08-27, by hoelzl
tuned imports;
2013-08-26, by wenzelm
another sample found by Stefan Berghofer;
2013-08-26, by wenzelm
added SHA1 library integrity test, which is invoked at compile time and Isabelle_Process run-time;
2013-08-26, by wenzelm
allow NUL characters in ML string passed to C library;
2013-08-26, by wenzelm
simplify code (now that ctr_sugar uses the same type variables as fp_sugar)
2013-08-26, by blanchet
merged
2013-08-26, by wenzelm
prefer build_doc -s to avoid heaps left behind in $ISABELLE_HOME_USER (especially relevant to isatest);
2013-08-26, by wenzelm
prefer Binding.name_of over Binding.print -- the latter leads to funny quotes and markup within the constructed term;
2013-08-26, by wenzelm
always transfer thm where attributes are applied -- relevant for internal 'notes' (e.g. via bundle 'includes') in contrast to external 'notes' (cf. Proof_Context.retrieve_thms);
2013-08-26, by wenzelm
proper context;
2013-08-26, by wenzelm
tuned
2013-08-26, by traytel
moved derivation of ctor_dtor_unfold to sugar (streamlines fp_result interface)
2013-08-26, by traytel
export one more ML function, needed for primcorec
2013-08-26, by blanchet
reverted 6c5e7143e1f6; took a better look at evaluation data this time
2013-08-26, by blanchet
tuned unchecked ML;
2013-08-26, by wenzelm
removed junk;
2013-08-26, by wenzelm
ignore trailing primes, e.g. rename \<alpha>' to \<alpha>'' instead of \<alpha>'a;
2013-08-26, by wenzelm
tuned fudge factor in light of evaluation
2013-08-26, by blanchet
tuned proofs;
2013-08-25, by wenzelm
tuned proofs;
2013-08-25, by wenzelm
discontinued rendering of obsolete \<onesuperior>, \<twosuperior>, \<threesuperior>;
2013-08-25, by wenzelm
tuned;
2013-08-25, by wenzelm
maintain goal forks as part of global execution;
2013-08-25, by wenzelm
tuned proofs -- fewer warnings;
2013-08-25, by wenzelm
simplified Goal.forked_proofs: status is determined via group instead of dummy future (see also Pure/PIDE/execution.ML);
2013-08-25, by wenzelm
discontinued parallel_subproofs_saturation and related internal counters (superseded by parallel_subproofs_threshold and timing information);
2013-08-25, by wenzelm
some secondary shortcuts derived from 5.1.0/keymaps/German_Keyboard_keys.props (using CIRCUMFLEX instead of S+1);
2013-08-25, by wenzelm
use view root as parent for popup, which provides more space and avoids confusion of mouse wheel handlers on Windows (wrt. text area scrollbar);
2013-08-25, by wenzelm
tuned proofs;
2013-08-24, by wenzelm
tuned proofs;
2013-08-24, by wenzelm
confine popup to parent component, to avoid javax.swing.PopupFactory$HeavyWeightPopup and its problems with Linux window management and Mac OS X key handling;
2013-08-24, by wenzelm
strict checking of coordinates wrt. inner painter component;
2013-08-24, by wenzelm
more static values;
2013-08-24, by wenzelm
support more brackets;
2013-08-24, by wenzelm
prefer static "control", which is determined when the mouse event happens, not when its action runs;
2013-08-24, by wenzelm
tuned signature;
2013-08-24, by wenzelm
more precise painting;
2013-08-24, by wenzelm
more uniform treatment of Swing_Thread context switch: prefer asynchronous Swing_Thread.later from actor;
2013-08-24, by wenzelm
clarified border (again, see also 7ce3ebc268a1);
2013-08-24, by wenzelm
more faithful representation of U+2983 and U+2984 as "white" curly braces -- based on braces and bar from cmsy10.pfb;
2013-08-24, by wenzelm
prefer plain subscript for notation;
2013-08-23, by wenzelm
merged
2013-08-23, by wenzelm
more standard parser combinator expressions and tool setup;
2013-08-23, by wenzelm
added Theory.setup convenience;
2013-08-23, by wenzelm
more robust ML_Antiquote.variant via Name.desymbolize (which also allows symbolic names, for example);
2013-08-23, by wenzelm
clarified type ML_Context.antiq: context parser maintains compilation context, declaration is applied to final context;
2013-08-23, by wenzelm
tuned signature;
2013-08-23, by wenzelm
discontinued unused antiquotation blocks;
2013-08-23, by wenzelm
missing ROOT (cf. beb4ee344c22);
2013-08-23, by wenzelm
more modular setup;
2013-08-23, by wenzelm
clarified position of Spec_Check for Isabelle/ML -- it is unrelated to Isabelle/HOL;
2013-08-23, by wenzelm
removed unused ML antiquotations @{let}, @{note};
2013-08-23, by wenzelm
obsolete (see 52790e3961fe);
2013-08-23, by wenzelm
added action isabelle.reset-font-size;
2013-08-23, by wenzelm
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip