all repos — tint2 @ acedd4870819832ab39a2eae6d5f996d1930389e

fork of the tint2 desktop panel for my custom setup - only minimized windows across all desktops for the taskbar

Add IDE files
o9000 o9000
commit

acedd4870819832ab39a2eae6d5f996d1930389e

parent

9fd9d5101067bd2dc966bce147243f3451b7df2d

4 files changed, 179 insertions(+), 0 deletions(-)

jump to
A tint2.config

@@ -0,0 +1,4 @@

+// ADD PREDEFINED MACROS HERE! +#define HAVE_RSVG 1 +#define HAVE_SN 1 +#define ENABLE_BATTERY 1
A tint2.creator

@@ -0,0 +1,1 @@

+[General]
A tint2.files

@@ -0,0 +1,152 @@

+doc/tint2.1 +sample/icon_and_text_1.tint2rc +sample/icon_and_text_2.tint2rc +sample/icon_and_text_3.tint2rc +sample/icon_and_text_4.tint2rc +sample/icon_only_1.tint2rc +sample/icon_only_2.tint2rc +sample/icon_only_3.tint2rc +sample/icon_only_4.tint2rc +sample/icon_only_6.tint2rc +sample/icon_only_7.tint2rc +sample/text_only_1.tint2rc +sample/text_only_2.tint2rc +sample/text_only_3.tint2rc +sample/text_only_4.tint2rc +sample/text_only_5.tint2rc +sample/text_only_6.tint2rc +sample/tint2rc +src/battery/battery.c +src/battery/battery.h +src/clock/clock.c +src/clock/clock.h +src/execplugin/execplugin.c +src/execplugin/execplugin.h +src/launcher/launcher.c +src/launcher/launcher.h +src/launcher/xsettings-client.c +src/launcher/xsettings-client.h +src/launcher/xsettings-common.c +src/launcher/xsettings-common.h +src/sysmon/sysmon.c +src/sysmon/sysmon.h +src/systray/systraybar.c +src/systray/systraybar.h +src/taskbar/task.c +src/taskbar/task.h +src/taskbar/taskbar.c +src/taskbar/taskbar.h +src/taskbar/taskbarname.c +src/taskbar/taskbarname.h +src/tint2conf/CMakeLists.txt +src/tint2conf/main.c +src/tint2conf/main.h +src/tint2conf/properties.c +src/tint2conf/properties.h +src/tint2conf/properties_rw.c +src/tint2conf/properties_rw.h +src/tint2conf/taskbar.svg +src/tint2conf/theme_view.c +src/tint2conf/theme_view.h +src/tint2conf/tint2conf.desktop +src/tint2conf/tintwizard.py +src/tooltip/tooltip.c +src/tooltip/tooltip.h +src/util/area.c +src/util/area.h +src/util/blur.c +src/util/blur.h +src/util/common.c +src/util/common.h +src/util/timer.c +src/util/timer.h +src/util/window.c +src/util/window.h +src/config.c +src/config.h +src/panel.c +src/panel.h +src/server.c +src/server.h +src/tint.c +AUTHORS +ChangeLog +CMakeLists.txt +COPYING +default_icon.png +get_svnrev.sh +INSTALL.txt +make_release.sh +README +README.source +src/launcher/apps-common.c +src/launcher/apps-common.h +src/launcher/icon-theme-common.c +src/launcher/icon-theme-common.h +src/util/strnatcmp.c +src/util/strnatcmp.h +get_version.sh +src/battery/battery.c +src/battery/battery.h +src/clock/clock.c +src/clock/clock.h +src/launcher/apps-common.c +src/launcher/apps-common.h +src/launcher/icon-theme-common.c +src/launcher/icon-theme-common.h +src/launcher/launcher.c +src/launcher/launcher.h +src/launcher/xsettings-client.c +src/launcher/xsettings-client.h +src/launcher/xsettings-common.c +src/launcher/xsettings-common.h +src/systray/systraybar.c +src/systray/systraybar.h +src/taskbar/task.c +src/taskbar/task.h +src/taskbar/taskbar.c +src/taskbar/taskbar.h +src/taskbar/taskbarname.c +src/taskbar/taskbarname.h +src/tint2conf/CMakeLists.txt +src/tint2conf/main.c +src/tint2conf/main.h +src/tint2conf/properties.c +src/tint2conf/properties.h +src/tint2conf/properties_rw.c +src/tint2conf/properties_rw.h +src/tint2conf/theme_view.c +src/tint2conf/theme_view.h +src/tint2conf/tint2conf.desktop +src/tint2conf/tint2conf.svg +src/tint2conf/tintwizard.py +src/tooltip/tooltip.c +src/tooltip/tooltip.h +src/util/area.c +src/util/area.h +src/util/common.c +src/util/common.h +src/util/strnatcmp.c +src/util/strnatcmp.h +src/util/timer.c +src/util/timer.h +src/util/window.c +src/util/window.h +src/config.c +src/config.h +src/panel.c +src/panel.h +src/server.c +src/server.h +src/tint.c +po/CMakeLists.txt +po/LINGUAS +po/POTFILES.in +src/tint2conf/po/CMakeLists.txt +src/tint2conf/po/CMakeLists.txt +src/tint2conf/po/fr.po +src/tint2conf/po/tint2conf.pot +src/tint2conf/po/pl.po +src/tint2conf/po/tint2conf.pot +src/freespace/freespace.c +src/freespace/freespace.h
A tint2.includes

@@ -0,0 +1,22 @@

+. +./src +./src/battery +./src/clock +./src/execplugin +./src/launcher +./src/sysmon +./src/systray +./src/taskbar +./src/tint2conf +./src/tooltip +./src/util +/usr/include +/usr/include/gtk-2.0 +/usr/include/glib-2.0 +/usr/include/gdk-pixbuf-2.0 +/usr/include/cairo +/usr/include/pango-1.0 +/usr/include/startup-notification-1.0 +po +src/tint2conf/po +src/freespace