summaryrefslogtreecommitdiff
path: root/Libraries
AgeCommit message (Expand)Author
2019-09-06LibC: Borrow a slightly more functional getopt()Andreas Kling
2019-09-06GTextEditor: Paint line numbers with TopRight text alignmentAndreas Kling
2019-09-06LibDraw: Add TextAlignment::TopRightAndreas Kling
2019-09-06AK: Rename <AK/AKString.h> to <AK/String.h>Andreas Kling
2019-09-06GScrollBar: Scrolling with the mouse wheel should use step incrementsAndreas Kling
2019-09-06TextEditor: Removed unnecessary use of for_eachrhin123
2019-09-05LibGUI: Teach GScrollableWidget how to hide unnecessary scrollbarsAndreas Kling
2019-09-05Terminal: Add some basic emoji supportSergey Bugaev
2019-09-05WindowServer+LibGUI+FontEditor: Encode special characters as UTF-8Sergey Bugaev
2019-09-05LibDraw: Add emoji drawing support to PainterSergey Bugaev
2019-09-05LibDraw: Add emoji support to the Font classSergey Bugaev
2019-09-05LibDraw: Introduce an Emoji classSergey Bugaev
2019-09-05TextEditor: Added GCommonActionsrhin123
2019-09-04GDirectoryModel: Add a 32x32 filetype icon for sound filesAndreas Kling
2019-09-04LibAudio: Allow tweaking how much get_more_samples() reads from fileAndreas Kling
2019-09-04LibAudio: Add AClientConnetion::try_enqueue() APIAndreas Kling
2019-09-04GLayout: Change default spacing to 3 pixelsAndreas Kling
2019-09-04GSplitter: Change default spacing to 3 pixelsAndreas Kling
2019-09-04CIODevice: Add is_open()Andreas Kling
2019-09-04GAction: Added GCommonActions as a template to create standard actionsrhin123
2019-09-02LibGUI: Add GAboutDialog, a simple way to show a nice about box in appsAndreas Kling
2019-09-02LibC: Support _PC_PATH_MAX in [f]pathconfConrad Pankoff
2019-09-01LibGUI: Add a way for GWidgets to do custom layout on child hide/showAndreas Kling
2019-09-01GTextEditor: Hide the horizontal scrollbar when line-wrapping is onAndreas Kling
2019-09-01GTextEditor: Fix wrong width calculations with line-wrapping enabledAndreas Kling
2019-09-01GTextEditor: Make visual lines stop after their last characterAndreas Kling
2019-09-01Rect: Add contains_vertically(y) and contains_horizontally(x)Andreas Kling
2019-09-01LibThread: Add missing install.sh scriptAndreas Kling
2019-09-01TextEditor: Stopped disappearing text at end of document (#505)Rhin
2019-09-01LibGUI: Add a way for GWidget subclasses to learn that the font changedAndreas Kling
2019-08-29GFontDatabase: Iterate the font database in alphabetical orderAndreas Kling
2019-08-29WindowServer+LibGUI: Add support for nested menusAndreas Kling
2019-08-29GTextEditor: Set content size based on the visual line rects (#500)Rhin
2019-08-28GTextEditor: Optimize write_to_file() with ftruncate()Andreas Kling
2019-08-27GWindow: Allow clients to prevent close requests from closingAndreas Kling
2019-08-27GTextEditor: Always call did_change() after deleting with backspaceAndreas Kling
2019-08-27GTextEditor: Fixed bug on KeyCode::Key_Right pressed.Andrew Weller
2019-08-27GTextEditor: Fixed bug in find_prevAndrew Weller
2019-08-26WindowServer+LibGUI: Show action icons in the menus when possibleAndreas Kling
2019-08-26LibThread: Move CLock to LibThread::LockSergey Bugaev
2019-08-26LibCore: Remove CThreadSergey Bugaev
2019-08-26LibGUI: Port threading to LibThreadSergey Bugaev
2019-08-26LibThread: Introduce a new threading librarySergey Bugaev
2019-08-25LibGUI+TextEditor: Make GButton activate its action if presentAndreas Kling
2019-08-25GTextEditor: Add add_custom_context_menu_action()Andreas Kling
2019-08-25LibC: Add realpathRok Povsic
2019-08-25LibDraw: Fix wrong installation pathAndreas Kling
2019-08-25GTextEditor: Simplify computation of visual selection start/endAndreas Kling
2019-08-25GTextEditor: Relayout when the line-wrapping setting is changedAndreas Kling
2019-08-25GTextEditor: Unbreak selection painting in the new line-wrapping worldAndreas Kling