Commit Graph
149 Commits
Author SHA1 Message Date
Julian Frohmüller f5e757d71f Small bugfix.
get_full_line_ccc and get_rest_of_line_ccc were returning a pointer to invalidated memory.
2022-12-07 12:48:07 +01:00
Julian Frohmüller b9ad0ef587 Add installation scripts to ZIP package. OpenSuperClone-2.4 2022-12-07 10:14:33 +01:00
Julian Frohmüller 531f2e60db Actually fix CodeQL workflow. 2022-12-05 19:12:29 +01:00
Julian Frohmüller 613f72fe98 Fix CodeQL workflow. 2022-12-05 19:09:57 +01:00
Julian Frohmüller 484bf90590 Implement libconfig for configuration files. 2022-12-05 18:29:48 +01:00
Julian Frohmüller 75de38d8c3 Add options for debug build. 2022-12-05 14:54:59 +01:00
Julian Frohmüller c54f6ffbe3 Update CONTRIBUTING.md 2022-12-05 14:14:23 +01:00
Julian Frohmüller e06f1c9cb1 Update issue templates 2022-12-05 13:53:36 +01:00
Julian Frohmüller dee906a182 Create CONTRIBUTING.md 2022-12-05 13:48:43 +01:00
Julian Frohmüller 16c2a52acb Get rid of some unused stuff. 2022-12-05 12:47:17 +01:00
Julian Frohmüller 6075b36ee4 Fix out-of-bounds condition. 2022-12-05 11:07:52 +01:00
Julian Frohmüller e8452dac26 Update codeql.yml 2022-12-05 10:57:34 +01:00
Julian Frohmüller d4c73989ca Create codeql.yml 2022-12-05 10:48:44 +01:00
Julian Frohmüller 85cd87ea13 Minor visual changes to OSCViewer. 2022-12-05 10:38:45 +01:00
Julian Frohmüller 708142dd72 Minor changes. 2022-12-05 10:10:25 +01:00
Julian Frohmüller 03e314df79 Update translation files to include tooltips. 2022-12-05 00:58:08 +01:00
Julian Frohmüller b8e69bcc36 Add tooltips to all major OSC UI elements.
Minor changes to build scripts.
2022-12-05 00:38:21 +01:00
Julian Frohmüller 4de37be448 Get rid of unused helper program. 2022-12-04 22:40:12 +01:00
Julian Frohmüller 5cf27fc5e8 More minor improvements to scripts. 2022-12-04 22:28:25 +01:00
Julian Frohmüller c0d66ce708 Improve build scripts. 2022-12-04 22:10:06 +01:00
Julian Frohmüller 844bad67ec Add script to update PO files and PO templates. 2022-12-04 20:50:16 +01:00
Julian Frohmüller 5ca368f364 Update translation files. 2022-12-04 20:09:59 +01:00
Julian Frohmüller 656b8d9b30 Add simple color picker to OSCViewer. 2022-12-04 19:08:48 +01:00
Julian Frohmüller ae22b10dd2 Further refactoring.
Again, replacing many calls to strcpy() and strcat().
2022-12-04 15:58:24 +01:00
Julian Frohmüller 03bd0ea28a More minor refactoring.
Removal of various instances of strcpy() and strcat().
2022-12-04 15:00:15 +01:00
Julian Frohmüller 02d8c044bf Minor refactoring.
Replace (almost) every sprintf() call with a snprintf() call.
2022-12-03 14:55:09 +01:00
Julian Frohmüller e515f04f5a Further refactoring of OSCViewer.
Replace every strcat() call with a strncat() call.
2022-11-30 12:15:06 +01:00
Julian Frohmüller a0c76c86bb Further refactoring of OSCViewer.
Replace every strcpy() call with an appropriate alternative.
2022-11-30 11:51:25 +01:00
Julian Frohmüller 2172d61bf5 Minor refactoring of OSCViewer.
Replace every sprintf() call with a snprintf() call.
2022-11-30 10:50:21 +01:00
Julian Frohmüller a6ef50d01a Minor changes to localization system. 2022-11-28 12:07:35 +01:00
Julian Frohmüller 36e7efa406 Fix buffer overflow.
Auto-update translations of more than 25 characters resulted in a crash.
2022-11-28 11:26:04 +01:00
Julian Frohmüller fa7ec62878 Minor changes. 2022-11-28 11:10:26 +01:00
Julian Frohmüller b87fe646eb Finish German translation. Change Readme. 2022-11-28 11:01:12 +01:00
Julian Frohmüller c8d65da0ec Remove unused files. 2022-11-28 10:08:03 +01:00
Julian Frohmüller cce2dc6c0d Generate locale files at build time. 2022-11-28 10:07:27 +01:00
Julian Frohmüller e6c29c75cb Remove unnecessary files. 2022-11-27 17:42:48 +01:00
Julian Frohmüller 8cdc731e35 Replace localization system with gettext. 2022-11-27 17:38:13 +01:00
Julian Frohmüller 96a15300c9 Fix translations for newly added labels. 2022-11-27 10:43:19 +01:00
Julian Frohmüller 06fc8f9517 Minor visual change to OSCViewer.
Do not change line width value before drawing rectangle stroke for marked blocks.
2022-11-26 16:20:34 +01:00
Julian Frohmüller a1486899c1 Add label showing the current auto-update timer. 2022-11-26 15:03:08 +01:00
Julian Frohmüller f3634a0b0d Minor visual changes to OSCViewer. 2022-11-26 00:36:10 +01:00
Julian Frohmüller 6d62dbc0d9 Various small changes to OSCViewer.
Added Help menu and About window.
Removed EULA file from OSC About window.
2022-11-25 22:48:46 +01:00
Julian Frohmüller 23d38dccef Recreate Glade file targeting 3.16.
Experiment with other color schemes.
2022-11-25 19:45:23 +01:00
Julian Frohmüller 8b055fad30 Minor change to OSCViewer. 2022-11-25 10:44:00 +01:00
Julian Frohmüller cd6d064565 Show log and domain file paths in OSCViewer. 2022-11-25 09:11:36 +01:00
Julian Frohmüller 00496aa905 Minor changes to OSCViewer.
Highlight good data by default, show logfile in window title.
2022-11-25 08:50:40 +01:00
Julian Frohmüller 9db3680990 Show domain in OSCViewer once one is loaded 2022-11-20 21:22:28 +01:00
Julian Frohmüller 9bc9445b4a Combine OpenSuperClone and OSCViewer version.
For the time being it makes sense to drop the individual version numbers and handle both programs as a single project.
2022-11-09 10:31:44 +01:00
Julian Frohmüller 33bd811313 Combine OpenSuperClone, OpenSuperTool, and Scripts version number into one. 2022-11-08 10:40:28 +01:00
Julian Frohmüller 4f85a12260 Remove unnecessary helptext. 2022-11-08 10:10:50 +01:00