-
Notifications
You must be signed in to change notification settings - Fork 623
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: andlabs/libui
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: d4tocchini/libui
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 9 files changed
- 2 contributors
Commits on May 30, 2019
-
Add method for removing ComboBox item
void uiComboboxDelete(uiCombobox *c, int n) * Unix: gtk_combo_box_text_remove * Windows: CB_DELETESTRING * Darwin: NSPopUpButton.removeItemAtIndex
Configuration menu - View commit details
-
Copy full SHA for d4ecc16 - Browse repository at this point
Copy the full SHA d4ecc16View commit details -
Add method for clearing ComboBox items
void uiComboboxClear(uiCombobox *c) * Unix: gtk_combo_box_text_remove_all * Windows: CB_RESETCONTENT * Darwin: NSPopUpButton.removeAllItems
Configuration menu - View commit details
-
Copy full SHA for d78dc94 - Browse repository at this point
Copy the full SHA d78dc94View commit details -
Add method for inserting ComboBox item
void uiComboboxInsertAt(uiComboBox *c, int n, const char *text) * Unix: gtk_combo_box_insert * Windows: CB_INSERTSTRING * Darwin: NSArrayController.insert
Configuration menu - View commit details
-
Copy full SHA for 26fc180 - Browse repository at this point
Copy the full SHA 26fc180View commit details -
Configuration menu - View commit details
-
Copy full SHA for 468a6d3 - Browse repository at this point
Copy the full SHA 468a6d3View commit details
Commits on Apr 3, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b592bab - Browse repository at this point
Copy the full SHA b592babView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ceeff8 - Browse repository at this point
Copy the full SHA 2ceeff8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1faa3a4 - Browse repository at this point
Copy the full SHA 1faa3a4View commit details -
Merge pull request #4 from tabrath/feat/combobox-improvements
Add missing ComboBox features
Configuration menu - View commit details
-
Copy full SHA for 9deee29 - Browse repository at this point
Copy the full SHA 9deee29View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master