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: solvespace/solvespace
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: solvespace/solvespace
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: single-window
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 14 files changed
  • 1 contributor

Commits on Nov 19, 2016

  1. Allow docking text window into graphics window.

    It can be convenient to dock the text window onto the graphics
    window, e.g. for fullscreen support, for window managers that
    don't handle two side-by-side windows easily, for ease of dragging,
    etc. Also, emscripten only provides access to one OpenGL context,
    so it's a requirement for a WebGL port.
    
    This isn't yet fully usable: it misses scrollbar support, and
    there is no way to resize the dock.
    whitequark committed Nov 19, 2016
    Configuration menu
    Copy the full SHA
    b7a605c View commit details
    Browse the repository at this point in the history
Loading