summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI
AgeCommit message (Expand)Author
2020-04-15LibGfx: Don't allow creating bitmaps whose sizes would overflowAndreas Kling
2020-04-14LibGUI: Scroll AbstractView to top on model changeAndreas Kling
2020-04-12LibGUI: Use parrent window icon for MessageBox dialog iconHüseyin ASLITÜRK
2020-04-12LibGUI: Make TableView ignore custom colors for selected rowsAndreas Kling
2020-04-12LibGUI: Remove debug spam in AbstractView::did_update_model()Andreas Kling
2020-04-12LibGUI: Add a way for models to update without invalidating indexesAndreas Kling
2020-04-11LibGUI: Fill whole TableView cells with custom background colorAndreas Kling
2020-04-11LibGUI: Respect Model::Role::BackgroundColorAndreas Kling
2020-04-10LibGUI: Add ColorInput componentHüseyin ASLITÜRK
2020-04-09LibGUI: Keep still-valid indexes in selection after a model updateAndreas Kling
2020-04-07LibGUI: Thumbnail keep the aspect ratio of the original file.VAN BOSSUYT Nicolas
2020-04-07LibGUI: Center the icon in ItemView when smaller than 32px.VAN BOSSUYT Nicolas
2020-04-07Resources: Added filetype icon for object, library, text and unknown.VAN BOSSUYT Nicolas
2020-04-07AK: Allow %m.nf specifier for double/float in printf to set fraction withEmanuel Sprung
2020-04-06LibGUI: Added the new icons to FileSystemModel.VAN BOSSUYT Nicolas
2020-04-06Meta: Add missing copyright headersAndreas Kling
2020-04-06LibGUI: Add remove_tab and on_change to TabWidgetOriko
2020-04-04LibGUI: Add MenuBar::add_menu(name)Andreas Kling
2020-04-04LibGUI: Make GUI::TabWidget::add_tab<T>() return a T&Andreas Kling
2020-04-04LibGUI: Fix CppLexer assertion on incomplete #include statementsAndreas Kling
2020-04-04LibGUI: Move ColorPicker's helper classes fully into ColorPicker.cppAndreas Kling
2020-04-04LibGUI: Add color palette and custom color selection in the ColorPickerHüseyin ASLITÜRK
2020-04-03LibGUI: Clear any hovered index when the cursor leaves an AbstractViewAndreas Kling
2020-03-30LibGUI: Fix index invalidationSergey Bugaev
2020-03-30LibGUI: Brighten icons when hovering items in item viewsAndreas Kling
2020-03-30LibGUI: Brighten buttons when hovering over them :^)Andreas Kling
2020-03-30WindowServer+NotificationServer: Vertical title bar for notificationsAndreas Kling
2020-03-30LibGUI: AboutDialog now inherits the icon of its parent windowTibor Nagy
2020-03-29WindowServer: Use Gfx::ShareableBitmap for SetWindowIconBitmapAndreas Kling
2020-03-29LibGfx+LibIPC: Add Gfx::ShareableBitmap, a bitmap for easy IPC usageAndreas Kling
2020-03-29LibGUI: Make Label::set_icon() take a const Gfx::Bitmap*Andreas Kling
2020-03-29LibGUI: Desktop, add methods for set background color and wallpaper modeHüseyin ASLITÜRK
2020-03-29LibGUI: ComboBox, add "set_selected_index" methodHüseyin ASLITÜRK
2020-03-27LibGUI: Add store(), add() and remove() methods to JsonArrayModelEmanuel Sprung
2020-03-26NotificationServer: Allow showing an icon in notificationsAndreas Kling
2020-03-26LibGUI: Make a new connection to NotificationServer each timeAndreas Kling
2020-03-22WindowServer+LibGUI: Add a way to get notified at display refresh rateAndreas Kling
2020-03-22LibGUI: Allow constructing Variant from FlyStringAndreas Kling
2020-03-22LibGUI: Don't spam WindowServer with SetWindowOverrideCursor messagesAndreas Kling
2020-03-19LibGUI: Remove G prefix from macrosTibor Nagy
2020-03-19LibGUI: Remove friend classes of TextDocumentLineTibor Nagy
2020-03-19LibGUI: Remove remaining G prefixesTibor Nagy
2020-03-18HackStudio: Expand project tree view by defaultOriko
2020-03-16LibGUI: Add a ThemeChange eventOriko
2020-03-16LibGUI: Use themes for syntax highlightingOriko
2020-03-14LibGUI: Highlight new JS tokensOriko
2020-03-13LibGUI: Add missing copyright headersOriko
2020-03-13LibGUI: Add Javascript syntax highlighterOriko
2020-03-13LibGUI: Abstract token pair matchingOriko
2020-03-12HackStudio: Abstract over syntax highlighterOriko