summaryrefslogtreecommitdiff
path: root/Userland/Applications
AgeCommit message (Expand)Author
2021-11-30LibGUI+FontEditor: Allow ComboBox on_change callback to be toggledthankyouverycool
2021-11-30FontEditor: Convert to east constthankyouverycool
2021-11-30FontEditor: Correct member type and initialization in UndoGlyphthankyouverycool
2021-11-30FontEditor: Remove unused Vector<String>thankyouverycool
2021-11-30FontEditor: Correct NewFontDialog layout issuesthankyouverycool
2021-11-30FontEditor: Clean up GlyphMapWidget headerthankyouverycool
2021-11-30FontEditor: Remove superfluous 'this' pointersthankyouverycool
2021-11-30LibGfx+FontEditor: Consolidate BitmapFont width and height limitsthankyouverycool
2021-11-30FontEditor: Add scaled offset members to GlyphEditorthankyouverycool
2021-11-30FontEditor: Update status bar on initializationthankyouverycool
2021-11-30FontEditor: Remove code duplication when resizing GlyphEditorthankyouverycool
2021-11-30FontEditor: Account for glyph width when pastingthankyouverycool
2021-11-30FontEditor: Don't allow cutting and copying absent glyphsthankyouverycool
2021-11-30FontEditor: Don't null check newly created NonnullRefPtr fontsthankyouverycool
2021-11-30FontEditor: Factor out redundant code for a request to closethankyouverycool
2021-11-30FontEditor: Convert mode and transform buttons into toolbar actionsthankyouverycool
2021-11-30FontEditor: Simplify start-upthankyouverycool
2021-11-30FontEditor: Use LibUnicode to convert character casethankyouverycool
2021-11-30LibGfx+FontEditor: Add helper to determine raw glyph presencethankyouverycool
2021-11-293DFileViewer: Set correct aspect ratio in view frustumJelle Raaijmakers
2021-11-293DFileViewer: Improve FPS displayJelle Raaijmakers
2021-11-28LibAudio: New error propagation API in Loader and Bufferkleines Filmröllchen
2021-11-28ThemeEditor: Use LibMainMarcus Nilsson
2021-11-28Magnifier: Use LibMainMarcus Nilsson
2021-11-28LibGUI: Move GUI::SettingsWindow setup out of the constructorAndreas Kling
2021-11-28KeyboardSettings: Remove some unnecessary pledge promisesAndreas Kling
2021-11-28LibGUI: Make GUI::SettingsWindow::add_tab() return ErrorOrAndreas Kling
2021-11-28TerminalSettings: Remove unnecessary pledges and unveilsAndreas Kling
2021-11-28TerminalSettings: Port to LibMain :^)Andreas Kling
2021-11-28MailSettings: Port to LibMain :^)Andreas Kling
2021-11-28DisplaySettings: Port to LibMain :^)Andreas Kling
2021-11-28Everywhere: Use default execpromises argument for Core::System::pledgeBrian Gianforcaro
2021-11-28Settings: Convert to TRY + serenity_main(..)Brian Gianforcaro
2021-11-27Terminal: Modernize terminal settings as a standalone applicationkleines Filmröllchen
2021-11-27Settings: Fix launch of settings dialogBrian Gianforcaro
2021-11-27PixelPaint: Keep a RefPtr to offset_text_box in EditGuideDialogMarcus Nilsson
2021-11-26Run: Port to LibMain :^)Andreas Kling
2021-11-26Settings: Make sure settings are listed in alphabetical orderSam Atkins
2021-11-26Browser: Allow custom search engine URLs that don't start http[s]://Sam Atkins
2021-11-26BrowserSettings: Add some icons for it :^)Sam Atkins
2021-11-26Browser+Base: Delete provided Browser.ini fileSam Atkins
2021-11-26BrowserSettings: Implement restoring default valuesSam Atkins
2021-11-26BrowserSettings: Add preferred-color-scheme settingSam Atkins
2021-11-26BrowserSettings: Add setting for search engineSam Atkins
2021-11-26Browser: Move search engine definitions to a json fileSam Atkins
2021-11-26Browser+BrowserSettings: Persist the "show bookmarks bar" settingSam Atkins
2021-11-26BrowserSettings: Create a BrowserSettings application :^)Sam Atkins
2021-11-26DisplaySettings: Update wallpaper config path only on successKarol Kosek
2021-11-26DisplaySettings: Always save the background color to the configKarol Kosek
2021-11-25SystemMonitor: Remove unveiling /tmp/portal/configRalf Donau