summaryrefslogtreecommitdiff
path: root/vcl/unx
AgeCommit message (Expand)Author
2025-01-10cpdb: Print name of the key that was actually setMichael Weghorn
2025-01-10vcl: Make PPDValueType an enum classMichael Weghorn
2025-01-10tdf#146947 - UI: Ability to show/reveal characters being typed intoBalazs Varga
2025-01-10tdf#164420 Fix unselected Check/Radio buttons not following themes in GTKSahil Gautam
2025-01-10Use disable color for disabled controls in GTKSahil Gautam
2025-01-10Set StyleSettings::DisableColor value in GTKSahil Gautam
2025-01-10Use different color for the window and the field in GTKSahil Gautam
2025-01-10Fix menubar back and menu highlight reading black color from the system in GTKSahil Gautam
2025-01-07tdf#164393 ThemeColors refactor part 1Sahil Gautam
2024-12-27tdf#158237: Use C++20 contains() instead of find() and end()Johann
2024-12-26tdf#164393 nicely format gtk-css-declarations for custom themeingSahil Gautam
2024-12-22tdf#152299 - Remove unused define(s) from C/C++ filesBogdan Buzea
2024-12-18tdf#163620 [API CHANGE] Add UI for libreoffice themesSahil Gautam
2024-12-18tdf#163620 [API CHANGE] remove persona/appearance-toggle related codeSahil Gautam
2024-12-17weld: Drop now unused weld::Widget::{g,s}et_grid_*Michael Weghorn
2024-12-17weld: Add weld::Grid to handle grid child positionsMichael Weghorn
2024-12-07weld: Rename weld::Treeview selection signal/connectMichael Weghorn
2024-12-05vcl: Return reference in SalFrame::GetSystemDataMichael Weghorn
2024-12-05vcl: Return reference in SalObject::GetSystemDataMichael Weghorn
2024-12-05gtk4: GtkIconView doesn't have convert_widget_to_bin_window_coordsCaolán McNamara
2024-12-05weld: Add weld::Widget::signal_* methods to call handlersMichael Weghorn
2024-12-04gtk4: Unbreak --enable-gtk4 buildMichael Weghorn
2024-12-04sd: convert sidebar masterpage panels from drawingview to iconviewRashesh
2024-12-02vcl: Add a default SalMenu::GetSystemMenuData implementationMichael Weghorn
2024-12-02loplugin:unnecessaryvirtualNoel Grandin
2024-11-29LibreOffice Theme Part 2: GTK Color CustomizationSahil Gautam
2024-11-28PVS: V612 An unconditional 'break' within a loop.Xisco Fauli
2024-11-27weld: Rename weld::Dialog::{widget -> button}_for_responseMichael Weghorn
2024-11-27weld: Return unique_ptr in weld::Dialog::widget_for_responseMichael Weghorn
2024-11-24tdf#130857 weld: Move Window::set_centered_on_parent to DialogMichael Weghorn
2024-11-22loplugin:unusedmethodsNoel Grandin
2024-11-21use default implementation for drawEPSNoel Grandin
2024-11-20gtk3 a11y: Use OString literalsMichael Weghorn
2024-11-20gtk: Switch param from const char* to const OString&Michael Weghorn
2024-11-20gtk: Let GetCommandForItem return OString instead of char*Michael Weghorn
2024-11-20tdf#155449 gtk3 a11y: Hold reference to the original AtkObjectMichael Weghorn
2024-11-20gtk3 a11y: Simplify gtk3/gtk4 version checkMichael Weghorn
2024-11-20use default implementation for hasFastDrawTransformedBitmapNoel Grandin
2024-11-19Simplify SalGraphicsImpl::InitNoel Grandin
2024-11-19loplugin:passparamsbyrefStephan Bergmann
2024-11-18simplify X11SalGraphics::DeInitNoel Grandin
2024-11-18SalGraphics does not need virtual freeResources()Noel Grandin
2024-11-18tdf#163792 gtk3: Don't always focus combobox when its popup closesMichael Weghorn
2024-11-13loplugin:reftotemp in vclNoel Grandin
2024-11-12clang-tidy: performance-unnecessary-copy-initialization in vclNoel Grandin
2024-11-11vcl: Return unique_ptr in weld::Dialog::weld_content_areaMichael Weghorn
2024-11-11vcl: Return unique_ptr in weld::MessageDialog::weld_message_areaMichael Weghorn
2024-11-10com::sun::star -> cssMike Kaganski
2024-11-08no need to take a copy of the getProcessComponentContext return valueNoel Grandin
2024-11-08tdf#130857 vcl: Move weld::Window::{g,s}et_modal to weld::DialogMichael Weghorn