aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-09Libraries/Memory: Memory.InitPageTablesForTask() returns class @pmlHEADmasterAlec Murphy
2021-07-08Core/Scheduler: Live patch the task scheduler to support per-task page tablesAlec Murphy
2021-07-08Libraries/Memory: Add a Memory library for handling per-task memory mappingAlec Murphy
2021-07-08Libraries/Ipc: Allocate a task's IpcMessage Queue in 32 bit address spaceAlec Murphy
2021-06-28Merge pull request 'Core/Compositor: Added CPZ_WALLPAPER_REPEAT' (#10) from G...Alec Murphy
2021-06-26Merge branch 'master' into masterGasInfinity
2021-06-26Merge pull request 'Added CPZ_WALLPAPER_REPEAT' (#3) from gasinfinity-cpz-wal...GasInfinity
2021-06-26Merge pull request 'Libraries/Graphics2D: Added RGB to HSV and HSV to RGB con...Alec Murphy
2021-06-26Added CPZ_WALLPAPER_REPEATGasInfinity
2021-06-22Merge branch 'master' into masterGasInfinity
2021-06-22Merge pull request 'Added RGB -> HSV and HSV -> RGB conversion' (#2) from gas...GasInfinity
2021-06-22Merge pull request 'Libraries/Json: Fix return value in @json_append_item. re...Alec Murphy
2021-06-19Added RGB -> HSV and HSV -> RGB conversionGasInfinity
2021-06-19Merge branch 'master' into masterGasInfinity
2021-06-19Fix return value in @json_append_item. return NULL; -> return;GasInfinity
2021-06-18Merge pull request 'Core/Compositor: Added Compositor.SetWallpaper()' (#7) fr...Alec Murphy
2021-06-18Fix IndentationGasInfinity
2021-06-18Fix System.Log Mode and background OutputGasInfinity
2021-06-18Now Compositor uses IpcMessagesGasInfinity
2021-06-18Fix Logic Error: '<' -> '>'GasInfinity
2021-06-18Fix Logic Error: || -> &&GasInfinity
2021-06-18U32 mode -> I64 modeGasInfinity
2021-06-18Updated to use Compositor.SetWallpaper();GasInfinity
2021-06-18Updated to use Compositor.SetWallpaper();GasInfinity
2021-06-18Added Compositor.SetWallpaper()GasInfinity
2021-06-18Merge pull request 'Fork Update' (#1) from alec/erythros:master into masterGasInfinity
2021-06-18Merge pull request 'Shell/Commands/wpset: Image auto-resizing of wallpapers' ...Alec Murphy
2021-06-18Libraries/Json: Add Json.AppendItem()Alec Murphy
2021-06-18Image auto-resizing of wallpapersGasInfinity
2021-06-05Libraries/Widget: Fix warning about return value for @widget_init_widget()Alec Murphy
2021-06-03Libraries/Json: Correctly set value of null element before comparison, show p...Alec Murphy
2021-06-03Libraries/Tls12: Add a full block of padding when len(msg | MAC) % block_size...Alec Murphy
2021-06-03Applications/System/ShutDown: Add iconAlec Murphy
2021-06-02Media/Themes/Umami: Use CopyRect2D for Context2DWidget.fast_copyAlec Murphy
2021-06-02Libraries/Widget: Add member fast_copy to class Context2DWidgetAlec Murphy
2021-06-02Libraries/Graphics2D: Add MirroredHorz2D(), MirroredVert2D()Alec Murphy
2021-06-02Applications/Accessories: Add boilerplate for a Calculator appAlec Murphy
2021-06-02Applications/System/MenuBar: Populate system menu from Config/system_menu.jsonAlec Murphy
2021-06-02Media/Themes/Umami: Add boilerplate for WIDGET_TYPE_LISTVIEW, support for nes...Alec Murphy
2021-06-02Core/Menu, Libraries/Gui,Widget: Add boilerplate for ListViewWidget, nested m...Alec Murphy
2021-06-02Applications/System: Add category icon for system menuAlec Murphy
2021-06-02Applications/System/ShutDown: Add icon for system menuAlec Murphy
2021-06-02Applets/VolumeSlider: Set output volume to maximum as defaultAlec Murphy
2021-06-02Core/Compositor: Always handle window input events for windows with WIN_FLAGS...Alec Murphy
2021-06-02Applications/System/ShutDown: Add wrapper application for System.PowerOff()Alec Murphy
2021-06-02Core/MessageBox: Add MessageBox core componentAlec Murphy
2021-06-01Core/SystemStarter: Add SystemStarter.CreateTask()Alec Murphy
2021-06-01Applications/System/Terminal: Remove old commentsAlec Murphy
2021-05-31Applications/System/TaskSwitcher: Fix crash when all windows are skippable, c...Alec Murphy
2021-05-31Applications/System, Core/SystemStarter: Add @systemstarter_open(), move syst...Alec Murphy