-
Notifications
You must be signed in to change notification settings - Fork 230
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A GUI toolkit. #1878
A GUI toolkit. #1878
Commits on Sep 25, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 012590d - Browse repository at this point
Copy the full SHA 012590dView commit details
Commits on Oct 15, 2016
-
Configuration menu - View commit details
-
Copy full SHA for d10c30d - Browse repository at this point
Copy the full SHA d10c30dView commit details
Commits on Nov 21, 2016
-
Configuration menu - View commit details
-
Copy full SHA for c6d1170 - Browse repository at this point
Copy the full SHA c6d1170View commit details
Commits on Nov 23, 2016
-
Configuration menu - View commit details
-
Copy full SHA for d9644a0 - Browse repository at this point
Copy the full SHA d9644a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f73b63 - Browse repository at this point
Copy the full SHA 5f73b63View commit details
Commits on Nov 24, 2016
-
Add "ENABLED" attribute to Widget classes.
Fix up documentation (now actually tested to go through sphinx).
Configuration menu - View commit details
-
Copy full SHA for 19beab7 - Browse repository at this point
Copy the full SHA 19beab7View commit details -
Configuration menu - View commit details
-
Copy full SHA for e747930 - Browse repository at this point
Copy the full SHA e747930View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca3cd5c - Browse repository at this point
Copy the full SHA ca3cd5cView commit details
Commits on Nov 25, 2016
-
Split MARGIN into HMARGIN and VMARGIN
Split PADDING into HPADDING and VPADDING Add ADDHLAYOUT and ADDVLAYOUT - like HBOX/VBOX, but default to entirely no style or borders, just pure layout.Honour scoping so that UIs can be usefully made with locals, not just globals. Optimize styles to avoid creating new ones until actually changed. Make LABEL and SLIDER honour HSTRETCH being set to false (and it will now default to false too on LABEL) Tweak initial hslider style.
Configuration menu - View commit details
-
Copy full SHA for d923535 - Browse repository at this point
Copy the full SHA d923535View commit details
Commits on Nov 26, 2016
-
Add RADIOBUTTON, SCROLLBOX and POPUPMENU widgets.
Revert scope-based widget deletion. Add explicit widget disposal (removal from parent). Make top-level window auto-resize. Fix blank transparent space window margins.
Configuration menu - View commit details
-
Copy full SHA for 61b974e - Browse repository at this point
Copy the full SHA 61b974eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d3b2bd - Browse repository at this point
Copy the full SHA 0d3b2bdView commit details
Commits on Nov 27, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 4164a60 - Browse repository at this point
Copy the full SHA 4164a60View commit details
Commits on Nov 28, 2016
-
Add connectivity and signal delay support to GUI.
Add "CHANGED" attribute to PopupMenu (like TextField). Make it easy to use objects other than strings in a PopupMenu.
Configuration menu - View commit details
-
Copy full SHA for f43f0d5 - Browse repository at this point
Copy the full SHA f43f0d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a2295a - Browse repository at this point
Copy the full SHA 9a2295aView commit details
Commits on Nov 30, 2016
-
Configuration menu - View commit details
-
Copy full SHA for b1d2544 - Browse repository at this point
Copy the full SHA b1d2544View commit details
Commits on Dec 1, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 7cce2c9 - Browse repository at this point
Copy the full SHA 7cce2c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4f77b2 - Browse repository at this point
Copy the full SHA f4f77b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b4b547 - Browse repository at this point
Copy the full SHA 4b4b547View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82dc6c5 - Browse repository at this point
Copy the full SHA 82dc6c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 974642a - Browse repository at this point
Copy the full SHA 974642aView commit details -
Configuration menu - View commit details
-
Copy full SHA for de75cf2 - Browse repository at this point
Copy the full SHA de75cf2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 54bb659 - Browse repository at this point
Copy the full SHA 54bb659View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48371aa - Browse repository at this point
Copy the full SHA 48371aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 633123f - Browse repository at this point
Copy the full SHA 633123fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 20c7e85 - Browse repository at this point
Copy the full SHA 20c7e85View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f0c82e - Browse repository at this point
Copy the full SHA 6f0c82eView commit details -
Move style attributes to a class of their own.
Add SKIN to GUI allowing single-point-of-change in styles, and changing of sub-part styles.
Configuration menu - View commit details
-
Copy full SHA for 168fc27 - Browse repository at this point
Copy the full SHA 168fc27View commit details
Commits on Dec 2, 2016
-
Configuration menu - View commit details
-
Copy full SHA for a077f5e - Browse repository at this point
Copy the full SHA a077f5eView commit details -
Allow TEXTCOLOR for all widget states (eg. black while pressed, white…
… while up). Allow BORDER, etc. to be completely specified (left, right, top, bottom), not just H and V.
Configuration menu - View commit details
-
Copy full SHA for 4d07213 - Browse repository at this point
Copy the full SHA 4d07213View commit details
Commits on Dec 3, 2016
-
Add TabWidget tutorial to doc.
Add "VISIBLE" for reading HIDE/SHOW state. Tweak radiobuttons to work reliably over comm delay.
Configuration menu - View commit details
-
Copy full SHA for ae10add - Browse repository at this point
Copy the full SHA ae10addView commit details
Commits on Dec 6, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 53291da - Browse repository at this point
Copy the full SHA 53291daView commit details -
Configuration menu - View commit details
-
Copy full SHA for c3016d5 - Browse repository at this point
Copy the full SHA c3016d5View commit details
Commits on Dec 10, 2016
-
Add FONT attribute to SKIN and STYLE.
Add SELECTIONCOLOR attribute to SKIN. USE configured skin (for other settings like font, etc.)
Configuration menu - View commit details
-
Copy full SHA for b840c3e - Browse repository at this point
Copy the full SHA b840c3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 59b14ae - Browse repository at this point
Copy the full SHA 59b14aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for ffa8408 - Browse repository at this point
Copy the full SHA ffa8408View commit details -
Partial Revert of "Go back to having HSTRETCH default to true for Lab…
…el." I accidentally committed my local install changes.
Configuration menu - View commit details
-
Copy full SHA for f89ae98 - Browse repository at this point
Copy the full SHA f89ae98View commit details
Commits on Dec 13, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 172b020 - Browse repository at this point
Copy the full SHA 172b020View commit details -
Use Object.Instantiate to copy Skin. Util function is suspect, and is…
… copying the whole GUIStyles too, unnecessarily in this case. Save and restore GUISkin around GUI operation (because other GUI might not set anything, eg. dev console).
Configuration menu - View commit details
-
Copy full SHA for 42839fb - Browse repository at this point
Copy the full SHA 42839fbView commit details
Commits on Jan 27, 2017
-
Merge branch 'develop' of https://github.com/KSP-KOS/KOS into gui
# Conflicts: # src/kOS/SharedObjects.cs
Configuration menu - View commit details
-
Copy full SHA for 5e05b1e - Browse repository at this point
Copy the full SHA 5e05b1eView commit details
Commits on Feb 8, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 24b725a - Browse repository at this point
Copy the full SHA 24b725aView commit details