Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-04 | NEWS update | Jose Antonio Ortega Ruiz | |
2011-01-04 | Battery: support for non-standard locations of AC/online (issue 36) | Jose Antonio Ortega Ruiz | |
We provied a new monitor-specific flag (-f) to specify the location of the file. | |||
2011-01-03 | NEWS updates | Jose Antonio Ortega Ruiz | |
2011-01-03 | Whitespace | Jose Antonio Ortega Ruiz | |
2010-12-27 | Linting | Jose Antonio Ortega Ruiz | |
2010-12-27 | Bug fix: correctly center text vertically | Jose Antonio Ortega Ruiz | |
2010-12-27 | Fix for FullBM border specification | Jose Antonio Ortega Ruiz | |
2010-12-27 | Respect height in BottomSize (issue 27) | Jose Antonio Ortega Ruiz | |
2010-12-24 | Version bump0.12 | Jose Antonio Ortega Ruiz | |
2010-12-22 | Same infinite loop for Cpu | Jose Antonio Ortega Ruiz | |
2010-12-22 | MultiCpu linting | Jose Antonio Ortega Ruiz | |
2010-12-22 | Bug fix: infinite loop in MultiCpu | Jose Antonio Ortega Ruiz | |
I've been mistakenly blaming Top of an infinite loop after awake; as it comes, the culprit was MultiCpu, because of a recent change whereby, on the absence of cpu lines, we were generating an infinite list of empty fields. | |||
2010-12-22 | xmobar.cabal: incorrectly ordered entries | Jose Antonio Ortega Ruiz | |
2010-12-21 | Samples moved to samples/ | Jose Antonio Ortega Ruiz | |
2010-12-21 | Missing cabal file bits | Jose Antonio Ortega Ruiz | |
2010-12-21 | Haskell sources moved to src/ to unclutter toplevel | Jose Antonio Ortega Ruiz | |
2010-12-19 | Top: better computation of the initial loads | Jose Antonio Ortega Ruiz | |
... and a bit more strictness, in an attempt to catch the sleep/awake bug, whose origin has been eluding me all weekend. | |||
2010-12-19 | Non-throwing parsing of ints and floats | Jose Antonio Ortega Ruiz | |
2010-12-19 | Top refactorings | Jose Antonio Ortega Ruiz | |
2010-12-19 | A bit better error handling in monitors | Jose Antonio Ortega Ruiz | |
2010-12-19 | Idle refactoring | Jose Antonio Ortega Ruiz | |
2010-12-19 | Small refactoring | Jose Antonio Ortega Ruiz | |
2010-12-19 | Top: correct computation of initial times | Jose Antonio Ortega Ruiz | |
2010-12-15 | Wee refactorings | Jose Antonio Ortega Ruiz | |
2010-12-15 | Irrelevant cleansing | Jose Antonio Ortega Ruiz | |
... and, please, disregard my stupid comment on zero lapses after sleep (i just needed to sleep myself): i'm afraid the bug's still there. | |||
2010-12-15 | Top.hs: bug fix | Jose Antonio Ortega Ruiz | |
We weren't guarding for the case of time lapses between updates being zero, which can be the case if we come back from sleep or the clock is externally modified. | |||
2010-12-15 | White space | Jose Antonio Ortega Ruiz | |
2010-12-13 | Nit | Jose Antonio Ortega Ruiz | |
2010-12-13 | Better documentation for Monitor arguments | Jose Antonio Ortega Ruiz | |
2010-12-13 | Eliminate the obsolete -P option | Jose Antonio Ortega Ruiz | |
2010-12-13 | Use -S in Network to control units display | Jose Antonio Ortega Ruiz | |
We've made -P a synonym of -S, and renamed the option to useSuffix. | |||
2010-12-12 | Uptime as a Monitor | Jose Antonio Ortega Ruiz | |
2010-12-12 | New plugin: Uptime | Jose Antonio Ortega Ruiz | |
2010-12-12 | Linting | Jose Antonio Ortega Ruiz | |
2010-12-12 | Clean up splitEvery implementation | Ben Boeckel | |
2010-12-12 | MBox fixes | Jose Antonio Ortega Ruiz | |
2010-12-12 | Documentation updates | Jose Antonio Ortega Ruiz | |
2010-12-11 | Weather monitor: skip not retrieved fields | Jose Antonio Ortega Ruiz | |
Instead of spamming the bar with a long "blah blah: not found!" message. | |||
2010-12-11 | MBox refactorings | Jose Antonio Ortega Ruiz | |
2010-12-11 | Typo | Jose Antonio Ortega Ruiz | |
2010-12-11 | MBox: negative count for non-existent mboxes | Jose Antonio Ortega Ruiz | |
2010-12-11 | MBox: support for ~ paths and skipping non-existing mboxes | Jose Antonio Ortega Ruiz | |
2010-12-11 | Couple of nits for the previous patch (Mail.hs) | Jose Antonio Ortega Ruiz | |
2010-12-11 | Merge branch 'dev/tilde-support-for-paths' of ↵ | Jose Antonio Ortega Ruiz | |
https://github.com/mathstuf/xmobar into mathstuf-dev/tilde-support-for-paths | |||
2010-12-11 | Merge branch 'dev/code-cleanups' of https://github.com/mathstuf/xmobar into ↵ | Jose Antonio Ortega Ruiz | |
mathstuf-dev/code-cleanups | |||
2010-12-11 | New NEWS file | Jose Antonio Ortega Ruiz | |
2010-12-11 | Use `head' rather than `flip (!!) 0' | Ben Boeckel | |
2010-12-11 | Don't hard code the number of values | Ben Boeckel | |
Make an infinite list of empty strings so that if something is asked for and cannot be provided, index errors don't occur. | |||
2010-12-11 | Add documentation for ~ support in Mail | Ben Boeckel | |
2010-12-11 | Expand '~' in paths for mail directories | Ben Boeckel | |