Skip to content

Commit

Permalink
TODO.md: mark some actions as completed
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasAdam committed Apr 1, 2024
1 parent 70be9b3 commit 1758aaa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions dev-docs/TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ Items

* Code auditing/security:
* [ ] Remove SAFEFREE() macro;
* [ ] Add xasprintf() to libs/safemalloc.[ch]
* [ ] Audit xmalloc() use and consider xasprintf() wrapper
* [x] Add xasprintf() to libs/safemalloc.[ch]
* [x] Audit xmalloc() use and consider xasprintf() wrapper

* Code cleanup:
* [ ] Don't use typedefs for structs:
Expand Down Expand Up @@ -77,8 +77,8 @@ Items
- This means rethinking how commands/lines/etc., are parsed.

* RandR:
* [ ] Configuration:
* [ ] Enumerate outputs without requiring config file changes. See:
* [x] Configuration:
* [x] Enumerate outputs without requiring config file changes. See:
http://www.mail-archive.com/fvwm-workers@fvwm.org/msg03649.html
* [X] Separate desktops per monitor:
* [X] PanWindows per-monitor inhibit moving windows across screen
Expand Down Expand Up @@ -186,4 +186,4 @@ Items
- StaysOnTop
- StaysPut
- StaysOnBottom
- Identify
- Identify

0 comments on commit 1758aaa

Please sign in to comment.