Commits · master
kas
Browse files
Oct 25, 2019
Add links to readme
· 9ca7f0a2
D Hardy
authored
Oct 25, 2019
9ca7f0a2
Update README
· 113ef143
D Hardy
authored
Oct 25, 2019
113ef143
Fix formatting
· bbb319ba
D Hardy
authored
Oct 25, 2019
bbb319ba
Oct 23, 2019
Optionally use font-kit to find a system font.
· 03481ced
D Hardy
authored
Oct 23, 2019
03481ced
Oct 21, 2019
Fix click-release-off-window
· 5e3b74c4
D Hardy
authored
Oct 21, 2019
5e3b74c4
Make buttons functional
· 4971bec4
D Hardy
authored
Oct 21, 2019
4971bec4
Event handling: capture click activation
· 99db6414
D Hardy
authored
Oct 21, 2019
99db6414
Move hover notification from Response to TkWidget method
· f419d285
D Hardy
authored
Oct 21, 2019
f419d285
Add text rendering
· 7c61f2ec
D Hardy
authored
Oct 21, 2019
7c61f2ec
kas-rgx: rename widget renderer
· 447ee40a
D Hardy
authored
Oct 21, 2019
447ee40a
Oct 17, 2019
Remove counter_expanded example
· 34286072
D Hardy
authored
Oct 17, 2019
34286072
Remove SizePref::MaxUseful and update Layout doc
· 10d8d751
D Hardy
authored
Oct 17, 2019
10d8d751
Proc macros: use Span::unwrap instead of deprecated unstable
· 18d56716
D Hardy
authored
Oct 17, 2019
18d56716
Compensate for rounding errors (horiz + vert); code simplification
· a355fd25
D Hardy
authored
Oct 17, 2019
a355fd25
Compensate for rounding errors (grid layout)
· 8836919b
D Hardy
authored
Oct 17, 2019
8836919b
Fix bug in SimpleWindow::resize
· e94c047b
D Hardy
authored
Oct 17, 2019
e94c047b
Grid layout: fix rounding errors
· ba1bbcdb
D Hardy
authored
Oct 17, 2019
ba1bbcdb
Remove layout code debug verbosity and fix grid bug
· c239fe0e
D Hardy
authored
Oct 17, 2019
c239fe0e
Layout: fix sizing where a different SizePref is used on each axes
· cf80703d
D Hardy
authored
Oct 17, 2019
cf80703d
Reformat
· 4f2248c1
D Hardy
authored
Oct 17, 2019
4f2248c1
Implement grid layout support
· c4d47466
D Hardy
authored
Oct 17, 2019
c4d47466
Replace cassowary layout code with simpler alternative
· df5840eb
D Hardy
authored
Oct 17, 2019
df5840eb
Oct 16, 2019
Replace Coord and Size constructors with constants
· 83830b2d
D Hardy
authored
Oct 16, 2019
83830b2d
Make kas::Coord a real type
· f6f604bf
D Hardy
authored
Oct 16, 2019
f6f604bf
kas::Rect: eliminate unnecessary references
· 8d6bd96e
D Hardy
authored
Oct 16, 2019
8d6bd96e
kas::Core: introduce core_data and _mut functions
· 32b58c3a
D Hardy
authored
Oct 16, 2019
32b58c3a
Remove TkData
· 11ae0262
D Hardy
authored
Oct 16, 2019
11ae0262
kas-rgx::render: remove widget list
· 5a7f5552
D Hardy
authored
Oct 16, 2019
5a7f5552
Remove TkWidget::get_bool, set_bol and set_text
· 96ca9641
D Hardy
authored
Oct 16, 2019
96ca9641
Remove TkWidget::get_rect and set_rect
· d9a4ecfc
D Hardy
authored
Oct 16, 2019
d9a4ecfc
Remove layout_extern
· 88a3088e
D Hardy
authored
Oct 16, 2019
88a3088e
Make kas::Size a real type
· 25a20736
D Hardy
authored
Oct 16, 2019
25a20736
Oct 14, 2019
Tweak widget drawing
· 6d0b8a9a
D Hardy
authored
Oct 14, 2019
6d0b8a9a
Move common_handler into a default method
· a56ec112
D Hardy
authored
Oct 14, 2019
a56ec112
reformat
· 906045d1
D Hardy
authored
Oct 14, 2019
906045d1
Implement grid support for layout_cw (broken)
· 25ad0459
D Hardy
authored
Oct 14, 2019
25ad0459
cw_var
· 93dd1922
D Hardy
authored
Oct 14, 2019
93dd1922
Update proc-macro dependencies
· 3ee9fdf2
D Hardy
authored
Oct 14, 2019
3ee9fdf2
Prettify layout_cw proc macro
· e7d2f714
D Hardy
authored
Oct 14, 2019
e7d2f714
Replace Action, num with Event
· 719499f9
D Hardy
authored
Oct 13, 2019
719499f9
Loading