Alastair Poole
548bbe653d
Comment: Refer to a REAL file !
3 years ago
Alastair Poole
3ceaad0afd
machine: ifdef chopping and splicing functions.
...
This stuff is bad...where did i learn to be doing such things.
3 years ago
Alastair Poole
fe30a5a72f
machine: ifdef chopping within functions.
...
I don't belive in ifdef blocks within a single function. Ideally
keep the blocks separate at worst. I think if this is necessary
at the time it's permissible but overall it's fucking ugly.
3 years ago
Alastair Poole
c0c26ff882
machine: linux battery model/vendor purge
...
If enough people complain i'll bring this back, but for now keep
it simple until i can test it again properly...it works but
it's horrible
3 years ago
Alastair Poole
aa1822c212
machine: ahead of the game...
...
Meh, we can't yet query by type.
3 years ago
Alastair Poole
d1d4d0fb9e
openbsd: fix for non-acpi batteries
3 years ago
Alastair Poole
09e8249689
machine: Explain use of machine and tidy Linuxisms
...
The functions machine.h provides are deliberately using standard
functions from a base install of the operating system. This IS
intentional. I'd like to be able to modify and reuse this anywhere
without having to untangle additional dependencies from machine to
machine.
3 years ago
Alastair Poole
b018c8a3f7
machine: tidy declaration
3 years ago
Alastair Poole
9178cbc0d3
cosmetics: if, for, while, wtf
3 years ago
Alastair Poole
ff4a80bd87
network: handle multiple addresses on same interface.
3 years ago
Alastair Poole
3c2b50adea
typo
3 years ago
Alastair Poole
c0f6d74903
Add Copyright.
3 years ago
Alastair Poole
5c3a3cfe10
machine: Include .bogox files for clarity.
...
To make this maintainable (for now), split the machine querying
code into separate files. I'd like to be able to modify the file
without fear of breaking it here or there. Also, for anyone who
wants to make a change or ammendment doing this is cleaner.
3 years ago
Alastair Poole
05cfc11cf5
machine: unnused
3 years ago
Alastair Poole
9e62816cdc
macros: MEMSZ macro.
3 years ago
Alastair Poole
9ed9bd3bb5
macos: wrong, wrong, wrong.
...
1) test stuff more.
2) Don't have too many SSH sessions open and querying the wrong
machines!!!
3 years ago
Alastair Poole
554eae2965
proc: cast linux.
3 years ago
Alastair Poole
8f2a25ccfb
macros: underflow, overflow, wombling free....
...
I can see this happening elsewhere, we'll need to use these in
other parts where struct members are of varying signage...
3 years ago
Alastair Poole
a46f2718ca
machine: simple macros to cast.
3 years ago
Alastair Poole
d71b1a2651
ui: indent and unnecessary fn call.
3 years ago
Alastair Poole
247494ca25
CREDITS: Help -> About Imagery.
...
Text note, attributing the original aerial photograph used in the
about dialog window by West Midland Police.
3 years ago
Alastair Poole
ff8dcd331b
0.5.0: Fin.
3 years ago
Alastair Poole
fe8a9b73ba
ui: Callback data.
3 years ago
Alastair Poole
6a16a9d414
about: Don't use static global in animator thread.
...
A global would work, or just a pointer as here.
IDK why Linux and FreeBSD didn't have any issues here.
3 years ago
Alastair Poole
1b053b86b1
ui: Call proc_info_by_pid as needed.
...
This is slower but it's less prone to borkage.
3 years ago
Alastair Poole
b9cbf8e68a
Revert "menu: Use a global to store menu cache."
...
This isn't a good change or fix.
This reverts commit 55113b5a09
.
3 years ago
Alastair Poole
55113b5a09
menu: Use a global to store menu cache.
...
This was causing some problems with OpenBSD. Use a global
to store the state of the menu item and pass that to the
callbacks.
3 years ago
Alastair Poole
5b7c10ff0d
icons: Icons from the public domain.
...
We can remove the GPL stuff now (Faenza)...
Thanks rasterman...Minor tweaking to be done with a couple of
the icons
3 years ago
maxerba
0e33d39009
Updating italian translation
3 years ago
Alastair Poole
e358799e99
0.5.0-RFC: Not quite.
...
No changes to text.
3 years ago
Alastair Poole
b9cb1dfa49
startup: See how this behaves
3 years ago
Alastair Poole
efa7f4b083
menu: use static storage.
3 years ago
Alastair Poole
b53b1ecbcb
debug: fallback
3 years ago
Alastair Poole
73b2d015f1
evisum: Minor Changes
3 years ago
Alastair Poole
02b9ee4531
about: text scroll begin.
3 years ago
Alastair Poole
7096e3191b
NEWS: Hear ye, hear ye, hear ye.
...
Some changes of note...
3 years ago
Alastair Poole
b799de0a1d
views: make windows dialog windows.
...
This is handy in a few ways.
3 years ago
Alastair Poole
a5461ad416
shutdown: allow control of cleaning up.
...
Flag to shutdown now or ordered triggering callbacks.
3 years ago
Alastair Poole
d2a72510cb
evisum: Clean up orderly.
...
Whether this is meritted, I don't know. It might be useful in
the future.
3 years ago
Alastair Poole
1f0d8827b8
changes: UI
...
Small changes.
3 years ago
Alastair Poole
4df3d73fe0
ui: Fonts and Sorting.
...
Fonts should be normal sized. If fonts aren't looking good, just
bump up the overall ELM scaling, it works much better!
Indicate which sort we are using in the process list.
3 years ago
Alastair Poole
045f1766b5
util: size and shades
3 years ago
Alastair Poole
5b50447eaa
icon: find.png
3 years ago
Alastair Poole
7241ad2da0
ui: menu iconz
3 years ago
Alastair Poole
5763b86213
about: do the scroll thing :)
3 years ago
Alastair Poole
5f134b0e82
about: Basic about box
3 years ago
Alastair Poole
f3b8302af3
mem: remove unused object
3 years ago
Alastair Poole
d3a724f1a7
disk: reset on close
3 years ago
Alastair Poole
9017e61da1
fin: padding.
3 years ago
Alastair Poole
27fd9c5322
win: first run size.
3 years ago