alonso.torres
|
0be8a6e0e6
|
✨ Add grid helpers to wasm
|
2025-06-16 09:55:35 +02:00 |
|
alonso.torres
|
bcfa9a82ea
|
✨ Add scale content to render wasm
|
2025-05-28 16:40:57 +02:00 |
|
alonso.torres
|
a85a42d367
|
🐛 Fix some problems with modifiers
|
2025-05-27 09:33:33 +02:00 |
|
alonso.torres
|
5d42b9793b
|
🐛 Fix some problems with layouts
|
2025-05-21 10:42:03 +02:00 |
|
alonso.torres
|
6cd2c712ab
|
✨ Pixel precision for new renderer
|
2025-05-21 10:42:03 +02:00 |
|
Belén Albeza
|
8afd217a80
|
🔧 Enable back clippy rules (#6492)
* 🔧 Fix lint script (rust)
* 🔧 Temporarily add clippy rules to ignore so lint script passes
* 💄 Fix clippy rule crate_in_macro_def
* 💄 Fix clippy rule redundant-static-lifetimes
* 💄 Fix clippy rule unnecessary_cast
* 💄 Fix clippy rule nonminimal_bool
* 💄 Fix clippy rule redundant_pattern_matching
* 💄 Fix clippy rule assign_op_pattern
* 💄 Fix clippy rule needless_lifetimes
* 💄 Fix clippy rule for_kv_map
* 💄 Fix clippy rule ptr_arg
* 💄 Fix clippy rule match_like_matches_macro
* 💄 Fix clippy rule macro_metavars_in_unsafe
* 💄 Fix clippy rule map_clone
* 💄 Fix clippy rule wrong_self_convention
* 💄 Fix clippy rule vec_box
* 💄 Fix clippy rule useless_format
* 💄 Fix clippy rule unwrap_or_default
* 💄 Fix clippy rule unused_unit
* 💄 Fix clippy rule unnecessary_to_owned
* 💄 Fix clippy rule too_many_arguments
* 💄 Fix clippy rule slow_vector_initialization
* 💄 Fix clippy rule single_match
* 💄 Fix clippy rule redundant_field_names
* 💄 Fix clippy rule rendudant_closure
* 💄 Fix clippy rule needless_return
* 💄 Fix clippy rule needless_range_loop
* 💄 Fix clippy rule needless_borrows_for_generic_args
* 💄 Fix clippy rule needless-borrow
* 💄 Fix clippy rule missing_transmute_annotations
* 💄 Fix clippy rule map_entry
* 💄 Fix clippy rule manual_map
* 💄 Fix clippy rule len_zero
* 💄 Fix clippy rule from_over_into
* 💄 Fix clippy rule field_reassign_with_default
* 💄 Fix clippy rule enum_variant_names
* 💄 Fix clippy rule derivable_impls
* 💄 Fix clippy rule clone_on_copy
* 💄 Fix clippy rule box_collection
* 🔧 Make lint script also check test config target
* 🔧 Remove cargo-watch as a lib dependency
* 💄 Fix clippy rule for join_bounds
* 🔧 Fix lint script return code
---------
Co-authored-by: alonso.torres <alonso.torres@kaleidos.net>
|
2025-05-19 11:14:55 +02:00 |
|
alonso.torres
|
fef08dfa18
|
✨ Set selrect for new render modifiers
|
2025-05-14 11:21:43 +02:00 |
|
Elena Torró
|
33c260c35b
|
Merge pull request #6456 from penpot/alotor-perf-text-grow-2
✨ Reflow flex on grow text height
|
2025-05-12 14:16:29 +02:00 |
|
alonso.torres
|
eb04fa19e1
|
✨ Reflow flex on grow text height
|
2025-05-12 09:48:57 +02:00 |
|
Alejandro Alonso
|
03b4fe3558
|
🎉 Add shapes buffer to improve memory allocation
|
2025-05-09 15:00:02 +02:00 |
|
alonso.torres
|
8ce71e792e
|
✨ Add dynamic properties modifiers to WASM
|
2025-04-25 15:03:24 +02:00 |
|
alonso.torres
|
daf048e258
|
✨ Reparent modifiers
|
2025-04-16 11:27:51 +02:00 |
|
alonso.torres
|
a59014cad0
|
✨ Modifiers grid multi-span
|
2025-04-11 13:35:16 +02:00 |
|
Aitor Moreno
|
c2522329fd
|
Merge pull request #6235 from penpot/alotor-perf-grid-layout-modifiers-2
✨ Grid layout modifiers
|
2025-04-08 09:47:42 +02:00 |
|
Belén Albeza
|
6f91da9461
|
🔧 Fix Rust tests (#6208)
* 🔧 Fix test script (rust wasm)
* 🔧 Make code compile in test mode + using aarch64 as a target for tests
|
2025-04-07 14:08:41 +02:00 |
|
alonso.torres
|
63666fca48
|
✨ Grid layout modifiers
|
2025-04-07 11:51:28 +02:00 |
|
Alejandro Alonso
|
7728d5b317
|
🎉 Improve performance reducing unnecessary calls to set-objects
|
2025-03-27 15:47:03 +01:00 |
|
Alonso Torres
|
83d41dba6f
|
✨ Serialization of grid layout data (#6148)
* ✨ Add serializators for grid layout properties
* ✨ Extract serializers for wasm api module
|
2025-03-26 12:10:31 +01:00 |
|
alonso.torres
|
a830c27ceb
|
✨ Improvements on flex layout positioning
|
2025-03-21 10:18:34 +01:00 |
|
Alonso Torres
|
fa0da3a695
|
✨ Flex layout modifiers wasm implementation
* ✨ Flex layout modifiers wasm implementation
* ✨ Flex auto modifiers propagation
|
2025-03-17 10:46:32 +01:00 |
|
alonso.torres
|
80d5272248
|
✨ Serialize layout data
|
2025-02-25 15:43:12 +01:00 |
|
alonso.torres
|
2341dfb95d
|
🐛 Fix problems with constraints resizing
|
2025-02-20 14:20:01 +01:00 |
|
Alonso Torres
|
6cb1aa24cd
|
✨ Add constraints calculation on WASM (#5894)
* ✨ Add constraints calculation on WASM
* ✨ Fix after review
|
2025-02-19 10:40:04 +01:00 |
|
alonso.torres
|
3dcabc9502
|
✨ Use skia matrix for internal data
|
2025-02-11 16:49:43 +01:00 |
|