753 Commits (b7d1584f44b82d7297f22c4ed6ad68b8fe4eb1b7)
 

Author SHA1 Message Date
Emil Ernerfeldt b7d1584f44 Simplify how fonts are defined in FontDefinitions 4 years ago
Emil Ernerfeldt 5880c95158 ui.horizontal_for_text: Size and spacing made for text 4 years ago
Emil Ernerfeldt b15bd76596 Pick default multiline on Labels based on layout and if text contains \n 4 years ago
Emil Ernerfeldt 273212a63c on_hover_text/ui many times will stack tooltips beneath the previous 4 years ago
Emil Ernerfeldt 5b0da17d91
Merge pull request #65 from emoon/support-space-key 4 years ago
Daniel Collin 69dc13ed2d Allow user to check for Key::Space 4 years ago
Emil Ernerfeldt bd192a0374 Handle different item_spacings when doing hover detection 4 years ago
Emil Ernerfeldt 6ff39d88bf Demo App: Add ability to close the Backend window 4 years ago
Emil Ernerfeldt 174c938d18 cargo update 4 years ago
Emil Ernerfeldt 4c9a4896af
Merge pull request #63 from emilk/emoji 4 years ago
Emil Ernerfeldt 35e8a3b4ca Update CHANGELOG.md and TODO.md 4 years ago
Emil Ernerfeldt 72544b3690 Add a font book to the demo app 4 years ago
Emil Ernerfeldt 48a8553661 Sprinkle demo app with emojis 4 years ago
Emil Ernerfeldt 4db9b82435 [button] Implement paint culling for buttons 4 years ago
Emil Ernerfeldt 02b1e82a6e [button] Add ability to turn off button frame 4 years ago
Emil Ernerfeldt 84f06ed09a [button] Use singleline in horizontal layouts, else multiline 4 years ago
Emil Ernerfeldt b0d0d5dd55 [button] Remove minimum button width 4 years ago
Emil Ernerfeldt 8b9d58d753 Add variable width font as fallback to monospace 4 years ago
Emil Ernerfeldt 891c5d84d7 Add a second emoji font: emoji-icon-font 4 years ago
Emil Ernerfeldt cb310676af Add Emoji support with NotoEmoji-Regular 4 years ago
Emil Ernerfeldt a9df510a01 Move replacement glyph info into Font 4 years ago
Emil Ernerfeldt c82186e196 Fix Galley test 4 years ago
Emil Ernerfeldt 6a4a03ce9d Make struct Font a wrapper around FontImpl 4 years ago
Emil Ernerfeldt 2075cb4676 Add ui.colored_label(color, text) helper function 4 years ago
Emil Ernerfeldt c173ea6b2f
Merge pull request #61 from tgolsson/ts/filestorage-from-path 4 years ago
Tom Solberg 601e4f3e09 actually take path for `FileStorage::from_path` 4 years ago
Emil Ernerfeldt 8c82eb1970 Add CHANGELOG.md for egui_glium 4 years ago
Emil Ernerfeldt 884558ac48
Merge pull request #60 from emilk/layout-wrapping 4 years ago
Emil Ernerfeldt 2bb99213c8 Use extremely explicit names like available_rect_before_wrap 4 years ago
Emil Ernerfeldt 042125c8e4 Update CHANGELOG.md 4 years ago
Emil Ernerfeldt 81a9bdd5b0 Add ui.small_button: a smaller button that looks good embedded in text 4 years ago
Emil Ernerfeldt 383ef94b4a Label: correct y offset when sharing a row with another bigger widget 4 years ago
Emil Ernerfeldt d137ea0443 Label text will now intelligently continue and then wrap in wrap-layout 4 years ago
Emil Ernerfeldt a6ffe83349 Fix wrong cursor advancement for `allocate_ui` 4 years ago
Emil Ernerfeldt 8b097d014b Improve alginment of text with e.g. buttons 4 years ago
Emil Ernerfeldt 9b72a14883 Correctly align checkboxes and radiobuttons within justified layouts 4 years ago
Emil Ernerfeldt 807dafe91b Add ui.horizontal_wrapped and ui.horizontal_wrapped_for_text 4 years ago
Emil Ernerfeldt 98bb0f4110 Fix combo box width 4 years ago
Emil Ernerfeldt 5cd07db96a fix cursor advancement after wrapping 4 years ago
Emil Ernerfeldt ea9133a92d wrapping 4 years ago
Emil Ernerfeldt 7fb3c66d0b advance_after_rect 4 years ago
Emil Ernerfeldt a97141fe06 Correctly align buttons and labels in justified layouts 4 years ago
Emil Ernerfeldt c520f2e9cc Direction enum now one of LeftToRight, RightToLeft, TopDown, BottomUp 4 years ago
Emil Ernerfeldt ed6739867d Simplify Layout interface 4 years ago
Emil Ernerfeldt b0ba66b90d Refactor: move min_rect/max_rect/cursor into struct Region 4 years ago
Emil Ernerfeldt 6e8d5c87a0 Add Resize::id_source and ScrollArea::id_source 4 years ago
Emil Ernerfeldt 6de93cb0ec Remove the label! macro 4 years ago
Emil Ernerfeldt 68598db7e3 fix build_glium.sh 4 years ago
Emil Ernerfeldt 5fcc64dc85 Always start off painting two frames to allow things to settle 4 years ago
Emil Ernerfeldt 428e2373e5 Change default font to Ubuntu-Light 4 years ago