summaryrefslogtreecommitdiff
path: root/Applications/QuickShow
AgeCommit message (Expand)Author
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
2020-01-12Applications+DevTools+MenuApplets: Drop "unix" pledge when possibleAndreas Kling
2020-01-12QuickShow: Use pledge()Andreas Kling
2019-12-25Build: support library and generator dependenciesjoshua stein
2019-12-20Build: clean up build system, use one shared Makefilejoshua stein
2019-12-20QuickShow: Allow dropping an image file on the QuickShow windowAndreas Kling
2019-12-20QuickShow: Don't disable background fillAndreas Kling
2019-12-09LibGUI: Make GMenu inherit from CObjectAndreas Kling
2019-09-21LibGUI: Convert custom widgets and subclasses to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GWindow to ObjectPtrAndreas Kling
2019-09-14LibGUI: Simplify GCommonActions a bitAndreas Kling
2019-09-05QuickShow: Added GCommonActionsrhin123
2019-07-23LibGUI: Get rid of GWindow::should_exit_event_loop_on_close().Andreas Kling
2019-07-18LibDraw: Introduce (formerly known as SharedGraphics.)Andreas Kling
2019-06-30QuickShow: Make the window background black for a nicer contrast.Andreas Kling