| 2025-09-28 21:45 | Merge pull request #6 from aarondill/signal-param | Matt Colligan |
| 2025-09-18 20:03 | fix: add signal handler int param | Aaron Dill |
| 2025-02-22 14:19 | Merge pull request #5 from aarondill/master | Matt Colligan |
| 2025-02-01 13:43 | fix: Only jump each axis if it's enabled | Aaron Dill |
| 2024-05-04 11:48 | Merge pull request #4 from limasierra/master | Matt Colligan |
| 2024-05-04 12:06 | xoop.c: corrected usage of fprintf (also fixes compiler warning) | Laurent Seiler |
| 2024-05-04 12:05 | Readme: Added required libs (for Ubuntu 23.10) | Laurent Seiler |
| 2024-05-04 12:05 | Makefile: Split CFLAGS into CFLAGS + LDLIBS | Laurent Seiler |
| 2020-10-07 22:58 | add man page | mcol |
| 2020-10-07 22:48 | add license | mcol |
| 2020-10-06 16:10 | update readme to reference flat torus and video | mcol |
| 2020-10-06 15:11 | convert barrier creation to xcb | mcol |
| 2020-10-06 01:52 | rewrite using Xlib's XFixesCreatePointerBarrier instead of a window | mcol |
| 2020-10-04 19:35 | add contact to readme | mcol |
| 2020-09-03 20:11 | update readme | mcol |
| 2020-09-03 19:43 | add -x and -y opts to loop only 1 axis | mcol |
| 2020-08-29 00:09 | update dimensions when resetting window | mcol |
| 2020-08-23 19:01 | move debug mode into runtime flag | mcol |
| 2020-08-23 16:53 | Reset window shape when screens are changed | mcol |
| 2020-08-09 23:32 | set _NET_WM_STATE_ABOVE | mcol |
| 2020-08-05 13:30 | make comment about X11 and dep in readme | mcol |
| 2020-08-04 20:32 | add uninstall to readme | mcol |
| 2020-08-04 20:13 | add caveat to readme | mcol |
| 2020-08-04 18:30 | reformat readme into plain text | mcol |
| 2020-08-04 18:26 | debug: make window visible and print events | mcol |
| 2020-08-04 18:05 | format readme | mcol |
| 2020-07-15 19:46 | always clean before building | mcol |
| 2020-07-15 19:31 | make atom reply variabe names more descriptive | mcol |
| 2020-07-15 18:53 | DEBUG: always print window entry coordinates | mcol |
| 2020-07-15 18:42 | add jazzy ascii to readme | mcol |
| 2020-04-20 13:04 | fix uninstall path | mcol |
| 2020-04-20 13:03 | move stack_move and wm_name settings into set_window_type | mcol |
| 2020-04-20 12:45 | add simple signal handling to clean X connection | mcol |
| 2020-04-20 12:44 | update program name in makefile install | mcol |
| 2020-04-20 12:28 | explicitly include stdio | mcol |
| 2020-04-20 12:27 | add help message option | mcol |
| 2020-04-20 12:20 | add argparsing with forking option | mcol |
| 2020-04-20 11:22 | set window type to dock and request to be in all desktops | mcol |
| 2020-04-18 21:07 | fix readme formatting | mcol |
| 2020-04-18 21:05 | add license header to source | mcol |
| 2020-04-18 21:03 | add readme | mcol |
| 2020-04-18 20:58 | remove old testing imports | mcol |
| 2020-04-18 20:56 | add debug make target | mcol |
| 2020-04-18 19:55 | Warp cursor to opposite end of screen when entering window | mcol |
| 2020-04-18 19:17 | squeeze formatting to take up less space | mcol |
| 2020-04-18 18:41 | tidy class name into top | mcol |
| 2020-04-18 18:41 | Set window shape as 1px inside border of screen | mcol |
| 2020-04-18 14:58 | rename as xoop | mcol |
| 2020-04-18 14:57 | translate to XCB and organise parts | mcol |
| 2020-04-17 22:56 | Create WM-unmanaged InputOnly window to move mouse upon entry | mcol |