Alastair Poole
a2c1ecb5bb
bool: Be consistent.
2 years ago
Alastair Poole
3dbb4458aa
DATE: Bump up the year.
...
When I was a kid, it frustrated me projects were updating their
versions but not the year. IDK, maybe it will unfrustrate
someone?
2 years ago
Alastair Poole
4a13382cd0
docs: that's all folks.
2 years ago
Alastair Poole
68403cf787
openbsd: amd64.
...
Firstly, we don't need so many locks as we blocking the main loop.
On amd64 OpenBSD 6.8. Static are stored in tbss, so I know TLS was
releatively recently added properly, that's one issue.
I can only speculate, it's thread related and how mutexes are
handled on amd64? As well as having too many threads, also too
much blocking of the main loop...
Other changes, get rid of almost all sense of a "main" window...
Lots of stuff learnt through hacking...My folks are downstairs and
I can hear shaging on the TV...Christmas time...it's mean to be...
Sheesh
2 years ago
Alastair Poole
35a359af97
handlers: clean up
2 years ago
Alastair Poole
70e03a6df2
ui: shutdown...
...
Listen to the old men...:)
3 years ago
Alastair Poole
7273b75df1
srv: socket fail dont bail.
...
meh this'll do for now
3 years ago
Alastair Poole
43bd0baeb3
ui: rights for all.
...
No window takes presedence. Last window closes application :)
Because, if this wasn't done, someone in IRC (apbbb probably) would
say it should be done...soooooo
3 years ago
Alastair Poole
860358c3c8
process: processs tree (proc view).
...
Also add the command line evisum -p <pid> to the IPC.
Not done...WIP.
3 years ago
Alastair Poole
7f05af18d6
evisum: let there be choice
...
soo...let's create a little ipc server and server the minions
whatever they want. So add CPU and memory and Generic thing to the
application menu (desktop). Means you don't have to load up the
main EXE each time you want only one minor feature. Also use the
same process for all of this so we don't eat up resources and
because we can.
3 years ago
Alastair Poole
64050fc9c0
temps: try this
3 years ago
Alastair Poole
78637e708b
main: Differentiate tests.
...
This saves me a job.
3 years ago
Alastair Poole
42b9ecadc6
ui: "try" to make things clearer.
3 years ago
Alastair Poole
db9b8a73a7
init/shutdown: fix.
...
Queue a restart. Make config checking less aggressive.
3 years ago
Alastair Poole
f6b535a6d9
main: ffs.
...
not a good idea
3 years ago
Alastair Poole
c4b5465c48
main: fork/exec after we shutdown...
3 years ago
Alastair Poole
551ee1810f
changes:bugs and some stuff...not finished.
...
Not finished...if you find a bug tell me...just fixed some bad
ones.
3 years ago
Alastair Poole
548bbe653d
Comment: Refer to a REAL file !
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
27fd9c5322
win: first run size.
3 years ago
Alastair Poole
18fa8063e1
machine: file_contents
3 years ago
Alastair Poole
8d1d9a7aaf
testing: Add testing mechanics.
...
Expose machine.h APIs and introduce code to make testing
very easy.
3 years ago
Alastair Poole
d9a750e323
AUTHOR: Alastair NOT Alan or Altron or ALDO.
3 years ago
Alastair Poole
6af4814590
style: meh meh meh
3 years ago
Alastair Poole
933e0ab15a
ui: sizing.
...
Two simple changes that have a *positive* effect on sizing.
Initial sizing and then bogus field sizing bogusly...
3 years ago
Alastair Poole
73c663c660
title: remove evisum from win title.
3 years ago
Alastair Poole
162e6b7a41
style: improve indentation (function params).
3 years ago
Alastair Poole
01be01dd97
proc_view: fix top "tab" buttons
3 years ago
Alastair Poole
c546e69c03
changes; various.
...
Sorting threads.
Show version.
Fix bugs.
3 years ago
Alastair Poole
b9a1b3c154
ui_process: avoid some code duplication.
3 years ago
Alastair Poole
f54666f98c
evisum: ...
3 years ago
Alastair Poole
cbd7f9c853
evisum: Split the UI out.
...
More to come...
3 years ago
Alastair Poole
ad1f149e55
evisum: add gettext support
3 years ago
Alastair Poole
844ae36cf6
shutdown: if mainloop terminates shutdown.
...
Thanks ASAN.
3 years ago
Alastair Poole
acf601c456
0.4.0: Prepare for a release.
...
Let's try to make this work good for a release with EFL 1.24.
3 years ago
Alastair Poole
a597212e9f
everything: Changes.
3 years ago
Alastair Poole
ab629c7612
ui: more changes, formatting mainly.
3 years ago
Alastair Poole
48e0013743
0.3.0: Prepare a release.
...
Fixed some minor annoyances and alignment with the UI.
Also added a search bar as I read someone wanted that in a forum.
Along with that some minor changes and tidying...
3 years ago
Alastair Poole
c66ef78497
Meson: Use configuration_data.
...
Meson makes this much easier and prettier. Generate a configure
file for future use.
4 years ago
Alastair Poole
75e1daf45e
Changes: Restructure folder.
4 years ago
Alastair Poole
a5355e5357
Tingle: Merge changes from ext. tingle repo.
4 years ago
Alastair Poole
12ae98cab7
Minor changes
4 years ago
Alastair Poole
2f46f79e77
Silence some compiler warnings
4 years ago
Alastair Poole
e5bbcd1f5c
More tidying.
4 years ago
Alastair Poole
967b5ce33e
Release: Prepare
4 years ago
Alastair Poole
655dacb953
Fix lazy typo breakage.
4 years ago
Alastair Poole
8ddde14287
main: exit on close.
...
We don't lose any data so just exit here.
4 years ago
Alastair Poole
9b98d23f41
Revert "Changes:"
...
This reverts commit d8714702fb
.
4 years ago
Alastair Poole
d8714702fb
Changes:
...
Some minor changes to visuals for spacing.
Also on window close, just exit, there's nothing to be
corrupted.
4 years ago