.. |
tests
|
ba2fef8815
- initial commit.
|
il y a 6 ans |
tklib
|
4f238bd67a
- removed colors defined with the reader macro.
|
il y a 2 ans |
base64.lisp
|
ba2fef8815
- initial commit.
|
il y a 6 ans |
button.lisp
|
ba2fef8815
- initial commit.
|
il y a 6 ans |
canvas-shapes.lisp
|
4f238bd67a
- removed colors defined with the reader macro.
|
il y a 2 ans |
canvas.lisp
|
4f238bd67a
- removed colors defined with the reader macro.
|
il y a 2 ans |
checkbutton.lisp
|
f61294b911
- checking for a number.
|
il y a 5 ans |
combobox.lisp
|
ba2fef8815
- initial commit.
|
il y a 6 ans |
conditions.lisp
|
ba2fef8815
- initial commit.
|
il y a 6 ans |
config.lisp
|
ba2fef8815
- initial commit.
|
il y a 6 ans |
constants.lisp
|
0252e76f26
- added more option to canvas polygon item;
|
il y a 5 ans |
demo-tests.lisp
|
4f238bd67a
- removed colors defined with the reader macro.
|
il y a 2 ans |
dialog.lisp
|
1b34941cb7
- allowed unescaped '{' and '}' as title for choose color dialog;
|
il y a 3 ans |
entry.lisp
|
b7662f4684
- removed #[...] reader macro where was used;
|
il y a 5 ans |
error-handling.lisp
|
ba2fef8815
- initial commit.
|
il y a 6 ans |
event-parser.lisp
|
4a26594308
- moved from cl-syntax to named-readtables.
|
il y a 5 ans |
event-symbols.lisp
|
610aacf1bf
- added some helper functions for canvas and convas items;
|
il y a 5 ans |
fit-line.lisp
|
2e82611265
- added a function to draw a line on a dot-plot.
|
il y a 5 ans |
frame.lisp
|
ba2fef8815
- initial commit.
|
il y a 6 ans |
label.lisp
|
ba2fef8815
- initial commit.
|
il y a 6 ans |
labelframe.lisp
|
ba2fef8815
- initial commit.
|
il y a 6 ans |
listbox.lisp
|
4f238bd67a
- removed colors defined with the reader macro.
|
il y a 2 ans |
menu.lisp
|
c178400b43
- escape tilde in unquoted forms of tclize, when the reader macro is used.
|
il y a 5 ans |
menubutton.lisp
|
77a82da1d3
- added more escaping.
|
il y a 5 ans |
menucheckbutton.lisp
|
77a82da1d3
- added more escaping.
|
il y a 5 ans |
menuradiobutton.lisp
|
77a82da1d3
- added more escaping.
|
il y a 5 ans |
message.lisp
|
b2be8ed32f
- changed name of macro: 'tclize-if-true' -> 'empty-string-if-nil';
|
il y a 5 ans |
nodgui-mw.lisp
|
4f238bd67a
- removed colors defined with the reader macro.
|
il y a 2 ans |
nodgui.lisp
|
d7847e6037
- made 'grid' accepts 'pad' argument formed by a list,
|
il y a 3 ans |
notebook.lisp
|
b7662f4684
- removed #[...] reader macro where was used;
|
il y a 5 ans |
package.lisp
|
4a9c2e7714
- [tklib] prevented crash when a plot with no legend for a data set is drawn on canvas.
|
il y a 3 ans |
panedwindow.lisp
|
467f5f0bbd
- removed all ~/...~ format directive;
|
il y a 5 ans |
photo-image.lisp
|
9143651e34
- added call to 'read-data' to prevents infinite loop.
|
il y a 4 ans |
pixmap.lisp
|
82ad85b58a
- removed :type slots for a canvas shape (triggrered a warning).
|
il y a 3 ans |
progressbar.lisp
|
ba2fef8815
- initial commit.
|
il y a 6 ans |
radiobutton.lisp
|
77a82da1d3
- added more escaping.
|
il y a 5 ans |
sanitize.lisp
|
91071b3c80
Fixes issue 22 - sanitize mis-formats numbers
|
il y a 3 ans |
scale.lisp
|
77a82da1d3
- added more escaping.
|
il y a 5 ans |
scrollbar.lisp
|
ba2fef8815
- initial commit.
|
il y a 6 ans |
separator.lisp
|
ba2fef8815
- initial commit.
|
il y a 6 ans |
sizegrip.lisp
|
ba2fef8815
- initial commit.
|
il y a 6 ans |
spinbox.lisp
|
e351797828
- added missing commands for spinbox.
|
il y a 5 ans |
syntax.lisp
|
ff99a2b006
- Updated README to point out that works on ECL..
|
il y a 5 ans |
tcl-emitter.lisp
|
da514c6cf5
- added symbols type for dot plot (triangle, circle etc.);
|
il y a 4 ans |
tcl-glue-code.lisp
|
63eeb215ad
- fixed out of range index when building an event struct.
|
il y a 4 ans |
text.lisp
|
5bb3d4b821
- adding locks in pipe I/O;
|
il y a 4 ans |
tktextvariable.lisp
|
b2be8ed32f
- changed name of macro: 'tclize-if-true' -> 'empty-string-if-nil';
|
il y a 5 ans |
tkvariable.lisp
|
292ace0fe0
- readded a missing function.
|
il y a 5 ans |
toplevel.lisp
|
177f97434a
- added icon-photo;
|
il y a 5 ans |
treeview.lisp
|
ac9c7f3660
- added chance to bypass tilde escaping if needed when TCL code is
|
il y a 5 ans |
trivial-debugger.lisp
|
ba2fef8815
- initial commit.
|
il y a 6 ans |
ubvec4.lisp
|
ac1ab4bc5c
- fixed 'ubvec4-normalize', length variable was bound to a float, not an unsigned octect (thanks quicklisp and sbcl\!).
|
il y a 3 ans |
utils.lisp
|
4a9c2e7714
- [tklib] prevented crash when a plot with no legend for a data set is drawn on canvas.
|
il y a 3 ans |
vec2.lisp
|
a06eabf6f9
- added a bare minimum pixmap manipulation (scaling and rotation);
|
il y a 5 ans |
widget-helpers.lisp
|
ad043756fb
- added more arguments passed to validatecommand function from TCL
|
il y a 4 ans |
widget.lisp
|
6c772ad755
- prevented crash when (de)iconifying *tk*.
|
il y a 4 ans |
winfo.lisp
|
bdba7a2b55
- added 'children-pathname' and 'parent-pathname'.
|
il y a 4 ans |
wish-communication.lisp
|
bc305c1e49
- added :class and :title args to 'with-nodgui'.
|
il y a 3 ans |
wm.lisp
|
6c772ad755
- prevented crash when (de)iconifying *tk*.
|
il y a 4 ans |