Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 03-May-2022 | - | ||||
common/ | H | 03-May-2022 | - | 1,627 | 1,177 | |
docs/ | H | 03-May-2022 | - | 2,633 | 2,273 | |
icons/ | H | 03-May-2022 | - | 4,678 | 4,118 | |
libxfce4panel/ | H | 03-May-2022 | - | 9,605 | 5,935 | |
m4/ | H | 06-May-2021 | - | 245 | 211 | |
migrate/ | H | 03-May-2022 | - | 2,004 | 1,610 | |
panel/ | H | 03-May-2022 | - | 23,453 | 17,107 | |
plugins/ | H | 03-May-2022 | - | 52,393 | 40,889 | |
po/ | H | 06-May-2021 | - | 133,657 | 104,999 | |
wrapper/ | H | 03-May-2022 | - | 1,979 | 1,473 | |
AUTHORS | H A D | 05-May-2021 | 65 | 3 | 2 | |
COPYING | H A D | 08-Aug-2015 | 17.6 KiB | 340 | 281 | |
COPYING.LIB | H A D | 08-Aug-2015 | 25.8 KiB | |||
ChangeLog | H A D | 06-May-2021 | 1.2 MiB | 39,881 | 25,034 | |
INSTALL | H A D | 28-Aug-2020 | 15.4 KiB | 369 | 287 | |
Makefile.am | H A D | 10-Dec-2020 | 1.2 KiB | 58 | 45 | |
Makefile.in | H A D | 03-May-2022 | 33 KiB | 1,057 | 946 | |
NEWS | H A D | 06-May-2021 | 49.3 KiB | 1,105 | 1,044 | |
README.md | H A D | 02-Nov-2020 | 1.3 KiB | 52 | 31 | |
THANKS | H A D | 08-Aug-2015 | 259 | 9 | 6 | |
aclocal.m4 | H A D | 06-May-2021 | 435.5 KiB | 12,211 | 11,008 | |
compile | H A D | 06-May-2021 | 7.2 KiB | 349 | 259 | |
config.guess | H A D | 06-May-2021 | 43.2 KiB | 1,481 | 1,288 | |
config.h.in | H A D | 06-May-2021 | 4.3 KiB | 171 | 120 | |
config.sub | H A D | 06-May-2021 | 35.3 KiB | 1,802 | 1,661 | |
configure | H A D | 06-May-2021 | 647.5 KiB | 21,991 | 18,268 | |
configure.ac | H A D | 06-May-2021 | 10.4 KiB | 306 | 272 | |
depcomp | H A D | 06-May-2021 | 23 KiB | 792 | 502 | |
gtk-doc.make | H A D | 06-May-2021 | 10.5 KiB | 322 | 275 | |
install-sh | H A D | 06-May-2021 | 15 KiB | 519 | 337 | |
intltool-extract.in | H A D | 06-May-2021 | 0 | |||
intltool-merge.in | H A D | 06-May-2021 | 0 | |||
intltool-update.in | H A D | 06-May-2021 | 0 | |||
ltmain.sh | H A D | 06-May-2021 | 319.6 KiB | 11,252 | 8,044 | |
missing | H A D | 06-May-2021 | 6.7 KiB | 216 | 143 | |
panel-desktop-handler.desktop.in | H A D | 08-Aug-2015 | 302 | 11 | 10 | |
panel-preferences.desktop.in | H A D | 21-Aug-2020 | 495 | 16 | 15 | |
test-driver | H A D | 06-May-2021 | 4.5 KiB | 149 | 87 |
README.md
1[![License](https://img.shields.io/badge/License-GPL%20v2-blue.svg)](https://gitlab.xfce.org/xfce/xfce4-panel/-/blob/master/COPYING) 2 3# xfce4-panel 4 5 6The Xfce Panel is part of the Xfce Desktop Environment and features 7application launchers, panel menus, a workspace switcher and more. Many 8aspects of the panel can be configured through the GUI, but also by GTK+ 9style properties and hidden Xfconf settings. 10 11---- 12 13### Homepage 14 15[Xfce4-panel documentation](https://docs.xfce.org/xfce/xfce4-panel/start) 16 17### Changelog 18 19See [NEWS](https://gitlab.xfce.org/xfce/xfce4-panel/-/blob/master/NEWS) for details on changes and fixes made in the current release. 20 21### Source Code Repository 22 23[Xfce4-panel source code](https://gitlab.xfce.org/xfce/xfce4-panel) 24 25### Download a Release Tarball 26 27[Xfce4-panel archive](https://archive.xfce.org/src/xfce/xfce4-panel) 28 or 29[Xfce4-panel tags](https://gitlab.xfce.org/xfce/xfce4-panel/-/tags) 30 31### Installation 32 33From source: 34 35 % cd xfce4-panel 36 % ./autogen.sh 37 % make 38 % make install 39 40From release tarball: 41 42 % tar xf xfce4-panel-<version>.tar.bz2 43 % cd xfce4-panel-<version> 44 % ./configure 45 % make 46 % make install 47 48### Reporting Bugs 49 50Visit the [reporting bugs](https://docs.xfce.org/xfce/xfce4-panel/bugs) page to view currently open bug reports and instructions on reporting new bugs or submitting bugfixes. 51 52