summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI
AgeCommit message (Expand)Author
2020-06-30LibGUI: Update FilePicker location textbox when changing directoryLinus Groh
2020-06-30LibGUI: Only show FilePicker preview pane on demandLinus Groh
2020-06-30LibGUI: Tweak FilePicker layout to remove bottom paddingLinus Groh
2020-06-29LibGUI: Add TextEditor::set_icon()Andreas Kling
2020-06-29LibGUI: SpinBox: update the displayed value when set_range() clamps itBenoît Lormeau
2020-06-27LibGUI: Fix image preview size in FilePicker for large imagesHüseyin ASLITÜRK
2020-06-21LibGUI: Bug fix on GUI::Image when image is nullptrHüseyin ASLITÜRK
2020-06-18LibGUI: Add a new Window::is_maximized methodHüseyin ASLITÜRK
2020-06-18LibGUI: Fix MessageBox width calculation not including the icon widthAndreas Kling
2020-06-18AboutDialog: Replace Label with Image to show banner and app iconHüseyin ASLITÜRK
2020-06-18MessageBox: Replace Label with Image component to show iconsHüseyin ASLITÜRK
2020-06-18FilePicker: Replace Label with Image component to show iconsHüseyin ASLITÜRK
2020-06-18LibGUI: Add a new GUI::Image component for display imagesHüseyin ASLITÜRK
2020-06-17LibGUI: Use Core::File::read_link()Sergey Bugaev
2020-06-16LibGUI: Replace text attribute on KeyEvent with code_point attributeHüseyin ASLITÜRK
2020-06-15LibGUI: Use new Bitmap::is_path_a_supported_image_format methodHüseyin ASLITÜRK
2020-06-15LibGUI: Don't update cursor, if visual data out-of-dateKevin Meyer
2020-06-13AK: JsonParser improvementsMatthew Olsson
2020-06-12AK: Make string-to-number conversion helpers return OptionalAndreas Kling
2020-06-11LibIPC+WindowServer+LibGUI: Detect and highlight unresponsive GUI appsAndreas Kling
2020-06-10LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSizeAndreas Kling
2020-06-07LibGUI: Don't scroll cursor into view while reflows are deferredAndreas Kling
2020-06-07LibJS: Add BigIntLinus Groh
2020-06-07LibJS: Lex and parse regex literals, add RegExp objectsMatthew Olsson
2020-06-07LibGUI: Fix broken clip rect when scrolling a TextEditorAndreas Kling
2020-06-06LibGUI: Fix TextEditor painting glitch after add_clip_rect() changeAndreas Kling
2020-06-04LibGUI: Fix bad KeyEvent::m_key initializer to unbreak SDL2 portAndreas Kling
2020-06-03LibGUI: Add scancode value to KeyEventHüseyin ASLITÜRK
2020-06-03LibGUI: Add save action to CommonActions listHüseyin ASLITÜRK
2020-06-01LibGUI: Tweak AboutDialog a bit, remove big Buggie from system variantAndreas Kling
2020-05-30WindowServer+LibGUI: Add per-window progressAndreas Kling
2020-05-30LibGUI+HackStudio: Fix cursor appearance and crash while debuggingFalseHonesty
2020-05-29LibGUI: Fix cursor being out of view after typingFalseHonesty
2020-05-29LibGUI: Fix TextEditor crashing when selecting a blank lineFalseHonesty
2020-05-29Meta: Add a script check the presence of "#pragma once" in header filesEmanuele Torre
2020-05-28LibGUI: Don't show big Buggie in app about dialogsAndreas Kling
2020-05-27LibGUI: Add up & down arrow hooks and input history to TextBoxFalseHonesty
2020-05-27LibGUI: Defer line reflow during text insertionAndreas Kling
2020-05-27LibGUI: Make TextEditor::select_all() move the cursor to document headAndreas Kling
2020-05-27LibGUI, About: Implement system-wide W2k-esque About dialogNick Vella
2020-05-27LibGUI: Change GUI::KeyEvent::key() type to KeyCodeSergey Bugaev
2020-05-26AK: Rename FileSystemPath -> LexicalPathSergey Bugaev
2020-05-25LibGUI: Add flag to TextDocument's word break locator methodsFalseHonesty
2020-05-24LibGUI: Use word breaks to intelligently navigate a TextEditorFalseHonesty
2020-05-24LibGUI: Add word break locator methods to TextDocumentFalseHonesty
2020-05-23LibGUI: Improve double click selection on documents without spansFalseHonesty
2020-05-22LibGUI: Add hook when a context menu is requested on a buttonFalseHonesty
2020-05-21LibGUI: Add hook when a context menu is requested on a tabFalseHonesty
2020-05-21LibGUI: Fix view column auto-sizing of icon-only columnsAndreas Kling
2020-05-21LibGUI: Remove Model::row_name() since nothing used itAndreas Kling