summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI
AgeCommit message (Expand)Author
2020-02-07LibGUI+HackStudio: Move syntax highlighting from HackStudio to LibGUIAndreas Kling
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling
2020-02-06IPCCompiler: Put message classes in the Messages namespaceAndreas Kling
2020-02-06WindowServer: Move classes into WindowServer namespaceAndreas Kling
2020-02-06LibCore: Remove leading C from filenamesAndreas Kling
2020-02-06LibIPC: Remove leading I from filenamesAndreas Kling
2020-02-06LibGUI: Rename {H,V}BoxLayout => {Horizontal,Vertical}BoxLayoutAndreas Kling
2020-02-06LibGUI: Add HorizontalSlider and VerticalSlider convenience classesAndreas Kling
2020-02-06LibGUI: Add HorizontalSplitter and VerticalSplitter convenience classesAndreas 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: 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-05LibIPC: Put all classes in the IPC namespace and remove the leading IAndreas Kling
2020-02-05LibGUI: Don't specify LibC/ for standard includesjoshua stein
2020-02-05LibGUI: Remove unused m_layout_dirtyjoshua 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: Add GHBoxLayout and GVBoxLayout convenience classesAndreas Kling
2020-02-02LibGUI: Save current wallpaper setting to WindowManager.ini.asliturk
2020-02-02LibGUI: Make GAction scoped to its CObject parent (widget or window)Andreas Kling
2020-01-28LibGUI: Only consider starting a drag from an already selected itemSergey Bugaev
2020-01-28LibGUI+FileManager: Try better to detect executablesSergey Bugaev
2020-01-28GFileSystemModel: Don't copy the null-terminator after readlink()Andreas Kling
2020-01-27LibGUI: Fix crash when trying to scroll above the head of the documentAndreas Kling
2020-01-27LibGUI: Add symlink targets as a column in GFileSystemModelAndreas Kling
2020-01-27LibGUI: Have GFileSystemModel use stat instead of lstat for the rootAndreas Kling
2020-01-27LibGUI: Add 64-bit signed integer support to GVariantAndreas Kling
2020-01-24Meta: Claim copyright for files created by meSergey Bugaev
2020-01-23GTextEditor: Create the "go to line" action eagerlyAndreas Kling
2020-01-23GTextEditor: Move "Go to line" feature from HackStudio into GTextEditorAndreas Kling
2020-01-23GTextEditor: Make color of non-highlighted line numbers darkerAndreas Kling
2020-01-23GTextEditor: Disable auto-indentation while pastingAndreas Kling
2020-01-23LibGUI: Give GTextDocument access to the GTextEditor during commandsAndreas Kling
2020-01-23AK: Let's call decrementing reference counts "unref" instead of "deref"Andreas Kling
2020-01-22LibGUI: Rename GAbstractColumnView to GAbstractTableViewSergey Bugaev
2020-01-22LibGUI: Let GModel specify the drag data typeSergey Bugaev
2020-01-22LibGUI: Move most of mouse event handling to GAbstractViewSergey Bugaev
2020-01-22LibGUI: Misc tweaksSergey Bugaev
2020-01-22LibGUI: Move index_at_event_position() up to GAbstractViewSergey Bugaev
2020-01-22LibGUI: Add GItemView::index_at_event_position()Sergey Bugaev
2020-01-22LibGUI: Add GListView::index_at_event_position()Sergey Bugaev
2020-01-21LibGUI: Make GDialog accept escape key press eventsAndreas Kling
2020-01-21LibGUI: GFileSystemModel::index() now survives negative inputsAndreas Kling
2020-01-21LibGUI: Fix missing initializer for GColumnsView::m_model_columnAndreas Kling
2020-01-21LibGUI: Import GColorPicker from the PaintBrush applicationAndreas Kling
2020-01-20LibGUI: Use clamp() is various placesAndreas Kling