]> git.proxmox.com Git - ui/proxmox-yew-widget-toolkit.git/shortlog
ui/proxmox-yew-widget-toolkit.git
2024-06-20 Dominik Csapakwidget: datatable: implement AsCssStylesMut
2024-06-20 Dominik Csapakwidget: dialog: use CssStyles for style and implement...
2024-06-20 Dominik Csapakwidget: navigation drawer: implement WidgetStyleBuilder
2024-06-20 Dominik Csapakpwt-macros: automatically implement WidgetStyleBuilder...
2024-06-20 Dominik Csapakprops: add WidgetStyleBuilder trait
2024-06-18 Dominik Csapakwidget: datatable: clippy: convert `loop` to `while...
2024-06-18 Dominik Csapakwidget: return `Row` from (error_)message instead of...
2024-06-18 Dominik Csapakwidget: form field: add range shorthand
2024-06-18 Dominik Csapakwidget: data table: disable last enabled column
2024-06-18 Dominik Csapakwidget: mini scroll: simply scroll code for mouse scrolling
2024-06-18 Dominik Csapakstate: tree store: optimize unfiltered case
2024-06-14 Shannon Sterztree wide: use `swap_remove` explicitly instead
2024-06-14 Shannon SterzFormContextState: remove unnecessary clone
2024-03-04 Dietmar MaurerFileButton: add note
2024-03-04 Dietmar MaurerFileButton : suppress cancel (avoid dialog close)
2024-03-01 Dietmar MaurerFileButton: new widget (wrapper for input type file)
2024-03-01 Dietmar MaurerButton: remove placeholder property
2024-02-28 Dietmar MaurerMenuButton: cleanup code, only generate menu when visible
2024-02-28 Dietmar MaurerTooltip: cleanup
2024-02-28 Dietmar MaurerMenuButton: fix layout problems
2024-02-26 Dietmar MaurerActionIcon: use builder macro
2024-02-26 Dietmar MaurerTooltip: avoid additional container
2024-02-21 Dietmar Maurerre-format code using rustfmt
2024-02-02 Dietmar MaurerGridPicker: do not call on_select when nothing is selected.
2024-02-02 Dietmar MaurerNumbetr: fix step up/down for unsigned integers
2024-02-01 Dietmar MaurerGridPicker: use selection to listen for changes
2024-02-01 Dietmar MaurerDataTable: ignore autoselect flag inside Msg::ItemClick
2024-01-31 Dietmar MaurerBoolean: fix disabled flag
2024-01-30 Dietmar Maurerimprove docs
2024-01-30 Dietmar MaurerCheckbox: implement validation
2024-01-30 Dietmar MaurerBoolean: implement validation
2024-01-30 Dietmar MaurerTooltip: remove useless class assignments
2023-12-27 Dietmar Maurerallow using latest indexmap
2023-12-20 Dominik Csapaktooltip: fix wrong html generation
2023-12-20 Dominik Csapakdon't update the MenuPopper when the to aligned item...
2023-12-20 Dominik Csapaktooltip: optimze output html and aligning
2023-12-20 Dominik Csapaktooltip: rustfmt
2023-12-20 Dietmar Maureradd success color
2023-12-19 Dominik CsapakDataTable: add context menu callbacks
2023-12-19 Dominik CsapakPersistentState: add into_inner method
2023-12-19 Dominik CsapakPersistentState: make storage choice more explicit
2023-12-19 Dietmar Maurermeter: is small now, unless you render text
2023-12-18 Dominik Csapakwidget: dialog: also handle onclose
2023-12-14 Dietmar MaurerFieldLabel: new widget
2023-12-08 Dietmar MaurerFormContext: new helper get_field_checked
2023-12-07 Dietmar MaurerPane: allow to add class attribute
2023-11-30 Dietmar Maurerrender_tree_node_impl: do not shrink/grow spacing
2023-11-26 Dietmar MaurerDataTableColumn: add on_cell_dblclick callback
2023-11-24 Dietmar MaurerSubmitButton: correctly translate default button text
2023-11-23 Dietmar MaurerMessageBox: use correct builder macro for on_close
2023-11-22 Dietmar MaurerKeyedSlabTree: implement update_root_tree (safe/restore...
2023-11-18 Dietmar MaurerVisibilityObserver: avoid panic
2023-11-16 Dietmar MaurerNumber: correctly set disabled class on input container
2023-11-16 Dietmar MaurerField: do not set readonly attribute twice
2023-11-16 Dietmar MaurerVisibilityObserver: improve docs
2023-11-15 Dietmar MaurerSelector: if load fails, keep field valid.
2023-11-12 Dietmar Maurerdelete_empty_values: rename to orignal name
2023-11-12 Dietmar Maurerdelete_existent_empty_value: add delete_undefined parameter
2023-11-11 Dietmar Maurerdelete_empty_values: only add delete property when...
2023-11-11 Dietmar Maurerdelete_empty_values: only delete values that actially...
2023-10-23 Dietmar Maurersrc/dom/mod.rs: add missing file
2023-10-22 Dietmar MaurerFormContext: replace submit_converter with SubmitValidateFn
2023-10-22 Dietmar MaurerValidateFn: cleanup
2023-10-22 Dietmar Maurerstatic_validation_fn: simplify
2023-10-22 Dietmar MaurerValidateFn: rename valaidate to apply
2023-10-22 Dietmar MaurerIntoOptionalRenderFn: cleanup
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
next