David Botton
370b28fc74
Improve caching
2024-03-12 16:37:20 -04:00
David Botton
1c9fa342ad
Prepare for additional connection types
2024-03-11 23:20:23 -04:00
David Botton
3aaee11ebf
add defaults to clog-popup and return the clog-body and the clog-window
2024-03-09 21:13:24 -05:00
David Botton
0001feccc6
clog popups
2024-03-08 16:28:49 -05:00
David Botton
14a4f3630d
Merge pull request #328 from em7/em7_fix_ccl_windows_features
...
Fix for CCL on Windows: 'windows' feature to clog-connection
2024-03-07 07:39:29 -05:00
em7
03ca2a96fb
Added 'windows' feature to clog-connection to make it buildable on Windows using Clozure CL
2024-03-07 10:20:48 +01:00
David Botton
59101f4bd0
return a new clog-window on open of new windows
2024-03-05 12:42:16 -05:00
David Botton
8803c4ae3d
update font-css
2024-03-03 12:01:34 -05:00
David Botton
68936f97e1
Switch max/min to use per window lock from event sync lock
2024-02-16 01:11:12 -05:00
David Botton
2c03011f4f
Report websocket errors
2024-02-14 08:40:34 -05:00
David Botton
d5ea153370
Correct desciption
2024-02-14 08:39:57 -05:00
David Botton
772a236266
Added visiblity state changes for document
2024-02-12 08:11:17 -05:00
David Botton
81d2f059ab
correct style errors
2024-02-08 23:42:33 -05:00
David Botton
4e10fdad31
random port on init if :port is 0 or nil
2024-02-08 17:49:14 -05:00
David Botton
6aee62925c
add js functions to clog.lisp
2024-02-07 10:45:32 -05:00
David Botton
d07b41dd73
Better handling of parsing integer and float values
2024-02-06 20:00:42 -05:00
David Botton
f631a43059
coding style and description changes
2024-02-05 15:03:55 -05:00
David Botton
5142af4da5
Update date and comments
2024-02-03 22:52:09 -05:00
David Botton
ceca69e584
Fix bug in model overlay not being shown
2024-01-31 12:39:54 -05:00
David Botton
0398483bdc
Fix keep on top
2024-01-31 10:58:12 -05:00
David Botton
5766fe8d2a
Prevent flicker on resize and fix race condition on clicks to max/norm
2024-01-31 10:21:48 -05:00
David Botton
b305779e22
Handle change in menu bar height and insure all windows in bounds
2024-01-30 21:11:47 -05:00
David Botton
57c153f292
Better handling of maximizing windows and reorientation of browser
2024-01-29 22:12:43 -05:00
David Botton
dc5693a6d4
added on-pointer-cancel event to cover touch cancels
2024-01-29 10:49:37 -05:00
David Botton
5efdae255f
CLOG-GUI support for touch
2024-01-23 21:55:52 -05:00
David Botton
4c195beccc
Add pre-eval to set-event
2024-01-23 15:44:18 -05:00
David Botton
dab3046544
Fix touch events to work properly on mobile and desktop and redo tutorial 8
2024-01-22 00:30:33 -05:00
David Botton
2da0fbf819
Merge pull request #321 from jingtaozf/check-data-type-carefully
...
Check data carefully.
2024-01-15 21:40:38 -05:00
Jingtao Xu
d284e7571b
Check data carefully.
2024-01-16 10:28:47 +08:00
Jingtao Xu
4d69a28aa8
Introduce a new low level creation for clog element: 'create-element' #286
2024-01-16 10:24:40 +08:00
David Botton
f5420f9f24
fix for issue #314
2024-01-14 09:48:59 -05:00
Christopher Mark Gore
c083f905b2
Adding SSL keys for the clack:clackup call
2024-01-11 13:22:55 -06:00
David Botton
c11f7d541f
Merge pull request #287 from jpe90/nits
...
update docstrings
2023-10-03 09:10:25 -04:00
David Botton
3207156e94
Merge pull request #293 from ormf/main
...
redefined create-form-element to allow for other keys
2023-10-03 09:06:14 -04:00
David Botton
c5af3c01c2
Merge pull request #299 from free-kingdom/main-1
...
fix clog-auth.lisp get-authentication-token
2023-10-03 09:02:51 -04:00
Sabra Crolleton
4a92ce256a
Give form-dialog textarea capability
...
Adds generic function textarea-value in clog-form.lisp
Exports textarea-value in clog.lisp
Adds the option into form-dialog in clog-gui.lisp, with additional key
parameters for size and rows and adds it to the list of special field
types in the doc string.
2023-10-02 10:32:25 -04:00
free-kingdom
a745a5bd2f
fix clog-auth.lisp get-authentication-token
2023-08-17 17:10:14 +08:00
ormf
fc07a77b10
fixed bugs in create-form-element
2023-07-23 14:07:30 +02:00
ormf
58823eae3d
removed keys from ignorable statement in create-form-element
2023-07-22 18:22:14 +02:00
ormf
f518a9b1c8
changed create-form-element to accept additional keywords.
2023-07-22 18:11:44 +02:00
Jon Eskin
a47805d548
update docstrings
...
for changes introduced at 264cef0
2023-07-06 14:14:28 -04:00
David Botton
6302deb6e6
Merge pull request #280 from melisgl/main
...
follow up on PAX changes
2023-06-14 12:43:27 -04:00
David Botton
cf26d1bafa
Merge pull request #276 from ebrasca/master
...
Add set-on-pop-state and url-push-state
2023-06-14 12:42:03 -04:00
Jingtao Xu
700169d35a
Check if the z-index returns an empty value safely.
2023-06-14 16:55:22 +08:00
Gabor Melis
ad8d4fc2a7
follow up on PAX changes
...
In e0b7417, PAX was changed to *not* exporting SECTIONs and
GLOSSARY-TERMs by default (see MGL-PAX:EXPORTABLE-REFERENCE-P).
Following the example in the PAX documentation, this change makes the
package CLOG export symbols naming SECTIONs to get the old behavior
and make documentation generation work again.
2023-05-18 08:18:59 +01:00
Bruno Cichon
bc1c8bd7c2
Add set-on-pop-state and url-push-state
2023-04-02 17:57:37 +02:00
Tom Rake
7a91a01350
Remove errant tilde at end of line.
2023-02-09 15:17:52 -05:00
Mariano Montone
0bff2c750b
Pass cancel-event in set-on-click
2023-02-07 15:03:21 -03:00
Mariano Montone
cf40a5149e
More control over automatic placement
2023-02-07 14:47:15 -03:00
David Botton
b0c94dd0b8
Merge pull request #260 from ebrasca/master
...
Add download attribute to create-a
2023-01-21 20:42:54 -05:00