Age | Commit message (Expand) | Author |
2020-08-04 | QuickShow: Disown child process after spawning | Andreas Kling |
2020-08-01 | Applications: Stop setting initial window location | Peter Elliott |
2020-07-27 | LibGfx: Templatize Point, Size, and Rect | Matthew Olsson |
2020-07-16 | LibWeb: Require parent window argument for MessageBox | Tom |
2020-07-16 | LibGUI: Add parent window argument to FilePicker functions | Tom |
2020-07-04 | LibGUI: Make GUI::Application a Core::Object | Andreas Kling |
2020-06-29 | Everywhere: Replace some uses of fork/exec with posix_spawn | Nico Weber |
2020-06-28 | QuickShow: Fix for zooming with mouse wheel (#2650) | Hüseyin ASLITÜRK |
2020-06-18 | QuickShow:If image is larger then window size resize it to fit the image | Hüseyin ASLITÜRK |
2020-06-18 | QuickShow: Add a new "Set as desktop wallpaper" action under Image menu | Hüseyin ASLITÜRK |
2020-06-16 | QuickShow: Add reset zoom action to toolbar | Hüseyin ASLITÜRK |
2020-06-16 | QuickShow: Switch to full screen mode on double click | Hüseyin ASLITÜRK |
2020-06-15 | QuickShow: Use new Bitmap::is_path_a_supported_image_format method | Hüseyin ASLITÜRK |
2020-06-10 | LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize | Andreas Kling |
2020-05-14 | Build: Switch to CMake :^) | Sergey Bugaev |
2020-04-26 | QuickShow: Add gif files to navigation file list | Hüseyin ASLITÜRK |
2020-04-24 | QuickShow: Properly hide toolbar on toggle action | Linus Groh |
2020-04-24 | QuickShow: Hide toolbar container in fullscreen mode | Linus Groh |
2020-04-23 | QuickShow: Draw GUI::Frame parts of QSWidget | Andreas Kling |
2020-04-23 | Applications: Tweak main layout spacing and background | Andreas Kling |
2020-04-23 | LibGUI: Add a ToolBarContainer widget and put most ToolBars in one | Andreas Kling |
2020-04-21 | LibGUI: Make MenuBar a Core::Object | Andreas Kling |
2020-04-12 | QuickShow: Small code edits to fit standards | Hüseyin ASLITÜRK |
2020-04-12 | QuickShow: Toolbar for who love to use mouse | Hüseyin ASLITÜRK |
2020-04-12 | QuickShow: Add Delete action | Hüseyin ASLITÜRK |
2020-04-12 | QuickShow: Use Core::ArgsParser to handle parameters | Hüseyin ASLITÜRK |
2020-04-12 | QuickShow: Add Fullscreen, Zoom options to View menu | Hüseyin ASLITÜRK |
2020-04-12 | QuickShow: Rotate image left and right, flip vertical and horizontal | Hüseyin ASLITÜRK |
2020-04-12 | QuickShow: Browse the files in the same folder | Hüseyin ASLITÜRK |
2020-04-06 | QuickShow: Miscellaneous improvements | Tibor Nagy |
2020-04-05 | QuickShow: Use checkerboard background to show transparency | Tibor Nagy |
2020-04-05 | QuickShow: Fix crash on startup | Tibor Nagy |
2020-04-04 | LibGUI: Add MenuBar::add_menu(name) | Andreas Kling |
2020-03-13 | Applications: Use "Document - AppName" window title format | Tibor Nagy |
2020-03-04 | LibGUI: Use GUI::Window::set_main_widget<WidgetType>() in clients | Andreas Kling |
2020-02-23 | LibGUI: Remove parent parameter to GUI::Widget constructor | Andreas Kling |
2020-02-23 | LibGUI: Make GUI::Frame have the 2px sunken container look by default | Andreas Kling |
2020-02-14 | LibGfx: Add forward declaration header | Andreas Kling |
2020-02-14 | LibGUI: Port the drag&drop code to Core::MimeData | Andreas Kling |
2020-02-06 | LibGUI: Remove leading G from filenames | Andreas Kling |
2020-02-06 | LibGfx: Prefer using Gfx::Bitmap::load_from_file instead of load_png() | Andreas Kling |
2020-02-06 | LibGfx: Unpublish Gfx::Size from the global namespace | Andreas Kling |
2020-02-06 | LibGfx: Unpublish Gfx::Point from global namespace | Andreas Kling |
2020-02-06 | LibGfx: Rename GraphicsBitmap.{cpp,h} => Bitmap.{cpp,h} | Andreas Kling |
2020-02-06 | LibGfx: Rename from LibDraw :^) | 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 |
2020-01-17 | Kernel: Add "accept" pledge promise for accepting incoming connections | Andreas Kling |
2020-01-12 | Applications+DevTools+MenuApplets: Drop "unix" pledge when possible | Andreas Kling |