summarylogtreecommitdiffstats
path: root/PKGBUILD
AgeCommit message (Collapse)Author
2022-11-16updateQue Quotion
2022-02-16tidy makedepends()Que Quotion
2022-02-16Revamp optdepends, update backgrounmanager removalQue Quotion
2021-09-04ditch msg2Que Quotion
2021-08-28Cleanup and revamp depends, provides, conflictsQue Quotion
2021-04-17Upstream has dropped numbering their library names; transition to ↵Que Quotion
libwingpanel.so
2021-04-17Update for new granite release (6-64)Que Quotion
2020-10-12Add libgranite.so to depends() (no pkgrel bump; no one has this installed ↵Que Quotion
without granite)
2020-09-26Provide libwingpanel-3.0.so; remove nano from makedepends in .SRCINFOQue Quotion
2020-09-23add optional hack (commented out) and drop dependency on nano (wtf?)Que Quotion
2020-09-23Update gala background manager removal patchesQue Quotion
2020-06-20Update minus-backgroundmanager.patch, include (temporary) patch to fix strut ↵Que Quotion
behavior in openbox, actually remove reverse-105c1d0.patch
2020-03-30Deprecate Ayatana indicators, remove more mutter-related codeQue Quotion
2019-11-20Offload animation to panel widgetQue Quotion
2019-10-31Fix bug brought out by GLib.Settings switchover; more upstream updates to ↵Que Quotion
contend with
2019-10-30Catch up to upstream!Que Quotion
2019-03-08Update dependencies again; git version of granite no longer required; make ↵Que Quotion
conflicts() and provides() the same
2019-03-08Update dependencies: cmake -> meson; cogl in depends() rather than makedepends()Que Quotion
2019-03-08There is no longer a problem finding cogl; probably ever since switching to ↵Que Quotion
meson.
2018-12-16So long, and thanks for all the broken builds! (CMake build system removed)Que Quotion
2018-12-02Switch to meson build; update patches to remove gala plugins, etc. from ↵Que Quotion
meson build files
2018-10-30prep for transition to mesonQue Quotion
2018-09-25Standardize pantheon pkgbuildsQue Quotion
2018-09-20Remove mutter dependency; holdover from removed gala dependenciesQue Quotion
2018-09-20But let's go with 3.14 anyway.Que Quotion
2018-09-20Lower libwnck version; according to Valadoc looks like the latest version ↵Que Quotion
needed is 2.20
2018-09-19A little fine tuning; fix stuck panel on unhide from first mouseover after ↵Que Quotion
dodge-hide
2018-09-19Add libwnck3 dependency!Que Quotion
2018-09-19Various improvements:Que Quotion
-Reduce show/hide bouncing on mouse jiggle; looks a little more stable -Simplify dodge code; no need to check window geometry -Remove show/hide delay from dodge, keep for mouseover. -Scrap animate_panel; break update_struts out of update_panel_dimensions -More optimally connect & disconnect triggers; animations more responsive
2018-09-18Stabilize Dodge(-Float) mouseover behavior; streamline show/hide routines; ↵Que Quotion
minor refactoring
2018-09-18Treat fullscreen and maximized as the same thing.Que Quotion
2018-09-18Also check for workspace and viewport changes in "Dodge(-Float)"Que Quotion
2018-09-17Fixes for libwnck dependency; restore original animation speed for "Disabled"Que Quotion
2018-09-17Dodge maximized windows: two new autohide modes.Que Quotion
Dodge avoids the currently focused and maximized window, but appears with struts on mouseover (pushes windows down). Dodge-Float avoids the currently focused and maximized window, but appears without struts on mouseover (hovers over windows). Dodge maximize code imported from Keith Bailey's fork: https://code.launchpad.net/~kbailey4444/wingpanel/dodge-maximize Co-authored-by: Keith Bailey <kbailey4444@gmail.com>
2018-07-03Temporarily reverse upstream commit 105c1d0 to fix missing submenus in ↵Que Quotion
(Ayatana) indicators
2018-06-19Add autohide delay; draw struts after animationQue Quotion
2018-06-17GSettings have recieved the RDNN treatmentQue Quotion
2018-06-04Remove more gala-dependent functions, including drag from panel (kind of ↵Que Quotion
pointless with autohide...) NOTE: it is time to rebuild indicators!
2018-06-04Simplify patching out gala dependent functionsQue Quotion
2018-05-13No more wingpanel-interface? But the patch that deletes non-existing ↵Que Quotion
Utils.vala from here is fine, so why only the patch that removed BackgroundManager.vala fails?
2018-05-13remove old sha256Que Quotion
2018-04-26Specify libdir as 'lib'; because every cmake package is a unique and special ↵Que Quotion
snowflake
2018-04-26Fix broken libdir in pkgconfigQue Quotion
2018-03-10Autohide: fix buggy behavior around indicator edgesQue Quotion
2018-03-07Autohide: make default 'Disabled'Que Quotion
2018-03-07Autohide: See https://github.com/elementary/wingpanel/pull/93Que Quotion
2018-03-04autohide: remove quirky initial draw behaviorsQue Quotion
2018-03-04Don't autohide while indicators are open.Que Quotion
2018-03-04cleanup autohide patch, mess up backgroundmanager removing patch (the ↵Que Quotion
logical thing to do of course)
2018-03-04Add a gsetting for autohide, default offQue Quotion