summaryrefslogtreecommitdiff
path: root/Applications/FontEditor/GlyphEditorWidget.cpp
AgeCommit message (Expand)Author
2021-01-12Applications: Move to Userland/Applications/Andreas Kling
2020-12-31LibGfx: Introduce provisional font interfaceStephan Unverwerth
2020-10-05LibGfx+FontEditor+Fonts: Add "mean line" value to all fontsLuke
2020-09-20FontEditor: Draw the baseline in the glyph editor widgetTibor Nagy
2020-08-30FontEditor: Enforce boundaries of GlyphEditorWidgetBen Wiederhake
2020-06-10LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSizeAndreas Kling
2020-05-09Applications: FontEditor, relocate form items by fonts sizeHüseyin ASLITÜRK
2020-02-23LibGUI: Make GUI::Frame have the 2px sunken container look by defaultAndreas Kling
2020-02-23Userspace: Use Core::Object::add() when building interfacesAndreas Kling
2020-02-20FontEditor: Make the application theme-awareTibor Nagy
2020-02-14LibGUI: Remove some header dependencies from Widget.hAndreas Kling
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling
2020-02-06LibGfx: Unpublish Gfx::Rect from global namespaceAndreas Kling
2020-02-06LibDraw: Put all classes in the Gfx namespaceAndreas Kling
2020-02-02LibGUI: Put all classes in the GUI namespace and remove the leading GAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-07-03AK: Rename the common integer typedefs to make it obvious what they are.Andreas Kling
2019-04-10LibGUI: Move frame painting from GFrame to StylePainter.Andreas Kling
2019-04-10FontEditor: Convert the glyph map and editor widgets to be GFrames.Andreas Kling
2019-04-06FontEditor: Remove weird focus rects and optimize repaint while drawing.Andreas Kling
2019-04-03FontEditor: Break out classes into separate files.Andreas Kling