496f26afd9
hack some stuff to get only minimized windows, across all desktops
2023-03-07 23:05:46 -07:00
Chris Lee
f3aa2ef0c6
freeze code
2022-01-31 18:01:29 +00:00
Chris Lee
60734e0151
changelog for new feature
2021-12-12 02:38:23 +01:00
Chris
646dc4cb46
Merge branch 'refresh-execp-more' into 'master'
...
Completed refresh-execp
See merge request o9000/tint2!46
2021-12-12 01:29:15 +00:00
Arash Rohani
57dff2aad3
Completed refresh-execp
2021-12-12 01:29:15 +00:00
Chris Lee
f8f9c18cef
Release 17.0.2
2021-12-04 10:46:45 +01:00
Chris Lee
56bccf2b4f
Update changelog
2021-12-04 10:45:36 +01:00
Chris Lee
ec4eccd769
Add tint2-send to cmake
2021-11-21 01:23:39 +01:00
Chris Lee
2ed026ba32
Attempt to fix get window monitor
2021-11-14 10:24:14 +01:00
Chris
a4996c84bd
Update .gitlab-ci.yml file
2021-06-27 23:47:21 +00:00
Chris Lee
7b42055a20
add ci pipeline
2021-06-28 01:25:46 +02:00
Chris Lee
f628cba966
Release 17.0.1
2021-05-29 11:24:56 +02:00
Chris Lee
a922884485
update changelog
2021-05-01 19:16:51 +02:00
Chris Lee
66a6238014
fix crash in single-monitor execp
2021-05-01 19:15:38 +02:00
Chris Lee
5e8c65b87e
remove useless fsync
2021-05-01 19:12:28 +02:00
Chris Lee
7737edff47
Release 17.0
2021-04-18 19:43:11 -07:00
Chris Lee
b7e7743b21
update changelog
2021-04-18 19:42:58 -07:00
Chris Lee
7232feee5a
fix incorrect timeout microsecond computation
2021-04-14 23:38:36 +02:00
Chris
6b127f9661
Merge branch 'imlib-leak' into 'master'
...
Fix imlib image leak
Closes #704
See merge request o9000/tint2!39
2021-03-23 23:00:58 +00:00
Adam M. Trofa
e2641092b8
Fix imlib image leak
...
Double-adding the image caused imlib's reference count to increment
twice, requiring us to free it twice to actually release the cached
image, but we only ever free it once.
Fixes #704 , likely #721 (leak is not present with -DENABLE_RSVG=OFF),
possibly #650 based on connection to execp, maybe others since this was
introduced nearly 6 years ago in 1d02b858
in launcher-specific code.
2021-03-19 19:44:25 -04:00
Chris Lee
49e7f54d2f
preserve item order when skipping executors #799
2021-02-25 00:01:39 +01:00
Chris Lee
0f00212c58
add execp_monitor config #799
2021-02-24 22:08:20 +01:00
Chris Lee
dba0e66646
add scrollbars to fix issue #796
2021-01-26 23:15:51 +01:00
Chris Lee
2ed7ecb08d
revert change to cmakefile
2021-01-04 22:21:50 +01:00
Chris Lee
f9cb16a0f0
attempt to port to gtk3
2021-01-04 22:06:31 +01:00
Chris Lee
06bcb3f2da
attempt to fix #786
2021-01-02 23:22:22 +01:00
Chris
03b86f5f2c
Merge branch 'big_icon_crash' into 'master'
...
Fix crashing when a window icon is large
See merge request o9000/tint2!35
2020-12-24 18:14:26 +00:00
Chris
b56147efb7
Merge branch 'executor-example-memusage' into 'master'
...
Enhanced example for memusage executor
Closes #787
See merge request o9000/tint2!38
2020-12-24 18:10:22 +00:00
Nikita Zlobin
ca3588cab0
Improve network bandwidth executor example too (stdbuf -oL)
...
If memusage example got stdbuf -oL awk, why further examples
can't use same?
2020-12-24 00:25:41 +05:00
Nikita Zlobin
795302fbaf
More reasonable comment about stdbuf -oL
2020-12-24 00:22:48 +05:00
Nikita Zlobin
60ee870ae5
Oops, avoid gawk coprocess extension
2020-12-24 00:16:00 +05:00
Nikita Zlobin
975149642f
Use numfmt to get back human output in memory usage executor
2020-12-05 23:48:33 +05:00
Nikita Zlobin
bba945b3b9
Enhanced example for memory usage executor, sync for all docs
...
It seems, html help already had one free instance with -s option for persistance,
though still used inner non-persistant chain for humanized output.
2020-11-30 13:00:21 +05:00
Chris Lee
5b3f9c4662
fix help message
2020-06-27 13:55:55 +00:00
Chris Lee
3bdb0e03f2
#643 Hide/unhide programatically
2020-06-27 12:02:00 +00:00
santouits
27a8ea013e
Fix crashing when a window icon is large
...
If an icon of a window is large tint2 crashes with segmentation fault, I guess because of stack overflow. This changes the allocation of icon_data from stack to heap.
2019-10-29 21:22:23 +02:00
Chris Lee
78313502d3
Release 16.7
2019-07-14 23:15:40 -07:00
Chris Lee
3eae1ba912
fix release script
2019-07-14 23:15:01 -07:00
Chris Lee
22ce7c5427
Remove debug code from release mode
2019-07-12 22:47:07 -07:00
Chris Lee
784edaccd2
Expand leading tilde in icon paths ( fixes #743 )
2019-06-02 22:08:20 +02:00
Chris Lee
b9c313cd18
add script to compile dependencies
2019-04-28 19:24:51 +02:00
Chris Lee
10723b1db5
workaround broken battery blink with intel gpu
2019-03-09 12:51:33 +01:00
Chris Lee
89c02d3912
use simpler battery blink method
2019-03-09 12:33:52 +01:00
Chris Lee
da75999832
add env var to debug battery blink
2019-03-09 12:29:31 +01:00
Chris Lee
bff1a337f3
Revert "do not draw text with cairo directly on xlib pixmap (workaround for intel graphics bug, see emacs implementation) (issue #731 , issue #732 )"
...
This reverts commit e1211a929f
.
2019-03-09 12:23:41 +01:00
Chris Lee
2f372364f0
disable glib slice allocator
2019-03-04 03:42:53 +01:00
Chris Lee
a83e057414
update changelog
2019-03-03 23:16:33 +01:00
Chris Lee
7f070b4f45
Battery percentage without % sign ( #730 )
2019-03-03 23:13:40 +01:00
Chris Lee
a859727ff3
more detailed logging for thumbnails
2019-03-03 22:48:47 +01:00
Chris Lee
6c36f79aae
enable shared memory method of getting window screenshot
2019-03-03 01:46:59 +01:00