- 01 Jun, 2018 1 commit
-
-
Jonathan Wilkes authored
-
- 31 May, 2018 1 commit
-
-
Pranay Gupta authored
-
- 30 May, 2018 3 commits
-
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
- 29 May, 2018 1 commit
-
-
Pranay Gupta authored
-
- 25 May, 2018 2 commits
-
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
- 24 May, 2018 4 commits
-
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
Pranay Gupta authored
-
- 23 May, 2018 3 commits
-
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
- 21 May, 2018 1 commit
-
-
Jonathan Wilkes authored
-
- 20 May, 2018 1 commit
-
-
Jonathan Wilkes authored
-
- 12 May, 2018 3 commits
-
-
Pranay Gupta authored
-
Jonathan Wilkes authored
-
Pranay Gupta authored
-
- 09 May, 2018 1 commit
-
-
Jonathan Wilkes authored
-
- 07 May, 2018 1 commit
-
-
Pranay Gupta authored
-
- 06 May, 2018 2 commits
-
-
Jonathan Wilkes authored
-
Pranay Gupta authored
-
- 02 May, 2018 1 commit
-
-
Jonathan Wilkes authored
-
- 23 Apr, 2018 1 commit
-
-
Jonathan Wilkes authored
-
- 22 Apr, 2018 1 commit
-
-
Jonathan Wilkes authored
-
- 16 Apr, 2018 2 commits
-
-
Jonathan Wilkes authored
This reverts commit e0119971.
-
Jonathan Wilkes authored
-
- 15 Apr, 2018 2 commits
-
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
- 14 Apr, 2018 5 commits
-
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
This is an initial attempt at a regression testing framework. Initially it has some regression tests that come from the work on improvements to the msg box. The framework allows the tests themselves to remain extremely simple. They just need to send a number and potential error message to the outlet. However, they do need to be added in the main patch. This is because we will need to run some tests in a certain order. We could number the test filenames but that's less easy to change later.
-
Jonathan Wilkes authored
This brings msg box back to the same performance it had before $0 expansion was added as a feature to message boxes. The first implementation relied on calling canvas_setcurrent and canvas_unsetcurrent in the message box methods. This added a malloc/free for each message box method call. Instead this implementation caches the msg box glist in the t_messresponder. That is available as the target parameter in m_binbuf. Unfortunately, we have to add a parameter to binbuf_realizedollsym. Since that's a public function we have to break out the new param into binbuf_dorealizedollsym.
-
- 09 Apr, 2018 1 commit
-
-
Jonathan Wilkes authored
-
- 04 Apr, 2018 3 commits
-
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
-
Albert Gräf authored
-