Mercurial
Mercurial
>
repos
>
isabelle
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
gz
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-112
+112
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.
suppress odd icons for documents and folders;
8 weeks ago, by wenzelm
support for modified tree cell renderer;
8 weeks ago, by wenzelm
clarified signature: avoid implicit functionality;
8 weeks ago, by wenzelm
re-use Output_Area;
8 weeks ago, by wenzelm
re-use Output_Area;
8 weeks ago, by wenzelm
re-use Output_Area;
8 weeks ago, by wenzelm
re-use Output_Area with search results;
8 weeks ago, by wenzelm
re-use Output_Area with search results;
8 weeks ago, by wenzelm
more thorough init;
8 weeks ago, by wenzelm
clarified signature: prefer defaults for Output_Dockable (and its variants);
8 weeks ago, by wenzelm
unused;
8 weeks ago, by wenzelm
tuned output: formatting is pointless for proportional font;
8 weeks ago, by wenzelm
clarified Tree_View.init_model: more uniform;
8 weeks ago, by wenzelm
more robust update;
8 weeks ago, by wenzelm
handle tree selection;
8 weeks ago, by wenzelm
Output_Dockable: show search results as tree view;
8 weeks ago, by wenzelm
clarified modules;
8 weeks ago, by wenzelm
clarified signature;
8 weeks ago, by wenzelm
clarified signature;
8 weeks ago, by wenzelm
clarified signature and modules: without GUI change yet;
8 weeks ago, by wenzelm
more operations, to support search within output panel;
8 weeks ago, by wenzelm
tuned;
8 weeks ago, by wenzelm
Introduced the function some_elem for grabbing an element from a non-empty set, and simplified the theorem the_elem_image_unique
7 weeks ago, by paulson
Patch by Stepan Holub, plus tweaks
7 weeks ago, by paulson
patch to vector_matrix_mult by Alexander Pach
7 weeks ago, by paulson
try0: cleaned up output;
8 weeks ago, by Fabian Huch
try0: insert extra facts into state instead of goal, since some methods (e.g. metis) won't work otherwise;
8 weeks ago, by Fabian Huch
avoid informatik.tu-muenchen.de domain: soon to be discontinued;
8 weeks ago, by Fabian Huch
renamed Discrete -> Discrete_Functions to avoid name clashes;
8 weeks ago, by nipkow
Use Var to maintain the difference between function and locale parameters
8 weeks ago, by nipkow
tuned
2 months ago, by nipkow
tuned proofs;
2 months ago, by wenzelm
tuned proofs;
2 months ago, by wenzelm
minor performance tuning: avoided repeated metric initialization;
2 months ago, by wenzelm
tuned signature: more operations;
2 months ago, by wenzelm
clarified signature;
2 months ago, by wenzelm
more NEWS;
2 months ago, by wenzelm
tuned proofs;
2 months ago, by wenzelm
merged
2 months ago, by wenzelm
enforce rebuild of Isabelle/ML and Isabelle/Scala;
2 months ago, by wenzelm
update to jedit-20241115 (see also ecd62f7b3644 and d92d754b5dd9);
2 months ago, by wenzelm
more patches for the sake of SideKick 1.8 vs. jEdit 5.7.0: provide missing GUIUtilities.isPopupTrigger, avoid StatusBar messages (which often don't fit);
2 months ago, by wenzelm
tuned comments;
2 months ago, by wenzelm
clarified key events: cancel output selection, before input selection;
2 months ago, by wenzelm
proper focus to support subsequent copy-paste via keyboard;
2 months ago, by wenzelm
more accurate initial FontRenderContext, notably on macOS, Windows, or Linux with "env GDK_SCALE=2";
2 months ago, by wenzelm
removed obsolete option: jEdit 5.7.0 can be built with default jdk;
2 months ago, by wenzelm
more rebust mechanics of refresh (see also 82110cbcf9a1 and 2d9b6e32632d): painter.getFontRenderContext might be in undefined state (notably on macOS due to display scaling);
2 months ago, by wenzelm
less ambitious selection;
2 months ago, by wenzelm
mv Discrete to Discrete_Cpo to avoid theory name clashes
2 months ago, by nipkow
disable 2d9b6e32632d for now: unknown problems on macOS;
2 months ago, by wenzelm
clarified mouse selection, avoid conflict of double-click with single-click (follow hyperlink);
2 months ago, by wenzelm
more careful isConsumed() / consume() for key and mouse events;
2 months ago, by wenzelm
merged
2 months ago, by nipkow
added field input_eqns to record the list of equations (the specification)
2 months ago, by nipkow
merged
2 months ago, by wenzelm
more NEWS;
2 months ago, by wenzelm
tuned proofs;
2 months ago, by wenzelm
more ambitious mouse handler: double-click selects highlight_area;
2 months ago, by wenzelm
more accurate mouse handler: only for single clicks, consume accepted event;
2 months ago, by wenzelm
more ambitious scrolling: retain original scroll position if possible;
2 months ago, by wenzelm
more ambitious scrolling: retain bottom position after output;
2 months ago, by wenzelm
performance tuning: cache for Rich_Text.format, notably for incremental tracing;
2 months ago, by wenzelm
clarified persistent values: Command.Results does not suitable for caching, because it contains all other messages;
2 months ago, by wenzelm
omit redundant compact_source (see e1abca2527da): Command_Span.unparsed consists of one token with the original source;
2 months ago, by wenzelm
tuned;
2 months ago, by wenzelm
minor performance tuning: avoid duplication of Symbol.spaces (e.g. from Pretty.formatted);
2 months ago, by wenzelm
clarified signature and modules;
2 months ago, by wenzelm
performance tuning for macOS (after update of "jedit" component): old OpenGL works better for text rendering;
2 months ago, by wenzelm
performance tuning: more incremental update of buffer content;
2 months ago, by wenzelm
obsolete;
2 months ago, by wenzelm
clarified: more uniform results;
2 months ago, by wenzelm
clarified signature: inline org.gjt.sp.jedit.textarea.TextArea.setText();
2 months ago, by wenzelm
minor performance tuning: avoid concatenation of existing string material;
2 months ago, by wenzelm
clarified signature and data storage: incremental lazy values;
2 months ago, by wenzelm
tuned comments;
2 months ago, by wenzelm
clarified signature;
2 months ago, by wenzelm
clarified modules;
2 months ago, by wenzelm
clarified margin operations (again, reverting 4794576828df);
2 months ago, by wenzelm
clarified modules;
2 months ago, by wenzelm
more reactive interrupts (via Future.cancel);
2 months ago, by wenzelm
Document.Snapshot: support for multiple snippet_commands;
2 months ago, by wenzelm
more robust: make double-sure that this is the correct output, not a different version from concurrent GUI_Thread.later;
2 months ago, by wenzelm
clarified signature: include standard margin in object equality;
2 months ago, by wenzelm
performance tuning: prefer asynchronous Pretty.formatted, which actually takes longer than Command.rich_text (see also 97964515a676, where Pretty.formatted was on the GUI thread, maybe for the sake of java.awt.FontMetrics at that time);
2 months ago, by wenzelm
The ceillog2 function (thanks to Manuel Eberl), replacing two copies of Ceil_Log2
2 months ago, by paulson
merged
2 months ago, by wenzelm
merged
2 months ago, by wenzelm
clarified signature: avoid pointless alias (see also c82a1620b274 and 22aeec526ffd);
2 months ago, by wenzelm
clarified signature;
2 months ago, by wenzelm
tuned GUI: avoid wasting space with proportional fonts;
2 months ago, by wenzelm
clarified signature;
2 months ago, by wenzelm
more accurate pretty_margin for proportional fonts;
2 months ago, by wenzelm
clarified signature: more uniform;
2 months ago, by wenzelm
tuned: fewer warnings in IntelliJ IDEA;
2 months ago, by wenzelm
tuned signature;
2 months ago, by wenzelm
tuned signature;
2 months ago, by wenzelm
clarified signature with subtle change of semantics: output consists of individual messages that are formatted (and separated) internally;
2 months ago, by wenzelm
more accurate message boundaries;
2 months ago, by wenzelm
tuned whitespace;
2 months ago, by wenzelm
clarified signature: more robust type XML.Elem;
2 months ago, by wenzelm
clarified signature;
2 months ago, by wenzelm
clarified signature;
2 months ago, by wenzelm
clarified output representation: postpone Pretty.separate;
2 months ago, by wenzelm
tuned;
2 months ago, by wenzelm
tuned: fewer warnings in IntelliJ IDEA;
2 months ago, by wenzelm
clarified signature: more accurate types;
2 months ago, by wenzelm
tuned signature: more standard names;
2 months ago, by wenzelm
more uniform pretty_text_area.zoom via its zoom_component;
2 months ago, by wenzelm
tuned signature;
2 months ago, by wenzelm
tuned signature: more standard names;
2 months ago, by wenzelm
tuned;
2 months ago, by wenzelm
less
more
|
(0)
-30000
-10000
-3000
-1000
-112
+112
tip