Designer is working great now, and this fixes a bunch of things about the mouse.
This commit is contained in:
parent
f05f652c26
commit
ffc787df64
10 changed files with 4958 additions and 91 deletions
|
@ -1,11 +1,13 @@
|
|||
TODAY'S GOAL:
|
||||
|
||||
0. \ua3fd causes the character immediately after to vanish.
|
||||
-1. Learn std::initializer_list by using it.
|
||||
0. \ua3fd causes the character immediately after to vanish. Make a test and solve it.
|
||||
1. Why do Sliders only have to be kept around forever and can't go in containers like everything else?
|
||||
2. Why are sliders not selected when I click on them? Is it a hover?
|
||||
3. Why do fonts render blank? Also when I scroll they slowly disappear until there's a column.
|
||||
* \u2738 is missing on the row when in grid but works when clicked.
|
||||
|
||||
|
||||
* A designer tool to help find characters for foreground, background, and figure out their colors.
|
||||
|
||||
* renderer's mouse coordinates are totally wrong. Need to put glyph bounds into the panel and then you can ask if a mouse click is on a panel, and what the _panel's_ coordinates are.
|
||||
|
@ -14,7 +16,9 @@ TODAY'S GOAL:
|
|||
|
||||
TODO:
|
||||
|
||||
* Make a unicode helper.
|
||||
* Refine the event handling to pass most of them to the gui panels and then I can intercept them.
|
||||
|
||||
* Resolve fmt::format vs std::format.
|
||||
|
||||
* Fix " room should always be found"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue