| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [JS] Check canvas size each loop, force redraw. | Fabio Alessandrelli | 2020-07-01 | 1 | -0/+6 |
| | | | | | Fix compatibility issues, achieve smoother resizing. | ||||
| * | More static methods in DisplayServerJavaScript. | Fabio Alessandrelli | 2020-07-01 | 1 | -0/+11 |
| | | | | | Were static functions in cpp file, polluting global namespace. | ||||
| * | Refactor canvas ID and locale handling. | Fabio Alessandrelli | 2020-07-01 | 1 | -1/+2 |
| | | |||||
| * | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde | 2020-05-14 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | Which means that reduz' beloved style which we all became used to will now be changed automatically to remove the first empty line. This makes us lean closer to 1TBS (the one true brace style) instead of hybridating it with some Allman-inspired spacing. There's still the case of braces around single-statement blocks that needs to be addressed (but clang-format can't help with that, but clang-tidy may if we agree about it). Part of #33027. | ||||
| * | Add drop files function | Fabio Alessandrelli | 2020-05-10 | 1 | -0/+1 |
| | | |||||
| * | DisplayServerJavaScript implementation. | Fabio Alessandrelli | 2020-05-10 | 1 | -0/+187 |
