]> git.proxmox.com Git - ui/proxmox-yew-widget-toolkit.git/shortlog
ui/proxmox-yew-widget-toolkit.git
2023-10-21 Dietmar Maureravoid compiler warning
2023-10-21 Dietmar MaurerMeter: use TextRenderFn instead of show_text bool.
2023-10-21 Dietmar Maurerimpl IntoOptionalTextRenderFn<T> for bool
2023-10-21 Dietmar MaurerHidden: new hidden form field
2023-10-19 Dietmar Maurerparse_float: return localized error message.
2023-10-19 Dietmar MaurerNumber: impl Up/Down with Arrow keys
2023-10-19 Dietmar MaurerNumber: simplify code
2023-10-19 Dietmar Maurermove LocaleInfo to dom
2023-10-19 Dietmar Maurernew crate::dom module (moved from crate::widget::dom)
2023-10-19 Dietmar MaurerFormContext::is_dirty: compare value after calling...
2023-10-18 Dietmar MaurerNumber: improve docs
2023-10-18 Dietmar MaurerNumber: support locale setting.
2023-10-17 Dietmar MaurerNumber: handle localized numbers
2023-10-17 Dietmar MaurerNumber: use input-type text (instead of number)
2023-10-17 Dietmar MaurerNumber: force value as string
2023-10-17 Dietmar MaurerMenuCheckbox: format, remove debug log
2023-10-17 Dietmar MaurerManagedField: improve force_value
2023-10-17 Dominik Csapakdata_table: use configured column width as initial...
2023-10-16 Dietmar MaurerNumber: fix forced value/valid
2023-10-16 Dominik Csapakgrid_picker: remove manual selection, instead call...
2023-10-16 Dominik Csapakdata_table/resizable_header: change from mouse to point...
2023-10-16 Dominik Csapakdata_table/resizable_header: stop propagation for click...
2023-10-16 Dominik Csapakwidget/tristate_boolean: set selection to default
2023-10-16 Dominik Csapakstate/selection: rustfmt
2023-10-14 Dietmar MaurerSelector: delete item with "Delete" and "Backspace"
2023-10-13 Dietmar MaurerMask: transition opacity to reduce flickering
2023-10-13 Dominik Csapakwidget/dropdown: prevent picker from being shown while...
2023-10-13 Dominik Csapakwidget/grid_picker: add pointer class to cells
2023-10-13 Dominik Csapakwidget/grid_picker: rustfmt
2023-10-13 Dominik Csapakwidget/dropdown: add pointer class to dropdown handle
2023-10-13 Dominik Csapakwidget/field: add InputType enum
2023-10-13 Dominik Csapakwidget/form: rustfmt
2023-10-13 Dominik Csapakbutton: add ButtonType
2023-10-13 Dietmar Maurercleanup: remove unused files
2023-10-13 Dietmar MaurerTooltip: use Into<Html> for rich_tip (revert to previou...
2023-10-13 Dietmar MaurerField: only show tooltips if field is enabled
2023-10-13 Dietmar MaurerField: allow to set tooltip
2023-10-12 Dietmar MaurerFormContext: format cleanup, add reset_field
2023-10-12 Dominik Csapakinput_panel: use 'add_custom_child_impl' for add_spacer
2023-10-12 Dietmar MaurerButton: use builder macro
2023-10-12 Dietmar MaurerButton: add button_type property
2023-10-12 Dietmar MaurerResetButton: cleanup, use real Button
2023-10-12 Dietmar MaurerSubmitButton: cleanup, add check_dirty property
2023-10-12 Dietmar MaurerDropdown: set valid to true by default
2023-10-11 Dominik Csapakinput_panel: use Html instead of VNode
2023-10-11 Dominik CsapakManagedField: improve validator trait method signature
2023-10-11 Dominik Csapakwidget/focus: refactor calculate_next
2023-10-11 Dominik Csapakwidget/focus: clippy fixes
2023-10-11 Dominik Csapaktouch/slidable: rustfmt + clippy fixes
2023-10-11 Dominik Csapakclippy: fix statics have by default a `'static` lifetime
2023-10-11 Dominik Csapaktouch/material_app: rustfmt
2023-10-11 Dominik Csapakclippy: fix redundant field names in struct initialization
2023-10-11 Dominik Csapakstate/slab_tree_serde: rustfmt
2023-10-11 Dominik Csapakstate/keyed_slab_tree: rustfmt
2023-10-11 Dominik Csapakpwt-macros: widget: change Into<VNode> impl to From...
2023-10-11 Dietmar MaurerDropdown: replace input_class with valid flag, correctl...
2023-10-10 Dietmar MaurerDropdown: add input_class property
2023-10-10 Dietmar MaurerManagedFieldMaster: also update self.validate
2023-10-10 Dietmar MaurerManagedField: extract validation args
2023-10-10 Dietmar MaurerRevert "cargo: update indexmap to version 2"
2023-10-10 Dietmar MaurerRevert "cargo: update serde-wasm-bindgen"
2023-10-10 Maximiliano... cargo: update serde-wasm-bindgen
2023-10-10 Maximiliano... cargo: update indexmap to version 2
2023-10-10 Maximiliano... gettext_wrapper: Add test for gettext functions
2023-10-10 Maximiliano... tr: Add tests
2023-10-10 Maximiliano... tr: Move context argument in pgettext macro
2023-10-10 Dominik Csapakremove leftover RtlChangeObserver
2023-10-10 Dominik Csapakwidget/tab_bar: improve rtl behavior for active indicator
2023-10-10 Dominik Csapakwidget/tab_bar: don't show active indicator when none...
2023-10-10 Dietmar Maurerstatic_validation_fn: new helper macro
2023-10-10 Dietmar Maurerfix previous commit
2023-10-10 Dietmar MaurerManagedFiled: add validation_fn_need_update
2023-10-09 Maximiliano... README: Fix typo
2023-10-09 Maximiliano... README: Use 4 spaces for code
2023-10-09 Dietmar MaurerManagedField: improve docs
2023-10-09 Dietmar MaurerManagedField: add create_validation_fn
2023-10-09 Dominik Csapakinput_panel: extend custom_child support
2023-10-09 Dietmar MaurerSubmitCallback: return ()
2023-10-09 Dominik Csapakpwt-macros: add tests for widget macro
2023-10-09 Dominik Csapakpwt-macros: widget: add macro documentation
2023-10-09 Dominik Csapakwidget: nav: readd links in docs, but without the warnings
2023-10-09 Dominik Csapakgettext: log error when using multiple anonymous format...
2023-10-09 Dominik Csapakpwt-macros: widget: use absolute paths to traits
2023-10-09 Dominik Csapakpwt-macros: builder: improve link text for autogenerate...
2023-10-08 Dietmar Maurerpersistent_state: add suport for session storage
2023-10-08 Dietmar MaurerTabBar: impl state cache
2023-10-08 Dietmar MaurerLoader: add ability to cache data.
2023-10-06 Dietmar Maurercleanup: avoid doc warnings
2023-10-06 Dietmar Maurergettext improve docs
2023-10-06 Dietmar Maurertr: improve docs
2023-10-06 Dietmar Maurerimprove gettext docs
2023-10-06 Dietmar Maurergettext_runtime_format.rs: improve docs and format
2023-10-06 Dietmar Maurerimprove gettext docs
2023-10-06 Dietmar Maurerrename runtime_fmt to gettext_runtime_format
2023-10-06 Dietmar Maurerimprove gettext macros
2023-10-05 Dominik Csapakdialog: improve resize handling
2023-10-05 Dominik Csapakdialog: rename onmousemove to onpointermove
2023-10-05 Dominik Csapakimplement ToHtml via macros
2023-10-05 Dominik Csapakupdate dependencies
2023-10-05 Dominik Csapakmessage_box: Into<Html> is not enough for the macro...
next