Commit Graph

  • d4e8fcfe6c Merge branch 'dev' into 'master' master Julian Hinxlage 2020-01-09 06:51:25 +0000
  • c588c9652b ~ use clang instead of g++ Johannes Theiner 2020-01-08 16:31:54 +0000
  • 8876e04c15 Merge remote-tracking branch 'origin/dev' into dev @Nurullah.Damla 2020-01-08 13:14:12 +0100
  • 07a794ea69 add for MACOS @Nurullah.Damla 2020-01-08 13:13:55 +0100
  • 762f8af5fe Merge branch 'dev' into 'master' Julian Hinxlage 2020-01-08 12:11:18 +0000
  • 5858f5c4c3 fixed make error with to_string(enum) Julian Hinxlage 2020-01-08 12:44:35 +0100
  • 08b9c26dd1 only show cursor if a cursor character is rendered Julian Hinxlage 2020-01-07 15:59:06 +0100
  • 9b593ce231 added Unifont Julian Hinxlage 2020-01-07 15:05:32 +0100
  • ecdbb30d3e added cursor Julian Hinxlage 2020-01-07 13:56:27 +0100
  • f6b0e7abe7 new text rendering Julian Hinxlage 2020-01-07 13:23:25 +0100
  • 445a11158d merge dev1 into dev Johannes Theiner 2019-12-19 10:52:26 +0100
  • 66c60c8cd3 Weiter Logic Fehler changed. v2.3 my 2019-12-18 18:20:18 +0100
  • a769977a8a Weiter Logic Fehler changed. v2.2 my 2019-12-18 18:09:25 +0100
  • 092b65d509 Weiter Logic Fehler changed. v2.2 my 2019-12-18 18:02:00 +0100
  • 33fd4b0e47 Weiter Logic Fehler changed. v2.1 my 2019-12-18 17:59:22 +0100
  • bd881ef82d Weiter Logic Fehler changed. v2 my 2019-12-18 17:58:22 +0100
  • c58f4a6af8 Weiter Logic Fehler changed. my 2019-12-18 17:40:21 +0100
  • 00127d17f9 Logic Fehler changed. my 2019-12-18 17:29:36 +0100
  • 43f042ebdf Realise blink function and make speicail character with a speicial signal. and realise display the correct content when string content is bigger than window size. my 2019-12-18 16:53:20 +0100
  • f6789ced97 Realise blink function and make speicail character with a speicial signal. and realise display the correct content when string content is bigger than window size. my 2019-12-18 12:51:46 +0100
  • 9770d102e5 never mind, only commit for test by Yukun Chen. my 2019-12-17 15:02:14 +0100
  • e8c2cbdfee dev yukun 2019-12-17 13:48:18 +0100
  • a8914cb357 ~ fix code to reduce warnings Johannes Theiner 2019-12-17 12:06:44 +0100
  • 2286c59325 ~ fix unit tests not building Johannes Theiner 2019-12-05 09:32:42 +0100
  • efe8c62493 ~ use values from shared mem instead of hardcoded ones ~ update ci to latest version Johannes Theiner 2019-12-04 10:18:13 +0100
  • f5be350c87 Merge branch 'dev1' of ssh://gitlab.repo.digitech.hs-emden-leer.de:2222/link/projekte/ws19/vkvm-new/text-renderer into dev1 yukun 2019-12-03 14:29:23 +0100
  • 62491ebc9d ~update clang-tidy checks Johannes Theiner 2019-11-28 11:20:53 +0000
  • 250e594f24 Merge branch 'dev1' into dev Julian Hinxlage 2019-11-28 11:46:43 +0100
  • 557f14cc5e realize the interface of TextRender and now can make the font size bigger my 2019-11-27 15:16:35 +0100
  • acc72321d2 Delete Library Lodpng from Text-renderer zakarya 2019-11-27 12:23:49 +0100
  • c96e7be312 Update Library Lodpng zakarya 2019-11-27 12:15:41 +0100
  • 0e63b62f32 Update Lodpng Headerdatei zakarya 2019-11-27 12:12:19 +0100
  • aa919c567d + remove lib/ from .gitignore Julian Hinxlage 2019-11-27 12:07:13 +0100
  • 0102a74906 + update text on RenderText event Julian Hinxlage 2019-11-27 12:02:14 +0100
  • d531266b27 ~ set resolution to the shared memory values Julian Hinxlage 2019-11-26 15:49:51 +0100
  • c3f6862e16 add test method and change datatype of character_bitmap from bool** to vector<vector<bool>> Shaohua Tong 2019-11-20 15:51:01 +0100
  • ab2d13f6bb add Bold and underline in TextRenderer Shaohua Tong 2019-11-20 12:50:32 +0100
  • c719c8f655 add Bold and underline in TextRenderer Shaohua Tong 2019-11-19 17:47:26 +0100
  • f9aa3e35b0 fixed config added toml(again) fixed init Julian Hinxlage 2019-11-19 13:47:30 +0100
  • b920c95c8c String Umsetzung und DriiteFont finished. my 2019-11-19 13:30:39 +0100
  • 26c7fa69c4 added profont-IIx font Julian Hinxlage 2019-11-19 13:28:48 +0100
  • 79d2f91ef7 Merge remote-tracking branch 'origin/dev1' into dev1 my 2019-11-19 13:28:04 +0100
  • c9cba998dc String Umsetzung und DriiteFont finished. my 2019-11-19 13:27:18 +0100
  • eeff5a45dc added toml Julian Hinxlage 2019-11-19 12:49:04 +0100
  • 038e15a19c updated to new library version Julian Hinxlage 2019-11-19 12:41:56 +0100
  • 69ed7aea40 ~ update clang-tidy checks Johannes Theiner 2019-11-16 18:22:34 +0000
  • 40d8fa588a Update README.md Edgar Schkrob 2019-11-14 14:32:03 +0000
  • 4a08c433ad defination of Font and Block interface. my 2019-11-14 13:12:48 +0100
  • 0bc0862cb7 ~clang tidy checks all fies now Johannes Theiner 2019-11-12 15:26:04 +0100
  • 51892ae707 ~ default argument calls are now allowed Johannes Theiner 2019-11-12 11:42:01 +0000
  • 958207eabc ~ CI: clang_tidy step now contains catch2 & fltk Johannes Theiner 2019-11-12 11:17:17 +0000
  • 2325c52e2a + ci pipeline Johannes Theiner 2019-11-07 13:55:06 +0000
  • a3368489fe Merge branch 'dev1' into 'dev' Edgar Schkrob 2019-11-06 12:40:25 +0000
  • 5c896dcd4e Update README.md Edgar Schkrob 2019-11-06 12:34:46 +0000
  • 8defbe8bfd Merge branch 'dev' into 'master' Julian Hinxlage 2019-11-02 11:03:17 +0000
  • 1a53ca46ca readme update, delete the useless part. my 2019-10-30 12:37:38 +0100
  • 6e4720d7f3 Merge branch 'dev1' into 'dev' Julian Hinxlage 2019-10-29 12:33:34 +0000
  • 82f878b9ec readme update 0.4 my 2019-10-29 13:29:46 +0100
  • 742941ebdb readme update 0.3 my 2019-10-29 13:27:36 +0100
  • c51063359b readme update 0.2 my 2019-10-29 13:25:46 +0100
  • 01c825a2f8 ~ fixed second font Julian Hinxlage 2019-10-29 13:24:09 +0100
  • a384a7b927 readme update 0.1 my 2019-10-29 12:50:43 +0100
  • 71d3861ebc + toml lib Julian Hinxlage 2019-10-29 11:57:42 +0100
  • 46dd118010 readme v0.23 my 2019-10-24 12:20:28 +0200
  • e05328d944 readme v0.23 my 2019-10-24 12:18:56 +0200
  • 33247683bb readme v0.2 my 2019-10-24 12:16:54 +0200
  • 95f394ce58 ~ changed toml config file for font2 Julian Hinxlage 2019-10-24 12:15:07 +0200
  • ef3a6ff86b readme v0.1 my 2019-10-24 12:14:49 +0200
  • 576c3411b9 ~ fixed unit testing Julian Hinxlage 2019-10-24 11:48:26 +0200
  • 566bfee91e + second font Julian Hinxlage 2019-10-23 13:39:51 +0200
  • 4b1afac94d + Font Config File + toml Julian Hinxlage 2019-10-23 13:03:16 +0200
  • 4ce389d141 readme v0.0 my 2019-10-23 12:22:45 +0200
  • cf0e6a082d + Bitmap and Font unit tests Julian Hinxlage 2019-10-23 12:18:43 +0200
  • d95f142d0f + fillValue in Font Julian Hinxlage 2019-10-23 11:42:32 +0200
  • 7da7d96b17 + Font class Julian Hinxlage 2019-10-22 15:34:51 +0200
  • e09ee7b347 Merge branch 'master' into dev Julian Hinxlage 2019-10-22 14:17:36 +0200
  • 7f23ad766c + clang_tidy Johannes Theiner 2019-10-21 15:22:28 +0000
  • ae02c47712 wrong filename for license Johannes Theiner 2019-10-16 16:46:08 +0200
  • 8e52eba091 now the gitignore has content Johannes Theiner 2019-10-16 16:18:13 +0200
  • afc6e47560 + Unit test framework + README + LICENSE + CHANGELOG Johannes Theiner 2019-10-16 15:44:13 +0200
  • 3ed9a94958 only for test my 2019-10-16 12:45:09 +0200
  • 6064aecd9f only for test my 2019-10-16 12:44:06 +0200
  • 163ce56f71 Merge branch 'master' of ssh://gitlab.repo.digitech.hs-emden-leer.de:2222/link/projekte/ws19/vkvm-new/text-renderer Julian Hinxlage 2019-10-16 12:18:33 +0200
  • 491acaada1 fixed pixel value bug Julian Hinxlage 2019-10-16 12:17:59 +0200
  • 7867920df6 only for test my 2019-10-16 12:12:24 +0200
  • e3b31abd95 only for test my 2019-10-16 12:11:47 +0200
  • ac099afd10 only for test my 2019-10-16 12:11:03 +0200
  • 326e24b40b only for test my 2019-10-16 12:07:44 +0200
  • 4841423c79 added font Bitmap Julian Hinxlage 2019-10-15 16:15:48 +0200
  • d84e36d50b +Bitmap class +Bitmap file loading +string output using font Julian Hinxlage 2019-10-15 16:12:56 +0200
  • 8b42c13bc6 initial project setup Julian Hinxlage 2019-10-15 14:00:06 +0200