John Benediktsson
|
59e3cf93b7
|
ui.gadgets.theme: rename to ui.theme.images.
|
2016-05-22 07:53:21 -07:00 |
John Benediktsson
|
ff2f58ac4b
|
ui.theme.switching: default font colors.
|
2016-05-22 07:53:21 -07:00 |
Björn Lindqvist
|
5b3933e2e4
|
cpu.x86: xor rax, rax -> xor eax, eax
The latter should be equivalent in all ways, but its encoding is one
byte shorter.
|
2016-05-20 13:38:42 +02:00 |
Björn Lindqvist
|
e60d45a169
|
Docs: fixing help-lint failures
|
2016-05-20 13:35:08 +02:00 |
Björn Lindqvist
|
973606b5e2
|
cpu.x86.assembler: enable zero extension for AND with small immediates
|
2016-05-20 12:42:27 +02:00 |
Björn Lindqvist
|
4230d2502a
|
cpu.x86.assembler: MOV zero extension for small immediates (#1593)
Instructions eg: mov rax, 123 can be equivalent mov eax, 123 which are
shorter.
|
2016-05-19 23:02:48 +02:00 |
Björn Lindqvist
|
0fc8fb22ca
|
cpu.x86,bootstrap.assembler.*: making sure 0 is the relocation dummy value everywhere
In some places it was 0xffffffff, but it should always be 0 MOV for
consistency.
|
2016-05-19 22:43:52 +02:00 |
Björn Lindqvist
|
9f0cd740c8
|
compiler.constants: docs
|
2016-05-19 21:49:51 +02:00 |
Björn Lindqvist
|
27f9613694
|
compiler.cfg.value-numbering.comparisons: some duplicated words that can
be removed
|
2016-05-19 16:15:36 +02:00 |
Björn Lindqvist
|
3810889f91
|
compiler.cfg.value-numbering.graph: docs and test
|
2016-05-19 16:10:06 +02:00 |
Björn Lindqvist
|
1eaa151a3c
|
compiler.cfg.value-numbering.comparisons: docs and tests
|
2016-05-19 14:04:23 +02:00 |
Björn Lindqvist
|
0394a141d3
|
tools.profiler.sampling.tests: call gc beforehand to ensure no random samples are collected
|
2016-05-19 01:54:24 +02:00 |
Björn Lindqvist
|
05de15bdc1
|
compiler.cfg.utilities: rewrite apply-passes as a macro
It makes for more detailed callstacks when profiling.
|
2016-05-18 23:49:03 +02:00 |
Björn Lindqvist
|
5fabb71404
|
bootstrap.compiler.timing: "profile-compiler" is never set so this vocab
is unused
|
2016-05-14 18:21:49 +02:00 |
Doug Coleman
|
d5b33de57c
|
typed: factor typed-def? out of typed-def.
|
2016-05-12 16:33:19 -07:00 |
John Benediktsson
|
7d66c331db
|
ui.gadgets.table: mouse-color uses theme.
|
2016-05-11 18:39:44 -07:00 |
John Benediktsson
|
6149bf5afc
|
ui.tools.debugger: set theme fonts on table...
Probably this should be in the table gadget itself and not scattered everywhere.
|
2016-05-11 18:37:07 -07:00 |
John Benediktsson
|
fb9a71627f
|
ui.theme.switching: adding back light-mode and dark-mode.
|
2016-05-11 18:32:33 -07:00 |
John Benediktsson
|
8a09779e3e
|
ui.theme.switching: adding some docs.
|
2016-05-11 18:09:36 -07:00 |
John Benediktsson
|
26e26599bd
|
ui.theme.switching: add a switch-theme word.
|
2016-05-11 18:09:36 -07:00 |
Doug Coleman
|
5d116594e0
|
editors.visual-studio-code: try to find "code" then "Code" then... on linux.
|
2016-05-11 11:53:35 -07:00 |
Doug Coleman
|
8330256b1d
|
combinators.extras, generalizations:: Add experimental combinators for 1res, 1arg.
|
2016-05-11 11:53:29 -07:00 |
Doug Coleman
|
6b77c4f3da
|
tools.deploy: bump the other bunny deploy size.
|
2016-05-10 15:21:06 -07:00 |
John Benediktsson
|
5ebc7193fa
|
ui.theme: remove unused url-color hook.
|
2016-05-10 15:20:28 -07:00 |
Doug Coleman
|
d279cea544
|
tools.deploy: bump the bunny size.
|
2016-05-10 02:35:35 -07:00 |
John Benediktsson
|
0781fa5d00
|
ui.gadgets.theme: fix windows bootstrap.
not sure yet why this is necessary.
|
2016-05-09 23:27:41 -07:00 |
John Benediktsson
|
63410f62c8
|
ui.theme: updates to color scheme.
Fixes circularity and adds theme switching to Mac menu.
Could use some simplification and reduction in color theme hooks.
|
2016-05-09 21:40:56 -07:00 |
nicolas-p
|
7a028977c4
|
Moved both themes into ui.theme
|
2016-05-09 21:40:56 -07:00 |
nicolas-p
|
35c8ec6bae
|
Updated scrollbar buttons
|
2016-05-09 21:40:56 -07:00 |
nicolas-p
|
0d6ae8a8b9
|
Fixed USING
|
2016-05-09 21:40:56 -07:00 |
nicolas-p
|
f650f7d869
|
Added listener styles in theme switching
|
2016-05-09 21:40:56 -07:00 |
nicolas-p
|
a83c90d849
|
Some color changes in both themes
|
2016-05-09 21:40:56 -07:00 |
nicolas-p
|
5985291a4a
|
Changed warning background in light theme
|
2016-05-09 21:40:56 -07:00 |
nicolas-p
|
a13d2b9fbf
|
Small change in themes
|
2016-05-09 21:40:56 -07:00 |
nicolas-p
|
45316318e8
|
Added "require" for theme.light and theme.dark
|
2016-05-09 21:40:56 -07:00 |
nicolas-p
|
94d9bf8c88
|
Added prompt style and tip style in switching
|
2016-05-09 21:40:56 -07:00 |
nicolas-p
|
d2e645b5a2
|
Scrollbar buttons with transparent background
|
2016-05-09 21:40:56 -07:00 |
nicolas-p
|
e7897dd194
|
Author and summary for ui.gadgets.theme.switching
|
2016-05-09 21:40:56 -07:00 |
nicolas-p
|
f54fa08e05
|
Added tooltip for themes
|
2016-05-09 21:40:56 -07:00 |
nicolas-p
|
85ba970bed
|
Renaming themes
|
2016-05-09 21:40:56 -07:00 |
nicolas-p
|
6a912e47b4
|
Implemented theme switching
|
2016-05-09 21:40:56 -07:00 |
nicolas-p
|
83a725563e
|
Added colors in light and dark themes
|
2016-05-09 21:40:56 -07:00 |
nicolas-p
|
072f8e2625
|
Set text color almost everywhere
|
2016-05-09 21:40:56 -07:00 |
nicolas-p
|
61707f7fef
|
Author and summary for dark theme
|
2016-05-09 21:40:56 -07:00 |
nicolas-p
|
e5698281fb
|
Replaced hard-coded colors with constants
|
2016-05-09 21:40:56 -07:00 |
nicolas-p
|
bea90b8d1f
|
Better copyright format
|
2016-05-09 21:40:56 -07:00 |
nicolas-p
|
e6fe63e62b
|
Added Solarized colors
|
2016-05-09 21:40:56 -07:00 |
John Benediktsson
|
465e6478ab
|
inverse: minor cleanup.
|
2016-05-09 21:38:05 -07:00 |
Björn Lindqvist
|
274a0174fd
|
cpu.x86: use INC and DEC in favor of ADD reg, 1 and SUB reg, 1
The encoding for INC reg and DEC reg is one byte shorter so using it
shaves of a few bytes from the generated code.
|
2016-05-08 18:44:31 +02:00 |
Björn Lindqvist
|
5a2e1c953e
|
cpu.x86.assember: add INC and DEC instructions to the assembler
|
2016-05-08 18:43:51 +02:00 |