- Jul 20, 2024
-
-
Philippe SWARTVAGHER authored
-
- Jul 19, 2024
-
-
Philippe SWARTVAGHER authored
Change scroll bar to resize like in GIMP Closes #33 and #51 See merge request solverstack/vite!73
-
ORDRONNEAU Camille authored
-
ORDRONNEAU Camille authored
-
ORDRONNEAU Camille authored
-
ORDRONNEAU Camille authored
-
ORDRONNEAU Camille authored
-
ORDRONNEAU Camille authored
-
ORDRONNEAU Camille authored
-
ORDRONNEAU Camille authored
-
ORDRONNEAU Camille authored
Before that the scroll_margin was a multiplicative coefficient for how far the trace can be scrolled outside the trace But this let the user being able to scroll too far away when a high zoom was applied Now it act as a constant additive factor that does not depends on the scale
-
ORDRONNEAU Camille authored
-
ORDRONNEAU Camille authored
-
ORDRONNEAU Camille authored
change_translate_x was removed from Render_windowed because it was not used anywhere else
-
Philippe SWARTVAGHER authored
Fix letter n being clipped in information selection on Debian See merge request solverstack/vite!89
-
ORDRONNEAU Camille authored
The font used (Ubuntu Sans) is not displayed properly on Debian: The last 'n' of "Selection information" is clipped This may be due to the widget width being too low This commit fixes this issue by adding a space at the end of the title
-
Philippe SWARTVAGHER authored
Add better time precision in select info window Closes #49 See merge request solverstack/vite!87
-
-
Philippe SWARTVAGHER authored
Add vite.desktop Closes #46 See merge request solverstack/vite!88
-
ORDRONNEAU Camille authored
-
Philippe SWARTVAGHER authored
Fix long option generating SEGFAULT Closes #55 See merge request solverstack/vite!85
-
ORDRONNEAU Camille authored
The order of the #ifdef matters By checking latter if HAVE_GETOPT_LONG is defined this now works
-
ORDRONNEAU Camille authored
-
ORDRONNEAU Camille authored
-
- Jul 17, 2024
-
-
Mathieu Faverge authored
Remove useless function checks in CMakeLists.txt See merge request solverstack/vite!86
-
Philippe SWARTVAGHER authored
Checked functions are actually never called in the code.
-
Philippe SWARTVAGHER authored
Add scripts to to automatically update headers in files Closes #26 See merge request solverstack/vite!83
-
ORDRONNEAU Camille authored
-
ORDRONNEAU Camille authored
-
ORDRONNEAU Camille authored
-
Philippe SWARTVAGHER authored
Fix ruler imprecise graduation display Closes #19 See merge request solverstack/vite!74
-
ORDRONNEAU Camille authored
-
ORDRONNEAU Camille authored
-
ORDRONNEAU Camille authored
-
ORDRONNEAU Camille authored
-
ORDRONNEAU Camille authored
-
ORDRONNEAU Camille authored
In the for loop i can't be superior to _x_max_visible so a if condition was removed
-
ORDRONNEAU Camille authored
-
- Jul 16, 2024
-
-
Mathieu Faverge authored
Remove help window and its ressources Closes #48 and #31 See merge request solverstack/vite!78
-
ORDRONNEAU Camille authored
-