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: not-fl3/miniquad
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: jusax23/miniquad
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 15 files changed
  • 4 contributors

Commits on Mar 19, 2023

  1. Configuration menu
    Copy the full SHA
    8c724d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f59056b View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2023

  1. Remove happy path print statements

    Library shouldn't print anything when things are working correctly.
    rsaarelm authored and not-fl3 committed Apr 9, 2023
    Configuration menu
    Copy the full SHA
    616efdd View commit details
    Browse the repository at this point in the history
  2. Print error messages to stderr

    rsaarelm authored and not-fl3 committed Apr 9, 2023
    Configuration menu
    Copy the full SHA
    d0669a9 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. Adding leave fullscreen for x11.

    - Changed XEvent and XPropertyChange when fullscreen var is false.
    - Not 100% sure this is the right way, but seems to work better then befor.
    Remaining TODO:
    - Fix Title disappearing after fullscreen leave.
    - Restore window size after fullscreen leave.
    jusax23 committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    fb65f2d View commit details
    Browse the repository at this point in the history
  2. Implementing set_window_size for x11:

    - added XResizeWindow symbole to libx11.rs
    - implemented set_window_size fn to linux_x11.rs
    jusax23 committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    c8fdcde View commit details
    Browse the repository at this point in the history
  3. Fixing default Cursor for x11,

    when XC_left_ptr is not the default System pointer.
    - Added XUndefineCursor to libx11.rs
    - Changed to calling XUndefineCursor, when calling set_cursor with CursorIcon::Default
    jusax23 committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    a4a13b0 View commit details
    Browse the repository at this point in the history
  4. Added window_minimized_event

    and window_restored_event for linux_x11 and wasm.
    These events will be called on focus change events.
    The names of this events are maybe not the best,
    but I think this way is better then implementing a new event?!
    changes:
    - added extern fn focus in wasm.rs
    - added a call to this fn in gl.js
    - added calls from XEvent 9 and 10 to the window_events
    jusax23 committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    b8ea1a4 View commit details
    Browse the repository at this point in the history
  5. added missing comma

    jusax23 committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    dd4ca1f View commit details
    Browse the repository at this point in the history
  6. added apply single uniform

    jusax23 committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    e323af6 View commit details
    Browse the repository at this point in the history
Loading