You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
koreader/frontend/ui/widget
poire-z 55f3575a10
UI font rendering: use available bold fonts for bold (#5675)
A few fixes and enhancement related to bold text:
- When using bold=true with a regular font, use its bold
  variant if one exists (can be prevented by manually
  adding a setting: "use_bold_font_for_bold" = false).
- When using a bold font without bold=true, promote bold
  to true, so fallback fonts are drawn bold too.
- Whether using a bold font, or using bold=true, ensure
  fallback fonts are drawn bold, with their available bold
  variant if one exists, or with synthetized bold.
- When using a bold variant of a fallback font, keep using
  the regular variant as another fallback (as bold fonts
  may contain less glyphs than their regular counterpart).
- Allow providing bold=Font.FORCE_SYNTHETIZED_BOLD to
  get synth bold even when a bold font exists (might be
  interesting to get text in bold the same width as the
  same text non-bold).
- Use the font realname in the key when caching glyphs,
  instead of our aliases (cfont, infont...) to avoid
  duplication and wasting memory.
5 years ago
..
container [RTL UI] update low-level widgets to handle mirroring 5 years ago
bboxwidget.lua [doc] Tag @todo, @fixme and @warning (#5244) 5 years ago
bookstatuswidget.lua [fix] Empty directory path and crash on TextWidget (#5606) 5 years ago
button.lua [RTL UI] update widgets and apps for UI mirroring 5 years ago
buttondialog.lua Add MovableContainer: allow moving some widgets (#3636) 6 years ago
buttondialogtitle.lua [UX] Links menu and handling tweaks (#4867) 5 years ago
buttonprogresswidget.lua [UX] Better align buttonprogress in configdialog (#5427) 5 years ago
buttontable.lua [UX] Switch ButtonTable to COLOR_GRAY (#5585) 5 years ago
checkbutton.lua Enable HW dithering in a few key places (#4541) 5 years ago
checkmark.lua [RTL UI] update widgets and apps for UI mirroring 5 years ago
closebutton.lua [RTL UI] update widgets and apps for UI mirroring 5 years ago
configdialog.lua ConfigDialog: allow larger toggle title text 5 years ago
confirmbox.lua Add MovableContainer: allow moving some widgets (#3636) 6 years ago
datewidget.lua [fix, UX] timewidget and datewidget in landscape mode (#3666) 6 years ago
dictquicklookup.lua [RTL UI] update widgets and apps for UI mirroring 5 years ago
eventlistener.lua Add restart koreader function and ensure FlushSettings event can be delivered to all widgets (#2772) 7 years ago
filechooser.lua [RTL UI] update widgets and apps for UI mirroring 5 years ago
fixedtextwidget.lua TextWidget: small refactoring, better handle max_width (#5503) 5 years ago
focusmanager.lua A few graphics fixes after #4541 (#4554) 5 years ago
footnotewidget.lua [RTL UI] update widgets and apps for UI mirroring 5 years ago
frontlightwidget.lua [RTL UI] update widgets and apps for UI mirroring 5 years ago
horizontalgroup.lua [RTL UI] update low-level widgets to handle mirroring 5 years ago
horizontalspan.lua cleanup: expand tab to 4 spaces 10 years ago
htmlboxwidget.lua use screen for UI color control 5 years ago
hyphenationlimits.lua [CI] Switch to custom xgettext build to extract multiline strings (#5242) 5 years ago
iconbutton.lua Fix: Unable to hold top right corner in FileManager (#5248) 5 years ago
imageviewer.lua [RTL UI] update widgets and apps for UI mirroring 5 years ago
imagewidget.lua Allow toggling CRe's new dithering & scaling (#4922) 5 years ago
infomessage.lua [doc] Tag @todo, @fixme and @warning (#5244) 5 years ago
inputdialog.lua [RTL UI] use auto or LTR text direction in some specific cases 5 years ago
inputtext.lua [RTL UI] use auto or LTR text direction in some specific cases 5 years ago
keyboardlayoutdialog.lua [lang] Minor touchups (#5611) 5 years ago
keyvaluepage.lua [RTL UI] update widgets and apps for UI mirroring 5 years ago
linewidget.lua [chore] Convert a couple more todos (#5267) 5 years ago
linkbox.lua Various blitting related cleanups (#4789) 5 years ago
listview.lua [RTL UI] update widgets and apps for UI mirroring 5 years ago
logindialog.lua Text editor plugin, InputDialog enhancements (#4135) 6 years ago
menu.lua [RTL UI] update widgets and apps for UI mirroring 5 years ago
multiconfirmbox.lua [UX] Set global settings independent of local setting (#5522) 5 years ago
multiinputdialog.lua [RTL UI] use auto or LTR text direction in some specific cases 5 years ago
naturallightwidget.lua Enable HW dithering in a few key places (#4541) 5 years ago
networksetting.lua [UX] Add timeout to Wi-Fi connected message (#5514) 5 years ago
notification.lua bump crengine: fix drawing position of bottom and right borders (#4013) 6 years ago
numberpickerwidget.lua TextWidget: minor optimisations 5 years ago
opdsbrowser.lua [fix] Prevent crash on local calibre OPDS server (#5572) 5 years ago
openwithdialog.lua Various blitting related cleanups (#4789) 5 years ago
overlapgroup.lua [RTL UI] update low-level widgets to handle mirroring 5 years ago
pathchooser.lua PathChooser: clearer usage and behaviour (#4133) 6 years ago
physicalkeyboard.lua Various blitting related cleanups (#4789) 5 years ago
progresswidget.lua [RTL UI] update low-level widgets to handle mirroring 5 years ago
radiobutton.lua [fix] Prevent xtext crash by not freeing TextWidget prematurely (#5616) 5 years ago
radiobuttontable.lua Various blitting related cleanups (#4789) 5 years ago
rectspan.lua cleanup: expand tab to 4 spaces 10 years ago
screensaverwidget.lua A few minor fixes after #4541 (#4561) 5 years ago
screenshoter.lua Set screenshot output folder (#5382) 5 years ago
scrollhtmlwidget.lua [RTL UI] update widgets and apps for UI mirroring 5 years ago
scrolltextwidget.lua [RTL UI] update widgets and apps for UI mirroring 5 years ago
sortwidget.lua [RTL UI] update widgets and apps for UI mirroring 5 years ago
spinwidget.lua TextWidget: small refactoring, better handle max_width (#5503) 5 years ago
textboxwidget.lua UI font rendering: use available bold fonts for bold (#5675) 5 years ago
textviewer.lua [RTL UI] update widgets and apps for UI mirroring 5 years ago
textwidget.lua UI font rendering: use available bold fonts for bold (#5675) 5 years ago
timewidget.lua [fix] Handle max_width in time widget (#5540) 5 years ago
toggleswitch.lua [RTL UI] update widgets and apps for UI mirroring 5 years ago
touchmenu.lua [RTL UI] update widgets and apps for UI mirroring 5 years ago
trapwidget.lua TextWidget: small refactoring, better handle max_width (#5503) 5 years ago
verticalgroup.lua [RTL UI] update low-level widgets to handle mirroring 5 years ago
verticalscrollbar.lua Text input related fixes & enhancements (#4124) 6 years ago
verticalspan.lua cleanup: expand tab to 4 spaces 10 years ago
virtualkeyboard.lua [RTL UI] update widgets and apps for UI mirroring 5 years ago
widget.lua doc: fix document build 8 years ago