Home
last modified time | relevance | path

Searched full:push (Results 1 – 25 of 26) sorted by relevance

12

/lvgl-3.5.0/scripts/release/
Dpatch.py8 # - p: push the changes to <branch-list>
14 push = False variable
63 if push:
64 com.cmd("git push origin " + br + "--tags")
73 if push:
74 com.cmd("git push origin master --tags")
Dcom.py74 def push(c): function
75 cmd("git push " + c)
Drelease.py9 # - Push the new branch and tag
/lvgl-3.5.0/src/extra/widgets/span/
Dlv_span.c415 lv_snippet_t snippet; /* use to save cur_span info and push it to stack */ in lv_spangroup_get_expand_height()
425 /* the loop control to find a line and push the relevant span info into stack */ in lv_spangroup_get_expand_height()
793 lv_snippet_t snippet; /* use to save cur_span info and push it to stack */ in lv_draw_span()
808 /* the loop control to find a line and push the relevant span info into stack */ in lv_draw_span()
/lvgl-3.5.0/.github/workflows/
Desp_upload_component.yml1 name: Push LVGL release to Espressif Component Service
5 push:
Drelease.yml2 push:
5 - "v[0-9]+.[0-9]+.[0-9]+" # Push events to matching v*, i.e. v1.0, v20.15.10
Dccpp.yml4 push:
43 if: github.event_name == 'push'
Darduino.yml3 push:
Dmakefile.yml4 push:
Dcheck_conf.yml3 push:
Dcheck_style.yml3 push:
Dbuild_micropython.yml4 push:
Dcompile_docs.yml3 push:
/lvgl-3.5.0/src/widgets/
Dlv_btnmatrix.c763 /*Push up the upper boundary of the btn area to create the popover*/ in draw_main()
794 /*Push up the button text into the popover*/ in draw_main()
999 /*Push up the upper boundary of the btn area to also invalidate the popover*/ in invalidate_button_area()
/lvgl-3.5.0/src/misc/
Dlv_lru.c48 /** remove an item and push it to the free items queue */
328 // push the item to the free items queue in lv_lru_remove_item()
/lvgl-3.5.0/docs/_templates/
Dlayout.html9 function gtag(){dataLayer.push(arguments);}
/lvgl-3.5.0/examples/others/fragment/
Dlv_example_fragment_2.c50 lv_label_set_text(push_label, "Push"); in lv_example_fragment_2()
/lvgl-3.5.0/docs/overview/
Dindev.md6 - Encoders with left/right turn and push options
/lvgl-3.5.0/src/hal/
Dlv_hal_indev.c179 /*For compatibility assume that used button was enter (encoder push)*/ in _lv_indev_read()
/lvgl-3.5.0/src/extra/widgets/msgbox/
Dlv_msgbox.c87 …/*When a close button is required, we need the empty label as spacer to push the button to the rig… in lv_msgbox_create()
/lvgl-3.5.0/docs/porting/
Dindev.md22 - `LV_INDEV_TYPE_ENCODER` encoder with left/right turn and push options
/lvgl-3.5.0/examples/porting/
Dlv_port_indev_template.c77 * - Encoder (supports GUI usage only with: left, right, push)
/lvgl-3.5.0/docs/
DCONTRIBUTING.md51 4. Commit and push your changes to the forked `lvgl` repository.
DCHANGELOG.md81 - ci(esp): fix push to the component registry on tag [`e529230`](https://github.com/lvgl/lvgl/commi…
/lvgl-3.5.0/src/extra/libs/png/
Dlodepng.h611 unsigned lodepng_add_text(LodePNGInfo* info, const char* key, const char* str); /*push back both te…
615 … const char* transkey, const char* str); /*push back the 4 texts of 1 chunk at once*/

12