summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/GWindow.cpp
AgeCommit message (Expand)Author
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling
2020-02-06IPCCompiler: Put message classes in the Messages namespaceAndreas Kling
2020-02-06LibGfx: Unpublish Gfx::Point from global namespaceAndreas Kling
2020-02-06LibGfx: Unpublish Gfx::Rect 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-05LibGUI: Don't specify LibC/ for standard includesjoshua stein
2020-02-02LibGUI: Put all classes in the GUI namespace and remove the leading GAndreas Kling
2020-02-02LibCore: Put all classes in the Core namespace and remove the leading CAndreas Kling
2020-02-02LibGUI: Make GAction scoped to its CObject parent (widget or window)Andreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2020-01-04WindowServer+LibGUI: Implement minimizable property to windowsJami Kettunen
2020-01-01AK: Move the userspace SharedBuffer from LibC to AKAndreas Kling
2019-12-29LibCore+LibGUI: Don't fire timers in non-visible windows by defaultAndreas Kling
2019-12-27WindowServer: Use the system theme for the fallback window backgroundAndreas Kling
2019-12-27WindowServer+LibGUI: Mark window bitmaps volatile in occluded windowsAndreas Kling
2019-12-27LibGUI: Remove bitrotted automatic keybinds featureAndreas Kling
2019-12-26LibGUI: Use NeverDestroyed<T> for the global GWindow tablesAndreas Kling
2019-12-26LibGUI+WindowServer: Mark minimized window backing stores as volatileAndreas Kling
2019-12-23WindowServer+LibGUI: Implement basic color themingAndreas Kling
2019-12-20WindowServer+LibGUI: Add data_type and data fields to drag operationsAndreas Kling
2019-12-09LibGUI: Mark the first GWindow back bitmap volatile immediatelyAndreas Kling
2019-12-09LibGUI: Mark window back buffers as volatile while not paintingAndreas Kling
2019-12-09AK: Use size_t for the length of stringsAndreas Kling
2019-12-08LibGUI+WindowServer: Start fleshing out drag&drop functionalityAndreas Kling
2019-12-02WindowServer: Port to the new IPC systemAndreas Kling
2019-11-08LibGUI: Rename GEventLoop.{cpp,h} => GWindowServerConnectionAndreas Kling
2019-10-26LibGUI: Make GWindow drive relayout and do it recursivelyAndreas Kling
2019-10-25LibGUI: Added window creation callback to GApplication/GWindowBrandon Scott
2019-09-22LibCore+LibGUI: Remove GEventLoop and use CEventLoop everywhereAndreas Kling
2019-09-21LibGUI: Get rid of GWindow's destroy-on-close mechanismAndreas Kling
2019-09-21LibGUI: Convert GWidget to ObjectPtrAndreas Kling
2019-09-20LibCore+LibGUI+WindowServer: Make events bubble up through ancestorsAndreas Kling
2019-09-16WindowServer+LibGUI: Allow switching windows in/out of fullscreen modeAndreas Kling
2019-08-27GWindow: Allow clients to prevent close requests from closingAndreas Kling
2019-08-19LibGUI: Implement save_to(JsonObject&) for GWindow and GWidgetAndreas Kling
2019-08-18LibGUI: Let GWindow::set_main_widget() take ownership of the widgetAndreas Kling
2019-08-02LibGUI: Allow setting window icon before show().rhin123
2019-07-29Kernel+ProcessManager: Let processes have an icon and show it in the table.Andreas Kling
2019-07-28WindowServer+LibGUI: Remove old "icon path" way of doing things.Andreas Kling
2019-07-28WindowServer+LibGUI: Pass window icons as shared buffers rather than paths.Andreas Kling
2019-07-23LibGUI: Get rid of GWindow::should_exit_event_loop_on_close().Andreas Kling
2019-07-23LibGUI: Exit the main event loop when the last window is deleted.Andreas Kling
2019-07-18LibDraw: Introduce (formerly known as SharedGraphics.)Andreas Kling
2019-07-18SharedBuffer: Split the creation and share stepsRobin Burchell
2019-07-17LibGUI: Revert GWindowServerConnection to being a singletonRobin Burchell
2019-07-17Port LibGUI to use CIPCClientSideConnectionRobin Burchell
2019-07-08StringView: Rename characters() to characters_without_null_termination().Andreas Kling
2019-07-04Libraries: Create top level directory for libraries.Andreas Kling