Commit Graph
123 Commits
Author SHA1 Message Date
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
Julian Frohmüller 53964ef494 Add some more basic keyboard shortcuts. 2022-11-08 09:57:51 +01:00
Julian Frohmüller 8bd91e7de6 Fix typo. 2022-11-07 13:05:16 +01:00
Julian Frohmüller 99d0fbcaa4 Add some basic keyboard shortcuts. 2022-11-07 13:04:25 +01:00
Julian Frohmüller 2c8fcdfb3a Change Readme. 2022-11-05 22:25:09 +01:00
Julian Frohmüller d93051c303 Fix Debian package requirements. 2022-11-05 22:09:55 +01:00
Julian Frohmüller cb91c86c5f Change phrasing in Readme. 2022-11-05 21:45:31 +01:00
Julian Frohmüller d8d00a6562 More minor changes to OSCViewer. 2022-11-05 21:39:50 +01:00
Julian Frohmüller 52de96ecf8 Fix visual glitches in OSCViewer. 2022-11-05 21:13:22 +01:00
Julian Frohmüller 2734a17ba8 Very minor refactoring of OSCViewer. 2022-11-04 12:00:49 +01:00
Julian Frohmüller 9ecf2c7025 Get completely rid of all GTK2 code. 2022-11-04 09:44:49 +01:00
Julian Frohmüller 3bda803d2c Fix typo in clean.sh 2022-11-04 09:26:28 +01:00
Julian Frohmüller b0f6e75fbd Merge branch 'gtk3' 2022-11-04 08:55:52 +01:00
Julian Frohmüller 86a2c6a2e9 Fix uninstallation script. 2022-11-04 08:53:00 +01:00
Julian Frohmüller 2a4d8302e3 Fix typo in tasks.json. 2022-11-03 22:25:29 +01:00
Julian Frohmüller 590e93629b Disable double buffering for OSCViewers main and top draw area to lessen the flickering. 2022-11-03 21:50:08 +01:00
Julian Frohmüller 7275a64e94 Fix pathnames in build scripts. 2022-11-03 20:37:37 +01:00
Julian Frohmüller 001f3edae2 More playing around with IDE artifacts. 2022-11-03 12:23:09 +01:00
Julian Frohmüller c7938c9892 Minor changes to tasks.json. 2022-11-03 11:58:25 +01:00
Julian Frohmüller 4cde7112be Drop C/CPP Properties file for VSCode. 2022-11-03 11:50:15 +01:00
Julian Frohmüller cfb9041cb2 Add some task configurations for VSCode. 2022-11-03 11:46:56 +01:00
Julian Frohmüller 373b256a7b Fix loading of domain files in OSCViewer. 2022-11-03 11:12:35 +01:00
Julian Frohmüller 210f04e2e6 Start migrating all the GTK2 features of OSCViewer to the GTK3 version. 2022-11-03 10:46:03 +01:00
Julian Frohmüller b352876e33 Minor change to CMake configuration. 2022-11-01 10:42:02 +01:00
Julian Frohmüller fd05bb3f7f Carry over last differences between GTK2 and GTK3 version of OpenSuperClone. 2022-10-31 13:25:30 +01:00
Julian Frohmüller 21805d840e Okay, last change to Readme, I swear. 2022-10-24 22:52:55 +02:00
Julian Frohmüller 26f740215d Update README.md 2022-10-24 22:36:51 +02:00