summaryrefslogtreecommitdiff
path: root/Applications/QuickShow
AgeCommit message (Expand)Author
2020-09-05QuickShow: Allow copying the current bitmap to the clipboard :^)Andreas Kling
2020-08-04QuickShow: Disown child process after spawningAndreas Kling
2020-08-01Applications: Stop setting initial window locationPeter Elliott
2020-07-27LibGfx: Templatize Point, Size, and RectMatthew Olsson
2020-07-16LibWeb: Require parent window argument for MessageBoxTom
2020-07-16LibGUI: Add parent window argument to FilePicker functionsTom
2020-07-04LibGUI: Make GUI::Application a Core::ObjectAndreas Kling
2020-06-29Everywhere: Replace some uses of fork/exec with posix_spawnNico Weber
2020-06-28QuickShow: Fix for zooming with mouse wheel (#2650)Hüseyin ASLITÜRK
2020-06-18QuickShow:If image is larger then window size resize it to fit the imageHüseyin ASLITÜRK
2020-06-18QuickShow: Add a new "Set as desktop wallpaper" action under Image menuHüseyin ASLITÜRK
2020-06-16QuickShow: Add reset zoom action to toolbarHüseyin ASLITÜRK
2020-06-16QuickShow: Switch to full screen mode on double clickHüseyin ASLITÜRK
2020-06-15QuickShow: Use new Bitmap::is_path_a_supported_image_format methodHüseyin ASLITÜRK
2020-06-10LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSizeAndreas Kling
2020-05-14Build: Switch to CMake :^)Sergey Bugaev
2020-04-26 QuickShow: Add gif files to navigation file listHüseyin ASLITÜRK
2020-04-24QuickShow: Properly hide toolbar on toggle actionLinus Groh
2020-04-24QuickShow: Hide toolbar container in fullscreen modeLinus Groh
2020-04-23QuickShow: Draw GUI::Frame parts of QSWidgetAndreas Kling
2020-04-23Applications: Tweak main layout spacing and backgroundAndreas Kling
2020-04-23LibGUI: Add a ToolBarContainer widget and put most ToolBars in oneAndreas Kling
2020-04-21LibGUI: Make MenuBar a Core::ObjectAndreas Kling
2020-04-12QuickShow: Small code edits to fit standardsHüseyin ASLITÜRK
2020-04-12QuickShow: Toolbar for who love to use mouseHüseyin ASLITÜRK
2020-04-12QuickShow: Add Delete actionHüseyin ASLITÜRK
2020-04-12QuickShow: Use Core::ArgsParser to handle parametersHüseyin ASLITÜRK
2020-04-12QuickShow: Add Fullscreen, Zoom options to View menuHüseyin ASLITÜRK
2020-04-12QuickShow: Rotate image left and right, flip vertical and horizontalHüseyin ASLITÜRK
2020-04-12QuickShow: Browse the files in the same folderHüseyin ASLITÜRK
2020-04-06QuickShow: Miscellaneous improvementsTibor Nagy
2020-04-05QuickShow: Use checkerboard background to show transparencyTibor Nagy
2020-04-05QuickShow: Fix crash on startupTibor Nagy
2020-04-04LibGUI: Add MenuBar::add_menu(name)Andreas Kling
2020-03-13Applications: Use "Document - AppName" window title formatTibor Nagy
2020-03-04LibGUI: Use GUI::Window::set_main_widget<WidgetType>() in clientsAndreas Kling
2020-02-23LibGUI: Remove parent parameter to GUI::Widget constructorAndreas Kling
2020-02-23LibGUI: Make GUI::Frame have the 2px sunken container look by defaultAndreas Kling
2020-02-14LibGfx: Add forward declaration headerAndreas Kling
2020-02-14LibGUI: Port the drag&drop code to Core::MimeDataAndreas Kling
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling
2020-02-06LibGfx: Prefer using Gfx::Bitmap::load_from_file instead of load_png()Andreas Kling
2020-02-06LibGfx: Unpublish Gfx::Size from the global namespaceAndreas Kling
2020-02-06LibGfx: Unpublish Gfx::Point from global namespaceAndreas Kling
2020-02-06LibGfx: Rename GraphicsBitmap.{cpp,h} => Bitmap.{cpp,h}Andreas Kling
2020-02-06LibGfx: Rename from LibDraw :^)Andreas 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
2020-01-17Kernel: Add "accept" pledge promise for accepting incoming connectionsAndreas Kling