1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-14 12:41:00 +00:00
serenity/Applications/Browser
thankyouverycool b2783a234a LibGUI: Use enum for TextEditor modes & add new DisplayOnly mode
Adds a new, more restrictive read-only state to TextEditor which
forbids copying, selecting, editor cursors, and context menus.
Provides a unique appearance on focus which accomodates ComboBox
widgets. All TextEditor modes are now accessed by enum and
set_mode() which sets the editor to Editable, ReadOnly or
DisplayOnly. Updates applications still using set_readonly().
2020-07-15 13:19:44 +02:00
..
BookmarksBarWidget.cpp LibGUI: Add ModelClient abstract class and allow registering clients 2020-07-13 19:49:34 +02:00
BookmarksBarWidget.h LibGUI: Add ModelClient abstract class and allow registering clients 2020-07-13 19:49:34 +02:00
BrowserConsoleClient.cpp LibJS: Move Interpreter::get_trace() to ConsoleClient 2020-06-02 15:22:34 +02:00
BrowserConsoleClient.h Meta: Add a script check the presence of "#pragma once" in header files 2020-05-29 07:59:45 +02:00
CMakeLists.txt Browser: Simplify the History class and fix back/forward history push 2020-07-07 15:09:26 +02:00
ConsoleWidget.cpp LibJS: Make more Interpreter functions take a GlobalObject& 2020-06-08 21:25:16 +02:00
ConsoleWidget.h Meta: Add a script check the presence of "#pragma once" in header files 2020-05-29 07:59:45 +02:00
DownloadWidget.cpp DownloadWidget: Use GUI::Image instead of Label to show image 2020-06-18 16:35:57 +02:00
DownloadWidget.h LibProtocol: Pass response headers in a case insensitive HashMap 2020-05-10 22:32:12 +02:00
History.cpp Browser: Simplify the History class and fix back/forward history push 2020-07-07 15:09:26 +02:00
History.h Browser: Simplify the History class and fix back/forward history push 2020-07-07 15:09:26 +02:00
InspectorWidget.cpp Browser: Don't crash when inspecting an anonymous LayoutNode 2020-07-03 21:34:12 +02:00
InspectorWidget.h LibWeb+Browser: Add a barebones LayoutTreeModel to the inspector window 2020-06-12 22:30:11 +02:00
main.cpp Browser: Add a way to start Browser in multi-process mode :^) 2020-07-06 21:50:45 +02:00
Tab.cpp LibGUI: Use enum for TextEditor modes & add new DisplayOnly mode 2020-07-15 13:19:44 +02:00
Tab.h Browser: Simplify the History class and fix back/forward history push 2020-07-07 15:09:26 +02:00
WindowActions.cpp Browser: Add missing copyright header to WindowActions.{cpp,h} 2020-05-09 23:45:16 +02:00
WindowActions.h Browser: Add missing copyright header to WindowActions.{cpp,h} 2020-05-09 23:45:16 +02:00