Revīziju vēsture

Autors SHA1 Ziņojums Datums
  Andreas Kling 0f3e57a6fb LibGUI: Use GUI::Window::set_main_widget<WidgetType>() in clients 5 gadi atpakaļ
  Andreas Kling ee3811dee8 TextEditor: Pledge "thread" since it's needed by GUI::FilePicker 5 gadi atpakaļ
  Andreas Kling 3fe2640c8c LibGfx: Add forward declaration header 5 gadi atpakaļ
  Andreas Kling 5c06c32df4 LibGfx: Prefer using Gfx::Bitmap::load_from_file instead of load_png() 5 gadi atpakaļ
  Andreas Kling 9ac94d393e LibGfx: Rename from LibDraw :^) 5 gadi atpakaļ
  Andreas Kling 11580babbf LibDraw: Put all classes in the Gfx namespace 5 gadi atpakaļ
  Andreas Kling c5bd9d4ed1 LibGUI: Put all classes in the GUI namespace and remove the leading G 5 gadi atpakaļ
  Andreas Kling 94ca55cefd Meta: Add license header to source files 5 gadi atpakaļ
  Andreas Kling 26a31c7efb Kernel: Add "accept" pledge promise for accepting incoming connections 5 gadi atpakaļ
  Andreas Kling f813bb52a2 Applications+DevTools+MenuApplets: Drop "unix" pledge when possible 5 gadi atpakaļ
  Andreas Kling 2067c003ff TextEditor: Use pledge() 5 gadi atpakaļ
  Andreas Kling f8703d44cc TextEditor: Focus the editor widget on startup 5 gadi atpakaļ
  Andreas Kling defafd72bc LibGUI: Convert custom widgets and subclasses to ObjectPtr 5 gadi atpakaļ
  Andreas Kling 7584480f62 LibGUI: Convert GWindow to ObjectPtr 5 gadi atpakaļ
  Andreas Kling b1763238d7 TextEditor: Ask the user before closing a dirty (modified) document 5 gadi atpakaļ
  Andreas Kling 841b2e5d13 WindowServer+LibGUI: Pass window icons as shared buffers rather than paths. 6 gadi atpakaļ
  Andreas Kling 72a3f69df7 LibGUI: Get rid of GWindow::should_exit_event_loop_on_close(). 6 gadi atpakaļ
  rhin123 9724d540b6 TextEditor: Show window icon 6 gadi atpakaļ
  rhin123 1bcf3968f2 TextEditor: Show window after text_widget loads 6 gadi atpakaļ
  Rhin d7b836858e TextEditor: Move the application UI into a dedicated TextEditorWidget. (#292) 6 gadi atpakaļ
  Andreas Kling 323704c851 TextEditor: Remove use of copy_ref(). 6 gadi atpakaļ
  Andreas Kling fd604a7c68 Applications: Run clang-format on everything. 6 gadi atpakaļ
  Robin Burchell 1024dfa81a StringViewize a bunch of things -- mostly LibGUI 6 gadi atpakaļ
  Andreas Kling 4040c6137d TextEditor: Fix window title when starting with an empty document. 6 gadi atpakaļ
  Andreas Kling b311257098 Applications: Let's put spaces in app names 6 gadi atpakaļ
  faissaloo 6ac8aab941 GFilePicker: Return paths as FileSystemPath rather than String 6 gadi atpakaļ
  Robin Burchell cef161c2bc TextEditor: Make use of GFilePicker to select a file to open 6 gadi atpakaļ
  Andreas Kling ab42180e83 Fix some more victims of the new default layout spacing. 6 gadi atpakaļ
  Andreas Kling 71770e000b GTextEditor: Add very basic automatic indentation. 6 gadi atpakaļ
  Andreas Kling 4bea3a4aa6 GTextEditor: Turn off the ruler by default. 6 gadi atpakaļ