Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
4acf8c9
adding Window creation hints enum
Mar 30, 2022
7d8b675
add bindings of window reference.
Mar 30, 2022
a01a32e
add glfw3.3 glfw3.2 for foreign library
Mar 30, 2022
5d7f6f2
tweaked set-gamma-ramp's binding because of warning of cffi
Mar 30, 2022
173a82d
add bindings of window
Mar 30, 2022
e43fd6a
add binding except input
Mar 30, 2022
a23235d
add input bindings
Mar 30, 2022
b6c3c76
Rearranged the order of definition according to glfw reference for ea…
Apr 1, 2022
ecda32c
arranged function
Apr 1, 2022
089d73d
add comment for enum
Apr 1, 2022
855ee4f
bug fix
Apr 1, 2022
9e700b0
bug fix
Apr 1, 2022
a4d0db4
defined image-related functions
Apr 3, 2022
0967196
check & re-arrange export name
Apr 3, 2022
c3906ed
changed name get-monitor-work-area -> get-monitor-workarea and add wa…
Apr 3, 2022
399abfc
defined window functions in cl-glfw package
Apr 3, 2022
0fc60fd
defined all bindings in cl-glfw3
Apr 3, 2022
9f0bc04
monitor-event -> connection-event
Apr 3, 2022
9713fa5
redefined initialize function. Args of initialize and with-init are c…
Apr 3, 2022
668b977
add hints for create-window
Apr 3, 2022
ec59908
new example and bugfix
Apr 4, 2022
ae0b22b
(pointer image) -> image
Apr 4, 2022
0d410a0
add set-window-attribute
Apr 5, 2022
9ee97e0
set-window-attribute *window*
Apr 5, 2022
d97a66d
add glfw-blob foreign library
Apr 5, 2022
e8210a4
deleted with-cursor
Apr 5, 2022
3d32975
fixed image's timing to free
togekawa5 Apr 26, 2022
ec1c484
rebase fixing image
togekawa5 Apr 27, 2022
5b6ea42
redefined drop-callback
togekawa5 May 4, 2022
a489e27
redefined with-window & examples
togekawa5 May 5, 2022
592d8bd
cleaning comments
May 6, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion cl-glfw3-examples.asd
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@
(:file "basic-window")
(:file "fragment-shader")
(:file "particles-basic")
(:file "events")))
(:file "events")
(:file "icons")))
Loading