1790 Commits (47038c631e08275ce2d52c1ff26eac5387967e29)
 

Author SHA1 Message Date
Emil Ernerfeldt 1c9fdc3a48 bump egui version to 0.1.1 4 years ago
Emil Ernerfeldt de95209676 [scroll] remember to expand clip region with the clip_rect_margin 4 years ago
Emil Ernerfeldt 2fa03f9a6c [window] improve automatic window positions 4 years ago
Emil Ernerfeldt 5bf8051be5 [style] rounded buttons and tweak some spacing and sizes 4 years ago
Emil Ernerfeldt c35494e4ec [slider] bug fix: generate unique id for sliders 4 years ago
Emil Ernerfeldt bea7e3a52e [egui] prepare for 0.1.0 release 5 years ago
Emil Ernerfeldt 2f4a3a1273 [window] auto-position windows in a column layout 5 years ago
Emil Ernerfeldt 347fdb97d6 [window] fix a bunch of resize-releated bugs 5 years ago
Emil Ernerfeldt cde1e05853 [window] fix close button position on narrow windows 5 years ago
Emil Ernerfeldt 8b1f02f22c [egui] handle dynamic changes to pixels_per_point (dpi scaling) 5 years ago
Emil Ernerfeldt efe90c9326 [window] allow specifying pos/size with [f32; 2] 5 years ago
Emil Ernerfeldt 506dd11f73 [window] better mouse velocity tracking for throwing windows 5 years ago
Emil Ernerfeldt 598564cecc Fix some clippy issues 5 years ago
Emil Ernerfeldt b80baf4039 [egui] make serde an optional dependency 5 years ago
Emil Ernerfeldt fd5ab736bb Rename from "Emigui" to "Egui" 5 years ago
Emil Ernerfeldt 9f46d8f0be [ui] add convenience functions 5 years ago
Emil Ernerfeldt 3de20d033e [window] remove frame delay when moving/resizing 5 years ago
Emil Ernerfeldt bcc786fd95 [license] licence under MIT or Apache-2.0 5 years ago
Emil Ernerfeldt 550f3dcfa1 [examples] fix fractal clock size 5 years ago
Emil Ernerfeldt 96e6f1f3fc [optimize] switch to ahash for ids and most maps and sets 5 years ago
Emil Ernerfeldt 6577de9036 [optimization] add some calls to reserve in Path 5 years ago
Emil Ernerfeldt 7d0a16d0e8 [refactor] minor code cleanup 5 years ago
Emil Ernerfeldt 19cbe6bd6e [window] double-click title bar to collapse winodw 5 years ago
Emil Ernerfeldt 6ab7cffd7f [window] nice looking title bar separation line 5 years ago
Emil Ernerfeldt a8e5676a09 [refactor] make use of `LineStyle` in more places 5 years ago
Emil Ernerfeldt d214574c97 [refactor] rename `fill_color` to just `fill` 5 years ago
Emil Ernerfeldt c7a59b57d2 [refactor] remove PaintCmd::LinePath 5 years ago
Emil Ernerfeldt 0bb042924f [refactor] rename Outline to LineStyle 5 years ago
Emil Ernerfeldt ef7f3c4637 [input] fix: hover highlight either scroll or window resize; not both 5 years ago
Emil Ernerfeldt e43ff934a0 [input] distinguish between clicks and drag 5 years ago
Emil Ernerfeldt c22156cd0f [refactor] simplify Widget trait return type to InteractInfo 5 years ago
Emil Ernerfeldt 5c966bdc76 [input] widgets must say if they are interested in click or drags 5 years ago
Emil Ernerfeldt 4bea65595c If mouse moves too much, don't register it as a click 5 years ago
Emil Ernerfeldt b30c49f409 [input] keep track of mouse press origin 5 years ago
Emil Ernerfeldt c3d3bc0c07 More accurate recent mouse velocity 5 years ago
Emil Ernerfeldt ee0ad02717 Highlight window frame when you resize it 5 years ago
Emil Ernerfeldt fac0866f73 example_glium: restore example app state 5 years ago
Emil Ernerfeldt a0b12a36e7 Refactor window resize code 5 years ago
Emil Ernerfeldt d1b00ff1b0 refactor input code 5 years ago
Emil Ernerfeldt ae6080405c Remove 'Web' from GuiInput 5 years ago
Emil Ernerfeldt 555d7aed20 Remove dropping files from emigui Input 5 years ago
Emil Ernerfeldt 025fae5586 Tweak opt-level and lto settings 5 years ago
Emil Ernerfeldt 620442a64b refactor: group mouse input into own struct 5 years ago
Emil Ernerfeldt 538db9005e fix minor bug when moving a window 5 years ago
Emil Ernerfeldt d5d6c48974 cargo update 5 years ago
Emil Ernerfeldt c0f9c5f7e1 small fixes 5 years ago
Emil Ernerfeldt e98896aa58 Optimize text layout 5 years ago
Emil Ernerfeldt 2b49072de9 Optimize mesher 5 years ago
Emil Ernerfeldt 58a8f743be Optimize and clean up text output 5 years ago
Emil Ernerfeldt 7a9fb94029 Add a benchmark 5 years ago