index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Applications
/
FontEditor
/
GlyphEditorWidget.cpp
Age
Commit message (
Expand
)
Author
2021-01-12
Applications: Move to Userland/Applications/
Andreas Kling
2020-12-31
LibGfx: Introduce provisional font interface
Stephan Unverwerth
2020-10-05
LibGfx+FontEditor+Fonts: Add "mean line" value to all fonts
Luke
2020-09-20
FontEditor: Draw the baseline in the glyph editor widget
Tibor Nagy
2020-08-30
FontEditor: Enforce boundaries of GlyphEditorWidget
Ben Wiederhake
2020-06-10
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
Andreas Kling
2020-05-09
Applications: FontEditor, relocate form items by fonts size
Hüseyin ASLITÜRK
2020-02-23
LibGUI: Make GUI::Frame have the 2px sunken container look by default
Andreas Kling
2020-02-23
Userspace: Use Core::Object::add() when building interfaces
Andreas Kling
2020-02-20
FontEditor: Make the application theme-aware
Tibor Nagy
2020-02-14
LibGUI: Remove some header dependencies from Widget.h
Andreas Kling
2020-02-06
LibGUI: Remove leading G from filenames
Andreas Kling
2020-02-06
LibGfx: Unpublish Gfx::Rect from global namespace
Andreas Kling
2020-02-06
LibDraw: Put all classes in the Gfx namespace
Andreas Kling
2020-02-02
LibGUI: Put all classes in the GUI namespace and remove the leading G
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2019-07-03
AK: Rename the common integer typedefs to make it obvious what they are.
Andreas Kling
2019-04-10
LibGUI: Move frame painting from GFrame to StylePainter.
Andreas Kling
2019-04-10
FontEditor: Convert the glyph map and editor widgets to be GFrames.
Andreas Kling
2019-04-06
FontEditor: Remove weird focus rects and optimize repaint while drawing.
Andreas Kling
2019-04-03
FontEditor: Break out classes into separate files.
Andreas Kling