slint/sixtyfps_compiler
Olivier Goffart 2716e4b4dd TouchArea: add the pointer-event callback
... instead of `pressed-changed`

This allows to see what mouse button was pressed.

Closes #535
2021-10-04 14:39:49 +02:00
..
generator Add the Dialog element 2021-09-29 16:25:44 +02:00
parser Parser: make the parentheses around if element optional 2021-09-07 10:57:08 +02:00
parser_test_macro Bump version number to 0.1.2 2021-09-04 10:08:51 +02:00
passes Fix TabWidget drawing with the Qt Fusion style 2021-09-30 19:43:53 +02:00
tests Tweak dialog error messages 2021-09-30 11:27:50 +02:00
widgets TouchArea: add the pointer-event callback 2021-10-04 14:39:49 +02:00
build.rs Update license date 2021-07-02 15:55:54 +02:00
builtin_macros.rs Janitor: Fix clippy::for_kv_map 2021-07-30 09:27:48 +02:00
builtins.60 TouchArea: add the pointer-event callback 2021-10-04 14:39:49 +02:00
Cargo.toml Update dependencies as per release checklist 2021-09-30 14:58:49 +02:00
diagnostics.rs Allow the sixtyfps-compiler and sixtyfps-viewer to read from stdin 2021-09-09 15:30:52 +02:00
expression_tree.rs Refactor the way the two-ways biding are represented internaly 2021-08-20 18:26:36 +02:00
generator.rs Refactor the way the two-ways biding are represented internaly 2021-08-20 18:26:36 +02:00
langtype.rs Refactor: Builtin can now have default binding on properties that are inherited from a NativeClass 2021-09-29 16:25:44 +02:00
layout.rs Add the Dialog element 2021-09-29 16:25:44 +02:00
lexer.rs Janitor: Fix clippy::needless_update 2021-08-05 23:41:56 +02:00
lib.rs Add a warning on the internal crates documentation that we don't follow semver 2021-08-16 18:26:33 +02:00
literals.rs Update license date 2021-07-02 15:55:54 +02:00
load_builtins.rs Refactor: Builtin can now have default binding on properties that are inherited from a NativeClass 2021-09-29 16:25:44 +02:00
lookup.rs Normalize identifiers to - instead of _ 2021-08-10 22:21:01 +02:00
namedreference.rs ptimized unused propery away 2021-07-05 15:39:49 +02:00
object_tree.rs Fix the default Text color overriding a color specified in a two way binding 2021-09-30 12:48:19 +02:00
parser.rs Update rowan version 2021-09-04 10:50:06 +02:00
passes.rs Add the Dialog element 2021-09-29 16:25:44 +02:00
typeloader.rs Internal cleanup: Replaces more uses of **foo with foo.as_str() 2021-09-15 07:56:28 +02:00
typeregister.rs TouchArea: add the pointer-event callback 2021-10-04 14:39:49 +02:00