aboutsummarylogtreecommitdiffstats
path: root/README.md
AgeCommit message (Collapse)Author
2019-05-14Update READMETomasz Gąsior
This is probably my last commit here. After two years with mushroomed gtk3 it's time to say – goodbye!
2019-03-13Update GTK & disable too large menu patchTomasz Gąsior
This commit disables "fixes__too-large-menu-covers-bar" patch. It's incompatible with recent changes in GTK source code and I won't update it because I don't use this package anymore. Also, this patch is hacky and unstable so it will be kept disabled until someone will make it more stable.
2019-03-03README: looking for maintainerTomasz Gąsior
2019-01-14Update GTKTomasz Gąsior
Remove tray icons patch, bug fixed by upstream.
2018-09-22Patchset update.Tomasz Gąsior
- Update places sidebar patch: add "Networks" button as replacement of "Other locations" functionality. - Introduce patch for tray icons problems in Awesome and i3wm. - Add small patch for hiding XFCE errors about "inhibit" method.
2018-07-17Patches update.Tomasz Gąsior
- Menu bar fix corrected. Now it does not break submenus in some cases. - Window background fix removed. It's unneeded now. - Properly apply upstream patches for transparent window background. Add missing second patch from upstream. Fixes problems in i3wm and Awesome.
2018-06-01Window background patch fixed.Tomasz Gąsior
- Window background patch is activated only when window manager does not support client side shadows. This change fixes bug in Awesome and i3 wm-s. It's temporary fix.
2018-05-31CSDs enabled on Wayland.Tomasz Gąsior
- Now it's possible to disable CSDs only on Xorg. Using gtk3-mushrooms with GNOME on Wayland is safe. - Additional CSS styles added for cleaning headerbars with forced server side decoration. - "fixes__window-background" restored (only for users without composition). - README updated.
2018-05-25Useless patches removed, labels patch.Tomasz Gąsior
— "popovers__menu-button" patch removed, caused errors (in Evince and GNOME MPV for example). — "fixes__window-background" patch removed, bug fixed in upstream better way. — "fixes__labels-wrapping" patch added, fixes too wide windows in apps badly ported from GTK2.
2018-04-19GTK updated.Tomasz Gąsior
2018-03-18Compile Broadway backend.Tomasz Gąsior
Compiling gtk3 without Broadway backend breaks compatibility with some packages from Arch Linux's official repositories, spice-gtk for example.
2018-03-13Package updated.Tomasz Gąsior
- GTK updated. - File chooser's single click patch removed. Problem fixed in upstream. https://github.com/GNOME/gtk/commit/f0d5b9561b83599538f70df80d7b6c7abf1a4d04 - "Insert emoji" patch works better.
2018-01-21Too large menu fix.Tomasz Gąsior
If menu is too large, menu bar is covered by popup menu.
2017-12-27Message dialogs classic appearance.Tomasz Gąsior
- "Insert emoji" and CSS `:backdrop` are disabled by default. - GNOME servers are used to download source code again.
2017-09-20Reorganized structure of package.Tomasz Gąsior
2017-09-17Patch updated.Tomasz Gąsior
- "no-at-bridge" patch renamed to "atk-bridge-errors". Currently it's possible to use Orca reader or other assistive technologies with my patch. ATK bridge integration isn't disabled, errors are hidden. - Classic context menu instead of popovers is used in menu buttons only if GTK_CSD environment variable is other than "1".
2017-09-13Patch updated.Tomasz Gąsior
- Window background is rendered with proper color instead of black. - Added ability to enable invisible scrollbars disabled by default.
2017-08-27File chooser changes, other improvements.Tomasz Gąsior
- Unneeded dependences and makedepends removed form PKGBUILD. - REAMDE.md updated. - Dropped support of custom stylesheet for HighContrast theme. - Improved custom stylesheet for Adwaita theme: buttons are smaller, dotted lines in scrolled windows are hidden, file chooser looks better. - Patch of file chooser typeahead feature improved. Now it is possible to use default GTK recursive search engine by Alt+S shortcut. - Better patch of print dialog appearance. Now print dialog appearance exactly match to other dialogs. - Simplification of file chooser icons patch. "-gtk-icon-style: regular" CSS property is used.
2017-07-30A lot of changes.Tomasz Gąsior
- Added ability to enable CSDs by GTK_CSD=0 or GTK_CSD=1 environment variable. - Changed icons of context menus in file chooser dialog to match old GTK2 file chooser and Caja places sidebar (because Caja is a fork of old Nautilus). - Disabled integration with GNOME assistive technologies by default to avoid errors in console output. - Structure of PKGBUILD and paches refactored. - gtk3-widget-factory application restored. - Files of original ArchLinux GTK3 package moved away.
2017-07-11Context menus instead of popovers.Tomasz Gąsior
- Context menus of file chooser dialog and color chooser dialog are not displayed as popovers. - Icons patches updated.
2017-07-04New icons patch, titlebar patch updated.Tomasz Gąsior
- Headerbar patch updated. Title and subtitle are removed from headerbar and moved to native titlebar. - Context menu of labels and entry fields have icons.
2017-06-20Recently files reenabled. CWD default in file chooser.Tomasz Gąsior
- Recently files feature is enabled now. - Default view in file chooser is changed from "recent" to "cwd". - "smaller-adwaita.css" stylesheed is appended also to HighContrast themes.
2017-06-19Project files updated.Tomasz Gąsior
2017-06-06Small update.Tomasz Gąsior
- Wayland backend reenabled in PKGBUILD. - Checking whether compile workaround works in PKGBUILD. - "smaller-adwaita.css" stylesheet updated.
2017-06-03Fix of CUPS support in print dialog.Tomasz Gąsior
2017-06-03Project files updated.Tomasz Gąsior
2017-05-13Files update.Tomasz Gąsior
- create-patch.sh added.
2017-04-18Initial.Tomasz Gąsior