| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-03-19 | CoqIDE: Ensure that the main 3 windows do not shrink when w/o contents. | Hugo Herbelin | |
| This was automatic in gtk2 (apparently because of the specification not being granted). This is needed with gtk3. | |||
| 2019-03-19 | CoqIDE: Ensure that contents of the pref window expands as much as possible. | Hugo Herbelin | |
| This was not needed in gtk2 but is needed with gtk3. | |||
| 2019-03-19 | CoqIDE: Using Grid instead of Table. | Hugo Herbelin | |
| This is not mandatory for gtk+3 since it is deprecated from only gtk 3.4. This would be needed for gtk+4 though. | |||
| 2019-03-19 | CoqIDE: Adapting to new interface of GPack.notebook. | Hugo Herbelin | |
| 2019-03-19 | CoqIDE: Replacing deprecated color_of_string with color_parse. | Hugo Herbelin | |
| 2019-03-19 | CoqIDE: No more explicit activation of tooltips on toolbar. | Hugo Herbelin | |
| According to https://developer.gnome.org/gtk2/stable/GtkToolbar.html#gtk-toolbar-set-tooltips, tooltips are now managed globally by gtk-enable-tooltips which is true by default. | |||
| 2019-03-19 | CoqIDE: Stippling using bitmap no more supported for incomplete Qed. | Hugo Herbelin | |
| Was formerly displaying a stippled ("pointillé") light blue. Now only a light blue. | |||
| 2019-03-19 | CoqIDE: wm_name and wm_class are now packed into wmclass. | Hugo Herbelin | |
| 2019-03-19 | CoqIDE: Now calling destroy signal via widget_signals. | Hugo Herbelin | |
| Thanks to J. Garrigue for the hint. | |||
| 2019-03-19 | CoqIDE: Deactivation pixmap-based progression bar (wg_Segment.ml). | Hugo Herbelin | |
| Indeed, gtk3 has no more Pixmap, it should use Cairo instead. We also deactivate the functions in the graph of dependency. In particular, this also blocks coqOps.ml. | |||
| 2019-03-19 | CoqIDE: Moving last use of gtk2-only FileSelection to FileChooserDialog. | Hugo Herbelin | |
| 2019-03-19 | CoqIDE: Deactivating the user queries and wizard tactics configuration. | Hugo Herbelin | |
| They rely on list and strings from configwin which themselves rely on gtk2 only widgets. | |||
| 2019-03-19 | CoqIDE: Deactiving the list and string configuration tools. | Hugo Herbelin | |
| They rely on gtk2 clist and would need to be changed to list_store. | |||
| 2019-03-19 | CoqIDE: Ensuring that gtk is initialized before other inits done in ideutils.ml. | Hugo Herbelin | |
| This seems fragile: does it depend on the order files are loaded? (It was working for gtk2 when gtk initialization was in coqide_main.ml but it does not work anymore for CoqIDE built on gtk3). Eventually, it might be needed to centralize all initialization side effects in one place. | |||
| 2019-03-19 | CoqIDE: Change name of module: Sourceview2 -> Sourceview3 | Hugo Herbelin | |
| 2019-03-19 | CoqIDE: Adapt configuration to require lablgtk3 and gtksourceview3. | Hugo Herbelin | |
| 2019-03-19 | CoqIDE: Replacing Tooltips with gtk+3 compliant Tooltip. | Hugo Herbelin | |
| 2019-03-19 | Configuration: expand a version number to three fields when only 1 or 2 ↵ | Hugo Herbelin | |
| fields are given. | |||
| 2019-03-18 | Merge PR #9777: [Nix] A few improvements | Théo Zimmermann | |
| Reviewed-by: Zimmi48 | |||
| 2019-03-18 | Merge PR #9740: Make NotConvertibleVect exception internal to typeops | Pierre-Marie Pédrot | |
| Reviewed-by: ppedrot | |||
| 2019-03-18 | Merge PR #9794: Use local universe names when printing universe inconsistency | Pierre-Marie Pédrot | |
| Reviewed-by: ppedrot | |||
| 2019-03-18 | [nix] Update reference to nixpkgs | Vincent Laporte | |
| 2019-03-18 | [nix] Move nixpkgs.nix into the dev/ directory | Vincent Laporte | |
| 2019-03-18 | [nix-ci] Use “master” versions of “coq-ext-lib” and “simple-io” | Vincent Laporte | |
| 2019-03-18 | [nix-ci] Share the reference to nixpkgs with default.nix | Vincent Laporte | |
| 2019-03-18 | [nix] Store the reference to nixpkgs in a dedicated file | Vincent Laporte | |
| 2019-03-17 | Use local universe names when printing universe inconsistency | Gaëtan Gilbert | |
| 2019-03-17 | Merge PR #9787: iconv bedrock2 CI output to UTF-8 | Emilio Jesus Gallego Arias | |
| Reviewed-by: SkySkimmer | |||
| 2019-03-17 | iconv bedrock2 CI output to UTF-8 | Andres Erbsen | |
| The timing diff script dies badly on non-utf8 input (https://github.com/coq/coq/issues/9767). | |||
| 2019-03-16 | Merge PR #9784: Add test-suite to Paramcoq CI | Emilio Jesus Gallego Arias | |
| Reviewed-by: ejgallego | |||
| 2019-03-16 | Add test-suite to Paramcoq CI | Pierre Roux | |
| 2019-03-15 | Merge PR #9783: [ci] [gitlab] Replace YAML grafting by `extends: ` declaration. | Gaëtan Gilbert | |
| Reviewed-by: SkySkimmer | |||
| 2019-03-15 | [ci] [gitlab] Replace YAML grafting by `extends: ` declaration. | Emilio Jesus Gallego Arias | |
| This should in general be more robust as we don't need to remember to graft subsections. | |||
| 2019-03-15 | Merge PR #9694: remove unused import of os | Emilio Jesus Gallego Arias | |
| Reviewed-by: JasonGross | |||
| 2019-03-15 | Merge PR #8817: SProp: the definitionally proof irrelevant universe | Pierre-Marie Pédrot | |
| Ack-by: JasonGross Ack-by: SkySkimmer Reviewed-by: Zimmi48 Reviewed-by: ejgallego Ack-by: gares Ack-by: mattam82 | |||
| 2019-03-15 | Merge PR #9425: BinInt: 3 lemmas about testbit, mod _ 2^, ones | Vincent Laporte | |
| Reviewed-by: vbgl | |||
| 2019-03-14 | Merge PR #9771: Exposes Coq_micromega.dump_proof_term to allow a use ↵ | Vincent Laporte | |
| independent from tactics Reviewed-by: vbgl | |||
| 2019-03-14 | Fix various dummy Relevant in ssr | Gaëtan Gilbert | |
| Unknown impact so no tests. | |||
| 2019-03-14 | Overlays for SProp | Gaëtan Gilbert | |
| 2019-03-14 | Documentation for SProp | Gaëtan Gilbert | |
| 2019-03-14 | Add StrictProp.v with basic SProp related definitions | Gaëtan Gilbert | |
| 2019-03-14 | Put [@inline] on CClosure.Mark functions | Gaëtan Gilbert | |
| 2019-03-14 | Switch order eqappr/check relevance in conversion. | Gaëtan Gilbert | |
| This takes advantage of the mutability of the fconstr relevance mark. | |||
| 2019-03-14 | mutable relevance marks in fconstr | Gaëtan Gilbert | |
| 2019-03-14 | Test for SkySkimmer/coq#13 | Gaëtan Gilbert | |
| (NB: this needs relevance mark fixing) | |||
| 2019-03-14 | Repair relevance marks in-kernel. | Gaëtan Gilbert | |
| Prevent errors when under annotating binders. | |||
| 2019-03-14 | Enable proof irrelevance for SProp. | Gaëtan Gilbert | |
| 2019-03-14 | Inductives in SProp, forbid primitive records with only sprop fields | Gaëtan Gilbert | |
| For nonsquashed: Either - 0 constructors - primitive record | |||
| 2019-03-14 | Add relevance marks on binders. | Gaëtan Gilbert | |
| Kernel should be mostly correct, higher levels do random stuff at times. | |||
| 2019-03-14 | Add a non-cumulative impredicative universe SProp. | Gaëtan Gilbert | |
| Note currently it's impossible to define inductives in SProp because indtypes.ml and the pretyper aren't fully plugged. | |||
