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
+30000
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.
use IsabelleProcess.parse_message (with global Isabelle.system instance);
2009-01-20, by wenzelm
use Symbol.Interpretation from IsabelleSystem instance;
2009-01-20, by wenzelm
tuned handling of accumulated results;
2009-01-20, by wenzelm
joined Document with ProofDocument;
2009-01-19, by wenzelm
eliminated explicit method equals, which is always behind == / != anyway in Scala;
2009-01-19, by wenzelm
superficial tuning;
2009-01-19, by wenzelm
turned Token.Kind into Enumeration;
2009-01-19, by wenzelm
replaced type parameter C by Command (thanks to globally simultaneous scope);
2009-01-19, by wenzelm
simplified implicit convertion Int => Position;
2009-01-19, by wenzelm
merged
2009-01-16, by wenzelm
removed jEdit/build-support (belongs to src distribution);
2009-01-16, by wenzelm
IsabelleProcess.parse_message (message markup within Scala layer);
2009-01-16, by wenzelm
tuned import;
2009-01-16, by wenzelm
implemented IsabelleSideKickParser.complete
2009-01-12, by immler
tuned;
2009-01-11, by wenzelm
unified with dynamic version;
2009-01-11, by wenzelm
some more token kinds, based on classification in
2009-01-11, by wenzelm
decl_info: cover both commands and keywords, with kind;
2009-01-11, by wenzelm
tuned;
2009-01-11, by wenzelm
failsafe mkdir;
2009-01-11, by wenzelm
maintain Isabelle properties via object Isabelle.Property with apply/update methods;
2009-01-11, by wenzelm
created DynamicTokenMarker
2009-01-11, by immler
explicitly refer to superclass
2009-01-11, by immler
added EventBus for new command- or keyword-declarations
2009-01-11, by immler
removed comment:
2009-01-11, by immler
changed install/uninstall prover on view to private
2009-01-10, by immler
merged
2009-01-10, by immler
create folder 'jars' before copying
2009-01-10, by immler
ability to deactivate buffers
2008-12-19, by immler
adapted Isar.command;
2009-01-02, by wenzelm
- renamed Command.Phase to Command.Status (cf. src/Pure/Isar/isar.ML);
2008-12-29, by wenzelm
tuned;
2008-12-29, by wenzelm
replaced EventSource by EventBus;
2008-12-29, by wenzelm
obsolete (cf. isabelle.EventBus in Pure/General/event_bus.scala);
2008-12-29, by wenzelm
removed debug output;
2008-12-29, by wenzelm
eliminated hardwired string constants;
2008-12-29, by wenzelm
removed redundant CommandChangeInfo;
2008-12-28, by wenzelm
command id via Isabelle.plugin;
2008-12-28, by wenzelm
tuned;
2008-12-28, by wenzelm
added central id generator;
2008-12-28, by wenzelm
command state color: use PG 4.0 values;
2008-12-28, by wenzelm
tuned;
2008-12-28, by wenzelm
superficial tuning;
2008-12-28, by wenzelm
use symbolic Markup elements instead of literal strings;
2008-12-28, by wenzelm
replaced inUIThread by scala-style swing/swing_async combinators;
2008-12-28, by wenzelm
dynamic instances Isabelle.system, Isabelle.symbols;
2008-12-27, by wenzelm
use System.getenv temporarily;
2008-12-27, by wenzelm
replaced static IsabelleSystem by Isabelle.system;
2008-12-27, by wenzelm
renamed object Plugin to Isabelle;
2008-12-27, by wenzelm
IsabelleSystem.find_logics;
2008-12-27, by wenzelm
proper import isabelle.renderer.UserAgent;
2008-12-21, by wenzelm
dummy class to make ant javadoc work;
2008-12-21, by wenzelm
use Plugin.self.symbols;
2008-12-21, by wenzelm
renamed Plugin.plugin to Plugin.self;
2008-12-21, by wenzelm
renamed Plugin.plugin to Plugin.self;
2008-12-21, by wenzelm
renamed Plugin.plugin to Plugin.self;
2008-12-21, by wenzelm
renamed Plugin.plugin to Plugin.self;
2008-12-21, by wenzelm
tuned;
2008-12-21, by wenzelm
renamed isabelle.jedit.UserAgent to isabelle.renderer.UserAgent;
2008-12-21, by wenzelm
tuned;
2008-12-21, by wenzelm
basic setup of anti-aliasing, according to jEdit property;
2008-12-21, by wenzelm
tuned order of menu items;
2008-12-20, by wenzelm
renamed isabelle.prover.IsabelleSKParser to isabelle.jedit.IsabelleSideKickParser;
2008-12-20, by wenzelm
tuned sidekick properties;
2008-12-20, by wenzelm
setPreferredSize for floating dockables;
2008-12-20, by wenzelm
default docking of sidekick and isabelle-state;
2008-12-20, by wenzelm
more conventional action names;
2008-12-20, by wenzelm
added author field;
2008-12-20, by wenzelm
regular plugin activation via "defer";
2008-12-20, by wenzelm
basic isabelle mode setup;
2008-12-20, by wenzelm
renamed IsabellePlugin to Isabelle;
2008-12-20, by wenzelm
misc tuning and adaption according to original IsabelleParser --
2008-12-20, by wenzelm
obsolete, cf. build.xml and makedist;
2008-12-20, by wenzelm
MOVABLE="TRUE" reuses existing instance when changing docking position --
2008-12-20, by wenzelm
updated to 4.3pre16;
2008-12-20, by wenzelm
removed jEdit sources from target;
2008-12-20, by wenzelm
more robust handling of FILES with spaces, using bash array variables;
2008-12-20, by wenzelm
disabled tracing;
2008-12-19, by wenzelm
misc tuning;
2008-12-19, by wenzelm
proper spelling of JEDIT_JAVA_OPTIONS;
2008-12-19, by wenzelm
added some headers and comments;
2008-12-19, by wenzelm
added some headers and comments;
2008-12-19, by wenzelm
restructured: independent provers in different buffers
2008-12-18, by immler
added 'delay or ignore'
2008-12-15, by immler
delayed repainting new phase in buffer and overview;
2008-12-15, by immler
information on command-phase left of scrollbar (with panel)
2008-12-10, by immler
information on command-phase left of scrollbar
2008-12-10, by immler
structure of markup-tree in scala, keep track of swing-nodes in background
2008-12-10, by immler
MarkupNode instead of DefaultMutableTreeNode and RelativeAsset
2008-12-08, by immler
interpretation of STATUS messages in one place, deleting inner syntax
2008-12-07, by immler
no syserr
2008-12-07, by immler
handle statuses in Command
2008-12-07, by immler
command property: offset relative to start of command
2008-12-07, by immler
include Sidekick its dependency ErrorList in dist
2008-12-02, by immler
removed debugging output
2008-11-30, by immler
basic tree structure for sidekick
2008-11-30, by immler
encoloring only details in the current line!
2008-11-29, by immler
ugly fine-grained buffer markup
2008-11-28, by immler
Token-functions with type-parameters
2008-11-28, by immler
moved methods to object Token
2008-11-28, by immler
arbitrary type for tokens
2008-11-28, by immler
removed xsymbol converting -> sidekick should do that
2008-11-27, by immler
revalidate for repainting
2008-11-27, by immler
merge
2008-11-26, by immler
adj scrolling
2008-11-19, by immler
abstract buffers and renderer
2008-11-19, by immler
use build-nb.xml for "debug" as well;
2008-11-22, by wenzelm
basic setup for auxiliary project "jEdit", with full sources, debugging, profiling;
2008-11-22, by wenzelm
updated version of nbproject, as produced by build in Netbeans 6.5;
2008-11-19, by wenzelm
adapted jar locations;
2008-11-19, by wenzelm
incorporated NOTES into TODO;
2008-11-19, by wenzelm
updates for Netbeans 6.5;
2008-11-19, by wenzelm
pass results to Scroller
2008-11-19, by immler
replacing xsymbols *after* inserting text
2008-11-18, by immler
buffer as array
2008-11-18, by immler
convert eg pasted xsymbols
2008-11-18, by immler
removed System.err...
2008-11-18, by immler
copy-paste for XHTMLPanels
2008-11-18, by immler
register to buffer all messages
2008-11-18, by immler
done
2008-11-18, by immler
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
+30000
tip