Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins
|
2026-02-04
| ||
| 02:09 | add option for float titlebar doubleclick action Leaf check-in: 4467aa776f user: letoram tags: trunk, master | |
| 01:10 | fix focus-follows-mouse not triggering on titlebar buttons check-in: 40dbb3683d user: letoram tags: trunk, master | |
| 01:07 | add support for manual restacking and window folding check-in: 40e723a331 user: letoram tags: trunk, master | |
|
2025-12-26
| ||
| 06:45 | (build) bump version check-in: 349b0b9c8c user: letoram tags: trunk, master, 0.6.3 | |
| 06:40 | partial fix to issues with embedded titlebar on reset The full part is still elusive, but this lessens the effect. check-in: 9df4f7813f user: letoram tags: trunk, master | |
| 06:38 | display- add state attribute to shader This is a step prior to letting display- contents dark/blur when not having input focus. check-in: 84d2507425 user: letoram tags: trunk, master | |
|
2025-11-07
| ||
| 12:15 | expose input_focus option in devmaps/display check-in: 05d762e4a4 user: letoram tags: trunk, master | |
|
2025-09-19
| ||
| 22:20 | fix periodic window metadata dump not being written This fixes window workspace assignment not being restored after recovery. image_tracetag returns two values (tag and alt). If we pass them both along to store_key, the extended variant with the optional opttgt will be used, but in reality we just want to use the tag. In this case alt will always pass "" along, which will result in setup_transaction failing with BAD_TARGET. Note that right now the assigned display is not handled correctly in wnd_recovertag, so the next step is to restore the display in addition to the workspace. check-in: 9d499e84dc user: vimpostor tags: trunk, master | |
|
2025-09-17
| ||
| 01:27 | add bridge-allocator atype and send font in preroll unless blocked check-in: f686ba2fd5 user: letoram tags: trunk, master | |
|
2025-09-16
| ||
| 13:55 | display: remove autolight placeholders check-in: 3592e80348 user: letoram tags: trunk, master | |
| 13:46 | emotional support, don't think about it. check-in: 90ec787929 user: letoram tags: trunk, master | |
| 12:40 | input/lock-center: round away from 0 to avoid fractional dx,dy causing jerky motion in games check-in: f6fc62d04b user: letoram tags: trunk, master | |
|
2025-09-15
| ||
| 14:18 | (display) use metadata from video_displaydescr if available check-in: b65cd8a342 user: letoram tags: trunk, master | |
|
2025-09-13
| ||
| 21:16 | extevh: send outputhint on preroll always (might regret that) check-in: 155de2f1b0 user: letoram tags: trunk, master | |
|
2025-08-22
| ||
| 17:51 | bchunkstate: handle drag- source and map to cursortag check-in: b880edb269 user: letoram tags: trunk, master | |
|
2025-08-20
| ||
| 23:57 | pull in vimpostor's pwmanager for keepass integration check-in: 84080a3458 user: letoram tags: trunk, master | |
| 23:49 | Fix x11-redirect recovery creating window for primary check-in: 3776cbb52d user: letoram tags: trunk, master | |
|
2025-08-19
| ||
| 23:27 | popup animation timeouts should use popup_animation config check-in: 9032d0d9cf user: letoram tags: trunk, master | |
| 22:16 | popup: respect viewport invisible flag check-in: 56828c1d89 user: vimpostor tags: trunk, master | |
|
2025-08-10
| ||
| 13:47 | global/open - comment on the handler setting flow check-in: 5a137ecd75 user: letoram tags: trunk, master | |
|
2025-07-02
| ||
| 08:00 | distr: quick setup of lash/cat9 if found check-in: 1b3e32d868 user: void tags: trunk, master | |
| 07:49 | add window visibility toggle option check-in: 4d28c20cc8 user: void tags: trunk, master | |
|
2025-03-12
| ||
| 22:42 | don't attach as_child without reference parent check-in: 88f8455534 user: letoram tags: trunk, master | |
| 22:41 | icons: don't map wheel to zoom unless enabled check-in: e291470621 user: letoram tags: trunk, master | |
| 22:21 | atypes/application: allow to request further application segments check-in: b2d256f80c user: vimpostor tags: trunk, master | |
|
2025-03-05
| ||
| 11:56 | display: fix to setting explicit input focus Cut and paste oversight, the explicit display-input switch actually mapped to cycle rather than explicitly set to the desired one. check-in: 6d6367ea3f user: letoram tags: trunk, master | |
|
2025-02-18
| ||
| 23:09 | defer bgicon creation to after display-tiler-create storm check-in: 615a43f016 user: letoram tags: trunk, master | |
| 23:08 | minimize to icon fixes check-in: bd9acdf997 user: letoram tags: trunk, master | |
| 23:08 | log more external events check-in: 118e0904ca user: letoram tags: trunk, master | |
| 22:35 | display: specific input focus fix This should make the statusbar display button clickable again, the problem was doing this through the iterator, as that naturally changes the active display and then switches it back to where we started. check-in: 8158ddca54 user: void tags: trunk, master | |
| 22:25 | workaround for autohide triggering on all monitors check-in: 415cee4a10 user: void tags: trunk, master | |
|
2025-02-15
| ||
| 01:22 | icons: allow to set as minimization target check-in: 44ed8e4ed1 user: void tags: trunk, master | |
|
2025-02-14
| ||
| 13:50 | border-drag-resize: trigger select on button first check-in: 1d72dd45dd user: void tags: trunk, master | |
|
2025-02-13
| ||
| 22:12 | more icon bringup, close to usable check-in: 69a8df934b user: void tags: trunk, master | |
| 22:12 | strip out old modelview in preparation for something fitting stereo-mode check-in: 4cb5404876 user: void tags: trunk, master | |
|
2025-02-12
| ||
| 21:19 | (float) hidden-merge titlebar warp-mouse on drag Since drag gets clamped to mouse-defined region, with the merged titlebar in float mode we could only reliably move window with meta+drag. Now dragging using the merged titlebar will position the cursor on the center of the window before initiating the drag. check-in: db3f3c3c12 user: void tags: trunk, master | |
|
2025-02-10
| ||
| 00:12 | add %based statusbar size, autohide option, fixes to fullscreen toggle check-in: d6d6229cbf user: void tags: trunk, master | |
|
2025-02-02
| ||
| 12:23 | xkb keymap swap used wrong direction for nbio open check-in: 8db095abd6 user: void tags: trunk, master | |
| 12:23 | allow generic 'application' segment to spawn popups check-in: a7a7541e08 user: void tags: trunk, master | |
|
2025-01-27
| ||
| 00:54 | mouse: write out dimensions for region-selector check-in: daba9e402c user: void tags: trunk, master | |
|
2025-01-15
| ||
| 23:09 | safeguard against dangling cursor handler check-in: ce389b4dfc user: void tags: trunk, master | |
|
2024-12-30
| ||
| 10:02 | re-add m2 lock gesture to profile picker check-in: 233007b83b user: void tags: trunk, master | |
|
2024-12-27
| ||
| 17:57 | handle cancellation of display -> set background check-in: 8215854f0f user: void tags: trunk, master | |
|
2024-12-25
| ||
| 22:27 | start plumbing in desktop icons check-in: dfa705eba8 user: void tags: trunk, master | |
| 22:25 | xwl: don't move a window about to disappear check-in: 69eb4953c9 user: void tags: trunk, master | |
| 22:24 | net: expose cursortag option check-in: 08ae2b93d0 user: void tags: trunk, master | |
|
2024-12-23
| ||
| 19:50 | browser: cursor-tag was set to write rather than read check-in: 014fa72e08 user: void tags: trunk, master | |
|
2024-12-22
| ||
| 13:00 | a12net: typo preventing menu access to close active discover check-in: dc41069744 user: void tags: trunk, master | |
|
2024-12-19
| ||
| 00:28 | tts: check before calling reset_target check-in: 865da2133a user: void tags: trunk, master | |
|
2024-10-21
| ||
| 15:29 | dd target/window/slice=overlay check-in: e6b4d0691a user: void tags: trunk, master | |