Commit Graph

  • 309060a5ce merge stable version main doryan 2024-08-28 18:54:00 +0300
  • 27f9a8e10b refactor: pre-release build experimental doryan 2024-08-19 03:14:39 -0700
  • 229f525653 some changes + fix grammar mistakes doryan 2024-08-18 13:41:54 -0700
  • c211f3002a feat(theme): add dynamic theming doryan 2024-08-18 10:30:00 -0700
  • 1edbe06401 feat(crate): update crate doryan 2024-08-18 10:29:38 -0700
  • a787464c44 feat(imports): update imports doryan 2024-08-18 10:29:15 -0700
  • fcc2567aa2 feat(imports): update imports doryan 2024-08-18 10:28:58 -0700
  • 34d2af08c6 feat(theme): add styles for dark and light themes doryan 2024-08-18 10:26:53 -0700
  • 21bc19e893 fix(path): add paths for debug and release profiles doryan 2024-08-17 21:51:09 +0400
  • 17098e6e88 feat(title): add header button doryan 2024-08-17 21:43:19 +0400
  • d8d9311841 feat(export): add resources module doryan 2024-08-17 21:42:56 +0400
  • c102917e09 feat(crate): update crates doryan 2024-08-17 21:42:39 +0400
  • b26cfa5b54 fix: border radius doryan 2024-08-17 21:41:04 +0400
  • e617f1694e feat(help): add help text doryan 2024-08-17 21:40:50 +0400
  • c1c9543868 feat(visual): add cosmetic features doryan 2024-08-17 21:40:39 +0400
  • 9d42c56423 fix(generic): edit trait bound IntoIterator type Item doryan 2024-08-17 21:40:07 +0400
  • ac650c3678 feat: add alias MenuActions doryan 2024-08-17 21:39:01 +0400
  • 2547239a50 feat(input): add oportunity for set up markup mode doryan 2024-08-17 21:38:24 +0400
  • 9455412170 refactor: about.rs -> dialogues.rs doryan 2024-08-17 21:37:57 +0400
  • 3a605854c1 feat(dialogues): add for menu button a dialogue window doryan 2024-08-17 21:37:29 +0400
  • 1aa393345b fix(parse): now parser let entry values with comma doryan 2024-08-17 21:36:34 +0400
  • cff06ea8b0 fix(label): make cell_label is selectable doryan 2024-08-17 21:35:58 +0400
  • 5cc92eb8ae refactor(fabrics): one fabric is divided into several parts doryan 2024-08-17 00:01:26 +0400
  • cc4ba6168f feat(imports): update imports + delete allow(unused) doryan 2024-08-16 23:33:50 +0400
  • dd2007c895 feat(titlebar): add custom titlebar with headermenu doryan 2024-08-16 23:32:08 +0400
  • bafa837931 feat(wrapper): use pure Box component instead deleted Wrapper component doryan 2024-08-16 23:26:53 +0400
  • f12c499df0 fix(app id): rename application_id doryan 2024-08-16 23:26:25 +0400
  • ef979fde48 feat(cargo): rename package doryan 2024-08-16 23:26:09 +0400
  • ad79c741e7 feat(logo): add logo doryan 2024-08-16 23:25:42 +0400
  • 32fd0305ad feat(wrapper): remove redundant Wrapper component doryan 2024-08-16 23:24:10 +0400
  • bbe0f42bb1 feat(fn): add about dialogue window component doryan 2024-08-16 23:23:39 +0400
  • 5f544f4fe5 feat(menu): add header menu component doryan 2024-08-16 23:23:09 +0400
  • e6a38f3ffe feat(condition): use func directly instead variable doryan 2024-08-16 16:35:08 +0400
  • 2399903cda feat(fabric): change fabrics signature and remove redundant conditions doryan 2024-08-16 14:11:24 +0400
  • ddff777d58 refactor: rewrite callback for on-click event doryan 2024-08-16 13:58:19 +0400
  • 3fdac01687 fix(method): after add v4_12 feature use .set_visible() method instead .show()/.hide() doryan 2024-08-16 13:55:24 +0400
  • 5dde8ab20c fix(css): after compile with --release profile css works doryan 2024-08-16 13:53:43 +0400
  • 4c07134d9e feat(crate): add feature v4_12 for gtk4 doryan 2024-08-16 13:52:42 +0400
  • b88290468f feat(css): merge multiple css into one doryan 2024-08-16 13:52:18 +0400
  • bd20644269 feat(derive): add PartialEq trait bound for SignalReduce doryan 2024-08-16 13:50:57 +0400
  • 62b7036933 I'm too lazy to commit to the latest files doryan 2024-08-15 23:37:34 +0400
  • 3d896c7061 feat(file): rename from signal_reduce_input_utils.rs to signal_reduce_utils.rs doryan 2024-08-15 23:34:48 +0400
  • e8c73b75a1 fix(css): textview paddings doryan 2024-08-15 23:33:11 +0400
  • b4fb37539c feat(size): change window size by default doryan 2024-08-15 23:32:42 +0400
  • f9699180b9 feat(todo): remove todo doryan 2024-08-15 23:32:22 +0400
  • 839694edc1 feat(props): add properties for optimize calculates doryan 2024-08-15 23:32:05 +0400
  • cedb844826 fix(processing bug): add '\n' string literal to avoid rejecting the right input binary code with a break line doryan 2024-08-15 23:31:09 +0400
  • a7cf11737a feat(values): move definition values by default to separated file as function doryan 2024-08-15 23:27:36 +0400
  • f78001167a feat(condition): remove unnecessary condition doryan 2024-08-15 23:24:52 +0400
  • 11ba24d7ed refactor(parse_field): rewrite fields parser util doryan 2024-08-15 23:23:12 +0400
  • e9764cf0e8 feat(rename): rename signal_reduce_inpur_utils.rs to signal_reduce_utils.rs doryan 2024-08-15 23:18:55 +0400
  • ac9e8953a9 feat(imports): add imports doryan 2024-08-15 23:17:26 +0400
  • 4e872ddcff feat(imports): update imports doryan 2024-08-15 23:17:00 +0400
  • 8e8cecd463 feat(fn): remove redundant arguments doryan 2024-08-15 23:15:39 +0400
  • cd697b9f5d feat(setter): add PasswordEntryBuilder doryan 2024-08-14 19:02:25 +0400
  • 7116b565de feat(setter): remove old trait doryan 2024-08-14 19:01:34 +0400
  • 7282045c98 feat(method): add get_component() method doryan 2024-08-14 18:57:14 +0400
  • f57aed1fb8 feat(method): remove old build() method doryan 2024-08-14 18:54:56 +0400
  • 2e1f4b6a12 feat(frame): remove frame from Input component doryan 2024-08-14 18:54:13 +0400
  • d3327a7c36 feat(input): add generic type for other input components doryan 2024-08-14 18:53:27 +0400
  • 06439585eb feat(input): add macro for generation build_*() method code doryan 2024-08-14 18:51:44 +0400
  • 418e916c0d feat(crate): add external crate gio doryan 2024-08-14 18:48:57 +0400
  • 23bfd10e2b feat(css): add style for TextView and generic css doryan 2024-08-14 18:48:36 +0400
  • 269b30312d test doryan 2024-08-12 23:49:40 +0400
  • 24b60e74a0 feat(crate): add gio external crate doryan 2024-08-12 12:17:27 +0400
  • 28c569d547 feat(sorter): add sorter model doryan 2024-08-12 12:16:28 +0400
  • 3041e821a7 refactor: improved inputs distribution doryan 2024-08-12 12:15:42 +0400
  • 7887afc6af feat(imports): update imports doryan 2024-08-12 12:14:13 +0400
  • 2a88eeaf01 fix(on click): ColumnView data update is complete doryan 2024-08-12 12:13:55 +0400
  • 676594f9bf Update README.md doryan 2024-08-10 00:55:17 +0300
  • 0d2987a968 feat(section): add testing section doryan 2024-08-10 01:19:29 +0400
  • 01f61e4286 feat(imports): update imports doryan 2024-08-10 01:14:26 +0400
  • 78d52388f7 refactor: edit function signatures and rewrite a few code sections doryan 2024-08-10 01:13:00 +0400
  • 5a8a4b00ce refactor: rewrite function logic with use custom Error type doryan 2024-08-10 01:10:43 +0400
  • cad9823c83 refactor: rewrite fn signature and remove match doryan 2024-08-10 01:09:35 +0400
  • 2c331c4ed7 feat(component): add input_label and input_frame fields and methods for them doryan 2024-08-10 01:08:41 +0400
  • 09801147b9 fix(method): change trait method signature doryan 2024-08-10 01:05:36 +0400
  • 2dc02ce79e fix(event): use builtin event handler instead custom doryan 2024-08-10 01:04:34 +0400
  • ef3158e732 feat(imports): update imports doryan 2024-08-10 00:52:53 +0400
  • e9dbcb272e fix(fn): use &str in the function arguments instead of &String and refactor function code with use &str doryan 2024-08-10 00:50:52 +0400
  • cd6403fb32 fix(component): component usage doryan 2024-08-10 00:47:01 +0400
  • e97b1b281d fix(fn): rewrite code with using a custom type of Error doryan 2024-08-10 00:46:18 +0400
  • 656e75ff35 refactor: rewrite "dirty" code into normal doryan 2024-08-10 00:42:59 +0400
  • 2ce75224fa feat(fn): edit function signature doryan 2024-08-10 00:39:11 +0400
  • bf7f542df0 fix(empty string): boolean logic mistake doryan 2024-08-10 00:38:42 +0400
  • 6682a66958 fix(table): move table of syndromes into global static variable doryan 2024-08-10 00:36:27 +0400
  • 94f050f8ca feat(error): add custom error handling aliases doryan 2024-08-10 00:34:45 +0400
  • 7d2049b59d feat(cheatsheet): remove list of position errors doryan 2024-08-09 20:51:28 +0400
  • 631db86420 fix(function): change function signature doryan 2024-08-09 18:56:25 +0400
  • 1aad9bafca feat(switch): remove switch component doryan 2024-08-09 18:55:18 +0400
  • 2e7ede2dac fix(power): change math power method doryan 2024-08-09 17:51:07 +0400
  • 45617aa59d fix(id): rename application id doryan 2024-08-09 17:35:52 +0400
  • 377c74369c feat(import): remove redundant import doryan 2024-08-09 15:14:05 +0400
  • 6fbe74e851 feat(switch): remove swtich component export doryan 2024-08-09 15:13:45 +0400
  • da3cb52046 refactor: rename view.rs to ui.rs doryan 2024-08-09 15:13:04 +0400
  • f3ae716ed4 feat(crate): update gtk and adw crates doryan 2024-08-09 15:12:00 +0400
  • e46e83f723 feat(mod): remove state controller and custom event handlers modules doryan 2024-08-09 15:10:40 +0400
  • be14fae2e4 feat(state): remove state controller function doryan 2024-08-09 15:07:58 +0400
  • 56357c4697 feat(handler): remove custom event handlers doryan 2024-08-09 15:07:32 +0400
  • cbde9a8af1 refactor: change import and function signature doryan 2024-08-03 00:06:22 +0400