aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Prefer ,##__VA_ARGS over __VA_OPT__(.)HEAD0.72masterDavid Phillips2021-01-04
| | | | | | | __VA_OPT__ is not well supported by compilers other than gcc (see clang), most likely as it is not yet standardised, and appears much newer than ,##. Even though ,## is not standardised either, it is more likely to be supported by a given compiler.
* Avoid duplicate definition of global default variablesfooxax2020-12-13
| | | | | | | | With GCC 10 several things got changed. One of the things is the -fno-common default which prevented the code to link cause of multiple definition issues. Declared the variables extern and defined them in c-file to avoid the linker error. Details can be found here: https://gcc.gnu.org/gcc-10/porting_to.html
* Add missing harfbuzz include dir to search path.David Phillips2019-10-09
| | | | | | It appears that Arch Linux has either moved harfbuzz headers, or is newly depending on harbuzz from pango. This patch includes the harfbuzz include dir in CFLAGS.
* Re-add debug macro, short circuit icon logicDavid Phillips2019-03-03
|
* Update copyright dateDavid Phillips2018-06-20
|
* More clearly attribute Devin and Shae SmittleDavid Phillips2018-06-20
|
* Fix menu/menu_shell confusionDavid Phillips2018-06-20
|
* Port to Gtk3David Phillips2018-06-20
|
* Experimentally reduce bat refresh to 10 secondsDavid Phillips2018-06-06
|
* Only update battery icon on changeDavid Phillips2018-06-06
|
* Don't use system make recipe for `paramano`David Phillips2018-01-28
| | | | I'm looking at you, Ubuntu 16.04 (github #11)
* Adjsut fr translation slightlyDavid Phillips2017-04-25
|
* pull all objects in on paramano-set, not just ones with changesDavid Phillips2017-04-24
|
* Correct function purpose commentDavid Phillips2017-04-24
|
* Make all objects depend on all header filesDavid Phillips2017-04-24
|
* General makefile tidyingDavid Phillips2017-04-24
|
* Merge remote-tracking branch 'cnfn/master'0.71David Phillips2016-12-14
|\
| * fix: cannot get all governors because the file of ↵cnfn2016-12-14
|/ | | | scaling_available_governors has a n in the line end
* Ensure valid battery icon is selected when charge value out of boundsDavid Phillips2016-09-20
|
* Start tidyingDavid Phillips2016-08-25
|
* Separate makefile variables into config.mkDavid Phillips2016-08-25
|
* Update makefile to build against new lib nameDavid Phillips2016-08-25
|
* Move license to central file, add acknowledgement to trayfreqDavid Phillips2016-08-25
|
* Misc readme updatesDavid Phillips2016-03-19
|
* Reverted back to gtk-2.0, whoopsDavid Phillips2016-03-02
|
* Quick fix for multi-core blank label issuesDavid Phillips2015-11-24
|
* Don't change governor unless required0.7David Phillips2015-11-20
|
* Fixed hanging fd on battery status read failureDavid Phillips2015-11-20
|
* One old lingering trayfreq->paramanoDavid Phillips2015-11-09
|
* Removed unneeded variable from config_file.cDavid Phillips2015-11-09
|
* Misc style alignmentDavid Phillips2015-11-09
|
* Switched to better file readability checkingDavid Phillips2015-11-09
|
* Switched config file name from allocated pointers to set buffersDavid Phillips2015-11-09
|
* Updated config to follow XDG base dir standardDavid Phillips2015-11-09
|
* Removed GCC-specific CFLAGSDavid Phillips2015-11-09
|
* Removed unneeded include guardsDavid Phillips2015-09-16
|
* Removed hangover recipes in Makefile for old debug stuffDavid Phillips2015-09-09
|
* Changed header include policy to increase build timeDavid Phillips2015-09-09
|
* More style changes, fixed commented out init call (whoops\!)David Phillips2015-09-04
|
* Updated gitignoreDavid Phillips2015-09-04
|
* Minor bugfix to report status as unknown when negative (not just -1) ↵David Phillips2015-09-02
| | | | charging time remains
* AUR4->AUR, style changesDavid Phillips2015-09-02
|
* Conforming to style, switching paramano-set to getopt (finally)David Phillips2015-09-01
|
* Various buffer overflow fixesDavid Phillips2015-09-01
|
* Replace asprintf calls with snprintfDavid Phillips2015-09-01
|
* Enforced staticnessDavid Phillips2015-09-01
|
* Removed not-very-useful config reloadDavid Phillips2015-09-01
|
* Removed old debug swarfDavid Phillips2015-09-01
|
* Cleaning up common functionsDavid Phillips2015-09-01
|
* Set battery check interval to 2 minutes rather than 5 secondsDavid Phillips2015-08-29
|