Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Prefer ,##__VA_ARGS over __VA_OPT__(.)HEAD0.72master | David Phillips | 2021-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 variables | fooxax | 2020-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 Phillips | 2019-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 logic | David Phillips | 2019-03-03 |
| | |||
* | Update copyright date | David Phillips | 2018-06-20 |
| | |||
* | More clearly attribute Devin and Shae Smittle | David Phillips | 2018-06-20 |
| | |||
* | Fix menu/menu_shell confusion | David Phillips | 2018-06-20 |
| | |||
* | Port to Gtk3 | David Phillips | 2018-06-20 |
| | |||
* | Experimentally reduce bat refresh to 10 seconds | David Phillips | 2018-06-06 |
| | |||
* | Only update battery icon on change | David Phillips | 2018-06-06 |
| | |||
* | Don't use system make recipe for `paramano` | David Phillips | 2018-01-28 |
| | | | | I'm looking at you, Ubuntu 16.04 (github #11) | ||
* | Adjsut fr translation slightly | David Phillips | 2017-04-25 |
| | |||
* | pull all objects in on paramano-set, not just ones with changes | David Phillips | 2017-04-24 |
| | |||
* | Correct function purpose comment | David Phillips | 2017-04-24 |
| | |||
* | Make all objects depend on all header files | David Phillips | 2017-04-24 |
| | |||
* | General makefile tidying | David Phillips | 2017-04-24 |
| | |||
* | Merge remote-tracking branch 'cnfn/master'0.71 | David Phillips | 2016-12-14 |
|\ | |||
| * | fix: cannot get all governors because the file of ↵ | cnfn | 2016-12-14 |
|/ | | | | scaling_available_governors has a n in the line end | ||
* | Ensure valid battery icon is selected when charge value out of bounds | David Phillips | 2016-09-20 |
| | |||
* | Start tidying | David Phillips | 2016-08-25 |
| | |||
* | Separate makefile variables into config.mk | David Phillips | 2016-08-25 |
| | |||
* | Update makefile to build against new lib name | David Phillips | 2016-08-25 |
| | |||
* | Move license to central file, add acknowledgement to trayfreq | David Phillips | 2016-08-25 |
| | |||
* | Misc readme updates | David Phillips | 2016-03-19 |
| | |||
* | Reverted back to gtk-2.0, whoops | David Phillips | 2016-03-02 |
| | |||
* | Quick fix for multi-core blank label issues | David Phillips | 2015-11-24 |
| | |||
* | Don't change governor unless required0.7 | David Phillips | 2015-11-20 |
| | |||
* | Fixed hanging fd on battery status read failure | David Phillips | 2015-11-20 |
| | |||
* | One old lingering trayfreq->paramano | David Phillips | 2015-11-09 |
| | |||
* | Removed unneeded variable from config_file.c | David Phillips | 2015-11-09 |
| | |||
* | Misc style alignment | David Phillips | 2015-11-09 |
| | |||
* | Switched to better file readability checking | David Phillips | 2015-11-09 |
| | |||
* | Switched config file name from allocated pointers to set buffers | David Phillips | 2015-11-09 |
| | |||
* | Updated config to follow XDG base dir standard | David Phillips | 2015-11-09 |
| | |||
* | Removed GCC-specific CFLAGS | David Phillips | 2015-11-09 |
| | |||
* | Removed unneeded include guards | David Phillips | 2015-09-16 |
| | |||
* | Removed hangover recipes in Makefile for old debug stuff | David Phillips | 2015-09-09 |
| | |||
* | Changed header include policy to increase build time | David Phillips | 2015-09-09 |
| | |||
* | More style changes, fixed commented out init call (whoops\!) | David Phillips | 2015-09-04 |
| | |||
* | Updated gitignore | David Phillips | 2015-09-04 |
| | |||
* | Minor bugfix to report status as unknown when negative (not just -1) ↵ | David Phillips | 2015-09-02 |
| | | | | charging time remains | ||
* | AUR4->AUR, style changes | David Phillips | 2015-09-02 |
| | |||
* | Conforming to style, switching paramano-set to getopt (finally) | David Phillips | 2015-09-01 |
| | |||
* | Various buffer overflow fixes | David Phillips | 2015-09-01 |
| | |||
* | Replace asprintf calls with snprintf | David Phillips | 2015-09-01 |
| | |||
* | Enforced staticness | David Phillips | 2015-09-01 |
| | |||
* | Removed not-very-useful config reload | David Phillips | 2015-09-01 |
| | |||
* | Removed old debug swarf | David Phillips | 2015-09-01 |
| | |||
* | Cleaning up common functions | David Phillips | 2015-09-01 |
| | |||
* | Set battery check interval to 2 minutes rather than 5 seconds | David Phillips | 2015-08-29 |
| |