abstreet/ezgui/src
2020-07-20 08:36:32 -07:00
..
shaders start bringing in private broadmoor roads. omit from the CH, so trips will just fail without a path for now. 2020-06-27 16:19:48 -07:00
tools more caution in Line API 2020-07-11 13:05:34 -07:00
widgets stop using simsearch for matching road names. it has odd behavior when the query is just a few charactes, and it often has the wrong results after typing most of a name. just use simple string containment for now. 2020-07-20 08:36:32 -07:00
assets.rs switch to upstream usvg, now with support for a loaded-once fontdb that 2020-06-26 11:22:22 -07:00
backend_glium.rs add a third opengl fallback that expresses no pixel reqs whatsoever, for #103 [rebuild] 2020-06-25 17:20:32 -07:00
backend_glow.rs fallback to a minimal opengl context if needed. attempting to solve #79 [rebuild] 2020-06-24 16:11:44 -07:00
backend_wasm.rs windows fixes: 2020-06-22 15:51:42 -07:00
canvas.rs cleanup after #59: 2020-07-01 17:57:43 -07:00
color.rs the first real big change: Line::new always returns Option 2020-07-11 12:37:38 -07:00
drawing.rs more polyline work... get rid of Warn<>. extremely spammy and hasn't 2020-07-11 15:17:16 -07:00
event_ctx.rs follow up to #59. when we do the no-op events, have to plumb back 2020-07-01 22:07:54 -07:00
event.rs cleanup after #59: 2020-07-01 17:57:43 -07:00
geom.rs find some excuse to include one of holly's characters in a cutscene. 2020-07-18 09:46:21 -07:00
input.rs start organizing ezgui internal constants into a Style struct 2020-04-05 11:57:27 -07:00
lib.rs cleanup after #59: 2020-07-01 17:57:43 -07:00
managed.rs widget replacement keeps margins from the old 2020-07-19 11:28:12 -07:00
runner.rs cleanup after the relative dir fix, and add support for hardcoding the 2020-07-07 12:14:02 -07:00
screen_geom.rs stop dependending directly on serde_derive 2020-05-19 15:06:32 -07:00
style.rs use colored checkboxes in plot too. generate the shape programatically. 2020-04-06 14:45:22 -07:00
svg.rs cleanup after the relative dir fix, and add support for hardcoding the 2020-07-07 12:14:02 -07:00
text.rs use underlining to refer to edits, not quotes. only in some places. :\ 2020-06-26 14:13:12 -07:00