1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-09-29 13:39:10 +00:00
Commit Graph

3773 Commits

Author SHA1 Message Date
Brenden Matthews
b4cad9a3f7 Improve search index, index page, add wiki link. 2022-10-01 20:06:19 -04:00
Brenden Matthews
1549d7dcce
Fix action name, sync labels. 2022-10-01 18:31:09 -05:00
Brenden Matthews
f39723fc1f Make search transitions less annoying. 2022-10-01 19:29:29 -04:00
Brenden Matthews
ca55666d1d Only close dialogue after selection. 2022-10-01 19:29:29 -04:00
Brenden Matthews
34a0040d27 Add search keyboard shortcut. 2022-10-01 18:47:01 -04:00
François Revol
e992f83a1d Reset selected_font after drawing shades/outline
Fixes #828.

The font wasn't reset after drawing the shades, so the text was drawn
with the last selected font as default font.
2022-10-01 23:49:52 +02:00
Brenden Matthews
6f5a74c903 Add fuzzy search to web docs. 2022-10-01 17:45:31 -04:00
Brenden Matthews
7f47b5f94e
Fix labeler path. 2022-10-01 16:35:28 -05:00
Brenden Matthews
08d03cc7a2
Add labeler workflow. 2022-09-30 17:43:13 -05:00
Brenden Matthews
5d22723937 Refactor docs. 2022-09-30 18:21:24 -04:00
Brenden Matthews
d80e9832a0 Add nav thing, fix fonts, docs. 2022-09-30 18:21:24 -04:00
Brenden Matthews
46263caf6a Doc fixes, remove cmake docbook stuff. 2022-09-30 18:21:24 -04:00
Brenden Matthews
bd5bc2c6f4 wip 2022-09-30 18:21:24 -04:00
Brenden Matthews
7ee2a92fe7 Adjust fonts. 2022-09-30 18:21:24 -04:00
Brenden Matthews
a7696b1ca6 Refactor doc component, update doc docs. 2022-09-30 18:21:24 -04:00
Brenden Matthews
9ce453e148 Add a bit of documentation about the docs. 2022-09-30 18:21:24 -04:00
Brenden Matthews
47ad3f9982 Refactor docs, make a new website.
* Docs have been migrated from docbook to yaml + jinja2 + pandoc
* Created a new (basic) website for docs based on React + Tailwinds
2022-09-30 18:21:24 -04:00
Gene Carlson
fc8d778435 Replace atoi and atol with strtol (most files). 2022-09-25 18:24:03 -04:00
Gene Carlson
37c68318db core.cc: Remove a redundant condition for cpugovernor. 2022-09-24 12:05:09 -04:00
Gene Carlson
9eb075d8dc Use strtol in preference to atoi for cpugovernor. 2022-09-24 12:05:09 -04:00
Gene Carlson
bebf3f2bef Linux: show the scaling governor with $cpugovernor. 2022-09-24 12:05:09 -04:00
Gene Carlson
5467287613 Linux: add a variable free_bufcache for reporting buffers+cache as reported by free. 2022-09-23 09:32:02 -04:00
Gene Carlson
be82b6f14d Linux: enable displaying shmem and memavail as variables. 2022-09-23 09:32:02 -04:00
Guido Falsi
65890ea21d Avoid referencing underfined symbol
When building without ncurses out_to_ncurses is not defined. It is also not needed to check for ncurses if it is not compiled in.
2022-09-20 09:44:31 -04:00
Brenden Matthews
21dc2ca0b8
This should be max, not min. 2022-09-20 00:25:09 -05:00
Brenden Matthews
c6cbd61faf
Update README.md 2022-09-19 12:14:41 -04:00
Brenden Matthews
3083f1a383
This does nothing. 2022-09-19 10:57:10 -05:00
Brenden Matthews
0af9a609be
Some fonts might treat spaces as 0 width.
Fixes #1173.
2022-09-19 10:45:33 -05:00
Brenden Matthews
9654dcca69
Switch release discussion category. 2022-09-19 10:16:35 -05:00
Brenden Matthews
27d521ff52
Bump version. 2022-09-19 09:58:47 -05:00
Brenden Matthews
52033d13f4
Check display before free.
Should fix #1203.
2022-09-19 09:47:02 -05:00
kistlin
5a2a1470b2 possible fix for brndnmtthws/conky#1165 2022-09-13 17:05:49 -04:00
François Revol
f678e48900 Add syntax keyword for http_port config setting 2022-09-12 20:53:41 +02:00
Brenden Matthews
8efbef5ef9
Fix names here too. 2022-09-12 13:21:10 -05:00
Brenden Matthews
30dc265686
Use proper names for artifacts. 2022-09-12 13:20:18 -05:00
Brenden Matthews
a73e6bcc0d
Add sha256sum for appimage artifact. 2022-09-12 13:15:12 -05:00
Brenden Matthews
415c577823
Update release action. 2022-09-12 11:18:45 -05:00
François Revol
475b859e3f Add an http_port config setting
This should help with #1061.

Also added a warning about the default port being blocked by browsers.
2022-09-11 12:18:36 +02:00
Brenden Matthews
eaa7abc542
Drop gitlab CI. 2022-09-10 13:54:17 -05:00
François Revol
15f6f2781c Add TODO for the gui-backends branch 2022-09-10 20:39:11 +02:00
François Revol
80e063ef80 Fix crash when no display output is enabled 2022-09-10 20:39:11 +02:00
François Revol
7cf80d5948 Work around linker missing objects when building tests
Since we rely on a global object ctor to add a display output to the
list, it is not referenced from anywhere else, so does not get linked in
when building tests since most objects are pulled from a static library.

Another option would be to use --whole-archive to link to it.
2022-09-10 20:39:11 +02:00
François Revol
5b22723a3b Fix warnings
unused paramaters and (un)signed comparison mostly.
2022-09-10 20:39:11 +02:00
François Revol
e721119f04 Update copyright, authors.
Backported from 308f2cb8ea
2022-09-10 20:39:11 +02:00
François Revol
9a710fe17f display: fix logging 2022-09-10 20:39:11 +02:00
François Revol
568de329ef Move X11 font stuff to display-x11 2022-09-10 20:39:11 +02:00
François Revol
281097a2a5 move X11 stuff from conky.cc to display-x11
Still some things to sort out, but seems to work.

A lot of variables and calls had to be made non-static.
2022-09-10 20:39:11 +02:00
François Revol
e97be17f7f move file output to a separate display-file 2022-09-10 20:39:11 +02:00
François Revol
5c389ecdb5 add display accessors
we want to be able to access either all outputs, or the currently
selected one (if any, else return the top one, which ought to be the GUI
one if we have one).
2022-09-10 20:39:11 +02:00
François Revol
1c5198bccd proper console display (move code out of conky.cc) 2022-09-10 20:39:11 +02:00