8000 Comparing andlabs:master...d4tocchini:master · andlabs/libui · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

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
Choose a base ref
...
head repository: d4tocchini/libui
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 8 commits
  • 9 files changed
  • 2 contributors

Commits on May 30, 2019

  1. Add method for removing ComboBox item

    void uiComboboxDelete(uiCombobox *c, int n)
    * Unix: gtk_combo_box_text_remove
    * Windows: CB_DELETESTRING
    * Darwin: NSPopUpButton.removeItemAtIndex
    tabrath committed May 30, 2019
    Configuration menu
    Copy the full SHA
    d4ecc16 View commit details
    Browse the repository at this point in the history
  2. Add method for clearing ComboBox items

    void uiComboboxClear(uiCombobox *c)
    * Unix: gtk_combo_box_text_remove_all
    * Windows: CB_RESETCONTENT
    * Darwin: NSPopUpButton.removeAllItems
    tabrath committed May 30, 2019
    Configuration menu
    Copy the full SHA
    d78dc94 View commit details
    Browse the repository at this point in the history
  3. 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
    tabrath committed May 30, 2019
    Configuration menu
    Copy the full SHA
    26fc180 View commit details
    Browse the repository at this point in the history
  4. Add missing semicolon

    tabrath committed May 30, 2019
    Configuration menu
    Copy the full SHA
    468a6d3 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2020

  1. Merge pull request #1 from andlabs/master

    upstream
    d4tocchini authored Apr 3, 2020
    Configuration menu
    Copy the full SHA
    b592bab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ceeff8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1faa3a4 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4 from tabrath/feat/combobox-improvements

    Add missing ComboBox features
    d4tocchini authored Apr 3, 2020
    Configuration menu
    Copy the full SHA
    9deee29 View commit details
    Browse the repository at this point in the history
Loading
0