Commit Graph

429 Commits

Author SHA1 Message Date
Relintai 839e5ef674 Added generic permission support to the User. 2022-01-06 11:12:43 +01:00
Relintai 86b890eb8f Added order_by to the QueryBuilder. 2021-11-21 16:14:31 +01:00
Relintai e79ddd1b4a Add size check to string to number conversion methods. 2021-11-21 15:29:44 +01:00
Relintai 557c2a3934 Inherit WebApplication from Object. 2021-11-21 14:40:47 +01:00
Relintai e32593da4c Fix edge cases during parsing <script> tags with in-html code. 2021-11-21 12:32:36 +01:00
Relintai 78f09b5fab Add is_word_at helper methods to string. 2021-11-21 12:32:02 +01:00
Relintai 35fd8d7894 Fix an another indexing edge case. 2021-11-21 11:15:21 +01:00
Relintai 4a947d39b0 Fix index calculations for comments in HTMLParser. 2021-11-21 11:04:39 +01:00
Relintai f9dcd088d0 Added more helpers to string, and fixed a bug in replace_from. 2021-11-20 21:39:30 +01:00
Relintai ff8790f81d Implemented a few helpers for the HTMLParser. 2021-11-20 20:53:17 +01:00
Relintai da6d18beef String.find() now correctly finds equality aswell. 2021-11-20 20:52:23 +01:00
Relintai 97af1dbde3 Added USE_OPENSSL define if openssl is found for the drogon module. 2021-11-20 19:20:32 +01:00
Relintai 64a1352f97 Added text to TableBuilder. 2021-11-20 01:39:52 +01:00
Relintai 38b95e4ac8 fix get_slice. 2021-11-19 22:55:52 +01:00
Relintai 4acfa61f58 Same change for the other get_slice_count. 2021-11-19 22:47:03 +01:00
Relintai 6bfc78ec49 get_slice_count should return 1 by default. 2021-11-19 22:38:31 +01:00
Relintai cefea40d45 Removed an another stray print. 2021-11-19 22:32:15 +01:00
Relintai 5f17d90676 Removed stray prints. 2021-11-19 20:03:17 +01:00
Relintai eaa7232559 The settings class now uses a simple ini format. 2021-11-19 20:02:59 +01:00
Relintai 47545dc181 Added lots of helpers to the string. 2021-11-19 20:02:16 +01:00
Relintai f1965f4bd5 Added 3 helper methods. 2021-11-19 08:10:00 +01:00
Relintai f5afa7eb8e Remove stray print. 2021-11-18 23:14:08 +01:00
Relintai 000174f3c8 Now the HTMLParser builds up the HTML hierarchy correctly. Also prettified to_string's output. 2021-11-18 13:50:20 +01:00
Relintai 1237d3da2a Added append_repeat to the string. 2021-11-18 13:49:41 +01:00
Relintai 2dac93662c Inproved HTMLParserTag's to_string a bit. 2021-11-18 12:21:47 +01:00
Relintai 7ce989d12b Don't leak memory. 2021-11-18 12:07:28 +01:00
Relintai c23afa0332 Implemented to_string, and print for HTMLParser. also indexing fixes, and changed attributes and tags into pointers. 2021-11-18 12:03:43 +01:00
Relintai 65ddfe2353 Call process right when it's needed. 2021-11-18 11:19:11 +01:00
Relintai ae3b14ad0c Fixed the parse_args method. 2021-11-18 11:18:05 +01:00
Relintai 43a7185e23 A bit more work on fixing the html argument parser's indexing. 2021-11-18 07:18:35 +01:00
Relintai 1fcc47b353 Added a new HTMLParser class. Still WIP. 2021-11-18 00:59:21 +01:00
Relintai fd7bcb43cb Added more dropdown helpers. 2021-11-16 18:31:42 +01:00
Relintai 94381a3e42 Textarea helpers. 2021-11-16 17:34:01 +01:00
Relintai e99a82919d Fix one of the link helpers. 2021-11-16 17:05:57 +01:00
Relintai b8b2d5a3a6 Even more helpers. 2021-11-16 16:54:28 +01:00
Relintai 7e4c5eeb3e Added 2 more helpers to HTMLBuilder. 2021-11-16 16:51:02 +01:00
Relintai eee908912d Added more form helpers. 2021-11-16 16:41:47 +01:00
Relintai ff28b413d2 Added onclick helper aswell. 2021-11-16 16:33:47 +01:00
Relintai e5de7e48ae Added autocomplete helpers to HTMLBuilder. 2021-11-16 16:31:34 +01:00
Relintai b7930fc9de Added a helper method for labels. 2021-11-16 14:09:05 +01:00
Relintai 21bc5c4983 Added helper methods to the rest of the input types. 2021-11-16 13:55:58 +01:00
Relintai 9c53d521b4 Added lots of input related helper methods to HTMLBuilder. 2021-11-16 13:35:55 +01:00
Relintai 123866edfa Also added input helpers to HTMLBuilder. 2021-11-16 11:35:32 +01:00
Relintai fd3c3b298e Added helpers for input type to HTMLTag. 2021-11-16 11:28:30 +01:00
Relintai 70ffbbae20 Added a small opengl test app that I wrote a while ago, to be further processed into an opengl renderer. 2021-11-16 08:56:43 +01:00
Relintai 19a70a5507 Added a few math classes from Godot. 2021-11-16 03:09:27 +01:00
Relintai ff6dd8ea5d Operator cleanup to Vector2 and Vector3. Also added a few methods, and made x,y,z variables a union with an array, so the vector is also indexable. 2021-11-16 03:08:16 +01:00
Relintai e74549776f Added expand_to to Rect2. 2021-11-16 03:06:58 +01:00
Relintai f50f52e593 Added a few smaller helpers to math.h. 2021-11-16 03:06:28 +01:00
Relintai 748a3ac49a Added core input handling classes form the godot engine. They are not in the compile yet, they need some changes. 2021-11-15 21:11:19 +01:00