| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-06-20 | add window swallowing | Abhinav | |
| the user can now specify which windows can swallow / can be swallowed. | |||
| 2025-06-14 | use custom build_argv for non-linux systems | Abhinav | |
| BSD users dont have wordexp so i made a custom splitter for those systems | |||
| 2025-06-11 | remove old lowercasing logic | Abhinav | |
| no longer doing lowercase for all the rokens. this was old logic and now omitted. this also allows support for using characters such as BackSpace which requires capitalisation | |||
| 2025-06-10 | add move and focus mon functions to call_table | Rick Console | |
| 2025-06-07 | Fix memory leaks, buffer overflows, and add resource cleanup in parser() | elbachir-one | |
| - Fixed potential memory leaks in `should_float` allocation and exec command duplication. - Prevented buffer overflows by using `snprintf` and properly bounded copies. - Ensured all allocated memory is freed on parser failure for robust cleanup. | |||
| 2025-06-06 | clean up exec command | Abhinav | |
| sxwm.c: before, some of the parsing logic of the exec command was located in setup, but i have relocated it to a seperate function called startup_exec. i have also replaced the manual spawning of windows with the spawn function parser.c: added the missing parsing logic of exec and simplified it | |||
| 2025-06-04 | formatting and remove warning | Abhinav | |
| 2025-06-04 | Merge pull request #58 from werdl/main | Abhinav Prasai | |
| add exec config file keyword | |||
| 2025-06-04 | clean up code, add contributions help, v1.6 | Abhinav | |
| 2025-06-04 | fixed parser not parsing quotes properly | Abhinav | |
| 2025-06-03 | added vertical stack resizing | Abhinav | |
| 2025-06-02 | allow shift and control as modifiers | Abhinav | |
| 2025-06-02 | added cursor warping | Abhinav | |
| 2025-06-01 | remove DEBUG messages | uint23 | |
| 2025-06-01 | adjust syntax of exec config keyword | werdl | |
| 2025-05-31 | add exec config file keyword | werdl | |
| 2025-05-31 | fixed comma spetated should_float options. | Abhinav | |
| 2025-05-31 | Merge pull request #56 from elbachir-one/main | uint23 | |
| Improved function logic for clarity and maintainability | |||
| 2025-05-31 | added option for new windows to take focus | Abhinav | |
| 2025-05-30 | Improved function logic for clarity and maintainability | elbachir-one | |
| Fixed - Corrected double increment bug in `should_floatn` - Ensured `should_float` entries are properly parsed and quoted strings handled - Prevented out-of-bounds access in float parsing - Added fallback error if no config file is found - Improved error messages for better diagnostics - Replaced unnecessary heap allocation with stack-safe operations | |||
| 2025-05-29 | removed if (0) {} in favour of just a semi-colon | Abhinav | |
| 2025-05-29 | Merge branch 'main' into main | uint23 | |
| 2025-05-29 | allow mod + alt | Abhinav | |
| 2025-05-29 | added proper multi-monitor support. | Abhinav | |
| 2025-05-28 | improve should_float parsing (make comments and trailing spaces work), | werdl | |
| ensure segfaults are no longer a problem | |||
| 2025-05-28 | Add OpenBSD installation instructions | werdl | |
| 2025-05-20 | Merge pull request #32 from werdl/main | uint23 | |
| Multiple should_float entries | |||
| 2025-05-19 | search /usr/local/share/sxwmrc | werdl | |
| 2025-05-19 | add multiple should_float options | werdl | |
| 2025-05-19 | multiple should_float entries preliminary work | werdl | |
| 2025-05-18 | it works now | werdl | |
| 2025-05-17 | use xdg config dirs | werdl | |
| 2025-05-03 | update spawn function && binds now work with multiple atgs | uint23 | |
| 2025-05-03 | update parser so binds will not overlap from pervious binds + parser is more ↵ | uint23 | |
| simple | |||
| 2025-04-29 | bruh bruh forgot to set master_width to motion throttle bruh.... also ↵ | uint23 | |
| updated tile function! | |||
| 2025-04-29 | discard use of macors | uint23 | |
| 2025-04-28 | update formatting (using proper formatting) + WM_TAKE_FOCUS | uint23 | |
| 2025-04-28 | parser | uint23 | |
| 2025-04-28 | parser not stable, testing | uint23 | |
