Commit graph

  • 25d1caa1ea
    Added background-tasks example Jonathan Johnson 2023-12-19 16:23:07 -0800
  • 27d5594776
    Fixed odd padding rounding issues Jonathan Johnson 2023-12-19 15:08:26 -0800
  • c117b1527e
    Fixed integer overflow in Grid Jonathan Johnson 2023-12-19 15:07:07 -0800
  • a79d2f7d58
    Updated Kludgine Jonathan Johnson 2023-12-19 14:55:06 -0800
  • ecca658375
    Merge branch 'reactive-inner-size' Jonathan Johnson 2023-12-19 14:20:18 -0800
  • 873e6d6f16
    Added inner_size syncing Jonathan Johnson 2023-12-19 13:33:45 -0800
  • 4959296e07
    Fixed callback invocation from multiple threads Jonathan Johnson 2023-12-19 11:21:55 -0800
  • f9d0203ff5 Add API for tracking checked to the inner_size of a window Marli Frost 2023-12-19 13:51:28 +0000
  • 63fd92eea6
    Added changelog Jonathan Johnson 2023-12-18 20:09:41 -0800
  • 75eb96b5f5
    Preparing v0.1.2 Jonathan Johnson 2023-12-18 17:15:21 -0800
  • a1e3082527
    Fixing compilation on Windows Jonathan Johnson 2023-12-18 17:10:04 -0800
  • 7dc00f27e0
    Fixing links in readme Jonathan Johnson 2023-12-18 11:40:45 -0800
  • 5be40e7271
    Preparing gooey-macros for publish Jonathan Johnson 2023-12-18 11:25:38 -0800
  • 62ad57b17f
    Updating to released kludgine/figures/appit Jonathan Johnson 2023-12-18 11:18:43 -0800
  • 309dad95b3
    Moving readme changes to the right location Jonathan Johnson 2023-12-18 10:00:53 -0800
  • 4a68fa08f8
    Updated README and Cargo.toml Jonathan Johnson 2023-12-18 09:55:42 -0800
  • 02d6b343f1
    Widget docs + refactoring Jonathan Johnson 2023-12-17 07:38:31 -0800
  • 01e04a4eb9
    Improving the readmes a bit Jonathan Johnson 2023-12-15 14:31:44 -0800
  • 7ae4374411
    ColorSource picker Jonathan Johnson 2023-12-15 14:01:31 -0800
  • 2b46b0b34c
    Fixing scrollbar showing/hiding + hit detection Jonathan Johnson 2023-12-15 14:00:31 -0800
  • 10d3ef401f
    Updating Kludgine Jonathan Johnson 2023-12-15 14:00:19 -0800
  • b4caa38b83
    Fixing grid gutter calculations Jonathan Johnson 2023-12-15 13:59:09 -0800
  • d7d06e41fa
    Fixing various mouse selection bugs Jonathan Johnson 2023-12-14 19:59:27 -0800
  • d7d0d6eb56
    Squashed some todos Jonathan Johnson 2023-12-14 17:30:40 -0800
  • eb91e73a6e
    Scrollbars are now clickable Jonathan Johnson 2023-12-14 16:55:02 -0800
  • 0fd7c8fd5c
    Implemented Wrap Jonathan Johnson 2023-12-14 10:48:35 -0800
  • c4200e6009
    Added MountedChildren Jonathan Johnson 2023-12-14 07:48:56 -0800
  • aa996a090b
    Tooltips Jonathan Johnson 2023-12-13 16:30:34 -0800
  • cd4bb5130f
    Widget::full_control_redraw Jonathan Johnson 2023-12-13 14:45:56 -0800
  • 353db9dc39
    Added Opacity component Jonathan Johnson 2023-12-13 14:02:39 -0800
  • 1ea9938198
    Fixing style inheritance Jonathan Johnson 2023-12-13 12:51:43 -0800
  • 0adb43a234
    Implemented local styles Jonathan Johnson 2023-12-13 10:44:34 -0800
  • b1177e7c25
    Gutter is now a property on Stack Jonathan Johnson 2023-12-13 09:38:12 -0800
  • 5c720e6009
    Align + Overlay + Shadow fixes Jonathan Johnson 2023-12-13 08:23:20 -0800
  • 79a09ee614
    Shadow blur now can cause expansion Jonathan Johnson 2023-12-12 19:27:41 -0800
  • a7efe9a3d5
    Container Shadows Jonathan Johnson 2023-12-12 13:49:03 -0800
  • 87fa4a3478
    Moved arc path generation to Kludgine Jonathan Johnson 2023-12-10 15:43:02 -0800
  • c4151d649c
    Added Spinner widget Jonathan Johnson 2023-12-10 15:05:59 -0800
  • a526dc000b
    Fixing doc link Jonathan Johnson 2023-12-10 07:21:28 -0800
  • 09a1590c7e
    Finished font support Jonathan Johnson 2023-12-10 07:19:32 -0800
  • 35576f9214
    Image widget Jonathan Johnson 2023-12-09 13:18:46 -0800
  • 95555ce928
    Tilemap updates Jonathan Johnson 2023-12-09 08:20:18 -0800
  • 16af20269e
    Updated figures + kludgine Jonathan Johnson 2023-12-07 15:49:03 -0800
  • 2fe08fc9e9
    Added hover support to OverlayLayer Jonathan Johnson 2023-12-07 09:51:07 -0800
  • 0d34924ddf
    OverlayLayer Jonathan Johnson 2023-12-06 15:53:25 -0800
  • 288119a831
    Added Layers Jonathan Johnson 2023-12-05 08:51:55 -0800
  • 17847d6947
    Various fixes/improvements Jonathan Johnson 2023-12-03 15:35:37 -0800
  • 55eea5fad3
    Added Copy to Clipboard to theme editor Jonathan Johnson 2023-12-03 07:38:56 -0800
  • 0e6796318b
    Added Widget::summarize Jonathan Johnson 2023-12-03 06:40:19 -0800
  • d1e21178e0
    WeakDynamic<T> Jonathan Johnson 2023-12-02 07:05:18 -0800
  • 9ee00106a3
    Updated alot + Eq for CallbackHandle Jonathan Johnson 2023-12-02 06:51:19 -0800
  • 3f8885efbe
    Callback handles are now managed Jonathan Johnson 2023-12-01 13:31:42 -0800
  • a3e45d1d86
    Small improvements Jonathan Johnson 2023-12-01 12:52:46 -0800
  • 8f99ae19fd
    Implemented a basic grid Jonathan Johnson 2023-11-30 18:19:53 -0800
  • 8a4c66e73b
    Refactored to MakeWidgetWithId Jonathan Johnson 2023-11-30 09:14:19 -0800
  • a826b91173
    Fixing gutter calculations + scroll canvas sizing Jonathan Johnson 2023-11-30 08:46:41 -0800
  • bd37279282
    Resizable windows now expand automatically Jonathan Johnson 2023-11-29 19:05:43 -0800
  • 03e93adb15
    Select buttons Jonathan Johnson 2023-11-29 17:14:42 -0800
  • 63a4549f29
    Tested buttons in buttons Jonathan Johnson 2023-11-29 15:42:06 -0800
  • ce6935a7a7
    Making it easier to draw focus correctly Jonathan Johnson 2023-11-29 15:08:12 -0800
  • 0684ac59bf
    Background input highlight fixes Jonathan Johnson 2023-11-29 15:01:57 -0800
  • b1ec2c5e49
    Focus in bg Jonathan Johnson 2023-11-29 14:52:17 -0800
  • d23226ffe6
    Updating kempt Jonathan Johnson 2023-11-29 14:31:25 -0800
  • 9146c920ac
    Expand and stack fixes Jonathan Johnson 2023-11-29 11:43:52 -0800
  • 589c3dbc7f
    MakeWidget for Dynamic<WidgetInstance> + option Jonathan Johnson 2023-11-29 11:42:51 -0800
  • c0d714331b
    Merge branch 'main' of github.com:khonsulabs/gooey Jonathan Johnson 2023-11-28 10:15:10 -0800
  • 8e19a89bca
    Added font size + heading helpers Jonathan Johnson 2023-11-28 10:14:55 -0800
  • bb8b82404b
    Fixing MacOS compilation Jonathan Johnson 2023-11-28 07:06:12 -0800
  • 3f2aace55e
    Debouncing Jonathan Johnson 2023-11-27 10:09:42 -0800
  • aeb55e0b94
    run_in_bg and Dynamic<&'static str> Jonathan Johnson 2023-11-27 09:27:37 -0800
  • 4d31719392
    Merge pull request #75 from khonsulabs/feature/world-coords Jonathan Johnson 2023-11-26 19:31:49 -0800
  • 66fd9ba766
    Finished mouse handling for tile map Jonathan Johnson 2023-11-26 19:31:03 -0800
  • 273aac65bb
    Merge branch 'main' into feature/world-coords Jonathan Johnson 2023-11-26 19:11:36 -0800
  • e15ae59c5c
    Refactored root resize behavior Jonathan Johnson 2023-11-25 12:00:59 -0800
  • 0fd8a9487f
    Validations Jonathan Johnson 2023-11-25 07:43:04 -0800
  • f107267409
    Validations Jonathan Johnson 2023-11-24 14:29:06 -0800
  • b2fdf06e60
    Dynamic now requires PartialEq Jonathan Johnson 2023-11-23 11:53:59 -0800
  • b63e4d66d2
    Bug fixes Jonathan Johnson 2023-11-22 18:53:41 -0800
  • 15480ba68b
    Added Collapse widget Jonathan Johnson 2023-11-22 15:46:58 -0800
  • 3e651c2964
    CursorIcon + disabled refactoring Jonathan Johnson 2023-11-22 12:06:29 -0800
  • 00cb29d261
    Centering checkbox ornament Jonathan Johnson 2023-11-22 10:55:33 -0800
  • c9566fe1bd
    Radio, Checkbox refactor Jonathan Johnson 2023-11-22 10:48:26 -0800
  • 23ba9ce11f
    Improved input editing Jonathan Johnson 2023-11-22 08:16:54 -0800
  • ecc08f3f73
    Stack gutters honor IntrinsicPadding Jonathan Johnson 2023-11-22 06:21:44 -0800
  • dd38fa7bf4
    More fluent APIs Jonathan Johnson 2023-11-22 05:54:35 -0800
  • 46a0758d09
    Vertical sliders/progress bars Jonathan Johnson 2023-11-21 20:41:56 -0800
  • eee336eab0
    Progress values are easier to work with Jonathan Johnson 2023-11-21 19:36:00 -0800
  • 801337ab7a
    Progress bars, repeating animations Jonathan Johnson 2023-11-21 09:53:08 -0800
  • 2201f2c83b
    Ranged sliders, advance_focus, allow_blur Jonathan Johnson 2023-11-20 19:44:03 -0800
  • 8f2ff1b5dc
    Sliders now draw round-rect tracks Jonathan Johnson 2023-11-20 12:13:31 -0800
  • bb66803653
    Custom widget, layout size rounding Jonathan Johnson 2023-11-20 10:11:10 -0800
  • 9c1c77f9b1
    Updated winit Jonathan Johnson 2023-11-20 06:32:58 -0800
  • 4af82ae188
    Component type safety, some font support Jonathan Johnson 2023-11-19 21:52:45 -0800
  • 92249047ce
    Fixing Input selection to the left of the input Jonathan Johnson 2023-11-19 15:46:52 -0800
  • ca58cb5fcf
    Fixing password field clicking Jonathan Johnson 2023-11-19 15:38:26 -0800
  • 7992887a85
    Unused import Jonathan Johnson 2023-11-19 14:51:03 -0800
  • f389048e43
    Outline drawing is now fixed to always be inside Jonathan Johnson 2023-11-19 14:49:23 -0800
  • 9be92c181c
    Forcing outlines to be whole pixels Jonathan Johnson 2023-11-19 14:39:48 -0800
  • 9403e85901
    MSAA + outlines are now inset Jonathan Johnson 2023-11-19 14:29:21 -0800
  • d5bde44e27
    Subpixels + Feathering + figures refactor Jonathan Johnson 2023-11-19 10:34:06 -0800