[PR #57] [MERGED] Update for libui-node 0.1.0 #247

Closed
opened 2026-05-05 11:56:48 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/kusti8/proton-native/pull/57
Author: @mischnic
Created: 3/19/2018
Status: Merged
Merged: 3/22/2018
Merged by: @kusti8

Base: masterHead: libui-node-010


📝 Commits (9)

📊 Changes

54 files changed (+269 additions, -3770 deletions)

View changed files

bin/components/App.js (+0 -45)
bin/components/Button.js (+0 -75)
bin/components/Checkbox.js (+0 -77)
bin/components/ColorButton.js (+0 -153)
bin/components/Combobox.js (+0 -110)
bin/components/DesktopComponent.js (+0 -257)
bin/components/Dialog.js (+0 -51)
bin/components/EditableCombobox.js (+0 -110)
bin/components/Entry.js (+0 -77)
bin/components/FontButton.js (+0 -70)
bin/components/Form.js (+0 -70)
bin/components/Grid.js (+0 -70)
bin/components/Group.js (+0 -72)
bin/components/HorizontalBox.js (+0 -70)
bin/components/HorizontalSeparator.js (+0 -68)
bin/components/MenuBar.js (+0 -115)
bin/components/MultilineEntry.js (+0 -77)
bin/components/PasswordEntry.js (+0 -77)
bin/components/ProgressBar.js (+0 -70)
bin/components/RadioButton.js (+0 -110)

...and 34 more files

📄 Description

  • Use native eventloop
  • position got removed
  • quit item works
  • fix menu

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/kusti8/proton-native/pull/57 **Author:** [@mischnic](https://github.com/mischnic) **Created:** 3/19/2018 **Status:** ✅ Merged **Merged:** 3/22/2018 **Merged by:** [@kusti8](https://github.com/kusti8) **Base:** `master` ← **Head:** `libui-node-010` --- ### 📝 Commits (9) - [`d42ab2b`](https://github.com/kusti8/proton-native/commit/d42ab2b7319b5fdd3612b5f8c8ec27b4613c416c) Update for libui-node 0_1_0 - [`3542fdd`](https://github.com/kusti8/proton-native/commit/3542fdd0cd9c5e8c2b0fee483a69619a028b9f80) Merge remote-tracking branch 'misch/libui-node-010' - [`b5392a4`](https://github.com/kusti8/proton-native/commit/b5392a4b2191d325d3a07f7ac26855aff50dcba3) Update libui-node version to 0.1.0 - [`813179e`](https://github.com/kusti8/proton-native/commit/813179e8d29223d4cf5ed911003f811687ec982c) babel rebuild - [`949add1`](https://github.com/kusti8/proton-native/commit/949add145a8a16f3903d75a68d60f76638b4e4b0) Cleanup - [`21b2849`](https://github.com/kusti8/proton-native/commit/21b284904db5784ff44231cfe016ff9180840ff3) Fix non-check menu items - [`07c844d`](https://github.com/kusti8/proton-native/commit/07c844d502927683abc265cd18077b4bd429826a) Make quit menu work - [`02013ca`](https://github.com/kusti8/proton-native/commit/02013cac6707f4dff8a5616fdf9e50c82be3ee11) Add onShouldQuit to App and expose to user - [`86feb2d`](https://github.com/kusti8/proton-native/commit/86feb2dd2a57d0196c27568dc669e3b54464daf2) Remove bin ### 📊 Changes **54 files changed** (+269 additions, -3770 deletions) <details> <summary>View changed files</summary> ➖ `bin/components/App.js` (+0 -45) ➖ `bin/components/Button.js` (+0 -75) ➖ `bin/components/Checkbox.js` (+0 -77) ➖ `bin/components/ColorButton.js` (+0 -153) ➖ `bin/components/Combobox.js` (+0 -110) ➖ `bin/components/DesktopComponent.js` (+0 -257) ➖ `bin/components/Dialog.js` (+0 -51) ➖ `bin/components/EditableCombobox.js` (+0 -110) ➖ `bin/components/Entry.js` (+0 -77) ➖ `bin/components/FontButton.js` (+0 -70) ➖ `bin/components/Form.js` (+0 -70) ➖ `bin/components/Grid.js` (+0 -70) ➖ `bin/components/Group.js` (+0 -72) ➖ `bin/components/HorizontalBox.js` (+0 -70) ➖ `bin/components/HorizontalSeparator.js` (+0 -68) ➖ `bin/components/MenuBar.js` (+0 -115) ➖ `bin/components/MultilineEntry.js` (+0 -77) ➖ `bin/components/PasswordEntry.js` (+0 -77) ➖ `bin/components/ProgressBar.js` (+0 -70) ➖ `bin/components/RadioButton.js` (+0 -110) _...and 34 more files_ </details> ### 📄 Description - Use native eventloop - position got removed - quit item works - fix menu --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 11:56:48 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/proton-native#247
No description provided.